cdk-lambda-subminute 2.0.255 → 2.0.257

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 (39) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +430 -184
  6. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
  7. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.waiters2.json +5 -0
  8. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +11 -0
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -97
  10. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +53 -30
  11. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +219 -169
  12. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +1 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -1
  14. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +801 -151
  15. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +15 -0
  16. package/node_modules/aws-sdk/clients/bedrock.d.ts +428 -166
  17. package/node_modules/aws-sdk/clients/bedrock.js +1 -0
  18. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +8 -5
  19. package/node_modules/aws-sdk/clients/connect.d.ts +58 -21
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/location.d.ts +29 -2
  22. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +3 -3
  23. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +62 -9
  24. package/node_modules/aws-sdk/clients/oam.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/rds.d.ts +35 -31
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +3 -3
  27. package/node_modules/aws-sdk/clients/sts.d.ts +2 -1
  28. package/node_modules/aws-sdk/clients/transfer.d.ts +21 -21
  29. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +586 -16
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +7 -4
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +35 -22
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +176 -130
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/has/package.json +1 -4
  37. package/node_modules/has/src/index.js +5 -2
  38. package/node_modules/has/test/index.js +6 -0
  39. package/package.json +3 -3
@@ -2428,6 +2428,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2428
2428
  export type H264CodecLevel = "AUTO"|"LEVEL_1"|"LEVEL_1_1"|"LEVEL_1_2"|"LEVEL_1_3"|"LEVEL_2"|"LEVEL_2_1"|"LEVEL_2_2"|"LEVEL_3"|"LEVEL_3_1"|"LEVEL_3_2"|"LEVEL_4"|"LEVEL_4_1"|"LEVEL_4_2"|"LEVEL_5"|"LEVEL_5_1"|"LEVEL_5_2"|string;
2429
2429
  export type H264CodecProfile = "BASELINE"|"HIGH"|"HIGH_10BIT"|"HIGH_422"|"HIGH_422_10BIT"|"MAIN"|string;
2430
2430
  export type H264DynamicSubGop = "ADAPTIVE"|"STATIC"|string;
2431
+ export type H264EndOfStreamMarkers = "INCLUDE"|"SUPPRESS"|string;
2431
2432
  export type H264EntropyEncoding = "CABAC"|"CAVLC"|string;
2432
2433
  export type H264FieldEncoding = "PAFF"|"FORCE_FIELD"|"MBAFF"|string;
2433
2434
  export type H264FlickerAdaptiveQuantization = "DISABLED"|"ENABLED"|string;
@@ -2481,6 +2482,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2481
2482
  * Specify whether to allow the number of B-frames in your output GOP structure to vary or not depending on your input video content. To improve the subjective video quality of your output that has high-motion content: Leave blank or keep the default value Adaptive. MediaConvert will use fewer B-frames for high-motion video content than low-motion content. The maximum number of B- frames is limited by the value that you choose for B-frames between reference frames. To use the same number B-frames for all types of content: Choose Static.
2482
2483
  */
2483
2484
  DynamicSubGop?: H264DynamicSubGop;
2485
+ /**
2486
+ * Optionally include or suppress markers at the end of your output that signal the end of the video stream. To include end of stream markers: Leave blank or keep the default value, Include. To not include end of stream markers: Choose Suppress. This is useful when your output will be inserted into another stream.
2487
+ */
2488
+ EndOfStreamMarkers?: H264EndOfStreamMarkers;
2484
2489
  /**
2485
2490
  * Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.
2486
2491
  */
@@ -2637,6 +2642,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2637
2642
  export type H265CodecLevel = "AUTO"|"LEVEL_1"|"LEVEL_2"|"LEVEL_2_1"|"LEVEL_3"|"LEVEL_3_1"|"LEVEL_4"|"LEVEL_4_1"|"LEVEL_5"|"LEVEL_5_1"|"LEVEL_5_2"|"LEVEL_6"|"LEVEL_6_1"|"LEVEL_6_2"|string;
2638
2643
  export type H265CodecProfile = "MAIN_MAIN"|"MAIN_HIGH"|"MAIN10_MAIN"|"MAIN10_HIGH"|"MAIN_422_8BIT_MAIN"|"MAIN_422_8BIT_HIGH"|"MAIN_422_10BIT_MAIN"|"MAIN_422_10BIT_HIGH"|string;
2639
2644
  export type H265DynamicSubGop = "ADAPTIVE"|"STATIC"|string;
2645
+ export type H265EndOfStreamMarkers = "INCLUDE"|"SUPPRESS"|string;
2640
2646
  export type H265FlickerAdaptiveQuantization = "DISABLED"|"ENABLED"|string;
2641
2647
  export type H265FramerateControl = "INITIALIZE_FROM_SOURCE"|"SPECIFIED"|string;
2642
2648
  export type H265FramerateConversionAlgorithm = "DUPLICATE_DROP"|"INTERPOLATE"|"FRAMEFORMER"|string;
@@ -2692,6 +2698,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2692
2698
  * Specify whether to allow the number of B-frames in your output GOP structure to vary or not depending on your input video content. To improve the subjective video quality of your output that has high-motion content: Leave blank or keep the default value Adaptive. MediaConvert will use fewer B-frames for high-motion video content than low-motion content. The maximum number of B- frames is limited by the value that you choose for B-frames between reference frames. To use the same number B-frames for all types of content: Choose Static.
2693
2699
  */
2694
2700
  DynamicSubGop?: H265DynamicSubGop;
2701
+ /**
2702
+ * Optionally include or suppress markers at the end of your output that signal the end of the video stream. To include end of stream markers: Leave blank or keep the default value, Include. To not include end of stream markers: Choose Suppress. This is useful when your output will be inserted into another stream.
2703
+ */
2704
+ EndOfStreamMarkers?: H265EndOfStreamMarkers;
2695
2705
  /**
2696
2706
  * Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set adaptiveQuantization to a value other than Off.
2697
2707
  */
@@ -3328,6 +3338,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3328
3338
  * When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
3329
3339
  */
3330
3340
  VideoGenerator?: InputVideoGenerator;
3341
+ /**
3342
+ * Contains an array of video overlays.
3343
+ */
3344
+ VideoOverlays?: __listOfVideoOverlay;
3331
3345
  /**
3332
3346
  * Input video selectors contain the video settings for the input. Each of your inputs can have up to one video selector.
3333
3347
  */
@@ -3448,6 +3462,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3448
3462
  * Specify the timecode that you want the service to use for this input's initial frame. To use this setting, you must set the Timecode source setting, located under the input settings, to Specified start. For more information about timecodes, see https://docs.aws.amazon.com/console/mediaconvert/timecode.
3449
3463
  */
3450
3464
  TimecodeStart?: __stringMin11Max11Pattern01D20305D205D;
3465
+ /**
3466
+ * Contains an array of video overlays.
3467
+ */
3468
+ VideoOverlays?: __listOfVideoOverlay;
3451
3469
  /**
3452
3470
  * Input video selectors contain the video settings for the input. Each of your inputs can have up to one video selector.
3453
3471
  */
@@ -3644,10 +3662,6 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3644
3662
  * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
3645
3663
  */
3646
3664
  ExtendedDataServices?: ExtendedDataServices;
3647
- /**
3648
- * Specifies which input metadata to use for the default "Follow input" option for the following settings: resolution, frame rate, and pixel aspect ratio. In the simplest case, specify which input is used based on its index in the job. For example if you specify 3, then the fourth input will be used from each input. If the job does not have a fourth input, then the first input will be used. If no followInputIndex is specified, then 0 will be chosen automatically.
3649
- */
3650
- FollowInputIndex?: __integerMin0Max149;
3651
3665
  /**
3652
3666
  * Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
3653
3667
  */
@@ -3754,10 +3768,6 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3754
3768
  * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
3755
3769
  */
3756
3770
  ExtendedDataServices?: ExtendedDataServices;
3757
- /**
3758
- * Specifies which input metadata to use for the default "Follow input" option for the following settings: resolution, frame rate, and pixel aspect ratio. In the simplest case, specify which input is used based on its index in the job. For example if you specify 3, then the fourth input will be used from each input. If the job does not have a fourth input, then the first input will be used. If no followInputIndex is specified, then 0 will be chosen automatically.
3759
- */
3760
- FollowInputIndex?: __integerMin0Max149;
3761
3771
  /**
3762
3772
  * Use Inputs to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template.
3763
3773
  */
@@ -5768,6 +5778,48 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
5768
5778
  */
5769
5779
  WidthInPx?: __integer;
5770
5780
  }
5781
+ export interface VideoOverlay {
5782
+ /**
5783
+ * Enter the end timecode in the underlying input video for this overlay. Your overlay will be active through this frame. To display your video overlay for the duration of the underlying video: Leave blank. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for the underlying Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to end ten minutes into the video, enter 01:10:00:00.
5784
+ */
5785
+ EndTimecode?: __stringPattern010920405090509092;
5786
+ /**
5787
+ * Input settings for Video overlay. You can include one or more video overlays in sequence at different times that you specify.
5788
+ */
5789
+ Input?: VideoOverlayInput;
5790
+ /**
5791
+ * Enter the start timecode in the underlying input video for this overlay. Your overlay will be active starting with this frame. To display your video overlay starting at the beginning of the underlying video: Leave blank. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for the underlying Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to begin five minutes into the video, enter 01:05:00:00.
5792
+ */
5793
+ StartTimecode?: __stringPattern010920405090509092;
5794
+ }
5795
+ export interface VideoOverlayInput {
5796
+ /**
5797
+ * Specify the input file S3, HTTP, or HTTPS URI for your video overlay. For consistency in color and formatting in your output video image, we recommend that you specify a video with similar characteristics as the underlying input video.
5798
+ */
5799
+ FileInput?: __stringPatternS3Https;
5800
+ /**
5801
+ * Specify one or more clips to use from your video overlay. When you include an input clip, you must also specify its start timecode, end timecode, or both start and end timecode.
5802
+ */
5803
+ InputClippings?: __listOfVideoOverlayInputClipping;
5804
+ /**
5805
+ * Specify the starting timecode for your video overlay. To use the timecode present in your video overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a value for Timecode source, MediaConvert uses Embedded by default.
5806
+ */
5807
+ TimecodeSource?: InputTimecodeSource;
5808
+ /**
5809
+ * Specify the starting timecode for this video overlay. To use this setting, you must set Timecode source to Specified start.
5810
+ */
5811
+ TimecodeStart?: __stringMin11Max11Pattern01D20305D205D;
5812
+ }
5813
+ export interface VideoOverlayInputClipping {
5814
+ /**
5815
+ * Specify the timecode of the last frame to include in your video overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.
5816
+ */
5817
+ EndTimecode?: __stringPattern010920405090509092;
5818
+ /**
5819
+ * Specify the timecode of the first frame to include in your video overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.
5820
+ */
5821
+ StartTimecode?: __stringPattern010920405090509092;
5822
+ }
5771
5823
  export interface VideoPreprocessor {
5772
5824
  /**
5773
5825
  * Use these settings to convert the color space or to modify properties such as hue and contrast for this output. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.
@@ -6233,7 +6285,6 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6233
6285
  export type __integerMin0Max1152000000 = number;
6234
6286
  export type __integerMin0Max128 = number;
6235
6287
  export type __integerMin0Max1466400000 = number;
6236
- export type __integerMin0Max149 = number;
6237
6288
  export type __integerMin0Max15 = number;
6238
6289
  export type __integerMin0Max16 = number;
6239
6290
  export type __integerMin0Max2147483647 = number;
@@ -6354,6 +6405,8 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6354
6405
  export type __listOfQueue = Queue[];
6355
6406
  export type __listOfQueueTransition = QueueTransition[];
6356
6407
  export type __listOfTeletextPageType = TeletextPageType[];
6408
+ export type __listOfVideoOverlay = VideoOverlay[];
6409
+ export type __listOfVideoOverlayInputClipping = VideoOverlayInputClipping[];
6357
6410
  export type __listOfWarningGroup = WarningGroup[];
6358
6411
  export type __listOf__doubleMinNegative60Max6 = __doubleMinNegative60Max6[];
6359
6412
  export type __listOf__integerMin1Max2147483647 = __integerMin1Max2147483647[];
@@ -100,11 +100,11 @@ declare class OAM extends Service {
100
100
  */
101
101
  listTagsForResource(callback?: (err: AWSError, data: OAM.Types.ListTagsForResourceOutput) => void): Request<OAM.Types.ListTagsForResourceOutput, AWSError>;
102
102
  /**
103
- * Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts. You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are: Metrics - Specify with AWS::CloudWatch::Metric Log groups - Specify with AWS::Logs::LogGroup Traces - Specify with AWS::XRay::Trace See the examples in this section to see how to specify permitted source accounts and data types.
103
+ * Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts. You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are: Metrics - Specify with AWS::CloudWatch::Metric Log groups - Specify with AWS::Logs::LogGroup Traces - Specify with AWS::XRay::Trace Application Insights - Applications - Specify with AWS::ApplicationInsights::Application See the examples in this section to see how to specify permitted source accounts and data types.
104
104
  */
105
105
  putSinkPolicy(params: OAM.Types.PutSinkPolicyInput, callback?: (err: AWSError, data: OAM.Types.PutSinkPolicyOutput) => void): Request<OAM.Types.PutSinkPolicyOutput, AWSError>;
106
106
  /**
107
- * Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts. You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are: Metrics - Specify with AWS::CloudWatch::Metric Log groups - Specify with AWS::Logs::LogGroup Traces - Specify with AWS::XRay::Trace See the examples in this section to see how to specify permitted source accounts and data types.
107
+ * Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts. You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are: Metrics - Specify with AWS::CloudWatch::Metric Log groups - Specify with AWS::Logs::LogGroup Traces - Specify with AWS::XRay::Trace Application Insights - Applications - Specify with AWS::ApplicationInsights::Application See the examples in this section to see how to specify permitted source accounts and data types.
108
108
  */
109
109
  putSinkPolicy(callback?: (err: AWSError, data: OAM.Types.PutSinkPolicyOutput) => void): Request<OAM.Types.PutSinkPolicyOutput, AWSError>;
110
110
  /**
@@ -465,7 +465,7 @@ declare namespace OAM {
465
465
  Policy?: String;
466
466
  }
467
467
  export type ResourceIdentifier = string;
468
- export type ResourceType = "AWS::CloudWatch::Metric"|"AWS::Logs::LogGroup"|"AWS::XRay::Trace"|string;
468
+ export type ResourceType = "AWS::CloudWatch::Metric"|"AWS::Logs::LogGroup"|"AWS::XRay::Trace"|"AWS::ApplicationInsights::Application"|string;
469
469
  export type ResourceTypesInput = ResourceType[];
470
470
  export type ResourceTypesOutput = String[];
471
471
  export type SinkName = string;
@@ -422,11 +422,11 @@ declare class RDS extends Service {
422
422
  */
423
423
  describeBlueGreenDeployments(callback?: (err: AWSError, data: RDS.Types.DescribeBlueGreenDeploymentsResponse) => void): Request<RDS.Types.DescribeBlueGreenDeploymentsResponse, AWSError>;
424
424
  /**
425
- * Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
425
+ * Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
426
426
  */
427
427
  describeCertificates(params: RDS.Types.DescribeCertificatesMessage, callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
428
428
  /**
429
- * Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
429
+ * Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
430
430
  */
431
431
  describeCertificates(callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
432
432
  /**
@@ -1516,6 +1516,10 @@ declare namespace RDS {
1516
1516
  }
1517
1517
  export type CertificateList = Certificate[];
1518
1518
  export interface CertificateMessage {
1519
+ /**
1520
+ * The default root CA for new databases created by your Amazon Web Services account. This is either the root CA override set on your Amazon Web Services account or the system default CA for the Region if no override exists. To override the default CA, use the ModifyCertificates operation.
1521
+ */
1522
+ DefaultCertificateForNewLaunches?: String;
1519
1523
  /**
1520
1524
  * The list of Certificate objects for the Amazon Web Services account.
1521
1525
  */
@@ -6513,7 +6517,7 @@ declare namespace RDS {
6513
6517
  */
6514
6518
  EngineVersion?: String;
6515
6519
  /**
6516
- * Specifies whether major version upgrades are allowed. Valid for Cluster Type: Aurora DB clusters only Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.
6520
+ * Specifies whether major version upgrades are allowed. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.
6517
6521
  */
6518
6522
  AllowMajorVersionUpgrade?: Boolean;
6519
6523
  /**
@@ -6666,7 +6670,7 @@ declare namespace RDS {
6666
6670
  */
6667
6671
  AllocatedStorage?: IntegerOptional;
6668
6672
  /**
6669
- * The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless you specify ApplyImmediately in your request. Default: Uses existing setting
6673
+ * The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless you specify ApplyImmediately in your request. Default: Uses existing setting Constraints: If you are modifying the DB instance class and upgrading the engine version at the same time, the currently running engine version must be supported on the specified DB instance class. Otherwise, the operation returns an error. In this case, first run the operation to modify the DB instance class, and then run it again to upgrade the engine version.
6670
6674
  */
6671
6675
  DBInstanceClass?: String;
6672
6676
  /**
@@ -6710,7 +6714,7 @@ declare namespace RDS {
6710
6714
  */
6711
6715
  MultiAZ?: BooleanOptional;
6712
6716
  /**
6713
- * The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. If you specify only a major version, Amazon RDS updates the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. If the instance that you're modifying is acting as a read replica, the engine version that you specify must be the same or higher than the version that the source DB instance or cluster is running. In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.
6717
+ * The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. If you specify only a major version, Amazon RDS updates the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. If the instance that you're modifying is acting as a read replica, the engine version that you specify must be the same or higher than the version that the source DB instance or cluster is running. In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle. Constraints: If you are upgrading the engine version and modifying the DB instance class at the same time, the currently running engine version must be supported on the specified DB instance class. Otherwise, the operation returns an error. In this case, first run the operation to modify the DB instance class, and then run it again to upgrade the engine version.
6714
6718
  */
6715
6719
  EngineVersion?: String;
6716
6720
  /**
@@ -8423,7 +8427,7 @@ declare namespace RDS {
8423
8427
  */
8424
8428
  EnableCloudwatchLogsExports?: LogTypeList;
8425
8429
  /**
8426
- * The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default DB cluster parameter group for the specified engine is used. Constraints: If supplied, must match the name of an existing DB cluster parameter group. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8430
+ * The name of the custom DB cluster parameter group to associate with this DB cluster. If the DBClusterParameterGroupName parameter is omitted, the default DB cluster parameter group for the specified engine is used. Constraints: If supplied, must match the name of an existing DB cluster parameter group. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8427
8431
  */
8428
8432
  DBClusterParameterGroupName?: String;
8429
8433
  /**
@@ -8451,7 +8455,7 @@ declare namespace RDS {
8451
8455
  */
8452
8456
  EngineMode?: String;
8453
8457
  /**
8454
- * The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
8458
+ * The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
8455
8459
  */
8456
8460
  DBClusterInstanceClass?: String;
8457
8461
  /**
@@ -8840,47 +8844,47 @@ declare namespace RDS {
8840
8844
  */
8841
8845
  SourceDBInstanceIdentifier?: String;
8842
8846
  /**
8843
- * The name of the new DB instance to be created. 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
8847
+ * The name of the new DB instance to create. 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.
8844
8848
  */
8845
8849
  TargetDBInstanceIdentifier: String;
8846
8850
  /**
8847
- * The date and time to restore from. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: Must be before the latest restorable time for the DB instance Can't be specified if the UseLatestRestorableTime parameter is enabled Example: 2009-09-07T23:45:00Z
8851
+ * The date and time to restore from. Constraints: Must be a time in Universal Coordinated Time (UTC) format. Must be before the latest restorable time for the DB instance. Can't be specified if the UseLatestRestorableTime parameter is enabled. Example: 2009-09-07T23:45:00Z
8848
8852
  */
8849
8853
  RestoreTime?: TStamp;
8850
8854
  /**
8851
- * A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. Constraints: Can't be specified if the RestoreTime parameter is provided.
8855
+ * Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. Constraints: Can't be specified if the RestoreTime parameter is provided.
8852
8856
  */
8853
8857
  UseLatestRestorableTime?: Boolean;
8854
8858
  /**
8855
- * The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: The same DBInstanceClass as the original DB instance.
8859
+ * The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: The same DB instance class as the original DB instance.
8856
8860
  */
8857
8861
  DBInstanceClass?: String;
8858
8862
  /**
8859
- * The port number on which the database accepts connections. Constraints: Value must be 1150-65535 Default: The same port as the original DB instance.
8863
+ * The port number on which the database accepts connections. Default: The same port as the original DB instance. Constraints: The value must be 1150-65535.
8860
8864
  */
8861
8865
  Port?: IntegerOptional;
8862
8866
  /**
8863
- * The Availability Zone (AZ) where the DB instance will be created. Default: A random, system-chosen Availability Zone. Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment. Example: us-east-1a
8867
+ * The Availability Zone (AZ) where the DB instance will be created. Default: A random, system-chosen Availability Zone. Constraints: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment. Example: us-east-1a
8864
8868
  */
8865
8869
  AvailabilityZone?: String;
8866
8870
  /**
8867
- * The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
8871
+ * The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DB subnet group. Example: mydbsubnetgroup
8868
8872
  */
8869
8873
  DBSubnetGroupName?: String;
8870
8874
  /**
8871
- * A value that indicates whether the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom. Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
8875
+ * Secifies whether the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom. Constraints: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
8872
8876
  */
8873
8877
  MultiAZ?: BooleanOptional;
8874
8878
  /**
8875
- * A value that indicates whether the DB instance is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8879
+ * Specifies whether the DB instance is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8876
8880
  */
8877
8881
  PubliclyAccessible?: BooleanOptional;
8878
8882
  /**
8879
- * A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window. This setting doesn't apply to RDS Custom.
8883
+ * Specifies whether minor version upgrades are applied automatically to the DB instance during the maintenance window. This setting doesn't apply to RDS Custom.
8880
8884
  */
8881
8885
  AutoMinorVersionUpgrade?: BooleanOptional;
8882
8886
  /**
8883
- * License model information for the restored DB instance. This setting doesn't apply to RDS Custom. Default: Same as source. Valid values: license-included | bring-your-own-license | general-public-license
8887
+ * The license model information for the restored DB instance. This setting doesn't apply to RDS Custom. Valid Values: license-included | bring-your-own-license | general-public-license Default: Same as the source.
8884
8888
  */
8885
8889
  LicenseModel?: String;
8886
8890
  /**
@@ -8888,24 +8892,24 @@ declare namespace RDS {
8888
8892
  */
8889
8893
  DBName?: String;
8890
8894
  /**
8891
- * The database engine to use for the new instance. This setting doesn't apply to RDS Custom. Default: The same as source Constraint: Must be compatible with the engine of the source Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
8895
+ * The database engine to use for the new instance. This setting doesn't apply to RDS Custom. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web Default: The same as source Constraints: Must be compatible with the engine of the source.
8892
8896
  */
8893
8897
  Engine?: String;
8894
8898
  /**
8895
- * The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. Constraints: Must be an integer greater than 1000. SQL Server Setting the IOPS value for the SQL Server database engine isn't supported.
8899
+ * The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance. This setting doesn't apply to SQL Server. Constraints: Must be an integer greater than 1000.
8896
8900
  */
8897
8901
  Iops?: IntegerOptional;
8898
8902
  /**
8899
- * The name of the option group to be used for the restored DB instance. Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance This setting doesn't apply to RDS Custom.
8903
+ * The name of the option group to use for the restored DB instance. Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance This setting doesn't apply to RDS Custom.
8900
8904
  */
8901
8905
  OptionGroupName?: String;
8902
8906
  /**
8903
- * A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
8907
+ * Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
8904
8908
  */
8905
8909
  CopyTagsToSnapshot?: BooleanOptional;
8906
8910
  Tags?: TagList;
8907
8911
  /**
8908
- * Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
8912
+ * The storage type to associate with the DB instance. Valid Values: gp2 | gp3 | io1 | standard Default: io1, if the Iops parameter is specified. Otherwise, gp2. Constraints: If you specify io1 or gp3, you must also include a value for the Iops parameter.
8909
8913
  */
8910
8914
  StorageType?: String;
8911
8915
  /**
@@ -8921,7 +8925,7 @@ declare namespace RDS {
8921
8925
  */
8922
8926
  VpcSecurityGroupIds?: VpcSecurityGroupIdList;
8923
8927
  /**
8924
- * Specify the Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain. This setting doesn't apply to RDS Custom. For more information, see Kerberos Authentication in the Amazon RDS User Guide.
8928
+ * The Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain. This setting doesn't apply to RDS Custom. For more information, see Kerberos Authentication in the Amazon RDS User Guide.
8925
8929
  */
8926
8930
  Domain?: String;
8927
8931
  /**
@@ -8945,7 +8949,7 @@ declare namespace RDS {
8945
8949
  */
8946
8950
  DomainDnsIps?: StringList;
8947
8951
  /**
8948
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. This setting doesn't apply to RDS Custom. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
8952
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. This setting doesn't apply to RDS Custom. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
8949
8953
  */
8950
8954
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8951
8955
  /**
@@ -8961,11 +8965,11 @@ declare namespace RDS {
8961
8965
  */
8962
8966
  UseDefaultProcessorFeatures?: BooleanOptional;
8963
8967
  /**
8964
- * The name of the DB parameter group to associate with this DB instance. If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used. This setting doesn't apply to RDS Custom. Constraints: If supplied, must match the name of an existing DBParameterGroup. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens.
8968
+ * The name of the DB parameter group to associate with this DB instance. If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used. This setting doesn't apply to RDS Custom. Constraints: If supplied, must match the name of an existing DB parameter group. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens.
8965
8969
  */
8966
8970
  DBParameterGroupName?: String;
8967
8971
  /**
8968
- * A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8972
+ * Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8969
8973
  */
8970
8974
  DeletionProtection?: BooleanOptional;
8971
8975
  /**
@@ -8977,11 +8981,11 @@ declare namespace RDS {
8977
8981
  */
8978
8982
  MaxAllocatedStorage?: IntegerOptional;
8979
8983
  /**
8980
- * The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. This setting doesn't apply to RDS Custom.
8984
+ * The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. This setting doesn't apply to RDS Custom.
8981
8985
  */
8982
8986
  SourceDBInstanceAutomatedBackupsArn?: String;
8983
8987
  /**
8984
- * A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. This setting doesn't apply to RDS Custom. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
8988
+ * Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. This setting doesn't apply to RDS Custom. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
8985
8989
  */
8986
8990
  EnableCustomerOwnedIp?: BooleanOptional;
8987
8991
  /**
@@ -8993,11 +8997,11 @@ declare namespace RDS {
8993
8997
  */
8994
8998
  BackupTarget?: String;
8995
8999
  /**
8996
- * The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
9000
+ * The network type of the DB instance. The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide. Valid Values: IPV4 DUAL
8997
9001
  */
8998
9002
  NetworkType?: String;
8999
9003
  /**
9000
- * Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
9004
+ * The storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
9001
9005
  */
9002
9006
  StorageThroughput?: IntegerOptional;
9003
9007
  /**
@@ -18963,7 +18963,7 @@ declare namespace SageMaker {
18963
18963
  */
18964
18964
  KmsKeyId?: KmsKeyId;
18965
18965
  }
18966
- export type ProductionVariantInstanceType = "ml.t2.medium"|"ml.t2.large"|"ml.t2.xlarge"|"ml.t2.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.12xlarge"|"ml.m5d.24xlarge"|"ml.c4.large"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5d.large"|"ml.c5d.xlarge"|"ml.c5d.2xlarge"|"ml.c5d.4xlarge"|"ml.c5d.9xlarge"|"ml.c5d.18xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.12xlarge"|"ml.r5.24xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.12xlarge"|"ml.r5d.24xlarge"|"ml.inf1.xlarge"|"ml.inf1.2xlarge"|"ml.inf1.6xlarge"|"ml.inf1.24xlarge"|"ml.c6i.large"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.4xlarge"|"ml.c6i.8xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.12xlarge"|"ml.g5.16xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.p4d.24xlarge"|"ml.c7g.large"|"ml.c7g.xlarge"|"ml.c7g.2xlarge"|"ml.c7g.4xlarge"|"ml.c7g.8xlarge"|"ml.c7g.12xlarge"|"ml.c7g.16xlarge"|"ml.m6g.large"|"ml.m6g.xlarge"|"ml.m6g.2xlarge"|"ml.m6g.4xlarge"|"ml.m6g.8xlarge"|"ml.m6g.12xlarge"|"ml.m6g.16xlarge"|"ml.m6gd.large"|"ml.m6gd.xlarge"|"ml.m6gd.2xlarge"|"ml.m6gd.4xlarge"|"ml.m6gd.8xlarge"|"ml.m6gd.12xlarge"|"ml.m6gd.16xlarge"|"ml.c6g.large"|"ml.c6g.xlarge"|"ml.c6g.2xlarge"|"ml.c6g.4xlarge"|"ml.c6g.8xlarge"|"ml.c6g.12xlarge"|"ml.c6g.16xlarge"|"ml.c6gd.large"|"ml.c6gd.xlarge"|"ml.c6gd.2xlarge"|"ml.c6gd.4xlarge"|"ml.c6gd.8xlarge"|"ml.c6gd.12xlarge"|"ml.c6gd.16xlarge"|"ml.c6gn.large"|"ml.c6gn.xlarge"|"ml.c6gn.2xlarge"|"ml.c6gn.4xlarge"|"ml.c6gn.8xlarge"|"ml.c6gn.12xlarge"|"ml.c6gn.16xlarge"|"ml.r6g.large"|"ml.r6g.xlarge"|"ml.r6g.2xlarge"|"ml.r6g.4xlarge"|"ml.r6g.8xlarge"|"ml.r6g.12xlarge"|"ml.r6g.16xlarge"|"ml.r6gd.large"|"ml.r6gd.xlarge"|"ml.r6gd.2xlarge"|"ml.r6gd.4xlarge"|"ml.r6gd.8xlarge"|"ml.r6gd.12xlarge"|"ml.r6gd.16xlarge"|"ml.p4de.24xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.inf2.xlarge"|"ml.inf2.8xlarge"|"ml.inf2.24xlarge"|"ml.inf2.48xlarge"|string;
18966
+ export type ProductionVariantInstanceType = "ml.t2.medium"|"ml.t2.large"|"ml.t2.xlarge"|"ml.t2.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.12xlarge"|"ml.m5d.24xlarge"|"ml.c4.large"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5d.large"|"ml.c5d.xlarge"|"ml.c5d.2xlarge"|"ml.c5d.4xlarge"|"ml.c5d.9xlarge"|"ml.c5d.18xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.12xlarge"|"ml.r5.24xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.12xlarge"|"ml.r5d.24xlarge"|"ml.inf1.xlarge"|"ml.inf1.2xlarge"|"ml.inf1.6xlarge"|"ml.inf1.24xlarge"|"ml.c6i.large"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.4xlarge"|"ml.c6i.8xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.12xlarge"|"ml.g5.16xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.p4d.24xlarge"|"ml.c7g.large"|"ml.c7g.xlarge"|"ml.c7g.2xlarge"|"ml.c7g.4xlarge"|"ml.c7g.8xlarge"|"ml.c7g.12xlarge"|"ml.c7g.16xlarge"|"ml.m6g.large"|"ml.m6g.xlarge"|"ml.m6g.2xlarge"|"ml.m6g.4xlarge"|"ml.m6g.8xlarge"|"ml.m6g.12xlarge"|"ml.m6g.16xlarge"|"ml.m6gd.large"|"ml.m6gd.xlarge"|"ml.m6gd.2xlarge"|"ml.m6gd.4xlarge"|"ml.m6gd.8xlarge"|"ml.m6gd.12xlarge"|"ml.m6gd.16xlarge"|"ml.c6g.large"|"ml.c6g.xlarge"|"ml.c6g.2xlarge"|"ml.c6g.4xlarge"|"ml.c6g.8xlarge"|"ml.c6g.12xlarge"|"ml.c6g.16xlarge"|"ml.c6gd.large"|"ml.c6gd.xlarge"|"ml.c6gd.2xlarge"|"ml.c6gd.4xlarge"|"ml.c6gd.8xlarge"|"ml.c6gd.12xlarge"|"ml.c6gd.16xlarge"|"ml.c6gn.large"|"ml.c6gn.xlarge"|"ml.c6gn.2xlarge"|"ml.c6gn.4xlarge"|"ml.c6gn.8xlarge"|"ml.c6gn.12xlarge"|"ml.c6gn.16xlarge"|"ml.r6g.large"|"ml.r6g.xlarge"|"ml.r6g.2xlarge"|"ml.r6g.4xlarge"|"ml.r6g.8xlarge"|"ml.r6g.12xlarge"|"ml.r6g.16xlarge"|"ml.r6gd.large"|"ml.r6gd.xlarge"|"ml.r6gd.2xlarge"|"ml.r6gd.4xlarge"|"ml.r6gd.8xlarge"|"ml.r6gd.12xlarge"|"ml.r6gd.16xlarge"|"ml.p4de.24xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.inf2.xlarge"|"ml.inf2.8xlarge"|"ml.inf2.24xlarge"|"ml.inf2.48xlarge"|"ml.p5.48xlarge"|string;
18967
18967
  export type ProductionVariantList = ProductionVariant[];
18968
18968
  export type ProductionVariantModelDataDownloadTimeoutInSeconds = number;
18969
18969
  export type ProductionVariantSSMAccess = boolean;
@@ -20174,9 +20174,9 @@ declare namespace SageMaker {
20174
20174
  export type SelectedStepList = SelectedStep[];
20175
20175
  export interface SelectiveExecutionConfig {
20176
20176
  /**
20177
- * The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either Failed or Success.
20177
+ * The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either Failed or Success. This field is required if the steps you specify for SelectedSteps depend on output collaterals from any non-specified pipeline steps. For more information, see Selective Execution for Pipeline Steps.
20178
20178
  */
20179
- SourcePipelineExecutionArn: PipelineExecutionArn;
20179
+ SourcePipelineExecutionArn?: PipelineExecutionArn;
20180
20180
  /**
20181
20181
  * A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
20182
20182
  */
@@ -93,7 +93,7 @@ declare namespace STS {
93
93
  /**
94
94
  * An IAM policy in JSON format that you want to use as an inline session policy. This parameter is optional. Passing policies to this operation returns new temporary credentials. The resulting session's permissions are the intersection of the role's identity-based policy and the session policies. You can use the role's temporary credentials in subsequent Amazon Web Services API calls to access resources in the account that owns the role. You cannot use session policies to grant more permissions than those allowed by the identity-based policy of the role that is being assumed. For more information, see Session Policies in the IAM User Guide. The plaintext that you use for both inline and managed session policies can't exceed 2,048 characters. The JSON policy characters can be any ASCII character from the space character to the end of the valid character list (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) characters. An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, and session tags into a packed binary format that has a separate limit. Your request can fail for this limit even if your plaintext meets the other requirements. The PackedPolicySize response element indicates by percentage how close the policies and tags for your request are to the upper size limit.
95
95
  */
96
- Policy?: sessionPolicyDocumentType;
96
+ Policy?: unrestrictedSessionPolicyDocumentType;
97
97
  /**
98
98
  * The duration, in seconds, of the role session. The value specified can range from 900 seconds (15 minutes) up to the maximum session duration set for the role. The maximum session duration setting can have a value from 1 hour to 12 hours. If you specify a value higher than this setting or the administrator setting (whichever is lower), the operation fails. For example, if you specify a session duration of 12 hours, but your administrator set the maximum session duration to 6 hours, your operation fails. Role chaining limits your Amazon Web Services CLI or Amazon Web Services API role session to a maximum of one hour. When you use the AssumeRole API operation to assume a role, you can specify the duration of your role session with the DurationSeconds parameter. You can specify a parameter value of up to 43200 seconds (12 hours), depending on the maximum session duration setting for your role. However, if you assume a role using role chaining and provide a DurationSeconds parameter value greater than one hour, the operation fails. To learn how to view the maximum value for your role, see View the Maximum Session Duration Setting for a Role in the IAM User Guide. By default, the value is set to 3600 seconds. The DurationSeconds parameter is separate from the duration of a console session that you might request using the returned credentials. The request to the federation endpoint for a console sign-in token takes a SessionDuration parameter that specifies the maximum length of the console session. For more information, see Creating a URL that Enables Federated Users to Access the Amazon Web Services Management Console in the IAM User Guide.
99
99
  */
@@ -462,6 +462,7 @@ declare namespace STS {
462
462
  export type tagValueType = string;
463
463
  export type tokenCodeType = string;
464
464
  export type tokenType = string;
465
+ export type unrestrictedSessionPolicyDocumentType = string;
465
466
  export type urlType = string;
466
467
  export type userIdType = string;
467
468
  export type userNameType = string;