cdk-lambda-subminute 2.0.376 → 2.0.378

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 (40) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/artifact-2018-05-10.examples.json +5 -0
  5. package/node_modules/aws-sdk/apis/artifact-2018-05-10.min.json +258 -0
  6. package/node_modules/aws-sdk/apis/artifact-2018-05-10.paginators.json +10 -0
  7. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +76 -73
  8. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +26 -0
  9. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +260 -171
  10. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +73 -59
  11. package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +29 -0
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +24 -4
  14. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +35 -9
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/artifact.d.ts +333 -0
  18. package/node_modules/aws-sdk/clients/artifact.js +18 -0
  19. package/node_modules/aws-sdk/clients/codepipeline.d.ts +5 -0
  20. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +7 -7
  21. package/node_modules/aws-sdk/clients/detective.d.ts +49 -49
  22. package/node_modules/aws-sdk/clients/emr.d.ts +32 -2
  23. package/node_modules/aws-sdk/clients/firehose.d.ts +195 -118
  24. package/node_modules/aws-sdk/clients/guardduty.d.ts +11 -10
  25. package/node_modules/aws-sdk/clients/healthlake.d.ts +42 -2
  26. package/node_modules/aws-sdk/clients/lambda.d.ts +15 -15
  27. package/node_modules/aws-sdk/clients/opensearch.d.ts +19 -19
  28. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  29. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -2
  31. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +3 -3
  32. package/node_modules/aws-sdk/clients/sns.d.ts +20 -20
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +403 -256
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  37. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +3 -3
@@ -260,11 +260,11 @@ declare class GuardDuty extends Service {
260
260
  */
261
261
  getFindings(callback?: (err: AWSError, data: GuardDuty.Types.GetFindingsResponse) => void): Request<GuardDuty.Types.GetFindingsResponse, AWSError>;
262
262
  /**
263
- * Lists Amazon GuardDuty findings statistics for the specified detector ID.
263
+ * Lists Amazon GuardDuty findings statistics for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
264
264
  */
265
265
  getFindingsStatistics(params: GuardDuty.Types.GetFindingsStatisticsRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetFindingsStatisticsResponse) => void): Request<GuardDuty.Types.GetFindingsStatisticsResponse, AWSError>;
266
266
  /**
267
- * Lists Amazon GuardDuty findings statistics for the specified detector ID.
267
+ * Lists Amazon GuardDuty findings statistics for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
268
268
  */
269
269
  getFindingsStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetFindingsStatisticsResponse) => void): Request<GuardDuty.Types.GetFindingsStatisticsResponse, AWSError>;
270
270
  /**
@@ -376,11 +376,11 @@ declare class GuardDuty extends Service {
376
376
  */
377
377
  listFilters(callback?: (err: AWSError, data: GuardDuty.Types.ListFiltersResponse) => void): Request<GuardDuty.Types.ListFiltersResponse, AWSError>;
378
378
  /**
379
- * Lists Amazon GuardDuty findings for the specified detector ID.
379
+ * Lists GuardDuty findings for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
380
380
  */
381
381
  listFindings(params: GuardDuty.Types.ListFindingsRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListFindingsResponse) => void): Request<GuardDuty.Types.ListFindingsResponse, AWSError>;
382
382
  /**
383
- * Lists Amazon GuardDuty findings for the specified detector ID.
383
+ * Lists GuardDuty findings for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
384
384
  */
385
385
  listFindings(callback?: (err: AWSError, data: GuardDuty.Types.ListFindingsResponse) => void): Request<GuardDuty.Types.ListFindingsResponse, AWSError>;
386
386
  /**
@@ -488,11 +488,11 @@ declare class GuardDuty extends Service {
488
488
  */
489
489
  untagResource(callback?: (err: AWSError, data: GuardDuty.Types.UntagResourceResponse) => void): Request<GuardDuty.Types.UntagResourceResponse, AWSError>;
490
490
  /**
491
- * Updates the Amazon GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
491
+ * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
492
492
  */
493
493
  updateDetector(params: GuardDuty.Types.UpdateDetectorRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
494
494
  /**
495
- * Updates the Amazon GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
495
+ * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
496
496
  */
497
497
  updateDetector(callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
498
498
  /**
@@ -3168,7 +3168,7 @@ declare namespace GuardDuty {
3168
3168
  /**
3169
3169
  * The IPv4 local address of the connection.
3170
3170
  */
3171
- IpAddressV4?: String;
3171
+ IpAddressV4?: SensitiveString;
3172
3172
  }
3173
3173
  export interface LocalPortDetails {
3174
3174
  /**
@@ -3404,7 +3404,7 @@ declare namespace GuardDuty {
3404
3404
  /**
3405
3405
  * The private IP address of the EC2 instance.
3406
3406
  */
3407
- PrivateIpAddress?: String;
3407
+ PrivateIpAddress?: SensitiveString;
3408
3408
  /**
3409
3409
  * Other private IP address information of the EC2 instance.
3410
3410
  */
@@ -3722,7 +3722,7 @@ declare namespace GuardDuty {
3722
3722
  /**
3723
3723
  * The private IP address of the EC2 instance.
3724
3724
  */
3725
- PrivateIpAddress?: String;
3725
+ PrivateIpAddress?: SensitiveString;
3726
3726
  }
3727
3727
  export type PrivateIpAddresses = PrivateIpAddressDetails[];
3728
3728
  export interface ProcessDetails {
@@ -3884,7 +3884,7 @@ declare namespace GuardDuty {
3884
3884
  /**
3885
3885
  * The IPv4 remote address of the connection.
3886
3886
  */
3887
- IpAddressV4?: String;
3887
+ IpAddressV4?: SensitiveString;
3888
3888
  /**
3889
3889
  * The ISP organization information of the remote IP address.
3890
3890
  */
@@ -4297,6 +4297,7 @@ declare namespace GuardDuty {
4297
4297
  GroupName?: String;
4298
4298
  }
4299
4299
  export type SecurityGroups = SecurityGroup[];
4300
+ export type SensitiveString = string;
4300
4301
  export interface Service {
4301
4302
  /**
4302
4303
  * Information about the activity that is described in a finding.
@@ -301,7 +301,7 @@ declare namespace HealthLake {
301
301
  }
302
302
  export interface DescribeFHIRImportJobResponse {
303
303
  /**
304
- * The properties of the Import job request, including the ID, ARN, name, and the status of the job.
304
+ * The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.
305
305
  */
306
306
  ImportJobProperties: ImportJobProperties;
307
307
  }
@@ -346,6 +346,8 @@ declare namespace HealthLake {
346
346
  }
347
347
  export type ExportJobPropertiesList = ExportJobProperties[];
348
348
  export type FHIRVersion = "R4"|string;
349
+ export type GenericDouble = number;
350
+ export type GenericLong = number;
349
351
  export type IamRoleArn = string;
350
352
  export interface IdentityProviderConfiguration {
351
353
  /**
@@ -395,6 +397,10 @@ declare namespace HealthLake {
395
397
  */
396
398
  InputDataConfig: InputDataConfig;
397
399
  JobOutputDataConfig?: OutputDataConfig;
400
+ /**
401
+ * Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.
402
+ */
403
+ JobProgressReport?: JobProgressReport;
398
404
  /**
399
405
  * The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.
400
406
  */
@@ -413,6 +419,40 @@ declare namespace HealthLake {
413
419
  }
414
420
  export type JobId = string;
415
421
  export type JobName = string;
422
+ export interface JobProgressReport {
423
+ /**
424
+ * The number of files scanned from input S3 bucket.
425
+ */
426
+ TotalNumberOfScannedFiles?: GenericLong;
427
+ /**
428
+ * The size (in MB) of the files scanned from the input S3 bucket.
429
+ */
430
+ TotalSizeOfScannedFilesInMB?: GenericDouble;
431
+ /**
432
+ * The number of files imported so far.
433
+ */
434
+ TotalNumberOfImportedFiles?: GenericLong;
435
+ /**
436
+ * The number of resources scanned from the input S3 bucket.
437
+ */
438
+ TotalNumberOfResourcesScanned?: GenericLong;
439
+ /**
440
+ * The number of resources imported so far.
441
+ */
442
+ TotalNumberOfResourcesImported?: GenericLong;
443
+ /**
444
+ * The number of resources that failed due to customer error.
445
+ */
446
+ TotalNumberOfResourcesWithCustomerError?: GenericLong;
447
+ /**
448
+ * The number of files that failed to be read from the input S3 bucket due to customer error.
449
+ */
450
+ TotalNumberOfFilesReadWithCustomerError?: GenericLong;
451
+ /**
452
+ * The throughput (in MB/sec) of the import job.
453
+ */
454
+ Throughput?: GenericDouble;
455
+ }
416
456
  export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED_WITH_ERRORS"|"COMPLETED"|"FAILED"|"CANCEL_SUBMITTED"|"CANCEL_IN_PROGRESS"|"CANCEL_COMPLETED"|"CANCEL_FAILED"|string;
417
457
  export interface KmsEncryptionConfig {
418
458
  /**
@@ -521,7 +561,7 @@ declare namespace HealthLake {
521
561
  }
522
562
  export interface ListFHIRImportJobsResponse {
523
563
  /**
524
- * The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
564
+ * The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report of the job.
525
565
  */
526
566
  ImportJobPropertiesList: ImportJobPropertiesList;
527
567
  /**
@@ -287,11 +287,11 @@ declare class Lambda extends Service {
287
287
  */
288
288
  invoke(callback?: (err: AWSError, data: Lambda.Types.InvocationResponse) => void): Request<Lambda.Types.InvocationResponse, AWSError>;
289
289
  /**
290
- * For asynchronous function invocation, use Invoke. Invokes a function asynchronously.
290
+ * For asynchronous function invocation, use Invoke. Invokes a function asynchronously. If you do use the InvokeAsync action, note that it doesn't support the use of X-Ray active tracing. Trace ID is not propagated to the function, even if X-Ray active tracing is turned on.
291
291
  */
292
292
  invokeAsync(params: Lambda.Types.InvokeAsyncRequest, callback?: (err: AWSError, data: Lambda.Types.InvokeAsyncResponse) => void): Request<Lambda.Types.InvokeAsyncResponse, AWSError>;
293
293
  /**
294
- * For asynchronous function invocation, use Invoke. Invokes a function asynchronously.
294
+ * For asynchronous function invocation, use Invoke. Invokes a function asynchronously. If you do use the InvokeAsync action, note that it doesn't support the use of X-Ray active tracing. Trace ID is not propagated to the function, even if X-Ray active tracing is turned on.
295
295
  */
296
296
  invokeAsync(callback?: (err: AWSError, data: Lambda.Types.InvokeAsyncResponse) => void): Request<Lambda.Types.InvokeAsyncResponse, AWSError>;
297
297
  /**
@@ -892,7 +892,7 @@ declare namespace Lambda {
892
892
  }
893
893
  export interface CreateEventSourceMappingRequest {
894
894
  /**
895
- * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis – The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams – The ARN of the stream. Amazon Simple Queue Service – The ARN of the queue. Amazon Managed Streaming for Apache Kafka – The ARN of the cluster. Amazon MQ – The ARN of the broker. Amazon DocumentDB – The ARN of the DocumentDB change stream.
895
+ * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis – The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams – The ARN of the stream. Amazon Simple Queue Service – The ARN of the queue. Amazon Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings). Amazon MQ – The ARN of the broker. Amazon DocumentDB – The ARN of the DocumentDB change stream.
896
896
  */
897
897
  EventSourceArn?: Arn;
898
898
  /**
@@ -928,7 +928,7 @@ declare namespace Lambda {
928
928
  */
929
929
  StartingPositionTimestamp?: _Date;
930
930
  /**
931
- * (Kinesis and DynamoDB Streams only) A standard Amazon SQS queue or standard Amazon SNS topic destination for discarded records.
931
+ * (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies the destination of an event after Lambda processes it.
932
932
  */
933
933
  DestinationConfig?: DestinationConfig;
934
934
  /**
@@ -1070,7 +1070,7 @@ declare namespace Lambda {
1070
1070
  */
1071
1071
  Architectures?: ArchitecturesList;
1072
1072
  /**
1073
- * The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.
1073
+ * The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
1074
1074
  */
1075
1075
  EphemeralStorage?: EphemeralStorage;
1076
1076
  /**
@@ -1602,7 +1602,7 @@ declare namespace Lambda {
1602
1602
  */
1603
1603
  Architectures?: ArchitecturesList;
1604
1604
  /**
1605
- * The size of the functions /tmp directory in MB. The default value is 512, but it can be any whole number between 512 and 10,240 MB.
1605
+ * The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
1606
1606
  */
1607
1607
  EphemeralStorage?: EphemeralStorage;
1608
1608
  /**
@@ -2043,7 +2043,7 @@ declare namespace Lambda {
2043
2043
  */
2044
2044
  LogType?: LogType;
2045
2045
  /**
2046
- * Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.
2046
+ * Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object. Lambda passes the ClientContext object to your function for synchronous invocations only.
2047
2047
  */
2048
2048
  ClientContext?: String;
2049
2049
  /**
@@ -2327,7 +2327,7 @@ declare namespace Lambda {
2327
2327
  }
2328
2328
  export interface ListEventSourceMappingsRequest {
2329
2329
  /**
2330
- * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis – The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams – The ARN of the stream. Amazon Simple Queue Service – The ARN of the queue. Amazon Managed Streaming for Apache Kafka – The ARN of the cluster. Amazon MQ – The ARN of the broker. Amazon DocumentDB – The ARN of the DocumentDB change stream.
2330
+ * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis – The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams – The ARN of the stream. Amazon Simple Queue Service – The ARN of the queue. Amazon Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings). Amazon MQ – The ARN of the broker. Amazon DocumentDB – The ARN of the DocumentDB change stream.
2331
2331
  */
2332
2332
  EventSourceArn?: Arn;
2333
2333
  /**
@@ -2455,7 +2455,7 @@ declare namespace Lambda {
2455
2455
  }
2456
2456
  export interface ListLayerVersionsRequest {
2457
2457
  /**
2458
- * A runtime identifier. For example, go1.x. The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
2458
+ * A runtime identifier. For example, java21. The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
2459
2459
  */
2460
2460
  CompatibleRuntime?: Runtime;
2461
2461
  /**
@@ -2487,7 +2487,7 @@ declare namespace Lambda {
2487
2487
  }
2488
2488
  export interface ListLayersRequest {
2489
2489
  /**
2490
- * A runtime identifier. For example, go1.x. The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
2490
+ * A runtime identifier. For example, java21. The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
2491
2491
  */
2492
2492
  CompatibleRuntime?: Runtime;
2493
2493
  /**
@@ -2583,11 +2583,11 @@ declare namespace Lambda {
2583
2583
  */
2584
2584
  LogFormat?: LogFormat;
2585
2585
  /**
2586
- * Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level and lower.
2586
+ * Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.
2587
2587
  */
2588
2588
  ApplicationLogLevel?: ApplicationLogLevel;
2589
2589
  /**
2590
- * Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level and lower.
2590
+ * Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.
2591
2591
  */
2592
2592
  SystemLogLevel?: SystemLogLevel;
2593
2593
  /**
@@ -2618,7 +2618,7 @@ declare namespace Lambda {
2618
2618
  export type NullableBoolean = boolean;
2619
2619
  export interface OnFailure {
2620
2620
  /**
2621
- * The Amazon Resource Name (ARN) of the destination resource.
2621
+ * The Amazon Resource Name (ARN) of the destination resource. To retain records of asynchronous invocations, you can configure an Amazon SNS topic, Amazon SQS queue, Lambda function, or Amazon EventBridge event bus as the destination. To retain records of failed invocations from Kinesis and DynamoDB event sources, you can configure an Amazon SNS topic or Amazon SQS queue as the destination. To retain records of failed invocations from self-managed Kafka or Amazon MSK, you can configure an Amazon SNS topic or Amazon SQS queue as the destination.
2622
2622
  */
2623
2623
  Destination?: DestinationArn;
2624
2624
  }
@@ -3124,7 +3124,7 @@ declare namespace Lambda {
3124
3124
  */
3125
3125
  MaximumBatchingWindowInSeconds?: MaximumBatchingWindowInSeconds;
3126
3126
  /**
3127
- * (Kinesis and DynamoDB Streams only) A standard Amazon SQS queue or standard Amazon SNS topic destination for discarded records.
3127
+ * (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies the destination of an event after Lambda processes it.
3128
3128
  */
3129
3129
  DestinationConfig?: DestinationConfig;
3130
3130
  /**
@@ -3272,7 +3272,7 @@ declare namespace Lambda {
3272
3272
  */
3273
3273
  ImageConfig?: ImageConfig;
3274
3274
  /**
3275
- * The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.
3275
+ * The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
3276
3276
  */
3277
3277
  EphemeralStorage?: EphemeralStorage;
3278
3278
  /**
@@ -1089,7 +1089,7 @@ declare namespace OpenSearch {
1089
1089
  }
1090
1090
  export interface ColdStorageOptions {
1091
1091
  /**
1092
- * Whether to enable or disable cold storage on the domain.
1092
+ * Whether to enable or disable cold storage on the domain. You must enable UltraWarm storage to enable cold storage.
1093
1093
  */
1094
1094
  Enabled: Boolean;
1095
1095
  }
@@ -1429,7 +1429,7 @@ declare namespace OpenSearch {
1429
1429
  */
1430
1430
  AutoTunes?: AutoTuneList;
1431
1431
  /**
1432
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1432
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
1433
1433
  */
1434
1434
  NextToken?: NextToken;
1435
1435
  }
@@ -1605,7 +1605,7 @@ declare namespace OpenSearch {
1605
1605
  */
1606
1606
  Connections?: InboundConnections;
1607
1607
  /**
1608
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1608
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
1609
1609
  */
1610
1610
  NextToken?: NextToken;
1611
1611
  }
@@ -1649,7 +1649,7 @@ declare namespace OpenSearch {
1649
1649
  */
1650
1650
  Connections?: OutboundConnections;
1651
1651
  /**
1652
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1652
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
1653
1653
  */
1654
1654
  NextToken?: NextToken;
1655
1655
  }
@@ -1687,7 +1687,7 @@ declare namespace OpenSearch {
1687
1687
  */
1688
1688
  PackageDetailsList?: PackageDetailsList;
1689
1689
  /**
1690
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1690
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
1691
1691
  */
1692
1692
  NextToken?: String;
1693
1693
  }
@@ -1707,7 +1707,7 @@ declare namespace OpenSearch {
1707
1707
  }
1708
1708
  export interface DescribeReservedInstanceOfferingsResponse {
1709
1709
  /**
1710
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1710
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
1711
1711
  */
1712
1712
  NextToken?: NextToken;
1713
1713
  /**
@@ -1731,7 +1731,7 @@ declare namespace OpenSearch {
1731
1731
  }
1732
1732
  export interface DescribeReservedInstancesResponse {
1733
1733
  /**
1734
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1734
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
1735
1735
  */
1736
1736
  NextToken?: String;
1737
1737
  /**
@@ -2375,7 +2375,7 @@ declare namespace OpenSearch {
2375
2375
  */
2376
2376
  PackageVersionHistoryList?: PackageVersionHistoryList;
2377
2377
  /**
2378
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2378
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2379
2379
  */
2380
2380
  NextToken?: String;
2381
2381
  }
@@ -2399,7 +2399,7 @@ declare namespace OpenSearch {
2399
2399
  */
2400
2400
  UpgradeHistories?: UpgradeHistoryList;
2401
2401
  /**
2402
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2402
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2403
2403
  */
2404
2404
  NextToken?: String;
2405
2405
  }
@@ -2586,7 +2586,7 @@ declare namespace OpenSearch {
2586
2586
  */
2587
2587
  DomainMaintenances?: DomainMaintenanceList;
2588
2588
  /**
2589
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2589
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2590
2590
  */
2591
2591
  NextToken?: NextToken;
2592
2592
  }
@@ -2622,7 +2622,7 @@ declare namespace OpenSearch {
2622
2622
  */
2623
2623
  DomainPackageDetailsList?: DomainPackageDetailsList;
2624
2624
  /**
2625
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2625
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2626
2626
  */
2627
2627
  NextToken?: String;
2628
2628
  }
@@ -2658,7 +2658,7 @@ declare namespace OpenSearch {
2658
2658
  */
2659
2659
  InstanceTypeDetails?: InstanceTypeDetailsList;
2660
2660
  /**
2661
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2661
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2662
2662
  */
2663
2663
  NextToken?: NextToken;
2664
2664
  }
@@ -2682,7 +2682,7 @@ declare namespace OpenSearch {
2682
2682
  */
2683
2683
  DomainPackageDetailsList?: DomainPackageDetailsList;
2684
2684
  /**
2685
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2685
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2686
2686
  */
2687
2687
  NextToken?: String;
2688
2688
  }
@@ -2706,7 +2706,7 @@ declare namespace OpenSearch {
2706
2706
  */
2707
2707
  ScheduledActions?: ScheduledActionsList;
2708
2708
  /**
2709
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2709
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2710
2710
  */
2711
2711
  NextToken?: NextToken;
2712
2712
  }
@@ -2738,7 +2738,7 @@ declare namespace OpenSearch {
2738
2738
  */
2739
2739
  Versions?: VersionList;
2740
2740
  /**
2741
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2741
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2742
2742
  */
2743
2743
  NextToken?: NextToken;
2744
2744
  }
@@ -2758,7 +2758,7 @@ declare namespace OpenSearch {
2758
2758
  */
2759
2759
  AuthorizedPrincipalList: AuthorizedPrincipalList;
2760
2760
  /**
2761
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2761
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2762
2762
  */
2763
2763
  NextToken: NextToken;
2764
2764
  }
@@ -2778,7 +2778,7 @@ declare namespace OpenSearch {
2778
2778
  */
2779
2779
  VpcEndpointSummaryList: VpcEndpointSummaryList;
2780
2780
  /**
2781
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2781
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2782
2782
  */
2783
2783
  NextToken: NextToken;
2784
2784
  }
@@ -2794,7 +2794,7 @@ declare namespace OpenSearch {
2794
2794
  */
2795
2795
  VpcEndpointSummaryList: VpcEndpointSummaryList;
2796
2796
  /**
2797
- * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2797
+ * When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
2798
2798
  */
2799
2799
  NextToken: NextToken;
2800
2800
  }
@@ -2912,7 +2912,7 @@ declare namespace OpenSearch {
2912
2912
  */
2913
2913
  Status?: OptionStatus;
2914
2914
  }
2915
- export type OpenSearchPartitionInstanceType = "m3.medium.search"|"m3.large.search"|"m3.xlarge.search"|"m3.2xlarge.search"|"m4.large.search"|"m4.xlarge.search"|"m4.2xlarge.search"|"m4.4xlarge.search"|"m4.10xlarge.search"|"m5.large.search"|"m5.xlarge.search"|"m5.2xlarge.search"|"m5.4xlarge.search"|"m5.12xlarge.search"|"m5.24xlarge.search"|"r5.large.search"|"r5.xlarge.search"|"r5.2xlarge.search"|"r5.4xlarge.search"|"r5.12xlarge.search"|"r5.24xlarge.search"|"c5.large.search"|"c5.xlarge.search"|"c5.2xlarge.search"|"c5.4xlarge.search"|"c5.9xlarge.search"|"c5.18xlarge.search"|"t3.nano.search"|"t3.micro.search"|"t3.small.search"|"t3.medium.search"|"t3.large.search"|"t3.xlarge.search"|"t3.2xlarge.search"|"ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|"t2.micro.search"|"t2.small.search"|"t2.medium.search"|"r3.large.search"|"r3.xlarge.search"|"r3.2xlarge.search"|"r3.4xlarge.search"|"r3.8xlarge.search"|"i2.xlarge.search"|"i2.2xlarge.search"|"d2.xlarge.search"|"d2.2xlarge.search"|"d2.4xlarge.search"|"d2.8xlarge.search"|"c4.large.search"|"c4.xlarge.search"|"c4.2xlarge.search"|"c4.4xlarge.search"|"c4.8xlarge.search"|"r4.large.search"|"r4.xlarge.search"|"r4.2xlarge.search"|"r4.4xlarge.search"|"r4.8xlarge.search"|"r4.16xlarge.search"|"i3.large.search"|"i3.xlarge.search"|"i3.2xlarge.search"|"i3.4xlarge.search"|"i3.8xlarge.search"|"i3.16xlarge.search"|"r6g.large.search"|"r6g.xlarge.search"|"r6g.2xlarge.search"|"r6g.4xlarge.search"|"r6g.8xlarge.search"|"r6g.12xlarge.search"|"m6g.large.search"|"m6g.xlarge.search"|"m6g.2xlarge.search"|"m6g.4xlarge.search"|"m6g.8xlarge.search"|"m6g.12xlarge.search"|"c6g.large.search"|"c6g.xlarge.search"|"c6g.2xlarge.search"|"c6g.4xlarge.search"|"c6g.8xlarge.search"|"c6g.12xlarge.search"|"r6gd.large.search"|"r6gd.xlarge.search"|"r6gd.2xlarge.search"|"r6gd.4xlarge.search"|"r6gd.8xlarge.search"|"r6gd.12xlarge.search"|"r6gd.16xlarge.search"|"t4g.small.search"|"t4g.medium.search"|string;
2915
+ export type OpenSearchPartitionInstanceType = "m3.medium.search"|"m3.large.search"|"m3.xlarge.search"|"m3.2xlarge.search"|"m4.large.search"|"m4.xlarge.search"|"m4.2xlarge.search"|"m4.4xlarge.search"|"m4.10xlarge.search"|"m5.large.search"|"m5.xlarge.search"|"m5.2xlarge.search"|"m5.4xlarge.search"|"m5.12xlarge.search"|"m5.24xlarge.search"|"r5.large.search"|"r5.xlarge.search"|"r5.2xlarge.search"|"r5.4xlarge.search"|"r5.12xlarge.search"|"r5.24xlarge.search"|"c5.large.search"|"c5.xlarge.search"|"c5.2xlarge.search"|"c5.4xlarge.search"|"c5.9xlarge.search"|"c5.18xlarge.search"|"t3.nano.search"|"t3.micro.search"|"t3.small.search"|"t3.medium.search"|"t3.large.search"|"t3.xlarge.search"|"t3.2xlarge.search"|"or1.medium.search"|"or1.large.search"|"or1.xlarge.search"|"or1.2xlarge.search"|"or1.4xlarge.search"|"or1.8xlarge.search"|"or1.12xlarge.search"|"or1.16xlarge.search"|"ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|"t2.micro.search"|"t2.small.search"|"t2.medium.search"|"r3.large.search"|"r3.xlarge.search"|"r3.2xlarge.search"|"r3.4xlarge.search"|"r3.8xlarge.search"|"i2.xlarge.search"|"i2.2xlarge.search"|"d2.xlarge.search"|"d2.2xlarge.search"|"d2.4xlarge.search"|"d2.8xlarge.search"|"c4.large.search"|"c4.xlarge.search"|"c4.2xlarge.search"|"c4.4xlarge.search"|"c4.8xlarge.search"|"r4.large.search"|"r4.xlarge.search"|"r4.2xlarge.search"|"r4.4xlarge.search"|"r4.8xlarge.search"|"r4.16xlarge.search"|"i3.large.search"|"i3.xlarge.search"|"i3.2xlarge.search"|"i3.4xlarge.search"|"i3.8xlarge.search"|"i3.16xlarge.search"|"r6g.large.search"|"r6g.xlarge.search"|"r6g.2xlarge.search"|"r6g.4xlarge.search"|"r6g.8xlarge.search"|"r6g.12xlarge.search"|"m6g.large.search"|"m6g.xlarge.search"|"m6g.2xlarge.search"|"m6g.4xlarge.search"|"m6g.8xlarge.search"|"m6g.12xlarge.search"|"c6g.large.search"|"c6g.xlarge.search"|"c6g.2xlarge.search"|"c6g.4xlarge.search"|"c6g.8xlarge.search"|"c6g.12xlarge.search"|"r6gd.large.search"|"r6gd.xlarge.search"|"r6gd.2xlarge.search"|"r6gd.4xlarge.search"|"r6gd.8xlarge.search"|"r6gd.12xlarge.search"|"r6gd.16xlarge.search"|"t4g.small.search"|"t4g.medium.search"|string;
2916
2916
  export type OpenSearchWarmPartitionInstanceType = "ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|string;
2917
2917
  export type OptionState = "RequiresIndexDocuments"|"Processing"|"Active"|string;
2918
2918
  export interface OptionStatus {
@@ -488,7 +488,7 @@ declare namespace Polly {
488
488
  */
489
489
  SupportedEngines?: EngineList;
490
490
  }
491
- export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|string;
491
+ export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|string;
492
492
  export type VoiceList = Voice[];
493
493
  export type VoiceName = string;
494
494
  /**
@@ -2047,7 +2047,7 @@ declare namespace RDS {
2047
2047
  */
2048
2048
  DatabaseName?: String;
2049
2049
  /**
2050
- * The identifier for this DB cluster. This parameter is stored as a lowercase string. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Example: my-cluster1
2050
+ * The identifier for this DB cluster. This parameter is stored as a lowercase string. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for Multi-AZ DB clusters) letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Example: my-cluster1
2051
2051
  */
2052
2052
  DBClusterIdentifier: String;
2053
2053
  /**
@@ -2246,7 +2246,7 @@ declare namespace RDS {
2246
2246
  */
2247
2247
  DBClusterParameterGroupName: String;
2248
2248
  /**
2249
- * The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. Aurora MySQL Example: aurora-mysql5.7, aurora-mysql8.0 Aurora PostgreSQL Example: aurora-postgresql14 RDS for MySQL Example: mysql8.0 RDS for PostgreSQL Example: postgres12 To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine &lt;engine&gt; For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql The output contains duplicates. The following are the valid DB engine values: aurora-mysql aurora-postgresql mysql postgres
2249
+ * The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. Aurora MySQL Example: aurora-mysql5.7, aurora-mysql8.0 Aurora PostgreSQL Example: aurora-postgresql14 RDS for MySQL Example: mysql8.0 RDS for PostgreSQL Example: postgres13 To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine &lt;engine&gt; For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql The output contains duplicates. The following are the valid DB engine values: aurora-mysql aurora-postgresql mysql postgres
2250
2250
  */
2251
2251
  DBParameterGroupFamily: String;
2252
2252
  /**
@@ -2301,13 +2301,21 @@ declare class SageMaker extends Service {
2301
2301
  */
2302
2302
  updateArtifact(callback?: (err: AWSError, data: SageMaker.Types.UpdateArtifactResponse) => void): Request<SageMaker.Types.UpdateArtifactResponse, AWSError>;
2303
2303
  /**
2304
- * Update a SageMaker HyperPod cluster.
2304
+ * Updates a SageMaker HyperPod cluster.
2305
2305
  */
2306
2306
  updateCluster(params: SageMaker.Types.UpdateClusterRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateClusterResponse) => void): Request<SageMaker.Types.UpdateClusterResponse, AWSError>;
2307
2307
  /**
2308
- * Update a SageMaker HyperPod cluster.
2308
+ * Updates a SageMaker HyperPod cluster.
2309
2309
  */
2310
2310
  updateCluster(callback?: (err: AWSError, data: SageMaker.Types.UpdateClusterResponse) => void): Request<SageMaker.Types.UpdateClusterResponse, AWSError>;
2311
+ /**
2312
+ * Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see Update the SageMaker HyperPod platform software of a cluster.
2313
+ */
2314
+ updateClusterSoftware(params: SageMaker.Types.UpdateClusterSoftwareRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateClusterSoftwareResponse) => void): Request<SageMaker.Types.UpdateClusterSoftwareResponse, AWSError>;
2315
+ /**
2316
+ * Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see Update the SageMaker HyperPod platform software of a cluster.
2317
+ */
2318
+ updateClusterSoftware(callback?: (err: AWSError, data: SageMaker.Types.UpdateClusterSoftwareResponse) => void): Request<SageMaker.Types.UpdateClusterSoftwareResponse, AWSError>;
2311
2319
  /**
2312
2320
  * Updates the specified Git repository with the specified values.
2313
2321
  */
@@ -23193,6 +23201,18 @@ declare namespace SageMaker {
23193
23201
  */
23194
23202
  ClusterArn: ClusterArn;
23195
23203
  }
23204
+ export interface UpdateClusterSoftwareRequest {
23205
+ /**
23206
+ * Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
23207
+ */
23208
+ ClusterName: ClusterNameOrArn;
23209
+ }
23210
+ export interface UpdateClusterSoftwareResponse {
23211
+ /**
23212
+ * The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster being updated for security patching.
23213
+ */
23214
+ ClusterArn: ClusterArn;
23215
+ }
23196
23216
  export interface UpdateCodeRepositoryInput {
23197
23217
  /**
23198
23218
  * The name of the Git repository to update.
@@ -92,11 +92,11 @@ declare class SecretsManager extends Service {
92
92
  */
93
93
  listSecretVersionIds(callback?: (err: AWSError, data: SecretsManager.Types.ListSecretVersionIdsResponse) => void): Request<SecretsManager.Types.ListSecretVersionIdsResponse, AWSError>;
94
94
  /**
95
- * Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console. ListSecrets is eventually consistent, however it might not reflect changes from the last five minutes. To get the latest information for a specific secret, use DescribeSecret. To list the versions of a secret, use ListSecretVersionIds. To retrieve the values for the secrets, call BatchGetSecretValue or GetSecretValue. For information about finding secrets in the console, see Find secrets in Secrets Manager. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:ListSecrets. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
95
+ * Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console. All Secrets Manager operations are eventually consistent. ListSecrets might not reflect changes from the last five minutes. You can get more recent information for a specific secret by calling DescribeSecret. To list the versions of a secret, use ListSecretVersionIds. To retrieve the values for the secrets, call BatchGetSecretValue or GetSecretValue. For information about finding secrets in the console, see Find secrets in Secrets Manager. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:ListSecrets. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
96
96
  */
97
97
  listSecrets(params: SecretsManager.Types.ListSecretsRequest, callback?: (err: AWSError, data: SecretsManager.Types.ListSecretsResponse) => void): Request<SecretsManager.Types.ListSecretsResponse, AWSError>;
98
98
  /**
99
- * Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console. ListSecrets is eventually consistent, however it might not reflect changes from the last five minutes. To get the latest information for a specific secret, use DescribeSecret. To list the versions of a secret, use ListSecretVersionIds. To retrieve the values for the secrets, call BatchGetSecretValue or GetSecretValue. For information about finding secrets in the console, see Find secrets in Secrets Manager. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:ListSecrets. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
99
+ * Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console. All Secrets Manager operations are eventually consistent. ListSecrets might not reflect changes from the last five minutes. You can get more recent information for a specific secret by calling DescribeSecret. To list the versions of a secret, use ListSecretVersionIds. To retrieve the values for the secrets, call BatchGetSecretValue or GetSecretValue. For information about finding secrets in the console, see Find secrets in Secrets Manager. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:ListSecrets. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
100
100
  */
101
101
  listSecrets(callback?: (err: AWSError, data: SecretsManager.Types.ListSecretsResponse) => void): Request<SecretsManager.Types.ListSecretsResponse, AWSError>;
102
102
  /**
@@ -423,7 +423,7 @@ declare namespace SecretsManager {
423
423
  */
424
424
  DeletedDate?: DeletedDateType;
425
425
  /**
426
- * The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null.
426
+ * The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.
427
427
  */
428
428
  NextRotationDate?: NextRotationDateType;
429
429
  /**