@intentius/chant-lexicon-aws 0.37.2 → 0.40.0

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 (95) hide show
  1. package/dist/ambient.d.ts.map +1 -1
  2. package/dist/api/read-client.d.ts.map +1 -1
  3. package/dist/codegen/generate.d.ts.map +1 -1
  4. package/dist/codegen/naming.d.ts +18 -1
  5. package/dist/codegen/naming.d.ts.map +1 -1
  6. package/dist/composites/alb-shared.d.ts +7 -1
  7. package/dist/composites/alb-shared.d.ts.map +1 -1
  8. package/dist/composites/ec2-instance-role.d.ts +4 -1
  9. package/dist/composites/ec2-instance-role.d.ts.map +1 -1
  10. package/dist/composites/efs-with-access-point.d.ts +5 -1
  11. package/dist/composites/efs-with-access-point.d.ts.map +1 -1
  12. package/dist/composites/fargate-alb.d.ts +14 -1
  13. package/dist/composites/fargate-alb.d.ts.map +1 -1
  14. package/dist/composites/fargate-service.d.ts +19 -8
  15. package/dist/composites/fargate-service.d.ts.map +1 -1
  16. package/dist/composites/index.d.ts +2 -2
  17. package/dist/composites/index.d.ts.map +1 -1
  18. package/dist/composites/lambda-api.d.ts +3 -1
  19. package/dist/composites/lambda-api.d.ts.map +1 -1
  20. package/dist/composites/lambda-dynamodb.d.ts +9 -2
  21. package/dist/composites/lambda-dynamodb.d.ts.map +1 -1
  22. package/dist/composites/lambda-eventbridge.d.ts +9 -2
  23. package/dist/composites/lambda-eventbridge.d.ts.map +1 -1
  24. package/dist/composites/lambda-s3.d.ts +3 -1
  25. package/dist/composites/lambda-s3.d.ts.map +1 -1
  26. package/dist/composites/lambda-sns.d.ts +10 -2
  27. package/dist/composites/lambda-sns.d.ts.map +1 -1
  28. package/dist/composites/lambda-sqs.d.ts +9 -2
  29. package/dist/composites/lambda-sqs.d.ts.map +1 -1
  30. package/dist/composites/microvm-app.d.ts +25 -4
  31. package/dist/composites/microvm-app.d.ts.map +1 -1
  32. package/dist/composites/minimal-vpc.d.ts +10 -1
  33. package/dist/composites/minimal-vpc.d.ts.map +1 -1
  34. package/dist/composites/rds-instance.d.ts +1 -1
  35. package/dist/composites/rds-instance.d.ts.map +1 -1
  36. package/dist/composites/scheduled-lambda.d.ts +15 -3
  37. package/dist/composites/scheduled-lambda.d.ts.map +1 -1
  38. package/dist/composites/solr-fargate-service.d.ts +27 -1
  39. package/dist/composites/solr-fargate-service.d.ts.map +1 -1
  40. package/dist/generated/index.d.ts +57 -49
  41. package/dist/generated/index.d.ts.map +1 -1
  42. package/dist/import/generator.d.ts.map +1 -1
  43. package/dist/index.d.ts +2 -2
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/integrity.json +4 -4
  46. package/dist/manifest.json +1 -1
  47. package/dist/meta.json +722 -666
  48. package/dist/op/activities/floci.d.ts.map +1 -1
  49. package/dist/plugin.d.ts.map +1 -1
  50. package/dist/reference-catalog.d.ts.map +1 -1
  51. package/dist/spec/pin.d.ts +116 -0
  52. package/dist/spec/pin.d.ts.map +1 -0
  53. package/dist/spec/pinned-types.json +1652 -0
  54. package/dist/types/index.d.ts +679 -555
  55. package/dist/validate.d.ts.map +1 -1
  56. package/package.json +2 -2
  57. package/src/ambient.test.ts +21 -0
  58. package/src/ambient.ts +16 -0
  59. package/src/api/read-client.test.ts +31 -0
  60. package/src/api/read-client.ts +43 -1
  61. package/src/codegen/generate.ts +17 -3
  62. package/src/codegen/naming.ts +31 -2
  63. package/src/composites/alb-shared.ts +1 -1
  64. package/src/composites/ec2-instance-role.ts +1 -1
  65. package/src/composites/efs-with-access-point.ts +1 -1
  66. package/src/composites/fargate-alb.ts +1 -1
  67. package/src/composites/fargate-service.ts +15 -10
  68. package/src/composites/index.ts +2 -2
  69. package/src/composites/lambda-api.ts +3 -2
  70. package/src/composites/lambda-dynamodb.ts +4 -3
  71. package/src/composites/lambda-eventbridge.ts +4 -3
  72. package/src/composites/lambda-s3.ts +3 -2
  73. package/src/composites/lambda-sns.ts +4 -3
  74. package/src/composites/lambda-sqs.ts +4 -3
  75. package/src/composites/microvm-app.test.ts +39 -1
  76. package/src/composites/microvm-app.ts +32 -11
  77. package/src/composites/minimal-vpc.ts +1 -1
  78. package/src/composites/rds-instance.ts +1 -1
  79. package/src/composites/scheduled-lambda.ts +4 -3
  80. package/src/composites/solr-fargate-service.ts +7 -1
  81. package/src/generated/index.d.ts +679 -555
  82. package/src/generated/index.ts +58 -50
  83. package/src/generated/lexicon-aws.json +722 -666
  84. package/src/import/generator.ts +5 -4
  85. package/src/index.ts +2 -2
  86. package/src/lifecycle-integration.test.ts +25 -0
  87. package/src/op/activities/floci.test.ts +2 -2
  88. package/src/op/activities/floci.ts +6 -1
  89. package/src/plugin.ts +4 -0
  90. package/src/reference-catalog.test.ts +28 -0
  91. package/src/reference-catalog.ts +7 -0
  92. package/src/spec/pin.test.ts +248 -0
  93. package/src/spec/pin.ts +247 -0
  94. package/src/spec/pinned-types.json +1652 -0
  95. package/src/validate.ts +5 -0
@@ -3421,6 +3421,16 @@ export declare class BCMDashboard {
3421
3421
  readonly UpdatedAt: string;
3422
3422
  }
3423
3423
 
3424
+ export declare class BCMDataExportsExport {
3425
+ constructor(props: {
3426
+ Export: BCMDataExportsExport_Export;
3427
+ ExportArn?: string;
3428
+ Tags?: BCMDataExportsExport_ResourceTag[];
3429
+ }, attributes?: CFResourceAttributes);
3430
+ readonly Export_ExportArn: string;
3431
+ readonly ExportArn: string;
3432
+ }
3433
+
3424
3434
  export declare class BedrockAgent {
3425
3435
  constructor(props: {
3426
3436
  /** Name for a resource. */
@@ -3873,7 +3883,11 @@ export declare class Bot {
3873
3883
  AutoBuildBotLocales?: boolean;
3874
3884
  BotFileS3Location?: Bot_S3Location;
3875
3885
  BotLocales?: Bot_BotLocale[];
3886
+ /** The list of bot members in a network to be created. */
3887
+ BotMembers?: Bot_BotMember[];
3876
3888
  BotTags?: Bot_Tag[];
3889
+ /** The type of a bot to create. */
3890
+ BotType?: "Bot" | "BotNetwork";
3877
3891
  Description?: string;
3878
3892
  ErrorLogSettings?: Record<string, unknown>;
3879
3893
  Id?: string;
@@ -4793,6 +4807,28 @@ export declare class Challenge {
4793
4807
  readonly ChallengeArn: string;
4794
4808
  }
4795
4809
 
4810
+ export declare class Channel {
4811
+ constructor(props: {
4812
+ ChannelName: string;
4813
+ /** Topic configuration */
4814
+ TopicConfigurationList: Channel_TopicConfiguration[];
4815
+ /** The Amazon Resource Name (ARN) that uniquely identifies the channel */
4816
+ ChannelArn?: string;
4817
+ /** The Amazon Resource Name (ARN) of the cluster */
4818
+ ClusterArn?: string;
4819
+ EncryptionConfiguration?: Channel_EncryptionConfiguration;
4820
+ IcebergDestinationConfiguration?: Channel_IcebergDestinationConfiguration;
4821
+ LoggingInfo?: Channel_ChannelLoggingInfo;
4822
+ S3DestinationConfiguration?: Channel_S3DestinationConfiguration;
4823
+ StateInfo?: Channel_ChannelStateInfo;
4824
+ Status?: Channel_ChannelStatus;
4825
+ Tags?: Record<string, unknown>;
4826
+ }, attributes?: CFResourceAttributes);
4827
+ readonly ChannelArn: string;
4828
+ readonly StateInfo: Channel_ChannelStateInfo;
4829
+ readonly Status: Channel_ChannelStatus;
4830
+ }
4831
+
4796
4832
  export declare class ChannelAssociation {
4797
4833
  constructor(props: {
4798
4834
  /** ARN identifier of the channel.
@@ -8299,6 +8335,17 @@ export declare class DataBrewProject {
8299
8335
  }, attributes?: CFResourceAttributes);
8300
8336
  }
8301
8337
 
8338
+ export declare class DataBrewRecipe {
8339
+ constructor(props: {
8340
+ /** Recipe name */
8341
+ Name: string;
8342
+ Steps: DataBrewRecipe_RecipeStep[];
8343
+ /** Description of the recipe */
8344
+ Description?: string;
8345
+ Tags?: DataBrewRecipe_Tag[];
8346
+ }, attributes?: CFResourceAttributes);
8347
+ }
8348
+
8302
8349
  export declare class DataBrewSchedule {
8303
8350
  constructor(props: {
8304
8351
  /** Schedule cron */
@@ -12415,6 +12462,7 @@ export declare class EgressOnlyInternetGateway {
12415
12462
 
12416
12463
  export declare class EIP {
12417
12464
  constructor(props: {
12465
+ /** An Elastic IP address or a carrier IP address in a Wavelength Zone. */
12418
12466
  Address?: string;
12419
12467
  AllocationId?: string;
12420
12468
  /** The network (``vpc``).
@@ -12423,6 +12471,7 @@ export declare class EIP {
12423
12471
  /** The ID of the instance.
12424
12472
  Updates to the ``InstanceId`` property may require *some interruptions*. Updates on an EIP reassociates the address on its associated resource. */
12425
12473
  InstanceId?: string;
12474
+ /** The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned to it. For more information, see [Allocate sequential Elastic IP addresses from an IPAM pool](https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-eip-pool.html) in the *Amazon VPC IPAM User Guide*. */
12426
12475
  IpamPoolId?: string;
12427
12476
  /** A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.
12428
12477
  Use [DescribeAvailabilityZones](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html) to view the network border groups. */
@@ -14060,16 +14109,6 @@ export declare class ExperimentTrialComponent {
14060
14109
  readonly LineageGroupArn: string;
14061
14110
  }
14062
14111
 
14063
- export declare class Export {
14064
- constructor(props: {
14065
- Export: Export_Export;
14066
- ExportArn?: string;
14067
- Tags?: Export_ResourceTag[];
14068
- }, attributes?: CFResourceAttributes);
14069
- readonly Export_ExportArn: string;
14070
- readonly ExportArn: string;
14071
- }
14072
-
14073
14112
  export declare class ExpressGatewayService {
14074
14113
  constructor(props: {
14075
14114
  InfrastructureRoleArn: string;
@@ -21369,6 +21408,24 @@ export declare class M2Environment {
21369
21408
  readonly EnvironmentId: string;
21370
21409
  }
21371
21410
 
21411
+ export declare class MacieSession {
21412
+ constructor(props: {
21413
+ /** The status of automated sensitive data discovery for the Macie session. */
21414
+ AutomatedDiscoveryStatus?: "DISABLED" | "ENABLED";
21415
+ /** AWS account ID of customer */
21416
+ AwsAccountId?: string;
21417
+ /** A enumeration value that specifies how frequently finding updates are published. */
21418
+ FindingPublishingFrequency?: "FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS";
21419
+ /** Service role used by Macie */
21420
+ ServiceRole?: string;
21421
+ /** A enumeration value that specifies the status of the Macie Session. */
21422
+ Status?: "ENABLED" | "PAUSED";
21423
+ }, attributes?: CFResourceAttributes);
21424
+ readonly AutomatedDiscoveryStatus: "DISABLED" | "ENABLED";
21425
+ readonly AwsAccountId: string;
21426
+ readonly ServiceRole: string;
21427
+ }
21428
+
21372
21429
  export declare class Macro {
21373
21430
  constructor(props: {
21374
21431
  FunctionName: string;
@@ -22135,6 +22192,7 @@ export declare class MediaPackageV2Channel {
22135
22192
  /** <p>The date and time the channel was modified.</p> */
22136
22193
  ModifiedAt?: string;
22137
22194
  OutputHeaderConfiguration?: MediaPackageV2Channel_OutputHeaderConfiguration;
22195
+ OutputLockingMode?: MediaPackageV2Channel_OutputLockingMode;
22138
22196
  Tags?: MediaPackageV2Channel_Tag[];
22139
22197
  }, attributes?: CFResourceAttributes);
22140
22198
  readonly Arn: string;
@@ -23155,28 +23213,6 @@ export declare class MPAIdentitySource {
23155
23213
  readonly StatusMessage: string;
23156
23214
  }
23157
23215
 
23158
- export declare class MSKChannel {
23159
- constructor(props: {
23160
- ChannelName: string;
23161
- /** Topic configuration */
23162
- TopicConfigurationList: MSKChannel_TopicConfiguration[];
23163
- /** The Amazon Resource Name (ARN) that uniquely identifies the channel */
23164
- ChannelArn?: string;
23165
- /** The Amazon Resource Name (ARN) of the cluster */
23166
- ClusterArn?: string;
23167
- EncryptionConfiguration?: MSKChannel_EncryptionConfiguration;
23168
- IcebergDestinationConfiguration?: MSKChannel_IcebergDestinationConfiguration;
23169
- LoggingInfo?: MSKChannel_ChannelLoggingInfo;
23170
- S3DestinationConfiguration?: MSKChannel_S3DestinationConfiguration;
23171
- StateInfo?: MSKChannel_ChannelStateInfo;
23172
- Status?: MSKChannel_ChannelStatus;
23173
- Tags?: Record<string, unknown>;
23174
- }, attributes?: CFResourceAttributes);
23175
- readonly ChannelArn: string;
23176
- readonly StateInfo: MSKChannel_ChannelStateInfo;
23177
- readonly Status: MSKChannel_ChannelStatus;
23178
- }
23179
-
23180
23216
  export declare class MSKCluster {
23181
23217
  constructor(props: {
23182
23218
  BrokerNodeGroupInfo: MSKCluster_BrokerNodeGroupInfo;
@@ -25439,28 +25475,6 @@ export declare class Owner {
25439
25475
  readonly OwnerType: "GROUP" | "USER";
25440
25476
  }
25441
25477
 
25442
- export declare class Package {
25443
- constructor(props: {
25444
- /** A name for the package. */
25445
- PackageName: string;
25446
- Arn?: string;
25447
- CreatedTime?: number;
25448
- PackageId?: string;
25449
- /** A storage location. */
25450
- StorageLocation?: Package_StorageLocation;
25451
- /** Tags for the package. */
25452
- Tags?: any;
25453
- }, attributes?: CFResourceAttributes);
25454
- readonly Arn: string;
25455
- readonly CreatedTime: number;
25456
- readonly PackageId: string;
25457
- readonly StorageLocation_BinaryPrefixLocation: string;
25458
- readonly StorageLocation_Bucket: string;
25459
- readonly StorageLocation_GeneratedPrefixLocation: string;
25460
- readonly StorageLocation_ManifestPrefixLocation: string;
25461
- readonly StorageLocation_RepoPrefixLocation: string;
25462
- }
25463
-
25464
25478
  export declare class PackageGroup {
25465
25479
  constructor(props: {
25466
25480
  /** The name of the domain that contains the package group. */
@@ -25553,6 +25567,28 @@ export declare class PackagingGroup {
25553
25567
  readonly DomainName: string;
25554
25568
  }
25555
25569
 
25570
+ export declare class PanoramaPackage {
25571
+ constructor(props: {
25572
+ /** A name for the package. */
25573
+ PackageName: string;
25574
+ Arn?: string;
25575
+ CreatedTime?: number;
25576
+ PackageId?: string;
25577
+ /** A storage location. */
25578
+ StorageLocation?: PanoramaPackage_StorageLocation;
25579
+ /** Tags for the package. */
25580
+ Tags?: any;
25581
+ }, attributes?: CFResourceAttributes);
25582
+ readonly Arn: string;
25583
+ readonly CreatedTime: number;
25584
+ readonly PackageId: string;
25585
+ readonly StorageLocation_BinaryPrefixLocation: string;
25586
+ readonly StorageLocation_Bucket: string;
25587
+ readonly StorageLocation_GeneratedPrefixLocation: string;
25588
+ readonly StorageLocation_ManifestPrefixLocation: string;
25589
+ readonly StorageLocation_RepoPrefixLocation: string;
25590
+ }
25591
+
25556
25592
  export declare class Partition {
25557
25593
  constructor(props: {
25558
25594
  CatalogId: string;
@@ -26198,6 +26234,10 @@ export declare class PlaybackConfiguration {
26198
26234
  VideoContentSourceUrl: string;
26199
26235
  AdConditioningConfiguration?: PlaybackConfiguration_AdConditioningConfiguration;
26200
26236
  AdDecisionServerConfiguration?: PlaybackConfiguration_AdDecisionServerConfiguration;
26237
+ /** The settings that control how many concurrent requests MediaTailor makes to the ad decision server (ADS). */
26238
+ AdsPersonalizationConcurrency?: PlaybackConfiguration_AdsPersonalizationConcurrency;
26239
+ /** The ad decision server (ADS) request timeouts and personalization time budgets for live, VOD, and prefetch workflows. */
26240
+ AdsPersonalizationTimeouts?: PlaybackConfiguration_AdsPersonalizationTimeouts;
26201
26241
  /** The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html). */
26202
26242
  AvailSuppression?: PlaybackConfiguration_AvailSuppression;
26203
26243
  /** The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html). */
@@ -26643,16 +26683,19 @@ export declare class PreparedStatement {
26643
26683
 
26644
26684
  export declare class Preset {
26645
26685
  constructor(props: {
26686
+ /** Specify, in JSON format, the transcoding job settings for this output preset. This specification must conform to the AWS Elemental MediaConvert job validation. For information about forming this specification, see the Remarks section later in this topic. */
26646
26687
  SettingsJson: Record<string, unknown>;
26688
+ /** The Amazon Resource Name (ARN) of the output preset, such as arn:aws:mediaconvert:us-west-2:123456789012 */
26647
26689
  Arn?: string;
26690
+ /** The new category for the preset, if you are changing it. */
26648
26691
  Category?: string;
26692
+ /** The new description for the preset, if you are changing it. */
26649
26693
  Description?: string;
26650
- Id?: string;
26694
+ /** The name of the preset that you are modifying. */
26651
26695
  Name?: string;
26652
26696
  Tags?: Record<string, unknown>;
26653
26697
  }, attributes?: CFResourceAttributes);
26654
26698
  readonly Arn: string;
26655
- readonly Id: string;
26656
26699
  }
26657
26700
 
26658
26701
  export declare class PricingPlan {
@@ -28223,17 +28266,6 @@ export declare class ReceiptRuleSet {
28223
28266
  readonly Id: string;
28224
28267
  }
28225
28268
 
28226
- export declare class Recipe {
28227
- constructor(props: {
28228
- /** Recipe name */
28229
- Name: string;
28230
- Steps: Recipe_RecipeStep[];
28231
- /** Description of the recipe */
28232
- Description?: string;
28233
- Tags?: Recipe_Tag[];
28234
- }, attributes?: CFResourceAttributes);
28235
- }
28236
-
28237
28269
  export declare class Recommender {
28238
28270
  constructor(props: {
28239
28271
  DomainName: string;
@@ -31490,27 +31522,6 @@ export declare class SageMakerProject {
31490
31522
  readonly ProjectStatus: "CreateCompleted" | "CreateFailed" | "CreateInProgress" | "DeleteCompleted" | "DeleteFailed" | "DeleteInProgress" | "Pending";
31491
31523
  }
31492
31524
 
31493
- export declare class SageMakerSpace {
31494
- constructor(props: {
31495
- /** The ID of the associated Domain. */
31496
- DomainId: string;
31497
- /** A name for the Space. */
31498
- SpaceName: string;
31499
- OwnershipSettings?: SageMakerSpace_OwnershipSettings;
31500
- /** The space Amazon Resource Name (ARN). */
31501
- SpaceArn?: string;
31502
- SpaceDisplayName?: string;
31503
- /** A collection of settings. */
31504
- SpaceSettings?: SageMakerSpace_SpaceSettings;
31505
- SpaceSharingSettings?: SageMakerSpace_SpaceSharingSettings;
31506
- /** A list of tags to apply to the space. */
31507
- Tags?: SageMakerSpace_Tag[];
31508
- Url?: string;
31509
- }, attributes?: CFResourceAttributes);
31510
- readonly SpaceArn: string;
31511
- readonly Url: string;
31512
- }
31513
-
31514
31525
  export declare class SageMakerUserProfile {
31515
31526
  constructor(props: {
31516
31527
  /** The ID of the associated Domain. */
@@ -32970,24 +32981,6 @@ export declare class SESDedicatedIpPool {
32970
32981
  }, attributes?: CFResourceAttributes);
32971
32982
  }
32972
32983
 
32973
- export declare class Session {
32974
- constructor(props: {
32975
- /** The status of automated sensitive data discovery for the Macie session. */
32976
- AutomatedDiscoveryStatus?: "DISABLED" | "ENABLED";
32977
- /** AWS account ID of customer */
32978
- AwsAccountId?: string;
32979
- /** A enumeration value that specifies how frequently finding updates are published. */
32980
- FindingPublishingFrequency?: "FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS";
32981
- /** Service role used by Macie */
32982
- ServiceRole?: string;
32983
- /** A enumeration value that specifies the status of the Macie Session. */
32984
- Status?: "ENABLED" | "PAUSED";
32985
- }, attributes?: CFResourceAttributes);
32986
- readonly AutomatedDiscoveryStatus: "DISABLED" | "ENABLED";
32987
- readonly AwsAccountId: string;
32988
- readonly ServiceRole: string;
32989
- }
32990
-
32991
32984
  export declare class SessionLogger {
32992
32985
  constructor(props: {
32993
32986
  EventFilter: any;
@@ -33543,6 +33536,27 @@ export declare class SourceLocation {
33543
33536
  readonly Arn: string;
33544
33537
  }
33545
33538
 
33539
+ export declare class Space {
33540
+ constructor(props: {
33541
+ /** The ID of the associated Domain. */
33542
+ DomainId: string;
33543
+ /** A name for the Space. */
33544
+ SpaceName: string;
33545
+ OwnershipSettings?: Space_OwnershipSettings;
33546
+ /** The space Amazon Resource Name (ARN). */
33547
+ SpaceArn?: string;
33548
+ SpaceDisplayName?: string;
33549
+ /** A collection of settings. */
33550
+ SpaceSettings?: Space_SpaceSettings;
33551
+ SpaceSharingSettings?: Space_SpaceSharingSettings;
33552
+ /** A list of tags to apply to the space. */
33553
+ Tags?: Space_Tag[];
33554
+ Url?: string;
33555
+ }, attributes?: CFResourceAttributes);
33556
+ readonly SpaceArn: string;
33557
+ readonly Url: string;
33558
+ }
33559
+
33546
33560
  export declare class SpendingLimit {
33547
33561
  constructor(props: {
33548
33562
  /** The Amazon Resource Name (ARN) of the quantum device to apply the spending limit to. */
@@ -40059,6 +40073,30 @@ export declare class AdsInteractionLog {
40059
40073
  });
40060
40074
  }
40061
40075
 
40076
+ export declare class AdsPersonalizationConcurrency {
40077
+ constructor(props: {
40078
+ /** Enables parallel processing of ADS requests in VOD workflows when the ADS returns VAST responses. The default is false. */
40079
+ EnableVodVastParallelization?: boolean;
40080
+ /** The maximum number of simultaneous requests that MediaTailor makes to the ADS for each manifest request. The default is 1. */
40081
+ MaxConcurrentAdsRequests?: number;
40082
+ });
40083
+ }
40084
+
40085
+ export declare class AdsPersonalizationTimeouts {
40086
+ constructor(props: {
40087
+ /** The maximum time, in milliseconds, that MediaTailor waits for a single ADS response during live or VOD playback. The default is 3000. */
40088
+ AdsRequestTimeoutMilliseconds?: number;
40089
+ /** The maximum total time, in milliseconds, that MediaTailor spends on ADS activity for live manifests. The default is 10000. */
40090
+ LiveMaximumAdsPersonalizationTimeMilliseconds?: number;
40091
+ /** The maximum time, in milliseconds, that MediaTailor waits for a single ADS response during prefetch retrieval. If not set, MediaTailor uses the AdsRequestTimeoutMilliseconds value. */
40092
+ PrefetchAdsRequestTimeoutMilliseconds?: number;
40093
+ /** The maximum total time, in milliseconds, that MediaTailor spends on ADS activity during prefetch retrieval. */
40094
+ PrefetchMaximumAdsPersonalizationTimeMilliseconds?: number;
40095
+ /** The maximum total time, in milliseconds, that MediaTailor spends on ADS activity for VOD manifests. The default is 10000. */
40096
+ VodMaximumAdsPersonalizationTimeMilliseconds?: number;
40097
+ });
40098
+ }
40099
+
40062
40100
  export declare class AdvancedBackupSettingResourceType {
40063
40101
  constructor(props: {
40064
40102
  BackupOptions: Record<string, unknown>;
@@ -47116,6 +47154,53 @@ export declare class BCMDashboard_WidgetConfig {
47116
47154
  });
47117
47155
  }
47118
47156
 
47157
+ export declare class BCMDataExportsExport_DataQuery {
47158
+ constructor(props: {
47159
+ QueryStatement: string;
47160
+ TableConfigurations?: Record<string, unknown>;
47161
+ });
47162
+ }
47163
+
47164
+ export declare class BCMDataExportsExport_DestinationConfigurations {
47165
+ constructor(props: {
47166
+ S3Destination: BCMDataExportsExport_S3Destination;
47167
+ });
47168
+ }
47169
+
47170
+ export declare class BCMDataExportsExport_Export {
47171
+ constructor(props: {
47172
+ DataQuery: BCMDataExportsExport_DataQuery;
47173
+ DestinationConfigurations: BCMDataExportsExport_DestinationConfigurations;
47174
+ Name: string;
47175
+ RefreshCadence: BCMDataExportsExport_RefreshCadence;
47176
+ Description?: string;
47177
+ ExportArn?: string;
47178
+ });
47179
+ }
47180
+
47181
+ export declare class BCMDataExportsExport_RefreshCadence {
47182
+ constructor(props: {
47183
+ Frequency: BCMDataExportsExport_FrequencyOption;
47184
+ });
47185
+ }
47186
+
47187
+ export declare class BCMDataExportsExport_ResourceTag {
47188
+ constructor(props: {
47189
+ Key: string;
47190
+ Value: string;
47191
+ });
47192
+ }
47193
+
47194
+ export declare class BCMDataExportsExport_S3Destination {
47195
+ constructor(props: {
47196
+ S3Bucket: string;
47197
+ S3OutputConfigurations: Record<string, unknown>;
47198
+ S3Prefix: string;
47199
+ S3Region: string;
47200
+ S3BucketOwner?: string;
47201
+ });
47202
+ }
47203
+
47119
47204
  export declare class BedrockAgent_AgentActionGroup {
47120
47205
  constructor(props: {
47121
47206
  /** Name of the action group */
@@ -48227,6 +48312,21 @@ export declare class Bot_BotLocale {
48227
48312
  });
48228
48313
  }
48229
48314
 
48315
+ export declare class Bot_BotMember {
48316
+ constructor(props: {
48317
+ /** The alias ID of a bot that is a member of this network of bots. */
48318
+ BotMemberAliasId: string;
48319
+ /** The alias name of a bot that is a member of this network of bots. */
48320
+ BotMemberAliasName: string;
48321
+ /** The unique ID of a bot that is a member of this network of bots. */
48322
+ BotMemberId: string;
48323
+ /** The unique name of a bot that is a member of this network of bots. */
48324
+ BotMemberName: string;
48325
+ /** The version of a bot that is a member of this network of bots. */
48326
+ BotMemberVersion: string;
48327
+ });
48328
+ }
48329
+
48230
48330
  export declare class Bot_CompositeSlotTypeSetting {
48231
48331
  constructor(props: {
48232
48332
  SubSlots?: Record<string, unknown>[];
@@ -48476,6 +48576,21 @@ export declare class BotLocale {
48476
48576
  });
48477
48577
  }
48478
48578
 
48579
+ export declare class BotMember {
48580
+ constructor(props: {
48581
+ /** The alias ID of a bot that is a member of this network of bots. */
48582
+ BotMemberAliasId: string;
48583
+ /** The alias name of a bot that is a member of this network of bots. */
48584
+ BotMemberAliasName: string;
48585
+ /** The unique ID of a bot that is a member of this network of bots. */
48586
+ BotMemberId: string;
48587
+ /** The unique name of a bot that is a member of this network of bots. */
48588
+ BotMemberName: string;
48589
+ /** The version of a bot that is a member of this network of bots. */
48590
+ BotMemberVersion: string;
48591
+ });
48592
+ }
48593
+
48479
48594
  export declare class BounceAction {
48480
48595
  constructor(props: {
48481
48596
  Message: string;
@@ -52014,6 +52129,177 @@ export declare class CfTrustStore_Tag {
52014
52129
  });
52015
52130
  }
52016
52131
 
52132
+ export declare class Channel_Catalog {
52133
+ constructor(props: {
52134
+ /** The ARN of the catalog */
52135
+ CatalogArn?: string;
52136
+ /** The warehouse location */
52137
+ WarehouseLocation?: string;
52138
+ });
52139
+ }
52140
+
52141
+ export declare class Channel_ChannelLoggingInfo {
52142
+ constructor(props: {
52143
+ CloudWatchLogs?: Channel_CloudWatchLogsLogDestination;
52144
+ Firehose?: Channel_FirehoseLogDestination;
52145
+ S3?: Channel_S3LogDestination;
52146
+ });
52147
+ }
52148
+
52149
+ export declare class Channel_ChannelStateInfo {
52150
+ constructor(props: {
52151
+ /** Code for channel state */
52152
+ Code?: string;
52153
+ /** Message for channel state */
52154
+ Message?: string;
52155
+ });
52156
+ }
52157
+
52158
+ export declare class Channel_CloudWatchLogsLogDestination {
52159
+ constructor(props: {
52160
+ /** Whether CloudWatch Logs logging is enabled */
52161
+ Enabled: boolean;
52162
+ /** The CloudWatch log group for log delivery */
52163
+ LogGroup?: string;
52164
+ });
52165
+ }
52166
+
52167
+ export declare class Channel_DeadLetterQueueS3 {
52168
+ constructor(props: {
52169
+ /** The ARN of the S3 bucket */
52170
+ BucketArn: string;
52171
+ /** The error output prefix */
52172
+ ErrorOutputPrefix: string;
52173
+ /** Optional 12-digit AWS account ID expected to own the dead-letter S3 bucket */
52174
+ ExpectedBucketOwner?: string;
52175
+ });
52176
+ }
52177
+
52178
+ export declare class Channel_DestinationTable {
52179
+ constructor(props: {
52180
+ /** The destination database name */
52181
+ DestinationDatabaseName: string;
52182
+ /** The destination table name */
52183
+ DestinationTableName: string;
52184
+ PartitionSpec?: Channel_PartitionSpec;
52185
+ });
52186
+ }
52187
+
52188
+ export declare class Channel_EncryptionConfiguration {
52189
+ constructor(props: {
52190
+ /** The ARN of the KMS key for encryption */
52191
+ KmsKeyArn: string;
52192
+ });
52193
+ }
52194
+
52195
+ export declare class Channel_FirehoseLogDestination {
52196
+ constructor(props: {
52197
+ /** Whether Firehose logging is enabled */
52198
+ Enabled: boolean;
52199
+ /** The Firehose delivery stream for log delivery */
52200
+ DeliveryStream?: string;
52201
+ });
52202
+ }
52203
+
52204
+ export declare class Channel_IcebergDestinationConfiguration {
52205
+ constructor(props: {
52206
+ /** Append only mode */
52207
+ AppendOnly: boolean;
52208
+ DeadLetterQueueS3: Channel_DeadLetterQueueS3;
52209
+ /** List of destination tables */
52210
+ DestinationTableList: Channel_DestinationTable[];
52211
+ SchemaEvolution: Channel_SchemaEvolution;
52212
+ /** The Amazon Resource Name (ARN) of an IAM role used by MSK to access the table */
52213
+ ServiceExecutionRoleArn: string;
52214
+ TableCreation: Channel_TableCreation;
52215
+ Catalog?: Channel_Catalog;
52216
+ CompressionType?: Channel_IcebergCompressionType;
52217
+ /** Data freshness in seconds */
52218
+ DataFreshnessInSeconds?: number;
52219
+ });
52220
+ }
52221
+
52222
+ export declare class Channel_PartitionSpec {
52223
+ constructor(props: {
52224
+ PartitionStrategy: Channel_PartitionStrategy;
52225
+ /** Source list */
52226
+ SourceList?: Record<string, unknown>[];
52227
+ });
52228
+ }
52229
+
52230
+ export declare class Channel_RecordConverter {
52231
+ constructor(props: {
52232
+ ValueConverter: Channel_ValueConverter;
52233
+ });
52234
+ }
52235
+
52236
+ export declare class Channel_RecordSchema {
52237
+ constructor(props: {
52238
+ /** ARN of Glue Schema Registry resource used for table schema */
52239
+ GsrArn: string;
52240
+ });
52241
+ }
52242
+
52243
+ export declare class Channel_S3DestinationConfiguration {
52244
+ constructor(props: {
52245
+ DeadLetterQueueS3: Channel_DeadLetterQueueS3;
52246
+ /** The Amazon Resource Name (ARN) of an IAM role used by MSK to access S3 */
52247
+ ServiceExecutionRoleArn: string;
52248
+ Storage: Channel_S3Storage;
52249
+ /** Data freshness in seconds */
52250
+ DataFreshnessInSeconds?: number;
52251
+ });
52252
+ }
52253
+
52254
+ export declare class Channel_S3LogDestination {
52255
+ constructor(props: {
52256
+ /** Whether S3 logging is enabled */
52257
+ Enabled: boolean;
52258
+ /** The name of the S3 bucket for log delivery */
52259
+ Bucket?: string;
52260
+ /** The S3 prefix for log delivery */
52261
+ Prefix?: string;
52262
+ });
52263
+ }
52264
+
52265
+ export declare class Channel_S3Storage {
52266
+ constructor(props: {
52267
+ /** ARN of the S3 bucket */
52268
+ BucketArn: string;
52269
+ CompressionType: Channel_S3CompressionType;
52270
+ StorageClass: Channel_S3StorageClass;
52271
+ /** Optional 12-digit AWS account ID expected to own the S3 bucket */
52272
+ ExpectedBucketOwner?: string;
52273
+ /** Template for S3 key for output objects, used for partitioning */
52274
+ OutputKeyTemplate?: string;
52275
+ /** Optional prefix for output objects */
52276
+ OutputPrefix?: string;
52277
+ });
52278
+ }
52279
+
52280
+ export declare class Channel_SchemaEvolution {
52281
+ constructor(props: {
52282
+ /** Whether schema evolution is enabled */
52283
+ EnableSchemaEvolution: boolean;
52284
+ });
52285
+ }
52286
+
52287
+ export declare class Channel_TableCreation {
52288
+ constructor(props: {
52289
+ /** Whether table creation is enabled */
52290
+ EnableTableCreation: boolean;
52291
+ });
52292
+ }
52293
+
52294
+ export declare class Channel_TopicConfiguration {
52295
+ constructor(props: {
52296
+ RecordConverter: Channel_RecordConverter;
52297
+ /** The Amazon Resource Name (ARN) that uniquely identifies the topic */
52298
+ TopicArn: string;
52299
+ RecordSchema?: Channel_RecordSchema;
52300
+ });
52301
+ }
52302
+
52017
52303
  export declare class ChannelEngineVersionRequest {
52018
52304
  constructor(props: {
52019
52305
  Version?: string;
@@ -52029,9 +52315,9 @@ export declare class ChannelGroup_Tag {
52029
52315
 
52030
52316
  export declare class ChannelLoggingInfo {
52031
52317
  constructor(props: {
52032
- CloudWatchLogs?: MSKChannel_CloudWatchLogsLogDestination;
52033
- Firehose?: MSKChannel_FirehoseLogDestination;
52034
- S3?: MSKChannel_S3LogDestination;
52318
+ CloudWatchLogs?: Channel_CloudWatchLogsLogDestination;
52319
+ Firehose?: Channel_FirehoseLogDestination;
52320
+ S3?: Channel_S3LogDestination;
52035
52321
  });
52036
52322
  }
52037
52323
 
@@ -60741,6 +61027,40 @@ export declare class DataBrewProject_Tag {
60741
61027
  });
60742
61028
  }
60743
61029
 
61030
+ export declare class DataBrewRecipe_Action {
61031
+ constructor(props: {
61032
+ /** Step action operation */
61033
+ Operation: string;
61034
+ Parameters?: any;
61035
+ });
61036
+ }
61037
+
61038
+ export declare class DataBrewRecipe_ConditionExpression {
61039
+ constructor(props: {
61040
+ /** Input condition to be applied to the target column */
61041
+ Condition: string;
61042
+ /** Name of the target column */
61043
+ TargetColumn: string;
61044
+ /** Value of the condition */
61045
+ Value?: string;
61046
+ });
61047
+ }
61048
+
61049
+ export declare class DataBrewRecipe_RecipeStep {
61050
+ constructor(props: {
61051
+ Action: DataBrewRecipe_Action;
61052
+ /** Condition expressions applied to the step action */
61053
+ ConditionExpressions?: DataBrewRecipe_ConditionExpression[];
61054
+ });
61055
+ }
61056
+
61057
+ export declare class DataBrewRecipe_Tag {
61058
+ constructor(props: {
61059
+ Key: string;
61060
+ Value: string;
61061
+ });
61062
+ }
61063
+
60744
61064
  export declare class DataBrewSchedule_Tag {
60745
61065
  constructor(props: {
60746
61066
  Key: string;
@@ -64236,7 +64556,7 @@ export declare class DeprecateRule {
64236
64556
 
64237
64557
  export declare class DestinationConfigurations {
64238
64558
  constructor(props: {
64239
- S3Destination: Export_S3Destination;
64559
+ S3Destination: BCMDataExportsExport_S3Destination;
64240
64560
  });
64241
64561
  }
64242
64562
 
@@ -64298,7 +64618,7 @@ export declare class DestinationTable {
64298
64618
  DestinationDatabaseName: string;
64299
64619
  /** The destination table name */
64300
64620
  DestinationTableName: string;
64301
- PartitionSpec?: MSKChannel_PartitionSpec;
64621
+ PartitionSpec?: Channel_PartitionSpec;
64302
64622
  });
64303
64623
  }
64304
64624
 
@@ -71666,53 +71986,17 @@ export declare class Explanation {
71666
71986
  });
71667
71987
  }
71668
71988
 
71669
- export declare class Export_DataQuery {
71670
- constructor(props: {
71671
- QueryStatement: string;
71672
- TableConfigurations?: Record<string, unknown>;
71673
- });
71674
- }
71675
-
71676
- export declare class Export_DestinationConfigurations {
71677
- constructor(props: {
71678
- S3Destination: Export_S3Destination;
71679
- });
71680
- }
71681
-
71682
- export declare class Export_Export {
71989
+ export declare class Export {
71683
71990
  constructor(props: {
71684
- DataQuery: Export_DataQuery;
71685
- DestinationConfigurations: Export_DestinationConfigurations;
71991
+ DataQuery: BCMDataExportsExport_DataQuery;
71992
+ DestinationConfigurations: BCMDataExportsExport_DestinationConfigurations;
71686
71993
  Name: string;
71687
- RefreshCadence: Export_RefreshCadence;
71994
+ RefreshCadence: BCMDataExportsExport_RefreshCadence;
71688
71995
  Description?: string;
71689
71996
  ExportArn?: string;
71690
71997
  });
71691
71998
  }
71692
71999
 
71693
- export declare class Export_RefreshCadence {
71694
- constructor(props: {
71695
- Frequency: Export_FrequencyOption;
71696
- });
71697
- }
71698
-
71699
- export declare class Export_ResourceTag {
71700
- constructor(props: {
71701
- Key: string;
71702
- Value: string;
71703
- });
71704
- }
71705
-
71706
- export declare class Export_S3Destination {
71707
- constructor(props: {
71708
- S3Bucket: string;
71709
- S3OutputConfigurations: Record<string, unknown>;
71710
- S3Prefix: string;
71711
- S3Region: string;
71712
- S3BucketOwner?: string;
71713
- });
71714
- }
71715
-
71716
72000
  export declare class ExportHiddenFieldsOption {
71717
72001
  constructor(props: {
71718
72002
  AvailabilityStatus?: QuickSightDashboard_DashboardBehavior;
@@ -80746,6 +81030,8 @@ export declare class IntegratedRepository {
80746
81030
  IntegrationId: string;
80747
81031
  /** Identifier of the resource within the provider integration */
80748
81032
  ProviderResourceId: string;
81033
+ /** An optional override for the repository branch */
81034
+ Branch?: string;
80749
81035
  });
80750
81036
  }
80751
81037
 
@@ -90471,6 +90757,7 @@ export declare class MediaPackageV2OriginEndpoint_Segment {
90471
90757
  Encryption?: MediaPackageV2OriginEndpoint_Encryption;
90472
90758
  /** <p>When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.</p> */
90473
90759
  IncludeIframeOnlyStreams?: boolean;
90760
+ OutputTimestampMode?: MediaPackageV2OriginEndpoint_OutputTimestampMode;
90474
90761
  Scte?: MediaPackageV2OriginEndpoint_Scte;
90475
90762
  /** <p>The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.</p> */
90476
90763
  SegmentDurationSeconds?: number;
@@ -93606,177 +93893,6 @@ export declare class MPAIdentitySource_IdentitySourceParameters {
93606
93893
  });
93607
93894
  }
93608
93895
 
93609
- export declare class MSKChannel_Catalog {
93610
- constructor(props: {
93611
- /** The ARN of the catalog */
93612
- CatalogArn?: string;
93613
- /** The warehouse location */
93614
- WarehouseLocation?: string;
93615
- });
93616
- }
93617
-
93618
- export declare class MSKChannel_ChannelLoggingInfo {
93619
- constructor(props: {
93620
- CloudWatchLogs?: MSKChannel_CloudWatchLogsLogDestination;
93621
- Firehose?: MSKChannel_FirehoseLogDestination;
93622
- S3?: MSKChannel_S3LogDestination;
93623
- });
93624
- }
93625
-
93626
- export declare class MSKChannel_ChannelStateInfo {
93627
- constructor(props: {
93628
- /** Code for channel state */
93629
- Code?: string;
93630
- /** Message for channel state */
93631
- Message?: string;
93632
- });
93633
- }
93634
-
93635
- export declare class MSKChannel_CloudWatchLogsLogDestination {
93636
- constructor(props: {
93637
- /** Whether CloudWatch Logs logging is enabled */
93638
- Enabled: boolean;
93639
- /** The CloudWatch log group for log delivery */
93640
- LogGroup?: string;
93641
- });
93642
- }
93643
-
93644
- export declare class MSKChannel_DeadLetterQueueS3 {
93645
- constructor(props: {
93646
- /** The ARN of the S3 bucket */
93647
- BucketArn: string;
93648
- /** The error output prefix */
93649
- ErrorOutputPrefix: string;
93650
- /** Optional 12-digit AWS account ID expected to own the dead-letter S3 bucket */
93651
- ExpectedBucketOwner?: string;
93652
- });
93653
- }
93654
-
93655
- export declare class MSKChannel_DestinationTable {
93656
- constructor(props: {
93657
- /** The destination database name */
93658
- DestinationDatabaseName: string;
93659
- /** The destination table name */
93660
- DestinationTableName: string;
93661
- PartitionSpec?: MSKChannel_PartitionSpec;
93662
- });
93663
- }
93664
-
93665
- export declare class MSKChannel_EncryptionConfiguration {
93666
- constructor(props: {
93667
- /** The ARN of the KMS key for encryption */
93668
- KmsKeyArn: string;
93669
- });
93670
- }
93671
-
93672
- export declare class MSKChannel_FirehoseLogDestination {
93673
- constructor(props: {
93674
- /** Whether Firehose logging is enabled */
93675
- Enabled: boolean;
93676
- /** The Firehose delivery stream for log delivery */
93677
- DeliveryStream?: string;
93678
- });
93679
- }
93680
-
93681
- export declare class MSKChannel_IcebergDestinationConfiguration {
93682
- constructor(props: {
93683
- /** Append only mode */
93684
- AppendOnly: boolean;
93685
- DeadLetterQueueS3: MSKChannel_DeadLetterQueueS3;
93686
- /** List of destination tables */
93687
- DestinationTableList: MSKChannel_DestinationTable[];
93688
- SchemaEvolution: MSKChannel_SchemaEvolution;
93689
- /** The Amazon Resource Name (ARN) of an IAM role used by MSK to access the table */
93690
- ServiceExecutionRoleArn: string;
93691
- TableCreation: MSKChannel_TableCreation;
93692
- Catalog?: MSKChannel_Catalog;
93693
- CompressionType?: MSKChannel_IcebergCompressionType;
93694
- /** Data freshness in seconds */
93695
- DataFreshnessInSeconds?: number;
93696
- });
93697
- }
93698
-
93699
- export declare class MSKChannel_PartitionSpec {
93700
- constructor(props: {
93701
- PartitionStrategy: MSKChannel_PartitionStrategy;
93702
- /** Source list */
93703
- SourceList?: Record<string, unknown>[];
93704
- });
93705
- }
93706
-
93707
- export declare class MSKChannel_RecordConverter {
93708
- constructor(props: {
93709
- ValueConverter: MSKChannel_ValueConverter;
93710
- });
93711
- }
93712
-
93713
- export declare class MSKChannel_RecordSchema {
93714
- constructor(props: {
93715
- /** ARN of Glue Schema Registry resource used for table schema */
93716
- GsrArn: string;
93717
- });
93718
- }
93719
-
93720
- export declare class MSKChannel_S3DestinationConfiguration {
93721
- constructor(props: {
93722
- DeadLetterQueueS3: MSKChannel_DeadLetterQueueS3;
93723
- /** The Amazon Resource Name (ARN) of an IAM role used by MSK to access S3 */
93724
- ServiceExecutionRoleArn: string;
93725
- Storage: MSKChannel_S3Storage;
93726
- /** Data freshness in seconds */
93727
- DataFreshnessInSeconds?: number;
93728
- });
93729
- }
93730
-
93731
- export declare class MSKChannel_S3LogDestination {
93732
- constructor(props: {
93733
- /** Whether S3 logging is enabled */
93734
- Enabled: boolean;
93735
- /** The name of the S3 bucket for log delivery */
93736
- Bucket?: string;
93737
- /** The S3 prefix for log delivery */
93738
- Prefix?: string;
93739
- });
93740
- }
93741
-
93742
- export declare class MSKChannel_S3Storage {
93743
- constructor(props: {
93744
- /** ARN of the S3 bucket */
93745
- BucketArn: string;
93746
- CompressionType: MSKChannel_S3CompressionType;
93747
- StorageClass: MSKChannel_S3StorageClass;
93748
- /** Optional 12-digit AWS account ID expected to own the S3 bucket */
93749
- ExpectedBucketOwner?: string;
93750
- /** Template for S3 key for output objects, used for partitioning */
93751
- OutputKeyTemplate?: string;
93752
- /** Optional prefix for output objects */
93753
- OutputPrefix?: string;
93754
- });
93755
- }
93756
-
93757
- export declare class MSKChannel_SchemaEvolution {
93758
- constructor(props: {
93759
- /** Whether schema evolution is enabled */
93760
- EnableSchemaEvolution: boolean;
93761
- });
93762
- }
93763
-
93764
- export declare class MSKChannel_TableCreation {
93765
- constructor(props: {
93766
- /** Whether table creation is enabled */
93767
- EnableTableCreation: boolean;
93768
- });
93769
- }
93770
-
93771
- export declare class MSKChannel_TopicConfiguration {
93772
- constructor(props: {
93773
- RecordConverter: MSKChannel_RecordConverter;
93774
- /** The Amazon Resource Name (ARN) that uniquely identifies the topic */
93775
- TopicArn: string;
93776
- RecordSchema?: MSKChannel_RecordSchema;
93777
- });
93778
- }
93779
-
93780
93896
  export declare class MSKCluster_BrokerLogs {
93781
93897
  constructor(props: {
93782
93898
  CloudWatchLogs?: MSKCluster_CloudWatchLogs;
@@ -98238,21 +98354,6 @@ export declare class OwnershipSettings {
98238
98354
  });
98239
98355
  }
98240
98356
 
98241
- export declare class Package_StorageLocation {
98242
- constructor(props: {
98243
- /** The location's binary prefix. */
98244
- BinaryPrefixLocation?: string;
98245
- /** The location's bucket. */
98246
- Bucket?: string;
98247
- /** The location's generated prefix. */
98248
- GeneratedPrefixLocation?: string;
98249
- /** The location's manifest prefix. */
98250
- ManifestPrefixLocation?: string;
98251
- /** The location's repo prefix. */
98252
- RepoPrefixLocation?: string;
98253
- });
98254
- }
98255
-
98256
98357
  export declare class PackageGroup_OriginConfiguration {
98257
98358
  constructor(props: {
98258
98359
  /** The origin configuration that is applied to the package group. */
@@ -98489,6 +98590,21 @@ export declare class PagerDutyIncidentConfiguration {
98489
98590
  });
98490
98591
  }
98491
98592
 
98593
+ export declare class PanoramaPackage_StorageLocation {
98594
+ constructor(props: {
98595
+ /** The location's binary prefix. */
98596
+ BinaryPrefixLocation?: string;
98597
+ /** The location's bucket. */
98598
+ Bucket?: string;
98599
+ /** The location's generated prefix. */
98600
+ GeneratedPrefixLocation?: string;
98601
+ /** The location's manifest prefix. */
98602
+ ManifestPrefixLocation?: string;
98603
+ /** The location's repo prefix. */
98604
+ RepoPrefixLocation?: string;
98605
+ });
98606
+ }
98607
+
98492
98608
  export declare class ParallelismConfiguration {
98493
98609
  constructor(props: {
98494
98610
  /** Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to `CUSTOM` in order to change your application's `AutoScalingEnabled`, `Parallelism`, or `ParallelismPerKPU` properties. */
@@ -98733,7 +98849,7 @@ export declare class PartitionInput {
98733
98849
 
98734
98850
  export declare class PartitionSpec {
98735
98851
  constructor(props: {
98736
- PartitionStrategy: MSKChannel_PartitionStrategy;
98852
+ PartitionStrategy: Channel_PartitionStrategy;
98737
98853
  /** Source list */
98738
98854
  SourceList?: Record<string, unknown>[];
98739
98855
  });
@@ -99306,6 +99422,8 @@ export declare class Pentest_IntegratedRepository {
99306
99422
  IntegrationId: string;
99307
99423
  /** Identifier of the resource within the provider integration */
99308
99424
  ProviderResourceId: string;
99425
+ /** An optional override for the repository branch */
99426
+ Branch?: string;
99309
99427
  });
99310
99428
  }
99311
99429
 
@@ -100677,6 +100795,30 @@ export declare class PlaybackConfiguration_AdsInteractionLog {
100677
100795
  });
100678
100796
  }
100679
100797
 
100798
+ export declare class PlaybackConfiguration_AdsPersonalizationConcurrency {
100799
+ constructor(props: {
100800
+ /** Enables parallel processing of ADS requests in VOD workflows when the ADS returns VAST responses. The default is false. */
100801
+ EnableVodVastParallelization?: boolean;
100802
+ /** The maximum number of simultaneous requests that MediaTailor makes to the ADS for each manifest request. The default is 1. */
100803
+ MaxConcurrentAdsRequests?: number;
100804
+ });
100805
+ }
100806
+
100807
+ export declare class PlaybackConfiguration_AdsPersonalizationTimeouts {
100808
+ constructor(props: {
100809
+ /** The maximum time, in milliseconds, that MediaTailor waits for a single ADS response during live or VOD playback. The default is 3000. */
100810
+ AdsRequestTimeoutMilliseconds?: number;
100811
+ /** The maximum total time, in milliseconds, that MediaTailor spends on ADS activity for live manifests. The default is 10000. */
100812
+ LiveMaximumAdsPersonalizationTimeMilliseconds?: number;
100813
+ /** The maximum time, in milliseconds, that MediaTailor waits for a single ADS response during prefetch retrieval. If not set, MediaTailor uses the AdsRequestTimeoutMilliseconds value. */
100814
+ PrefetchAdsRequestTimeoutMilliseconds?: number;
100815
+ /** The maximum total time, in milliseconds, that MediaTailor spends on ADS activity during prefetch retrieval. */
100816
+ PrefetchMaximumAdsPersonalizationTimeMilliseconds?: number;
100817
+ /** The maximum total time, in milliseconds, that MediaTailor spends on ADS activity for VOD manifests. The default is 10000. */
100818
+ VodMaximumAdsPersonalizationTimeMilliseconds?: number;
100819
+ });
100820
+ }
100821
+
100680
100822
  export declare class PlaybackConfiguration_AvailSuppression {
100681
100823
  constructor(props: {
100682
100824
  /** Defines the policy to apply to the avail suppression mode. BEHIND_LIVE_EDGE will always use the full avail suppression policy. AFTER_LIVE_EDGE mode can be used to invoke partial ad break fills when a session starts mid-break. Valid values are FULL_AVAIL_ONLY and PARTIAL_AVAIL */
@@ -105218,37 +105360,12 @@ export declare class Recency {
105218
105360
  });
105219
105361
  }
105220
105362
 
105221
- export declare class Recipe_Action {
105222
- constructor(props: {
105223
- /** Step action operation */
105224
- Operation: string;
105225
- Parameters?: any;
105226
- });
105227
- }
105228
-
105229
- export declare class Recipe_ConditionExpression {
105230
- constructor(props: {
105231
- /** Input condition to be applied to the target column */
105232
- Condition: string;
105233
- /** Name of the target column */
105234
- TargetColumn: string;
105235
- /** Value of the condition */
105236
- Value?: string;
105237
- });
105238
- }
105239
-
105240
- export declare class Recipe_RecipeStep {
105241
- constructor(props: {
105242
- Action: Recipe_Action;
105243
- /** Condition expressions applied to the step action */
105244
- ConditionExpressions?: Recipe_ConditionExpression[];
105245
- });
105246
- }
105247
-
105248
- export declare class Recipe_Tag {
105363
+ export declare class Recipe {
105249
105364
  constructor(props: {
105250
- Key: string;
105251
- Value: string;
105365
+ /** Recipe name */
105366
+ Name: string;
105367
+ /** Recipe version */
105368
+ Version?: string;
105252
105369
  });
105253
105370
  }
105254
105371
 
@@ -105263,9 +105380,9 @@ export declare class RecipeSelection {
105263
105380
 
105264
105381
  export declare class RecipeStep {
105265
105382
  constructor(props: {
105266
- Action: Recipe_Action;
105383
+ Action: DataBrewRecipe_Action;
105267
105384
  /** Condition expressions applied to the step action */
105268
- ConditionExpressions?: Recipe_ConditionExpression[];
105385
+ ConditionExpressions?: DataBrewRecipe_ConditionExpression[];
105269
105386
  });
105270
105387
  }
105271
105388
 
@@ -105348,7 +105465,7 @@ export declare class RecommenderUpdate {
105348
105465
 
105349
105466
  export declare class RecordConverter {
105350
105467
  constructor(props: {
105351
- ValueConverter: MSKChannel_ValueConverter;
105468
+ ValueConverter: Channel_ValueConverter;
105352
105469
  });
105353
105470
  }
105354
105471
 
@@ -106043,7 +106160,7 @@ export declare class ReferrerPolicy {
106043
106160
 
106044
106161
  export declare class RefreshCadence {
106045
106162
  constructor(props: {
106046
- Frequency: Export_FrequencyOption;
106163
+ Frequency: BCMDataExportsExport_FrequencyOption;
106047
106164
  });
106048
106165
  }
106049
106166
 
@@ -109889,8 +110006,8 @@ export declare class S3Storage {
109889
110006
  constructor(props: {
109890
110007
  /** ARN of the S3 bucket */
109891
110008
  BucketArn: string;
109892
- CompressionType: MSKChannel_S3CompressionType;
109893
- StorageClass: MSKChannel_S3StorageClass;
110009
+ CompressionType: Channel_S3CompressionType;
110010
+ StorageClass: Channel_S3StorageClass;
109894
110011
  /** Optional 12-digit AWS account ID expected to own the S3 bucket */
109895
110012
  ExpectedBucketOwner?: string;
109896
110013
  /** Template for S3 key for output objects, used for partitioning */
@@ -110790,131 +110907,6 @@ export declare class SageMakerProject_TemplateProviderDetail {
110790
110907
  });
110791
110908
  }
110792
110909
 
110793
- export declare class SageMakerSpace_CodeRepository {
110794
- constructor(props: {
110795
- /** A CodeRepository (valid URL) to be used within Jupyter's Git extension. */
110796
- RepositoryUrl: string;
110797
- });
110798
- }
110799
-
110800
- export declare class SageMakerSpace_CustomImage {
110801
- constructor(props: {
110802
- /** The Name of the AppImageConfig. */
110803
- AppImageConfigName: string;
110804
- /** The name of the CustomImage. Must be unique to your account. */
110805
- ImageName: string;
110806
- /** The version number of the CustomImage. */
110807
- ImageVersionNumber?: number;
110808
- });
110809
- }
110810
-
110811
- export declare class SageMakerSpace_EbsStorageSettings {
110812
- constructor(props: {
110813
- /** Size of the Amazon EBS volume in Gb */
110814
- EbsVolumeSizeInGb: number;
110815
- });
110816
- }
110817
-
110818
- export declare class SageMakerSpace_JupyterServerAppSettings {
110819
- constructor(props: {
110820
- DefaultResourceSpec?: SageMakerSpace_ResourceSpec;
110821
- /** A list of LifecycleConfigArns available for use with JupyterServer apps. */
110822
- LifecycleConfigArns?: string[];
110823
- });
110824
- }
110825
-
110826
- export declare class SageMakerSpace_KernelGatewayAppSettings {
110827
- constructor(props: {
110828
- /** A list of custom SageMaker images that are configured to run as a KernelGateway app. */
110829
- CustomImages?: SageMakerSpace_CustomImage[];
110830
- /** The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app. */
110831
- DefaultResourceSpec?: SageMakerSpace_ResourceSpec;
110832
- /** A list of LifecycleConfigArns available for use with KernelGateway apps. */
110833
- LifecycleConfigArns?: string[];
110834
- });
110835
- }
110836
-
110837
- export declare class SageMakerSpace_OwnershipSettings {
110838
- constructor(props: {
110839
- OwnerUserProfileName: string;
110840
- });
110841
- }
110842
-
110843
- export declare class SageMakerSpace_ResourceSpec {
110844
- constructor(props: {
110845
- /** The instance type that the image version runs on. */
110846
- InstanceType?: "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.2xlarge" | "ml.g5.48xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.xlarge" | "ml.geospatial.interactive" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.p3.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3dn.24xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.t3.2xlarge" | "ml.t3.large" | "ml.t3.medium" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "system";
110847
- /** The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource. */
110848
- LifecycleConfigArn?: string;
110849
- /** The ARN of the SageMaker image that the image version belongs to. */
110850
- SageMakerImageArn?: string;
110851
- /** The ARN of the image version created on the instance. */
110852
- SageMakerImageVersionArn?: string;
110853
- });
110854
- }
110855
-
110856
- export declare class SageMakerSpace_SpaceAppLifecycleManagement {
110857
- constructor(props: {
110858
- IdleSettings?: Record<string, unknown>;
110859
- });
110860
- }
110861
-
110862
- export declare class SageMakerSpace_SpaceCodeEditorAppSettings {
110863
- constructor(props: {
110864
- AppLifecycleManagement?: SageMakerSpace_SpaceAppLifecycleManagement;
110865
- DefaultResourceSpec?: SageMakerSpace_ResourceSpec;
110866
- });
110867
- }
110868
-
110869
- export declare class SageMakerSpace_SpaceJupyterLabAppSettings {
110870
- constructor(props: {
110871
- AppLifecycleManagement?: SageMakerSpace_SpaceAppLifecycleManagement;
110872
- /** A list of CodeRepositories available for use with JupyterLab apps. */
110873
- CodeRepositories?: SageMakerSpace_CodeRepository[];
110874
- DefaultResourceSpec?: SageMakerSpace_ResourceSpec;
110875
- });
110876
- }
110877
-
110878
- export declare class SageMakerSpace_SpaceSettings {
110879
- constructor(props: {
110880
- AppType?: SageMakerSpace_AppType;
110881
- /** The CodeEditor app settings. */
110882
- CodeEditorAppSettings?: SageMakerSpace_SpaceCodeEditorAppSettings;
110883
- CustomFileSystems?: any;
110884
- /** The JupyterLab app settings. */
110885
- JupyterLabAppSettings?: SageMakerSpace_SpaceJupyterLabAppSettings;
110886
- /** The Jupyter server's app settings. */
110887
- JupyterServerAppSettings?: SageMakerSpace_JupyterServerAppSettings;
110888
- /** The kernel gateway app settings. */
110889
- KernelGatewayAppSettings?: SageMakerSpace_KernelGatewayAppSettings;
110890
- /** This is a flag used to indicate if remote access is enabled. */
110891
- RemoteAccess?: SageMakerSpace_RemoteAccess;
110892
- /** This is a flag used to indicate if space managed resources needs to be created. */
110893
- SpaceManagedResources?: SageMakerSpace_SpaceManagedResources;
110894
- /** Default storage settings for a space. */
110895
- SpaceStorageSettings?: SageMakerSpace_SpaceStorageSettings;
110896
- });
110897
- }
110898
-
110899
- export declare class SageMakerSpace_SpaceSharingSettings {
110900
- constructor(props: {
110901
- SharingType: "Private" | "Shared";
110902
- });
110903
- }
110904
-
110905
- export declare class SageMakerSpace_SpaceStorageSettings {
110906
- constructor(props: {
110907
- EbsStorageSettings?: SageMakerSpace_EbsStorageSettings;
110908
- });
110909
- }
110910
-
110911
- export declare class SageMakerSpace_Tag {
110912
- constructor(props: {
110913
- Key: string;
110914
- Value: string;
110915
- });
110916
- }
110917
-
110918
110910
  export declare class SageMakerUserProfile_AppLifecycleManagement {
110919
110911
  constructor(props: {
110920
110912
  IdleSettings?: Record<string, unknown>;
@@ -113044,6 +113036,7 @@ export declare class Segment {
113044
113036
  Encryption?: MediaPackageV2OriginEndpoint_Encryption;
113045
113037
  /** <p>When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.</p> */
113046
113038
  IncludeIframeOnlyStreams?: boolean;
113039
+ OutputTimestampMode?: MediaPackageV2OriginEndpoint_OutputTimestampMode;
113047
113040
  Scte?: MediaPackageV2OriginEndpoint_Scte;
113048
113041
  /** <p>The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.</p> */
113049
113042
  SegmentDurationSeconds?: number;
@@ -115659,6 +115652,131 @@ export declare class SourceSelectionCriteria {
115659
115652
  });
115660
115653
  }
115661
115654
 
115655
+ export declare class Space_CodeRepository {
115656
+ constructor(props: {
115657
+ /** A CodeRepository (valid URL) to be used within Jupyter's Git extension. */
115658
+ RepositoryUrl: string;
115659
+ });
115660
+ }
115661
+
115662
+ export declare class Space_CustomImage {
115663
+ constructor(props: {
115664
+ /** The Name of the AppImageConfig. */
115665
+ AppImageConfigName: string;
115666
+ /** The name of the CustomImage. Must be unique to your account. */
115667
+ ImageName: string;
115668
+ /** The version number of the CustomImage. */
115669
+ ImageVersionNumber?: number;
115670
+ });
115671
+ }
115672
+
115673
+ export declare class Space_EbsStorageSettings {
115674
+ constructor(props: {
115675
+ /** Size of the Amazon EBS volume in Gb */
115676
+ EbsVolumeSizeInGb: number;
115677
+ });
115678
+ }
115679
+
115680
+ export declare class Space_JupyterServerAppSettings {
115681
+ constructor(props: {
115682
+ DefaultResourceSpec?: Space_ResourceSpec;
115683
+ /** A list of LifecycleConfigArns available for use with JupyterServer apps. */
115684
+ LifecycleConfigArns?: string[];
115685
+ });
115686
+ }
115687
+
115688
+ export declare class Space_KernelGatewayAppSettings {
115689
+ constructor(props: {
115690
+ /** A list of custom SageMaker images that are configured to run as a KernelGateway app. */
115691
+ CustomImages?: Space_CustomImage[];
115692
+ /** The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app. */
115693
+ DefaultResourceSpec?: Space_ResourceSpec;
115694
+ /** A list of LifecycleConfigArns available for use with KernelGateway apps. */
115695
+ LifecycleConfigArns?: string[];
115696
+ });
115697
+ }
115698
+
115699
+ export declare class Space_OwnershipSettings {
115700
+ constructor(props: {
115701
+ OwnerUserProfileName: string;
115702
+ });
115703
+ }
115704
+
115705
+ export declare class Space_ResourceSpec {
115706
+ constructor(props: {
115707
+ /** The instance type that the image version runs on. */
115708
+ InstanceType?: "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.2xlarge" | "ml.g5.48xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.xlarge" | "ml.geospatial.interactive" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.p3.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3dn.24xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.t3.2xlarge" | "ml.t3.large" | "ml.t3.medium" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "system";
115709
+ /** The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource. */
115710
+ LifecycleConfigArn?: string;
115711
+ /** The ARN of the SageMaker image that the image version belongs to. */
115712
+ SageMakerImageArn?: string;
115713
+ /** The ARN of the image version created on the instance. */
115714
+ SageMakerImageVersionArn?: string;
115715
+ });
115716
+ }
115717
+
115718
+ export declare class Space_SpaceAppLifecycleManagement {
115719
+ constructor(props: {
115720
+ IdleSettings?: Record<string, unknown>;
115721
+ });
115722
+ }
115723
+
115724
+ export declare class Space_SpaceCodeEditorAppSettings {
115725
+ constructor(props: {
115726
+ AppLifecycleManagement?: Space_SpaceAppLifecycleManagement;
115727
+ DefaultResourceSpec?: Space_ResourceSpec;
115728
+ });
115729
+ }
115730
+
115731
+ export declare class Space_SpaceJupyterLabAppSettings {
115732
+ constructor(props: {
115733
+ AppLifecycleManagement?: Space_SpaceAppLifecycleManagement;
115734
+ /** A list of CodeRepositories available for use with JupyterLab apps. */
115735
+ CodeRepositories?: Space_CodeRepository[];
115736
+ DefaultResourceSpec?: Space_ResourceSpec;
115737
+ });
115738
+ }
115739
+
115740
+ export declare class Space_SpaceSettings {
115741
+ constructor(props: {
115742
+ AppType?: Space_AppType;
115743
+ /** The CodeEditor app settings. */
115744
+ CodeEditorAppSettings?: Space_SpaceCodeEditorAppSettings;
115745
+ CustomFileSystems?: any;
115746
+ /** The JupyterLab app settings. */
115747
+ JupyterLabAppSettings?: Space_SpaceJupyterLabAppSettings;
115748
+ /** The Jupyter server's app settings. */
115749
+ JupyterServerAppSettings?: Space_JupyterServerAppSettings;
115750
+ /** The kernel gateway app settings. */
115751
+ KernelGatewayAppSettings?: Space_KernelGatewayAppSettings;
115752
+ /** This is a flag used to indicate if remote access is enabled. */
115753
+ RemoteAccess?: Space_RemoteAccess;
115754
+ /** This is a flag used to indicate if space managed resources needs to be created. */
115755
+ SpaceManagedResources?: Space_SpaceManagedResources;
115756
+ /** Default storage settings for a space. */
115757
+ SpaceStorageSettings?: Space_SpaceStorageSettings;
115758
+ });
115759
+ }
115760
+
115761
+ export declare class Space_SpaceSharingSettings {
115762
+ constructor(props: {
115763
+ SharingType: "Private" | "Shared";
115764
+ });
115765
+ }
115766
+
115767
+ export declare class Space_SpaceStorageSettings {
115768
+ constructor(props: {
115769
+ EbsStorageSettings?: Space_EbsStorageSettings;
115770
+ });
115771
+ }
115772
+
115773
+ export declare class Space_Tag {
115774
+ constructor(props: {
115775
+ Key: string;
115776
+ Value: string;
115777
+ });
115778
+ }
115779
+
115662
115780
  export declare class SpaceAppLifecycleManagement {
115663
115781
  constructor(props: {
115664
115782
  IdleSettings?: Record<string, unknown>;
@@ -115667,17 +115785,17 @@ export declare class SpaceAppLifecycleManagement {
115667
115785
 
115668
115786
  export declare class SpaceCodeEditorAppSettings {
115669
115787
  constructor(props: {
115670
- AppLifecycleManagement?: SageMakerSpace_SpaceAppLifecycleManagement;
115671
- DefaultResourceSpec?: SageMakerSpace_ResourceSpec;
115788
+ AppLifecycleManagement?: Space_SpaceAppLifecycleManagement;
115789
+ DefaultResourceSpec?: Space_ResourceSpec;
115672
115790
  });
115673
115791
  }
115674
115792
 
115675
115793
  export declare class SpaceJupyterLabAppSettings {
115676
115794
  constructor(props: {
115677
- AppLifecycleManagement?: SageMakerSpace_SpaceAppLifecycleManagement;
115795
+ AppLifecycleManagement?: Space_SpaceAppLifecycleManagement;
115678
115796
  /** A list of CodeRepositories available for use with JupyterLab apps. */
115679
- CodeRepositories?: SageMakerSpace_CodeRepository[];
115680
- DefaultResourceSpec?: SageMakerSpace_ResourceSpec;
115797
+ CodeRepositories?: Space_CodeRepository[];
115798
+ DefaultResourceSpec?: Space_ResourceSpec;
115681
115799
  });
115682
115800
  }
115683
115801
 
@@ -115692,22 +115810,22 @@ export declare class SpaceResource {
115692
115810
 
115693
115811
  export declare class SpaceSettings {
115694
115812
  constructor(props: {
115695
- AppType?: SageMakerSpace_AppType;
115813
+ AppType?: Space_AppType;
115696
115814
  /** The CodeEditor app settings. */
115697
- CodeEditorAppSettings?: SageMakerSpace_SpaceCodeEditorAppSettings;
115815
+ CodeEditorAppSettings?: Space_SpaceCodeEditorAppSettings;
115698
115816
  CustomFileSystems?: any;
115699
115817
  /** The JupyterLab app settings. */
115700
- JupyterLabAppSettings?: SageMakerSpace_SpaceJupyterLabAppSettings;
115818
+ JupyterLabAppSettings?: Space_SpaceJupyterLabAppSettings;
115701
115819
  /** The Jupyter server's app settings. */
115702
- JupyterServerAppSettings?: SageMakerSpace_JupyterServerAppSettings;
115820
+ JupyterServerAppSettings?: Space_JupyterServerAppSettings;
115703
115821
  /** The kernel gateway app settings. */
115704
- KernelGatewayAppSettings?: SageMakerSpace_KernelGatewayAppSettings;
115822
+ KernelGatewayAppSettings?: Space_KernelGatewayAppSettings;
115705
115823
  /** This is a flag used to indicate if remote access is enabled. */
115706
- RemoteAccess?: SageMakerSpace_RemoteAccess;
115824
+ RemoteAccess?: Space_RemoteAccess;
115707
115825
  /** This is a flag used to indicate if space managed resources needs to be created. */
115708
- SpaceManagedResources?: SageMakerSpace_SpaceManagedResources;
115826
+ SpaceManagedResources?: Space_SpaceManagedResources;
115709
115827
  /** Default storage settings for a space. */
115710
- SpaceStorageSettings?: SageMakerSpace_SpaceStorageSettings;
115828
+ SpaceStorageSettings?: Space_SpaceStorageSettings;
115711
115829
  });
115712
115830
  }
115713
115831
 
@@ -115719,7 +115837,7 @@ export declare class SpaceSharingSettings {
115719
115837
 
115720
115838
  export declare class SpaceStorageSettings {
115721
115839
  constructor(props: {
115722
- EbsStorageSettings?: SageMakerSpace_EbsStorageSettings;
115840
+ EbsStorageSettings?: Space_EbsStorageSettings;
115723
115841
  });
115724
115842
  }
115725
115843
 
@@ -128684,6 +128802,16 @@ export type BCMDashboard_MetricName =
128684
128802
 
128685
128803
  export type BCMDashboard_VisualType = "BAR" | "LINE" | "STACK";
128686
128804
 
128805
+ export type BCMDataExportsExport_CompressionOption = "GZIP" | "PARQUET" | "ZIP";
128806
+
128807
+ export type BCMDataExportsExport_FormatOption = "PARQUET" | "TEXT_OR_CSV";
128808
+
128809
+ export type BCMDataExportsExport_FrequencyOption = "SYNCHRONOUS";
128810
+
128811
+ export type BCMDataExportsExport_OverwriteOption = "CREATE_NEW_REPORT" | "OVERWRITE_REPORT";
128812
+
128813
+ export type BCMDataExportsExport_S3OutputType = "ATHENA" | "CUSTOM" | "REDSHIFT";
128814
+
128687
128815
  export type BedrockAgent_ActionGroupSignature = "AMAZON.CodeInterpreter" | "AMAZON.UserInput";
128688
128816
 
128689
128817
  export type BedrockAgent_ActionGroupState = "DISABLED" | "ENABLED";
@@ -129049,6 +129177,25 @@ export type CfDistribution_OriginGroupSelectionCriteria = "default" | "media-qua
129049
129177
 
129050
129178
  export type CfDistribution_ViewerMtlsMode = "optional" | "passthrough" | "required";
129051
129179
 
129180
+ export type Channel_ChannelStatus =
129181
+ | "ACTIVE"
129182
+ | "CREATING"
129183
+ | "DELETING"
129184
+ | "FAILED"
129185
+ | "SUSPENDED"
129186
+ | "SUSPENDING"
129187
+ | "UPDATING";
129188
+
129189
+ export type Channel_IcebergCompressionType = "SNAPPY" | "ZSTD";
129190
+
129191
+ export type Channel_PartitionStrategy = "TIME_HOUR";
129192
+
129193
+ export type Channel_S3CompressionType = "GZIP" | "NONE" | "ZSTD";
129194
+
129195
+ export type Channel_S3StorageClass = "GLACIER_IR" | "INTELLIGENT_TIERING" | "STANDARD";
129196
+
129197
+ export type Channel_ValueConverter = "BYTE_ARRAY" | "JSON" | "JSON_SCHEMA_GSR" | "STRING";
129198
+
129052
129199
  export type ChannelNamespace_AuthenticationType =
129053
129200
  | "AMAZON_COGNITO_USER_POOLS"
129054
129201
  | "API_KEY"
@@ -130061,16 +130208,6 @@ export type EVSEnvironment_EnvironmentState =
130061
130208
  | "DELETED"
130062
130209
  | "DELETING";
130063
130210
 
130064
- export type Export_CompressionOption = "GZIP" | "PARQUET" | "ZIP";
130065
-
130066
- export type Export_FormatOption = "PARQUET" | "TEXT_OR_CSV";
130067
-
130068
- export type Export_FrequencyOption = "SYNCHRONOUS";
130069
-
130070
- export type Export_OverwriteOption = "CREATE_NEW_REPORT" | "OVERWRITE_REPORT";
130071
-
130072
- export type Export_S3OutputType = "ATHENA" | "CUSTOM" | "REDSHIFT";
130073
-
130074
130211
  export type ExpressGatewayService_AccessType = "PRIVATE" | "PUBLIC";
130075
130212
 
130076
130213
  export type ExpressGatewayService_ExpressGatewayServiceScalingMetric =
@@ -131126,6 +131263,8 @@ export type MediaPackageOriginEndpoint_AdsOnDeliveryRestrictions =
131126
131263
 
131127
131264
  export type MediaPackageV2Channel_InputType = "CMAF" | "HLS";
131128
131265
 
131266
+ export type MediaPackageV2Channel_OutputLockingMode = "EPOCH_LOCKED" | "NON_EPOCH_LOCKED";
131267
+
131129
131268
  export type MediaPackageV2OriginEndpoint_AdMarkerDash = "BINARY" | "XML";
131130
131269
 
131131
131270
  export type MediaPackageV2OriginEndpoint_AdMarkerHls = "DATERANGE" | "SCTE35_ENHANCED";
@@ -131183,6 +131322,10 @@ export type MediaPackageV2OriginEndpoint_IsmEncryptionMethod = "CENC";
131183
131322
 
131184
131323
  export type MediaPackageV2OriginEndpoint_MssManifestLayout = "COMPACT" | "FULL";
131185
131324
 
131325
+ export type MediaPackageV2OriginEndpoint_OutputTimestampMode =
131326
+ | "PASSTHROUGH"
131327
+ | "REBASED_TO_CHANNEL_START";
131328
+
131186
131329
  export type MediaPackageV2OriginEndpoint_PresetSpeke20Audio =
131187
131330
  | "PRESET_AUDIO_1"
131188
131331
  | "PRESET_AUDIO_2"
@@ -131300,25 +131443,6 @@ export type MonitoringSchedule_MonitoringType =
131300
131443
  | "ModelExplainability"
131301
131444
  | "ModelQuality";
131302
131445
 
131303
- export type MSKChannel_ChannelStatus =
131304
- | "ACTIVE"
131305
- | "CREATING"
131306
- | "DELETING"
131307
- | "FAILED"
131308
- | "SUSPENDED"
131309
- | "SUSPENDING"
131310
- | "UPDATING";
131311
-
131312
- export type MSKChannel_IcebergCompressionType = "SNAPPY" | "ZSTD";
131313
-
131314
- export type MSKChannel_PartitionStrategy = "TIME_HOUR";
131315
-
131316
- export type MSKChannel_S3CompressionType = "GZIP" | "NONE" | "ZSTD";
131317
-
131318
- export type MSKChannel_S3StorageClass = "GLACIER_IR" | "INTELLIGENT_TIERING" | "STANDARD";
131319
-
131320
- export type MSKChannel_ValueConverter = "BYTE_ARRAY" | "JSON" | "JSON_SCHEMA_GSR" | "STRING";
131321
-
131322
131446
  export type MSKCluster_NetworkType = "DUAL" | "IPV4";
131323
131447
 
131324
131448
  export type Multiplexprogram_PreferredChannelPipeline =
@@ -133620,19 +133744,6 @@ export type SageMakerDomain_MlTools =
133620
133744
  | "Projects"
133621
133745
  | "Training";
133622
133746
 
133623
- export type SageMakerSpace_AppType =
133624
- | "CodeEditor"
133625
- | "JupyterLab"
133626
- | "JupyterServer"
133627
- | "KernelGateway"
133628
- | "RSessionGateway"
133629
- | "RStudioServerPro"
133630
- | "TensorBoard";
133631
-
133632
- export type SageMakerSpace_RemoteAccess = "DISABLED" | "ENABLED";
133633
-
133634
- export type SageMakerSpace_SpaceManagedResources = "DISABLED" | "ENABLED";
133635
-
133636
133747
  export type SageMakerUserProfile_AppInstanceType =
133637
133748
  | "ml.c5.12xlarge"
133638
133749
  | "ml.c5.18xlarge"
@@ -134099,6 +134210,19 @@ export type SourceLocation_AccessType =
134099
134210
  | "S3_SIGV4"
134100
134211
  | "SECRETS_MANAGER_ACCESS_TOKEN";
134101
134212
 
134213
+ export type Space_AppType =
134214
+ | "CodeEditor"
134215
+ | "JupyterLab"
134216
+ | "JupyterServer"
134217
+ | "KernelGateway"
134218
+ | "RSessionGateway"
134219
+ | "RStudioServerPro"
134220
+ | "TensorBoard";
134221
+
134222
+ export type Space_RemoteAccess = "DISABLED" | "ENABLED";
134223
+
134224
+ export type Space_SpaceManagedResources = "DISABLED" | "ENABLED";
134225
+
134102
134226
  export type SqlHaStandbyDetectedInstance_HaStatus =
134103
134227
  | "active"
134104
134228
  | "invalid"