@pgarbe/cdk-ecr-sync 0.5.29 → 0.5.30

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 (123) hide show
  1. package/.jsii +3 -3
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +34 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  9. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  12. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  13. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  15. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  18. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +82 -63
  19. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  20. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  21. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  22. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +43 -15
  23. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +176 -99
  24. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  25. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  26. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  27. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  28. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  29. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  33. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  34. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  36. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  37. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  38. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  39. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  40. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  41. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  42. package/node_modules/aws-sdk/clients/forecastservice.d.ts +38 -2
  43. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  44. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  45. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  46. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  47. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +54 -5
  48. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +83 -8
  49. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  50. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  51. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
  52. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  53. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  54. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  55. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2499 -1776
  56. package/node_modules/aws-sdk/dist/aws-sdk.js +839 -320
  57. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  58. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  59. package/node_modules/aws-sdk/lib/core.js +1 -1
  60. package/node_modules/aws-sdk/package.json +2 -2
  61. package/node_modules/uuid/CHANGELOG.md +132 -44
  62. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  63. package/node_modules/uuid/LICENSE.md +1 -1
  64. package/node_modules/uuid/README.md +298 -152
  65. package/node_modules/uuid/dist/bin/uuid +2 -0
  66. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  67. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  68. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  69. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  70. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  71. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  72. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  73. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  74. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  75. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  76. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  77. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  78. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  79. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  80. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  81. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  82. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  83. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  84. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  85. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  86. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  87. package/node_modules/uuid/dist/index.js +39 -0
  88. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  89. package/node_modules/uuid/dist/md5.js +23 -0
  90. package/node_modules/uuid/dist/rng-browser.js +21 -0
  91. package/node_modules/uuid/dist/rng.js +14 -0
  92. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  93. package/node_modules/uuid/dist/sha1.js +23 -0
  94. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  95. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  96. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  97. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  98. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  99. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  100. package/node_modules/uuid/dist/v1.js +107 -0
  101. package/node_modules/uuid/dist/v3.js +16 -0
  102. package/node_modules/uuid/dist/v35.js +69 -0
  103. package/node_modules/uuid/dist/v4.js +40 -0
  104. package/node_modules/uuid/dist/v5.js +16 -0
  105. package/node_modules/uuid/package.json +92 -19
  106. package/node_modules/uuid/wrapper.mjs +5 -0
  107. package/package.json +7 -7
  108. package/releasetag.txt +1 -1
  109. package/version.txt +1 -1
  110. package/node_modules/uuid/.eslintrc.json +0 -47
  111. package/node_modules/uuid/AUTHORS +0 -5
  112. package/node_modules/uuid/README_js.md +0 -280
  113. package/node_modules/uuid/bin/uuid +0 -65
  114. package/node_modules/uuid/index.js +0 -8
  115. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  116. package/node_modules/uuid/lib/md5.js +0 -25
  117. package/node_modules/uuid/lib/rng-browser.js +0 -34
  118. package/node_modules/uuid/lib/rng.js +0 -8
  119. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  120. package/node_modules/uuid/lib/sha1.js +0 -25
  121. package/node_modules/uuid/v3.js +0 -4
  122. package/node_modules/uuid/v4.js +0 -29
  123. package/node_modules/uuid/v5.js +0 -3
@@ -354,6 +354,20 @@ declare namespace MediaConvert {
354
354
  */
355
355
  SampleRate?: __integerMin8000Max192000;
356
356
  }
357
+ export interface AllowedRenditionSize {
358
+ /**
359
+ * Use Height to define the video resolution height, in pixels, for this rule.
360
+ */
361
+ Height?: __integerMin32Max8192;
362
+ /**
363
+ * Set to ENABLED to force a rendition to be included.
364
+ */
365
+ Required?: RequiredFlag;
366
+ /**
367
+ * Use Width to define the video resolution width, in pixels, for this rule.
368
+ */
369
+ Width?: __integerMin32Max8192;
370
+ }
357
371
  export type AlphaBehavior = "DISCARD"|"REMAP_TO_LUMA"|string;
358
372
  export type AncillaryConvert608To708 = "UPCONVERT"|"DISABLED"|string;
359
373
  export interface AncillarySourceSettings {
@@ -566,6 +580,28 @@ declare namespace MediaConvert {
566
580
  }
567
581
  export type AudioSelectorType = "PID"|"TRACK"|"LANGUAGE_CODE"|"HLS_RENDITION_GROUP"|string;
568
582
  export type AudioTypeControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
583
+ export interface AutomatedAbrRule {
584
+ /**
585
+ * When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one rendition to allowedRenditions list
586
+ */
587
+ AllowedRenditions?: __listOfAllowedRenditionSize;
588
+ /**
589
+ * When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one rendition to forceIncludeRenditions list
590
+ */
591
+ ForceIncludeRenditions?: __listOfForceIncludeRenditionSize;
592
+ /**
593
+ * Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size.
594
+ */
595
+ MinBottomRenditionSize?: MinBottomRenditionSize;
596
+ /**
597
+ * Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution.
598
+ */
599
+ MinTopRenditionSize?: MinTopRenditionSize;
600
+ /**
601
+ * Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution. Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size. Use Force include renditions to specify one or more resolutions to include your ABR stack. * (Recommended) To optimize automated ABR, specify as few resolutions as possible. * (Required) The number of resolutions that you specify must be equal to, or less than, the Max renditions setting. * If you specify a Min top rendition size rule, specify at least one resolution that is equal to, or greater than, Min top rendition size. * If you specify a Min bottom rendition size rule, only specify resolutions that are equal to, or greater than, Min bottom rendition size. * If you specify a Force include renditions rule, do not specify a separate rule for Allowed renditions. * Note: The ABR stack may include other resolutions that you do not specify here, depending on the Max renditions setting. Use Allowed renditions to specify a list of possible resolutions in your ABR stack. * (Required) The number of resolutions that you specify must be equal to, or greater than, the Max renditions setting. * MediaConvert will create an ABR stack exclusively from the list of resolutions that you specify. * Some resolutions in the Allowed renditions list may not be included, however you can force a resolution to be included by setting Required to ENABLED. * You must specify at least one resolution that is greater than or equal to any resolutions that you specify in Min top rendition size or Min bottom rendition size. * If you specify Allowed renditions, you must not specify a separate rule for Force include renditions.
602
+ */
603
+ Type?: RuleType;
604
+ }
569
605
  export interface AutomatedAbrSettings {
570
606
  /**
571
607
  * Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default.
@@ -579,6 +615,10 @@ declare namespace MediaConvert {
579
615
  * Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default.
580
616
  */
581
617
  MinAbrBitrate?: __integerMin100000Max100000000;
618
+ /**
619
+ * Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements, but you still want MediaConvert to optimize for video quality and overall file size.
620
+ */
621
+ Rules?: __listOfAutomatedAbrRule;
582
622
  }
583
623
  export interface AutomatedEncodingSettings {
584
624
  /**
@@ -1181,7 +1221,7 @@ declare namespace MediaConvert {
1181
1221
  */
1182
1222
  IFrameOnlyManifest?: CmfcIFrameOnlyManifest;
1183
1223
  /**
1184
- * Applies to CMAF outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
1224
+ * To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
1185
1225
  */
1186
1226
  KlvMetadata?: CmfcKlvMetadata;
1187
1227
  /**
@@ -1666,11 +1706,11 @@ declare namespace MediaConvert {
1666
1706
  */
1667
1707
  L6Mode?: DolbyVisionLevel6Mode;
1668
1708
  /**
1669
- * Required when you set Dolby Vision Profile (Profile) to Profile 8.1 (PROFILE_8_1). When you set Content mapping (Mapping) to None (HDR10_NOMAP), content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to Static (HDR10_1000), the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.
1709
+ * Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.
1670
1710
  */
1671
1711
  Mapping?: DolbyVisionMapping;
1672
1712
  /**
1673
- * Required when you use Dolby Vision (DolbyVision) processing. Set Profile (DolbyVisionProfile) to Profile 5 (Profile_5) to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 (Profile_8_1) to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.
1713
+ * Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.
1674
1714
  */
1675
1715
  Profile?: DolbyVisionProfile;
1676
1716
  }
@@ -2150,6 +2190,16 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2150
2190
  }
2151
2191
  export type FileSourceTimeDeltaUnits = "SECONDS"|"MILLISECONDS"|string;
2152
2192
  export type FontScript = "AUTOMATIC"|"HANS"|"HANT"|string;
2193
+ export interface ForceIncludeRenditionSize {
2194
+ /**
2195
+ * Use Height to define the video resolution height, in pixels, for this rule.
2196
+ */
2197
+ Height?: __integerMin32Max8192;
2198
+ /**
2199
+ * Use Width to define the video resolution width, in pixels, for this rule.
2200
+ */
2201
+ Width?: __integerMin32Max8192;
2202
+ }
2153
2203
  export interface FrameCaptureSettings {
2154
2204
  /**
2155
2205
  * Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.n.jpg where n is the 0-based sequence number of each Capture.
@@ -2998,7 +3048,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2998
3048
  export type ImscAccessibilitySubs = "DISABLED"|"ENABLED"|string;
2999
3049
  export interface ImscDestinationSettings {
3000
3050
  /**
3001
- * Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
3051
+ * Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
3002
3052
  */
3003
3053
  Accessibility?: ImscAccessibilitySubs;
3004
3054
  /**
@@ -3811,7 +3861,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3811
3861
  */
3812
3862
  FragmentTime?: __doubleMin0;
3813
3863
  /**
3814
- * Applies to MPEG-TS outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
3864
+ * To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and passes it through to the output transport stream. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
3815
3865
  */
3816
3866
  KlvMetadata?: M2tsKlvMetadata;
3817
3867
  /**
@@ -3887,7 +3937,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3887
3937
  */
3888
3938
  SegmentationTime?: __doubleMin0;
3889
3939
  /**
3890
- * Specify the packet identifier (PID) for timed metadata in this output. Default is 502.
3940
+ * Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
3891
3941
  */
3892
3942
  TimedMetadataPid?: __integerMin32Max8182;
3893
3943
  /**
@@ -3982,6 +4032,26 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3982
4032
  */
3983
4033
  VideoPid?: __integerMin32Max8182;
3984
4034
  }
4035
+ export interface MinBottomRenditionSize {
4036
+ /**
4037
+ * Use Height to define the video resolution height, in pixels, for this rule.
4038
+ */
4039
+ Height?: __integerMin32Max8192;
4040
+ /**
4041
+ * Use Width to define the video resolution width, in pixels, for this rule.
4042
+ */
4043
+ Width?: __integerMin32Max8192;
4044
+ }
4045
+ export interface MinTopRenditionSize {
4046
+ /**
4047
+ * Use Height to define the video resolution height, in pixels, for this rule.
4048
+ */
4049
+ Height?: __integerMin32Max8192;
4050
+ /**
4051
+ * Use Width to define the video resolution width, in pixels, for this rule.
4052
+ */
4053
+ Width?: __integerMin32Max8192;
4054
+ }
3985
4055
  export interface MotionImageInserter {
3986
4056
  /**
3987
4057
  * If your motion graphic asset is a .mov file, keep this setting unspecified. If your motion graphic asset is a series of .png files, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. Make sure that the number of images in your series matches the frame rate and your intended overlay duration. For example, if you want a 30-second overlay at 30 fps, you should have 900 .png images. This overlay frame rate doesn't need to match the frame rate of the underlying video.
@@ -4143,7 +4213,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4143
4213
  */
4144
4214
  CaptionContainerType?: MpdCaptionContainerType;
4145
4215
  /**
4146
- * Applies to DASH ISO outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
4216
+ * To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
4147
4217
  */
4148
4218
  KlvMetadata?: MpdKlvMetadata;
4149
4219
  /**
@@ -4905,6 +4975,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4905
4975
  ChannelsOut?: __integerMin1Max64;
4906
4976
  }
4907
4977
  export type RenewalType = "AUTO_RENEW"|"EXPIRE"|string;
4978
+ export type RequiredFlag = "ENABLED"|"DISABLED"|string;
4908
4979
  export interface ReservationPlan {
4909
4980
  /**
4910
4981
  * The length of the term of your reserved queue pricing plan commitment.
@@ -4957,6 +5028,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4957
5028
  Tags?: __mapOf__string;
4958
5029
  }
4959
5030
  export type RespondToAfd = "NONE"|"RESPOND"|"PASSTHROUGH"|string;
5031
+ export type RuleType = "MIN_TOP_RENDITION_SIZE"|"MIN_BOTTOM_RENDITION_SIZE"|"FORCE_INCLUDE_RENDITIONS"|"ALLOWED_RENDITIONS"|string;
4960
5032
  export interface S3DestinationAccessControl {
4961
5033
  /**
4962
5034
  * Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
@@ -5669,7 +5741,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5669
5741
  export type WebvttAccessibilitySubs = "DISABLED"|"ENABLED"|string;
5670
5742
  export interface WebvttDestinationSettings {
5671
5743
  /**
5672
- * Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
5744
+ * Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
5673
5745
  */
5674
5746
  Accessibility?: WebvttAccessibilitySubs;
5675
5747
  /**
@@ -5970,12 +6042,15 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5970
6042
  export type __integerMinNegative5Max5 = number;
5971
6043
  export type __integerMinNegative60Max6 = number;
5972
6044
  export type __integerMinNegative70Max0 = number;
6045
+ export type __listOfAllowedRenditionSize = AllowedRenditionSize[];
5973
6046
  export type __listOfAudioDescription = AudioDescription[];
6047
+ export type __listOfAutomatedAbrRule = AutomatedAbrRule[];
5974
6048
  export type __listOfCaptionDescription = CaptionDescription[];
5975
6049
  export type __listOfCaptionDescriptionPreset = CaptionDescriptionPreset[];
5976
6050
  export type __listOfCmafAdditionalManifest = CmafAdditionalManifest[];
5977
6051
  export type __listOfDashAdditionalManifest = DashAdditionalManifest[];
5978
6052
  export type __listOfEndpoint = Endpoint[];
6053
+ export type __listOfForceIncludeRenditionSize = ForceIncludeRenditionSize[];
5979
6054
  export type __listOfHlsAdMarkers = HlsAdMarkers[];
5980
6055
  export type __listOfHlsAdditionalManifest = HlsAdditionalManifest[];
5981
6056
  export type __listOfHlsCaptionLanguageMapping = HlsCaptionLanguageMapping[];
@@ -28,11 +28,11 @@ declare class NetworkManager extends Service {
28
28
  */
29
29
  associateConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.AssociateConnectPeerResponse) => void): Request<NetworkManager.Types.AssociateConnectPeerResponse, AWSError>;
30
30
  /**
31
- * Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate customer gateways that are connected to a VPN attachment on a transit gateway. The transit gateway must be registered in your global network. When you register a transit gateway, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id. You cannot associate a customer gateway with more than one device and link.
31
+ * Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate customer gateways that are connected to a VPN attachment on a transit gateway or core network registered in your global network. When you register a transit gateway or core network, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id. You cannot associate a customer gateway with more than one device and link.
32
32
  */
33
33
  associateCustomerGateway(params: NetworkManager.Types.AssociateCustomerGatewayRequest, callback?: (err: AWSError, data: NetworkManager.Types.AssociateCustomerGatewayResponse) => void): Request<NetworkManager.Types.AssociateCustomerGatewayResponse, AWSError>;
34
34
  /**
35
- * Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate customer gateways that are connected to a VPN attachment on a transit gateway. The transit gateway must be registered in your global network. When you register a transit gateway, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id. You cannot associate a customer gateway with more than one device and link.
35
+ * Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate customer gateways that are connected to a VPN attachment on a transit gateway or core network registered in your global network. When you register a transit gateway or core network, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id. You cannot associate a customer gateway with more than one device and link.
36
36
  */
37
37
  associateCustomerGateway(callback?: (err: AWSError, data: NetworkManager.Types.AssociateCustomerGatewayResponse) => void): Request<NetworkManager.Types.AssociateCustomerGatewayResponse, AWSError>;
38
38
  /**
@@ -60,11 +60,11 @@ declare class NetworkManager extends Service {
60
60
  */
61
61
  createConnectAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectAttachmentResponse) => void): Request<NetworkManager.Types.CreateConnectAttachmentResponse, AWSError>;
62
62
  /**
63
- * Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
63
+ * Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
64
64
  */
65
65
  createConnectPeer(params: NetworkManager.Types.CreateConnectPeerRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectPeerResponse) => void): Request<NetworkManager.Types.CreateConnectPeerResponse, AWSError>;
66
66
  /**
67
- * Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
67
+ * Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
68
68
  */
69
69
  createConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectPeerResponse) => void): Request<NetworkManager.Types.CreateConnectPeerResponse, AWSError>;
70
70
  /**
@@ -116,11 +116,11 @@ declare class NetworkManager extends Service {
116
116
  */
117
117
  createSite(callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteResponse) => void): Request<NetworkManager.Types.CreateSiteResponse, AWSError>;
118
118
  /**
119
- * Creates a site-to-site VPN attachment on an edge location of a core network.
119
+ * Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
120
120
  */
121
121
  createSiteToSiteVpnAttachment(params: NetworkManager.Types.CreateSiteToSiteVpnAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse) => void): Request<NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse, AWSError>;
122
122
  /**
123
- * Creates a site-to-site VPN attachment on an edge location of a core network.
123
+ * Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
124
124
  */
125
125
  createSiteToSiteVpnAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse) => void): Request<NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse, AWSError>;
126
126
  /**
@@ -180,11 +180,11 @@ declare class NetworkManager extends Service {
180
180
  */
181
181
  deleteDevice(callback?: (err: AWSError, data: NetworkManager.Types.DeleteDeviceResponse) => void): Request<NetworkManager.Types.DeleteDeviceResponse, AWSError>;
182
182
  /**
183
- * Deletes an existing global network. You must first delete all global network objects (devices, links, and sites) and deregister all transit gateways.
183
+ * Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.
184
184
  */
185
185
  deleteGlobalNetwork(params: NetworkManager.Types.DeleteGlobalNetworkRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeleteGlobalNetworkResponse) => void): Request<NetworkManager.Types.DeleteGlobalNetworkResponse, AWSError>;
186
186
  /**
187
- * Deletes an existing global network. You must first delete all global network objects (devices, links, and sites) and deregister all transit gateways.
187
+ * Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.
188
188
  */
189
189
  deleteGlobalNetwork(callback?: (err: AWSError, data: NetworkManager.Types.DeleteGlobalNetworkResponse) => void): Request<NetworkManager.Types.DeleteGlobalNetworkResponse, AWSError>;
190
190
  /**
@@ -300,11 +300,11 @@ declare class NetworkManager extends Service {
300
300
  */
301
301
  getConnections(callback?: (err: AWSError, data: NetworkManager.Types.GetConnectionsResponse) => void): Request<NetworkManager.Types.GetConnectionsResponse, AWSError>;
302
302
  /**
303
- * Returns information about a core network. By default it returns the LIVE policy.
303
+ * Returns information about the LIVE policy for a core network.
304
304
  */
305
305
  getCoreNetwork(params: NetworkManager.Types.GetCoreNetworkRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkResponse) => void): Request<NetworkManager.Types.GetCoreNetworkResponse, AWSError>;
306
306
  /**
307
- * Returns information about a core network. By default it returns the LIVE policy.
307
+ * Returns information about the LIVE policy for a core network.
308
308
  */
309
309
  getCoreNetwork(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkResponse) => void): Request<NetworkManager.Types.GetCoreNetworkResponse, AWSError>;
310
310
  /**
@@ -483,6 +483,14 @@ declare class NetworkManager extends Service {
483
483
  * Returns a list of owned and shared core networks.
484
484
  */
485
485
  listCoreNetworks(callback?: (err: AWSError, data: NetworkManager.Types.ListCoreNetworksResponse) => void): Request<NetworkManager.Types.ListCoreNetworksResponse, AWSError>;
486
+ /**
487
+ *
488
+ */
489
+ listOrganizationServiceAccessStatus(params: NetworkManager.Types.ListOrganizationServiceAccessStatusRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListOrganizationServiceAccessStatusResponse) => void): Request<NetworkManager.Types.ListOrganizationServiceAccessStatusResponse, AWSError>;
490
+ /**
491
+ *
492
+ */
493
+ listOrganizationServiceAccessStatus(callback?: (err: AWSError, data: NetworkManager.Types.ListOrganizationServiceAccessStatusResponse) => void): Request<NetworkManager.Types.ListOrganizationServiceAccessStatusResponse, AWSError>;
486
494
  /**
487
495
  * Lists the tags for a specified resource.
488
496
  */
@@ -531,6 +539,14 @@ declare class NetworkManager extends Service {
531
539
  * Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.
532
540
  */
533
541
  restoreCoreNetworkPolicyVersion(callback?: (err: AWSError, data: NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse) => void): Request<NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse, AWSError>;
542
+ /**
543
+ *
544
+ */
545
+ startOrganizationServiceAccessUpdate(params: NetworkManager.Types.StartOrganizationServiceAccessUpdateRequest, callback?: (err: AWSError, data: NetworkManager.Types.StartOrganizationServiceAccessUpdateResponse) => void): Request<NetworkManager.Types.StartOrganizationServiceAccessUpdateResponse, AWSError>;
546
+ /**
547
+ *
548
+ */
549
+ startOrganizationServiceAccessUpdate(callback?: (err: AWSError, data: NetworkManager.Types.StartOrganizationServiceAccessUpdateResponse) => void): Request<NetworkManager.Types.StartOrganizationServiceAccessUpdateResponse, AWSError>;
534
550
  /**
535
551
  * Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
536
552
  */
@@ -644,6 +660,13 @@ declare namespace NetworkManager {
644
660
  */
645
661
  Attachment?: Attachment;
646
662
  }
663
+ export type AccountId = string;
664
+ export interface AccountStatus {
665
+ AccountId?: AccountId;
666
+ SLRDeploymentStatus?: SLRDeploymentStatus;
667
+ }
668
+ export type AccountStatusList = AccountStatus[];
669
+ export type Action = string;
647
670
  export interface AssociateConnectPeerRequest {
648
671
  /**
649
672
  * The ID of your global network.
@@ -2812,6 +2835,14 @@ declare namespace NetworkManager {
2812
2835
  */
2813
2836
  NextToken?: NextToken;
2814
2837
  }
2838
+ export interface ListOrganizationServiceAccessStatusRequest {
2839
+ MaxResults?: MaxResults;
2840
+ NextToken?: NextToken;
2841
+ }
2842
+ export interface ListOrganizationServiceAccessStatusResponse {
2843
+ OrganizationStatus?: OrganizationStatus;
2844
+ NextToken?: NextToken;
2845
+ }
2815
2846
  export interface ListTagsForResourceRequest {
2816
2847
  /**
2817
2848
  * The Amazon Resource Name (ARN) of the resource.
@@ -3015,6 +3046,14 @@ declare namespace NetworkManager {
3015
3046
  }
3016
3047
  export type NetworkTelemetryList = NetworkTelemetry[];
3017
3048
  export type NextToken = string;
3049
+ export type OrganizationAwsServiceAccessStatus = string;
3050
+ export type OrganizationId = string;
3051
+ export interface OrganizationStatus {
3052
+ OrganizationId?: OrganizationId;
3053
+ OrganizationAwsServiceAccessStatus?: OrganizationAwsServiceAccessStatus;
3054
+ SLRDeploymentStatus?: SLRDeploymentStatus;
3055
+ AccountStatusList?: AccountStatusList;
3056
+ }
3018
3057
  export interface PathComponent {
3019
3058
  /**
3020
3059
  * The sequence number in the path. The destination is 0.
@@ -3256,6 +3295,7 @@ declare namespace NetworkManager {
3256
3295
  export type RouteTableType = "TRANSIT_GATEWAY_ROUTE_TABLE"|"CORE_NETWORK_SEGMENT"|string;
3257
3296
  export type RouteType = "PROPAGATED"|"STATIC"|string;
3258
3297
  export type RouteTypeList = RouteType[];
3298
+ export type SLRDeploymentStatus = string;
3259
3299
  export type ServerSideString = string;
3260
3300
  export interface Site {
3261
3301
  /**
@@ -3306,6 +3346,12 @@ declare namespace NetworkManager {
3306
3346
  */
3307
3347
  VpnConnectionArn?: VpnConnectionArn;
3308
3348
  }
3349
+ export interface StartOrganizationServiceAccessUpdateRequest {
3350
+ Action: Action;
3351
+ }
3352
+ export interface StartOrganizationServiceAccessUpdateResponse {
3353
+ OrganizationStatus?: OrganizationStatus;
3354
+ }
3309
3355
  export interface StartRouteAnalysisRequest {
3310
3356
  /**
3311
3357
  * The ID of the global network.
@@ -2271,11 +2271,11 @@ declare namespace SageMaker {
2271
2271
  export type AlgorithmSortBy = "Name"|"CreationTime"|string;
2272
2272
  export interface AlgorithmSpecification {
2273
2273
  /**
2274
- * The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.
2274
+ * The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for SageMaker built-in algorithms, see Docker Registry Paths and Example Code in the Amazon SageMaker developer guide. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information about using your custom training container, see Using Your Own Algorithms with Amazon SageMaker. You must specify either the algorithm name to the AlgorithmName parameter or the image URI of the algorithm container to the TrainingImage parameter. For more information, see the note in the AlgorithmName parameter description.
2275
2275
  */
2276
2276
  TrainingImage?: AlgorithmImage;
2277
2277
  /**
2278
- * The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace. If you specify a value for this parameter, you can't specify a value for TrainingImage.
2278
+ * The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace. You must specify either the algorithm name to the AlgorithmName parameter or the image URI of the algorithm container to the TrainingImage parameter. Note that the AlgorithmName parameter is mutually exclusive with the TrainingImage parameter. If you specify a value for the AlgorithmName parameter, you can't specify a value for TrainingImage, and vice versa. If you specify values for both parameters, the training job might break; if you don't specify any value for both parameters, the training job might raise a null error.
2279
2279
  */
2280
2280
  AlgorithmName?: ArnOrName;
2281
2281
  TrainingInputMode: TrainingInputMode;
@@ -2421,7 +2421,7 @@ declare namespace SageMaker {
2421
2421
  export type AppImageConfigList = AppImageConfigDetails[];
2422
2422
  export type AppImageConfigName = string;
2423
2423
  export type AppImageConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
2424
- export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"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.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|string;
2424
+ export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"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.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|string;
2425
2425
  export type AppList = AppDetails[];
2426
2426
  export type AppManaged = boolean;
2427
2427
  export type AppName = string;
@@ -2665,6 +2665,12 @@ declare namespace SageMaker {
2665
2665
  */
2666
2666
  CandidateProperties?: CandidateProperties;
2667
2667
  }
2668
+ export interface AutoMLCandidateGenerationConfig {
2669
+ /**
2670
+ * A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job (optional). This file should be in json format as shown below: { "FeatureAttributeNames":["col1", "col2", ...] }. The key name FeatureAttributeNames is fixed. The values listed in ["col1", "col2", ...] is case sensitive and should be a list of strings containing unique values that are a subset of the column names in the input data. The list of columns provided must not include the target column.
2671
+ */
2672
+ FeatureSpecificationS3Uri?: S3Uri;
2673
+ }
2668
2674
  export interface AutoMLCandidateStep {
2669
2675
  /**
2670
2676
  * Whether the candidate is at the transform, training, or processing step.
@@ -2698,7 +2704,7 @@ declare namespace SageMaker {
2698
2704
  */
2699
2705
  ContentType?: ContentType;
2700
2706
  /**
2701
- * The channel type (optional) is an enum string. The default value is training. Channels for training and validation must share the same ContentType and TargetAttributeName.
2707
+ * The channel type (optional) is an enum string. The default value is training. Channels for training and validation must share the same ContentType and TargetAttributeName. For information on specifying training and validation channel types, see How to specify training and validation datasets .
2702
2708
  */
2703
2709
  ChannelType?: AutoMLChannelType;
2704
2710
  }
@@ -2726,7 +2732,7 @@ declare namespace SageMaker {
2726
2732
  }
2727
2733
  export interface AutoMLDataSplitConfig {
2728
2734
  /**
2729
- * The validation fraction (optional) is a float that specifies the portion of the training dataset to be used for validation. The default value is 0.2, and values can range from 0 to 1. We recommend setting this value to be less than 0.5.
2735
+ * The validation fraction (optional) is a float that specifies the portion of the training dataset to be used for validation. The default value is 0.2, and values must be greater than 0 and less than 1. We recommend setting this value to be less than 0.5.
2730
2736
  */
2731
2737
  ValidationFraction?: ValidationFraction;
2732
2738
  }
@@ -2770,6 +2776,10 @@ declare namespace SageMaker {
2770
2776
  * The configuration for splitting the input training dataset. Type: AutoMLDataSplitConfig
2771
2777
  */
2772
2778
  DataSplitConfig?: AutoMLDataSplitConfig;
2779
+ /**
2780
+ * The configuration for generating a candidate for an AutoML job (optional).
2781
+ */
2782
+ CandidateGenerationConfig?: AutoMLCandidateGenerationConfig;
2773
2783
  }
2774
2784
  export type AutoMLJobName = string;
2775
2785
  export interface AutoMLJobObjective {
@@ -3025,18 +3035,18 @@ declare namespace SageMaker {
3025
3035
  export type CapacitySizeValue = number;
3026
3036
  export interface CaptureContentTypeHeader {
3027
3037
  /**
3028
- *
3038
+ * The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
3029
3039
  */
3030
3040
  CsvContentTypes?: CsvContentTypes;
3031
3041
  /**
3032
- *
3042
+ * The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
3033
3043
  */
3034
3044
  JsonContentTypes?: JsonContentTypes;
3035
3045
  }
3036
3046
  export type CaptureMode = "Input"|"Output"|string;
3037
3047
  export interface CaptureOption {
3038
3048
  /**
3039
- *
3049
+ * Specify the boundary of data to capture.
3040
3050
  */
3041
3051
  CaptureMode: CaptureMode;
3042
3052
  }
@@ -3592,7 +3602,7 @@ declare namespace SageMaker {
3592
3602
  */
3593
3603
  AutoMLJobName: AutoMLJobName;
3594
3604
  /**
3595
- * An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by . Format(s) supported: CSV. Minimum of 500 rows.
3605
+ * An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by . Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
3596
3606
  */
3597
3607
  InputDataConfig: AutoMLInputDataConfig;
3598
3608
  /**
@@ -3600,7 +3610,7 @@ declare namespace SageMaker {
3600
3610
  */
3601
3611
  OutputDataConfig: AutoMLOutputDataConfig;
3602
3612
  /**
3603
- * Defines the type of supervised learning available for the candidates. Options include: BinaryClassification, MulticlassClassification, and Regression. For more information, see Amazon SageMaker Autopilot problem types and algorithm support.
3613
+ * Defines the type of supervised learning available for the candidates. For more information, see Amazon SageMaker Autopilot problem types and algorithm support.
3604
3614
  */
3605
3615
  ProblemType?: ProblemType;
3606
3616
  /**
@@ -3608,7 +3618,7 @@ declare namespace SageMaker {
3608
3618
  */
3609
3619
  AutoMLJobObjective?: AutoMLJobObjective;
3610
3620
  /**
3611
- * Contains CompletionCriteria and SecurityConfig settings for the AutoML job.
3621
+ * A collection of settings used to configure an AutoML job.
3612
3622
  */
3613
3623
  AutoMLJobConfig?: AutoMLJobConfig;
3614
3624
  /**
@@ -4417,7 +4427,7 @@ declare namespace SageMaker {
4417
4427
  */
4418
4428
  Domain?: String;
4419
4429
  /**
4420
- * The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
4430
+ * The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification. The following tasks are supported by Inference Recommender: "IMAGE_CLASSIFICATION" | "OBJECT_DETECTION" | "TEXT_GENERATION" |"IMAGE_SEGMENTATION" | "FILL_MASK" | "CLASSIFICATION" | "REGRESSION" | "OTHER". Specify "OTHER" if none of the tasks listed fit your use case.
4421
4431
  */
4422
4432
  Task?: String;
4423
4433
  /**
@@ -4555,6 +4565,10 @@ declare namespace SageMaker {
4555
4565
  * The platform identifier of the notebook instance runtime environment.
4556
4566
  */
4557
4567
  PlatformIdentifier?: PlatformIdentifier;
4568
+ /**
4569
+ * Information on the IMDS configuration of the notebook instance
4570
+ */
4571
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
4558
4572
  }
4559
4573
  export interface CreateNotebookInstanceLifecycleConfigInput {
4560
4574
  /**
@@ -5091,49 +5105,49 @@ declare namespace SageMaker {
5091
5105
  export type CustomerMetadataValue = string;
5092
5106
  export interface DataCaptureConfig {
5093
5107
  /**
5094
- *
5108
+ * Whether data capture should be enabled or disabled (defaults to enabled).
5095
5109
  */
5096
5110
  EnableCapture?: EnableCapture;
5097
5111
  /**
5098
- *
5112
+ * The percentage of requests SageMaker will capture. A lower value is recommended for Endpoints with high traffic.
5099
5113
  */
5100
5114
  InitialSamplingPercentage: SamplingPercentage;
5101
5115
  /**
5102
- *
5116
+ * The Amazon S3 location used to capture the data.
5103
5117
  */
5104
5118
  DestinationS3Uri: DestinationS3Uri;
5105
5119
  /**
5106
- *
5120
+ * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
5107
5121
  */
5108
5122
  KmsKeyId?: KmsKeyId;
5109
5123
  /**
5110
- *
5124
+ * Specifies data Model Monitor will capture. You can configure whether to collect only input, only output, or both
5111
5125
  */
5112
5126
  CaptureOptions: CaptureOptionList;
5113
5127
  /**
5114
- *
5128
+ * Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.
5115
5129
  */
5116
5130
  CaptureContentTypeHeader?: CaptureContentTypeHeader;
5117
5131
  }
5118
5132
  export interface DataCaptureConfigSummary {
5119
5133
  /**
5120
- *
5134
+ * Whether data capture is enabled or disabled.
5121
5135
  */
5122
5136
  EnableCapture: EnableCapture;
5123
5137
  /**
5124
- *
5138
+ * Whether data capture is currently functional.
5125
5139
  */
5126
5140
  CaptureStatus: CaptureStatus;
5127
5141
  /**
5128
- *
5142
+ * The percentage of requests being captured by your Endpoint.
5129
5143
  */
5130
5144
  CurrentSamplingPercentage: SamplingPercentage;
5131
5145
  /**
5132
- *
5146
+ * The Amazon S3 location being used to capture the data.
5133
5147
  */
5134
5148
  DestinationS3Uri: DestinationS3Uri;
5135
5149
  /**
5136
- *
5150
+ * The KMS key being used to encrypt the data in Amazon S3.
5137
5151
  */
5138
5152
  KmsKeyId: KmsKeyId;
5139
5153
  }
@@ -7535,6 +7549,10 @@ declare namespace SageMaker {
7535
7549
  * The platform identifier of the notebook instance runtime environment.
7536
7550
  */
7537
7551
  PlatformIdentifier?: PlatformIdentifier;
7552
+ /**
7553
+ * Information on the IMDS configuration of the notebook instance
7554
+ */
7555
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
7538
7556
  }
7539
7557
  export interface DescribePipelineDefinitionForExecutionRequest {
7540
7558
  /**
@@ -9910,6 +9928,12 @@ declare namespace SageMaker {
9910
9928
  export type InputDataConfig = Channel[];
9911
9929
  export type InputMode = "Pipe"|"File"|string;
9912
9930
  export type InputModes = TrainingInputMode[];
9931
+ export interface InstanceMetadataServiceConfiguration {
9932
+ /**
9933
+ * Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.
9934
+ */
9935
+ MinimumInstanceMetadataServiceVersion: MinimumInstanceMetadataServiceVersion;
9936
+ }
9913
9937
  export type InstanceType = "ml.t2.medium"|"ml.t2.large"|"ml.t2.xlarge"|"ml.t2.2xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"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.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5d.xlarge"|"ml.c5d.2xlarge"|"ml.c5d.4xlarge"|"ml.c5d.9xlarge"|"ml.c5d.18xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"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.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|string;
9914
9938
  export type Integer = number;
9915
9939
  export interface IntegerParameterRange {
@@ -12812,7 +12836,7 @@ declare namespace SageMaker {
12812
12836
  */
12813
12837
  Set?: MetricSetSource;
12814
12838
  /**
12815
- * The name of the standard metric.
12839
+ * The name of the standard metric. For definitions of the standard metrics, see Autopilot candidate metrics .
12816
12840
  */
12817
12841
  StandardMetricName?: AutoMLMetricExtendedEnum;
12818
12842
  }
@@ -12845,6 +12869,7 @@ declare namespace SageMaker {
12845
12869
  */
12846
12870
  S3Uri: S3Uri;
12847
12871
  }
12872
+ export type MinimumInstanceMetadataServiceVersion = string;
12848
12873
  export type ModelApprovalStatus = "Approved"|"Rejected"|"PendingManualApproval"|string;
12849
12874
  export type ModelArn = string;
12850
12875
  export interface ModelArtifacts {
@@ -17310,6 +17335,10 @@ declare namespace SageMaker {
17310
17335
  * Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled. If you set this to Disabled, users don't have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.
17311
17336
  */
17312
17337
  RootAccess?: RootAccess;
17338
+ /**
17339
+ * Information on the IMDS configuration of the notebook instance
17340
+ */
17341
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
17313
17342
  }
17314
17343
  export interface UpdateNotebookInstanceLifecycleConfigInput {
17315
17344
  /**
@@ -604,7 +604,7 @@ declare namespace SecretsManager {
604
604
  */
605
605
  ResourcePolicy: NonEmptyResourcePolicyType;
606
606
  /**
607
- * Specifies whether to block resource-based policies that allow broad access to the secret. By default, Secrets Manager blocks policies that allow broad access, for example those that use a wildcard for the principal.
607
+ * Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal.
608
608
  */
609
609
  BlockPublicPolicy?: BooleanType;
610
610
  }