@pulumi/aws 6.0.0-alpha.6 → 6.0.0-alpha.7

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 (94) hide show
  1. package/apigateway/authorizer.d.ts +55 -0
  2. package/apigateway/authorizer.js +55 -0
  3. package/apigateway/authorizer.js.map +1 -1
  4. package/apigateway/methodSettings.d.ts +72 -0
  5. package/apigateway/methodSettings.js +72 -0
  6. package/apigateway/methodSettings.js.map +1 -1
  7. package/apigateway/stage.d.ts +1 -1
  8. package/apigateway/stage.js +1 -1
  9. package/appmesh/virtualRouter.d.ts +1 -1
  10. package/appmesh/virtualRouter.js +1 -1
  11. package/athena/database.d.ts +1 -1
  12. package/athena/database.js +1 -1
  13. package/autoscaling/policy.d.ts +1 -1
  14. package/autoscaling/policy.js +1 -1
  15. package/budgets/getBudget.d.ts +4 -1
  16. package/budgets/getBudget.js.map +1 -1
  17. package/cloudfront/distribution.d.ts +229 -0
  18. package/cloudfront/distribution.js +229 -0
  19. package/cloudfront/distribution.js.map +1 -1
  20. package/codepipeline/customActionType.d.ts +1 -1
  21. package/codepipeline/customActionType.js +1 -1
  22. package/dlm/lifecyclePolicy.d.ts +41 -0
  23. package/dlm/lifecyclePolicy.js +41 -0
  24. package/dlm/lifecyclePolicy.js.map +1 -1
  25. package/ec2/defaultRouteTable.d.ts +1 -1
  26. package/ec2/defaultRouteTable.js +1 -1
  27. package/ec2/getNatGateway.d.ts +31 -21
  28. package/ec2/getNatGateway.js +4 -6
  29. package/ec2/getNatGateway.js.map +1 -1
  30. package/ec2/natGateway.d.ts +79 -18
  31. package/ec2/natGateway.js +31 -0
  32. package/ec2/natGateway.js.map +1 -1
  33. package/ec2/routeTable.d.ts +43 -0
  34. package/ec2/routeTable.js +43 -0
  35. package/ec2/routeTable.js.map +1 -1
  36. package/ec2transitgateway/vpcAttachment.d.ts +2 -2
  37. package/glue/job.d.ts +39 -6
  38. package/glue/job.js +18 -0
  39. package/glue/job.js.map +1 -1
  40. package/grafana/workspace.d.ts +3 -3
  41. package/iam/index.d.ts +3 -0
  42. package/iam/index.js +7 -2
  43. package/iam/index.js.map +1 -1
  44. package/iam/securityTokenServicePreferences.d.ts +60 -0
  45. package/iam/securityTokenServicePreferences.js +64 -0
  46. package/iam/securityTokenServicePreferences.js.map +1 -0
  47. package/licensemanager/licenseGrantAccepter.d.ts +9 -0
  48. package/licensemanager/licenseGrantAccepter.js +9 -0
  49. package/licensemanager/licenseGrantAccepter.js.map +1 -1
  50. package/networkfirewall/firewallPolicy.d.ts +32 -0
  51. package/networkfirewall/firewallPolicy.js +32 -0
  52. package/networkfirewall/firewallPolicy.js.map +1 -1
  53. package/opensearch/serverlessAccessPolicy.d.ts +78 -18
  54. package/opensearch/serverlessAccessPolicy.js +78 -18
  55. package/opensearch/serverlessAccessPolicy.js.map +1 -1
  56. package/opensearch/serverlessCollection.d.ts +7 -3
  57. package/opensearch/serverlessCollection.js +4 -0
  58. package/opensearch/serverlessCollection.js.map +1 -1
  59. package/package.json +2 -2
  60. package/package.json.dev +2 -2
  61. package/rds/getClusterSnapshot.d.ts +4 -2
  62. package/rds/getClusterSnapshot.js.map +1 -1
  63. package/rds/getInstance.d.ts +12 -6
  64. package/rds/getInstance.js +1 -0
  65. package/rds/getInstance.js.map +1 -1
  66. package/rds/getInstances.d.ts +41 -2
  67. package/rds/getInstances.js +25 -0
  68. package/rds/getInstances.js.map +1 -1
  69. package/rds/getSnapshot.d.ts +13 -0
  70. package/rds/getSnapshot.js +1 -0
  71. package/rds/getSnapshot.js.map +1 -1
  72. package/rds/instance.d.ts +6 -12
  73. package/rds/instance.js.map +1 -1
  74. package/sagemaker/index.d.ts +3 -0
  75. package/sagemaker/index.js +6 -1
  76. package/sagemaker/index.js.map +1 -1
  77. package/sagemaker/pipeline.d.ts +195 -0
  78. package/sagemaker/pipeline.js +108 -0
  79. package/sagemaker/pipeline.js.map +1 -0
  80. package/ssm/association.d.ts +3 -3
  81. package/ssm/parameter.d.ts +4 -4
  82. package/ssm/parameter.js +1 -1
  83. package/transfer/getServer.d.ts +1 -0
  84. package/transfer/getServer.js.map +1 -1
  85. package/transfer/server.d.ts +41 -0
  86. package/transfer/server.js +31 -0
  87. package/transfer/server.js.map +1 -1
  88. package/types/input.d.ts +534 -32
  89. package/types/output.d.ts +567 -50
  90. package/vpclattice/getService.d.ts +20 -8
  91. package/vpclattice/getService.js +8 -2
  92. package/vpclattice/getService.js.map +1 -1
  93. package/vpclattice/getServiceNetwork.d.ts +1 -1
  94. package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
package/types/output.d.ts CHANGED
@@ -9180,7 +9180,7 @@ export declare namespace batch {
9180
9180
  /**
9181
9181
  * The version number of the launch template. Default: The default version of the launch template.
9182
9182
  */
9183
- version?: string;
9183
+ version: string;
9184
9184
  }
9185
9185
  interface ComputeEnvironmentEksConfiguration {
9186
9186
  /**
@@ -9453,21 +9453,36 @@ export declare namespace budgets {
9453
9453
  unit: string;
9454
9454
  }
9455
9455
  interface GetBudgetAutoAdjustData {
9456
+ /**
9457
+ * (Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: `FORECAST`,`HISTORICAL`.
9458
+ */
9456
9459
  autoAdjustType: string;
9460
+ /**
9461
+ * (Optional) - Configuration block of Historical Options. Required for `autoAdjustType` of `HISTORICAL` Configuration block that defines the historical data that your auto-adjusting budget is based on.
9462
+ */
9457
9463
  historicalOptions: outputs.budgets.GetBudgetAutoAdjustDataHistoricalOption[];
9464
+ /**
9465
+ * (Optional) - The last time that your budget was auto-adjusted.
9466
+ */
9458
9467
  lastAutoAdjustTime: string;
9459
9468
  }
9460
9469
  interface GetBudgetAutoAdjustDataHistoricalOption {
9470
+ /**
9471
+ * (Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.
9472
+ */
9461
9473
  budgetAdjustmentPeriod: number;
9474
+ /**
9475
+ * (Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the `budgetAdjustmentPeriod` and your historical cost data.
9476
+ */
9462
9477
  lookbackAvailablePeriods: number;
9463
9478
  }
9464
9479
  interface GetBudgetBudgetLimit {
9465
9480
  /**
9466
- * (Required) The amount of cost or usage being measured for a budget.
9481
+ * The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.
9467
9482
  */
9468
9483
  amount: string;
9469
9484
  /**
9470
- * (Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.
9485
+ * The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.
9471
9486
  */
9472
9487
  unit: string;
9473
9488
  }
@@ -9476,11 +9491,11 @@ export declare namespace budgets {
9476
9491
  }
9477
9492
  interface GetBudgetCalculatedSpendActualSpend {
9478
9493
  /**
9479
- * (Required) The amount of cost or usage being measured for a budget.
9494
+ * The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.
9480
9495
  */
9481
9496
  amount: string;
9482
9497
  /**
9483
- * (Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.
9498
+ * The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.
9484
9499
  */
9485
9500
  unit: string;
9486
9501
  }
@@ -9495,47 +9510,47 @@ export declare namespace budgets {
9495
9510
  }
9496
9511
  interface GetBudgetCostType {
9497
9512
  /**
9498
- * A boolean value whether to include credits in the cost budget. Defaults to `true`
9513
+ * A boolean value whether to include credits in the cost budget. Defaults to `true`.
9499
9514
  */
9500
9515
  includeCredit: boolean;
9501
9516
  /**
9502
- * Whether a budget includes discounts. Defaults to `true`
9517
+ * Whether a budget includes discounts. Defaults to `true`.
9503
9518
  */
9504
9519
  includeDiscount: boolean;
9505
9520
  /**
9506
- * A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`
9521
+ * A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`.
9507
9522
  */
9508
9523
  includeOtherSubscription: boolean;
9509
9524
  /**
9510
- * A boolean value whether to include recurring costs in the cost budget. Defaults to `true`
9525
+ * A boolean value whether to include recurring costs in the cost budget. Defaults to `true`.
9511
9526
  */
9512
9527
  includeRecurring: boolean;
9513
9528
  /**
9514
- * A boolean value whether to include refunds in the cost budget. Defaults to `true`
9529
+ * A boolean value whether to include refunds in the cost budget. Defaults to `true`.
9515
9530
  */
9516
9531
  includeRefund: boolean;
9517
9532
  /**
9518
- * A boolean value whether to include subscriptions in the cost budget. Defaults to `true`
9533
+ * A boolean value whether to include subscriptions in the cost budget. Defaults to `true`.
9519
9534
  */
9520
9535
  includeSubscription: boolean;
9521
9536
  /**
9522
- * A boolean value whether to include support costs in the cost budget. Defaults to `true`
9537
+ * A boolean value whether to include support costs in the cost budget. Defaults to `true`.
9523
9538
  */
9524
9539
  includeSupport: boolean;
9525
9540
  /**
9526
- * A boolean value whether to include tax in the cost budget. Defaults to `true`
9541
+ * A boolean value whether to include tax in the cost budget. Defaults to `true`.
9527
9542
  */
9528
9543
  includeTax: boolean;
9529
9544
  /**
9530
- * A boolean value whether to include upfront costs in the cost budget. Defaults to `true`
9545
+ * A boolean value whether to include upfront costs in the cost budget. Defaults to `true`.
9531
9546
  */
9532
9547
  includeUpfront: boolean;
9533
9548
  /**
9534
- * Whether a budget uses the amortized rate. Defaults to `false`
9549
+ * Whether a budget uses the amortized rate. Defaults to `false`.
9535
9550
  */
9536
9551
  useAmortized: boolean;
9537
9552
  /**
9538
- * A boolean value whether to use blended costs in the cost budget. Defaults to `false`
9553
+ * A boolean value whether to use blended costs in the cost budget. Defaults to `false`.
9539
9554
  */
9540
9555
  useBlended: boolean;
9541
9556
  }
@@ -9545,7 +9560,7 @@ export declare namespace budgets {
9545
9560
  */
9546
9561
  comparisonOperator: string;
9547
9562
  /**
9548
- * (Required) What kind of budget value to notify on. Can be `ACTUAL` or `FORECASTED`
9563
+ * (Required) What kind of budget value to notify on. Can be `ACTUAL` or `FORECASTED`.
9549
9564
  */
9550
9565
  notificationType: string;
9551
9566
  /**
@@ -9567,7 +9582,7 @@ export declare namespace budgets {
9567
9582
  }
9568
9583
  interface GetBudgetPlannedLimit {
9569
9584
  /**
9570
- * (Required) The amount of cost or usage being measured for a budget.
9585
+ * The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.
9571
9586
  */
9572
9587
  amount: string;
9573
9588
  /**
@@ -9575,7 +9590,7 @@ export declare namespace budgets {
9575
9590
  */
9576
9591
  startTime: string;
9577
9592
  /**
9578
- * (Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.
9593
+ * The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.
9579
9594
  */
9580
9595
  unit: string;
9581
9596
  }
@@ -16887,11 +16902,11 @@ export declare namespace dlm {
16887
16902
  }
16888
16903
  interface LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule {
16889
16904
  /**
16890
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
16905
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
16891
16906
  */
16892
16907
  interval: number;
16893
16908
  /**
16894
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
16909
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
16895
16910
  */
16896
16911
  intervalUnit: string;
16897
16912
  }
@@ -16977,15 +16992,15 @@ export declare namespace dlm {
16977
16992
  }
16978
16993
  interface LifecyclePolicyPolicyDetailsScheduleCreateRule {
16979
16994
  /**
16980
- * The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year.
16995
+ * The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. Conflicts with `interval`, `intervalUnit`, and `times`.
16981
16996
  */
16982
16997
  cronExpression?: string;
16983
16998
  /**
16984
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
16999
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
16985
17000
  */
16986
17001
  interval?: number;
16987
17002
  /**
16988
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
17003
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
16989
17004
  */
16990
17005
  intervalUnit: string;
16991
17006
  /**
@@ -16993,7 +17008,7 @@ export declare namespace dlm {
16993
17008
  */
16994
17009
  location: string;
16995
17010
  /**
16996
- * A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1.
17011
+ * A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1. Conflicts with `cronExpression`. Must be set if `interval` is set.
16997
17012
  */
16998
17013
  times: string;
16999
17014
  }
@@ -17025,35 +17040,35 @@ export declare namespace dlm {
17025
17040
  }
17026
17041
  interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule {
17027
17042
  /**
17028
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
17043
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
17029
17044
  */
17030
17045
  interval: number;
17031
17046
  /**
17032
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
17047
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
17033
17048
  */
17034
17049
  intervalUnit: string;
17035
17050
  }
17036
17051
  interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule {
17037
17052
  /**
17038
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
17053
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
17039
17054
  */
17040
17055
  interval: number;
17041
17056
  /**
17042
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
17057
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
17043
17058
  */
17044
17059
  intervalUnit: string;
17045
17060
  }
17046
17061
  interface LifecyclePolicyPolicyDetailsScheduleDeprecateRule {
17047
17062
  /**
17048
- * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`.
17063
+ * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`. Conflicts with `interval` and `intervalUnit`.
17049
17064
  */
17050
17065
  count?: number;
17051
17066
  /**
17052
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
17067
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
17053
17068
  */
17054
17069
  interval?: number;
17055
17070
  /**
17056
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
17071
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
17057
17072
  */
17058
17073
  intervalUnit?: string;
17059
17074
  }
@@ -17063,29 +17078,29 @@ export declare namespace dlm {
17063
17078
  */
17064
17079
  availabilityZones: string[];
17065
17080
  /**
17066
- * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`.
17081
+ * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`. Conflicts with `interval` and `intervalUnit`.
17067
17082
  */
17068
17083
  count?: number;
17069
17084
  /**
17070
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
17085
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
17071
17086
  */
17072
17087
  interval?: number;
17073
17088
  /**
17074
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
17089
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
17075
17090
  */
17076
17091
  intervalUnit?: string;
17077
17092
  }
17078
17093
  interface LifecyclePolicyPolicyDetailsScheduleRetainRule {
17079
17094
  /**
17080
- * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`.
17095
+ * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`. Conflicts with `interval` and `intervalUnit`.
17081
17096
  */
17082
17097
  count?: number;
17083
17098
  /**
17084
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
17099
+ * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values. Conflicts with `cronExpression`. If set, `intervalUnit` and `times` must also be set.
17085
17100
  */
17086
17101
  interval?: number;
17087
17102
  /**
17088
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
17103
+ * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value. Conflicts with `cronExpression`. Must be set if `interval` is set.
17089
17104
  */
17090
17105
  intervalUnit?: string;
17091
17106
  }
@@ -22403,7 +22418,7 @@ export declare namespace ec2 {
22403
22418
  */
22404
22419
  egressOnlyGatewayId?: string;
22405
22420
  /**
22406
- * Identifier of a VPC internet gateway or a virtual private gateway.
22421
+ * Identifier of a VPC internet gateway, virtual private gateway, or `local`. `local` routes cannot be created but can be adopted or imported. See the example above.
22407
22422
  */
22408
22423
  gatewayId?: string;
22409
22424
  /**
@@ -23141,7 +23156,7 @@ export declare namespace ec2 {
23141
23156
  */
23142
23157
  dnsRecordIpType?: string;
23143
23158
  /**
23144
- * Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Can only be specified if `privateDnsEnabled` is `true`.
23159
+ * Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Default is `false`. Can only be specified if privateDnsEnabled is `true`.
23145
23160
  */
23146
23161
  privateDnsOnlyForInboundResolverEndpoint?: boolean;
23147
23162
  }
@@ -26999,7 +27014,7 @@ export declare namespace finspace {
26999
27014
  /**
27000
27015
  * Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations.
27001
27016
  */
27002
- cacheConfigurations: outputs.finspace.KxClusterDatabaseCacheConfiguration[];
27017
+ cacheConfigurations?: outputs.finspace.KxClusterDatabaseCacheConfiguration[];
27003
27018
  /**
27004
27019
  * A unique identifier of the changeset that is associated with the cluster.
27005
27020
  */
@@ -27017,11 +27032,11 @@ export declare namespace finspace {
27017
27032
  /**
27018
27033
  * Paths within the database to cache.
27019
27034
  */
27020
- dbPaths: string[];
27035
+ dbPaths?: string[];
27021
27036
  }
27022
27037
  interface KxClusterSavedownStorageConfiguration {
27023
27038
  /**
27024
- * Size of temporary storage in bytes.
27039
+ * Size of temporary storage in gigabytes. Must be between 10 and 16000.
27025
27040
  */
27026
27041
  size: number;
27027
27042
  /**
@@ -28777,13 +28792,17 @@ export declare namespace glue {
28777
28792
  }
28778
28793
  interface JobCommand {
28779
28794
  /**
28780
- * The name of the job command. Defaults to `glueetl`. Use `pythonshell` for Python Shell Job Type, or `gluestreaming` for Streaming Job Type. `maxCapacity` needs to be set if `pythonshell` is chosen.
28795
+ * The name of the job command. Defaults to `glueetl`. Use `pythonshell` for Python Shell Job Type, `glueray` for Ray Job Type, or `gluestreaming` for Streaming Job Type. `maxCapacity` needs to be set if `pythonshell` is chosen.
28781
28796
  */
28782
28797
  name?: string;
28783
28798
  /**
28784
28799
  * The Python version being used to execute a Python shell job. Allowed values are 2, 3 or 3.9. Version 3 refers to Python 3.6.
28785
28800
  */
28786
28801
  pythonVersion: string;
28802
+ /**
28803
+ * In Ray jobs, runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see [Working with Ray jobs](https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html#author-job-ray-runtimes) in the Glue Developer Guide.
28804
+ */
28805
+ runtime: string;
28787
28806
  /**
28788
28807
  * Specifies the S3 path to a script that executes a job.
28789
28808
  */
@@ -37222,6 +37241,22 @@ export declare namespace medialive {
37222
37241
  * Settings for ad avail blanking. See Avail Blanking for more details.
37223
37242
  */
37224
37243
  availBlanking: outputs.medialive.ChannelEncoderSettingsAvailBlanking;
37244
+ /**
37245
+ * Caption Descriptions. See Caption Descriptions for more details.
37246
+ */
37247
+ captionDescriptions: outputs.medialive.ChannelEncoderSettingsCaptionDescription[];
37248
+ /**
37249
+ * Configuration settings that apply to the event as a whole. See Global Configuration for more details.
37250
+ */
37251
+ globalConfiguration?: outputs.medialive.ChannelEncoderSettingsGlobalConfiguration;
37252
+ /**
37253
+ * Settings for motion graphics. See Motion Graphics Configuration for more details.
37254
+ */
37255
+ motionGraphicsConfiguration?: outputs.medialive.ChannelEncoderSettingsMotionGraphicsConfiguration;
37256
+ /**
37257
+ * Nielsen configuration settings. See Nielsen Configuration for more details.
37258
+ */
37259
+ nielsenConfiguration?: outputs.medialive.ChannelEncoderSettingsNielsenConfiguration;
37225
37260
  /**
37226
37261
  * Output groups for the channel. See Output Groups for more details.
37227
37262
  */
@@ -37556,6 +37591,372 @@ export declare namespace medialive {
37556
37591
  */
37557
37592
  username: string;
37558
37593
  }
37594
+ interface ChannelEncoderSettingsCaptionDescription {
37595
+ /**
37596
+ * Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
37597
+ */
37598
+ accessibility?: string;
37599
+ /**
37600
+ * Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
37601
+ */
37602
+ captionSelectorName: string;
37603
+ /**
37604
+ * Additional settings for captions destination that depend on the destination type. See Destination Settings for more details.
37605
+ */
37606
+ destinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettings;
37607
+ /**
37608
+ * ISO 639-2 three-digit code.
37609
+ */
37610
+ languageCode?: string;
37611
+ /**
37612
+ * Human readable information to indicate captions available for players (eg. English, or Spanish).
37613
+ */
37614
+ languageDescription?: string;
37615
+ /**
37616
+ * Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.
37617
+ */
37618
+ name: string;
37619
+ }
37620
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettings {
37621
+ /**
37622
+ * Arib Destination Settings.
37623
+ */
37624
+ aribDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings;
37625
+ /**
37626
+ * Burn In Destination Settings. See Burn In Destination Settings for more details.
37627
+ */
37628
+ burnInDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings;
37629
+ /**
37630
+ * Dvb Sub Destination Settings. See Dvb Sub Destination Settings for more details.
37631
+ */
37632
+ dvbSubDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings;
37633
+ /**
37634
+ * Ebu Tt D Destination Settings. See Ebu Tt D Destination Settings for more details.
37635
+ */
37636
+ ebuTtDDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings;
37637
+ /**
37638
+ * Embedded Destination Settings.
37639
+ */
37640
+ embeddedDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings;
37641
+ /**
37642
+ * Embedded Plus Scte20 Destination Settings.
37643
+ */
37644
+ embeddedPlusScte20DestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings;
37645
+ /**
37646
+ * Rtmp Caption Info Destination Settings.
37647
+ */
37648
+ rtmpCaptionInfoDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings;
37649
+ /**
37650
+ * Scte20 Plus Embedded Destination Settings.
37651
+ */
37652
+ scte20PlusEmbeddedDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings;
37653
+ /**
37654
+ * Scte27 Destination Settings.
37655
+ */
37656
+ scte27DestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings;
37657
+ smpteTtDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings;
37658
+ /**
37659
+ * Teletext Destination Settings.
37660
+ */
37661
+ teletextDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings;
37662
+ /**
37663
+ * Ttml Destination Settings. See Ttml Destination Settings for more details.
37664
+ */
37665
+ ttmlDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings;
37666
+ /**
37667
+ * Webvtt Destination Settings. See Webvtt Destination Settings for more details.
37668
+ */
37669
+ webvttDestinationSettings?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings;
37670
+ }
37671
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings {
37672
+ }
37673
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings {
37674
+ /**
37675
+ * If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting “smart” justification will left-justify live subtitles and center-justify pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.
37676
+ */
37677
+ alignment?: string;
37678
+ /**
37679
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
37680
+ */
37681
+ backgroundColor?: string;
37682
+ /**
37683
+ * Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
37684
+ */
37685
+ backgroundOpacity?: number;
37686
+ /**
37687
+ * External font file used for caption burn-in. File extension must be ‘ttf’ or ‘tte’. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match. See Font for more details.
37688
+ */
37689
+ font?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont;
37690
+ /**
37691
+ * Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37692
+ */
37693
+ fontColor?: string;
37694
+ /**
37695
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
37696
+ */
37697
+ fontOpacity?: number;
37698
+ /**
37699
+ * Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.
37700
+ */
37701
+ fontResolution?: number;
37702
+ /**
37703
+ * When set to ‘auto’ fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.
37704
+ */
37705
+ fontSize?: string;
37706
+ /**
37707
+ * Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37708
+ */
37709
+ outlineColor: string;
37710
+ /**
37711
+ * Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37712
+ */
37713
+ outlineSize?: number;
37714
+ /**
37715
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
37716
+ */
37717
+ shadowColor?: string;
37718
+ /**
37719
+ * Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
37720
+ */
37721
+ shadowOpacity?: number;
37722
+ /**
37723
+ * Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
37724
+ */
37725
+ shadowXOffset?: number;
37726
+ /**
37727
+ * Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
37728
+ */
37729
+ shadowYOffset?: number;
37730
+ /**
37731
+ * Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.
37732
+ */
37733
+ teletextGridControl: string;
37734
+ /**
37735
+ * Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.
37736
+ */
37737
+ xPosition?: number;
37738
+ /**
37739
+ * Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.
37740
+ */
37741
+ yPosition?: number;
37742
+ }
37743
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont {
37744
+ /**
37745
+ * Key used to extract the password from EC2 Parameter store.
37746
+ */
37747
+ passwordParam: string;
37748
+ /**
37749
+ * Path to a file accessible to the live stream.
37750
+ */
37751
+ uri: string;
37752
+ /**
37753
+ * Username to be used.
37754
+ */
37755
+ username: string;
37756
+ }
37757
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings {
37758
+ /**
37759
+ * If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting “smart” justification will left-justify live subtitles and center-justify pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37760
+ */
37761
+ alignment?: string;
37762
+ /**
37763
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
37764
+ */
37765
+ backgroundColor?: string;
37766
+ /**
37767
+ * Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
37768
+ */
37769
+ backgroundOpacity?: number;
37770
+ /**
37771
+ * External font file used for caption burn-in. File extension must be ‘ttf’ or ‘tte’. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match. See Font for more details.
37772
+ */
37773
+ font?: outputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont;
37774
+ /**
37775
+ * Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37776
+ */
37777
+ fontColor?: string;
37778
+ /**
37779
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
37780
+ */
37781
+ fontOpacity?: number;
37782
+ /**
37783
+ * Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.
37784
+ */
37785
+ fontResolution?: number;
37786
+ /**
37787
+ * When set to auto fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.
37788
+ */
37789
+ fontSize: string;
37790
+ /**
37791
+ * Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37792
+ */
37793
+ outlineColor?: string;
37794
+ /**
37795
+ * Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37796
+ */
37797
+ outlineSize?: number;
37798
+ /**
37799
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
37800
+ */
37801
+ shadowColor?: string;
37802
+ /**
37803
+ * Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
37804
+ */
37805
+ shadowOpacity?: number;
37806
+ /**
37807
+ * Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
37808
+ */
37809
+ shadowXOffset?: number;
37810
+ /**
37811
+ * Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
37812
+ */
37813
+ shadowYOffset?: number;
37814
+ /**
37815
+ * Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.
37816
+ */
37817
+ teletextGridControl?: string;
37818
+ /**
37819
+ * Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37820
+ */
37821
+ xPosition?: number;
37822
+ /**
37823
+ * Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
37824
+ */
37825
+ yPosition?: number;
37826
+ }
37827
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont {
37828
+ /**
37829
+ * Key used to extract the password from EC2 Parameter store.
37830
+ */
37831
+ passwordParam: string;
37832
+ /**
37833
+ * Path to a file accessible to the live stream.
37834
+ */
37835
+ uri: string;
37836
+ /**
37837
+ * Username to be used.
37838
+ */
37839
+ username: string;
37840
+ }
37841
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings {
37842
+ /**
37843
+ * Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.
37844
+ */
37845
+ copyrightHolder?: string;
37846
+ /**
37847
+ * Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions). - disabled: Leave the gap unfilled.
37848
+ */
37849
+ fillLineGap?: string;
37850
+ /**
37851
+ * Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to “monospaced”. (If styleControl is set to exclude, the font family is always set to “monospaced”.) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font). - Leave blank to set the family to “monospace”.
37852
+ */
37853
+ fontFamily?: string;
37854
+ /**
37855
+ * Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions. - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. - exclude: In the font data attached to the EBU-TT captions, set the font family to “monospaced”. Do not include any other style information.
37856
+ */
37857
+ styleControl: string;
37858
+ }
37859
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings {
37860
+ }
37861
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings {
37862
+ }
37863
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings {
37864
+ }
37865
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings {
37866
+ }
37867
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings {
37868
+ }
37869
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings {
37870
+ }
37871
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings {
37872
+ }
37873
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings {
37874
+ /**
37875
+ * This field is not currently supported and will not affect the output styling. Leave the default value.
37876
+ */
37877
+ styleControl: string;
37878
+ }
37879
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings {
37880
+ /**
37881
+ * Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO\_STYLE\_DATA - Don’t pass through the style. The output captions will not contain any font styling information.
37882
+ */
37883
+ styleControl: string;
37884
+ }
37885
+ interface ChannelEncoderSettingsGlobalConfiguration {
37886
+ /**
37887
+ * Value to set the initial audio gain for the Live Event.
37888
+ */
37889
+ initialAudioGain?: number;
37890
+ /**
37891
+ * Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When “none” is configured the encoder will transcode either black, a solid color, or a user specified slate images per the “Input Loss Behavior” configuration until the next input switch occurs (which is controlled through the Channel Schedule API).
37892
+ */
37893
+ inputEndAction?: string;
37894
+ /**
37895
+ * Settings for system actions when input is lost. See Input Loss Behavior for more details.
37896
+ */
37897
+ inputLossBehavior?: outputs.medialive.ChannelEncoderSettingsGlobalConfigurationInputLossBehavior;
37898
+ /**
37899
+ * Indicates how MediaLive pipelines are synchronized. PIPELINE\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.
37900
+ */
37901
+ outputLockingMode?: string;
37902
+ /**
37903
+ * Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.
37904
+ */
37905
+ outputTimingSource?: string;
37906
+ /**
37907
+ * Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.
37908
+ */
37909
+ supportLowFramerateInputs?: string;
37910
+ }
37911
+ interface ChannelEncoderSettingsGlobalConfigurationInputLossBehavior {
37912
+ blackFrameMsec?: number;
37913
+ inputLossImageColor?: string;
37914
+ inputLossImageSlate?: outputs.medialive.ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate;
37915
+ inputLossImageType?: string;
37916
+ repeatFrameMsec?: number;
37917
+ }
37918
+ interface ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate {
37919
+ /**
37920
+ * Key used to extract the password from EC2 Parameter store.
37921
+ */
37922
+ passwordParam: string;
37923
+ /**
37924
+ * Path to a file accessible to the live stream.
37925
+ */
37926
+ uri: string;
37927
+ /**
37928
+ * Username for destination.
37929
+ */
37930
+ username: string;
37931
+ }
37932
+ interface ChannelEncoderSettingsMotionGraphicsConfiguration {
37933
+ /**
37934
+ * Motion Graphics Insertion.
37935
+ */
37936
+ motionGraphicsInsertion?: string;
37937
+ /**
37938
+ * Motion Graphics Settings. See Motion Graphics Settings for more details.
37939
+ */
37940
+ motionGraphicsSettings: outputs.medialive.ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings;
37941
+ }
37942
+ interface ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings {
37943
+ /**
37944
+ * Html Motion Graphics Settings.
37945
+ */
37946
+ htmlMotionGraphicsSettings?: outputs.medialive.ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings;
37947
+ }
37948
+ interface ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings {
37949
+ }
37950
+ interface ChannelEncoderSettingsNielsenConfiguration {
37951
+ /**
37952
+ * Enter the Distributor ID assigned to your organization by Nielsen.
37953
+ */
37954
+ distributorId?: string;
37955
+ /**
37956
+ * Enables Nielsen PCM to ID3 tagging.
37957
+ */
37958
+ nielsenPcmToId3Tagging?: string;
37959
+ }
37559
37960
  interface ChannelEncoderSettingsOutputGroup {
37560
37961
  /**
37561
37962
  * Custom output group name defined by the user.
@@ -37727,6 +38128,9 @@ export declare namespace medialive {
37727
38128
  * When specified this field indicates the three letter language code of the caption track to extract from the source.
37728
38129
  */
37729
38130
  languageCode: string;
38131
+ /**
38132
+ * Human readable information to indicate captions available for players (eg. English, or Spanish).
38133
+ */
37730
38134
  languageDescription: string;
37731
38135
  }
37732
38136
  interface ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination {
@@ -40176,6 +40580,10 @@ export declare namespace networkfirewall {
40176
40580
  type: string;
40177
40581
  }
40178
40582
  interface FirewallPolicyFirewallPolicy {
40583
+ /**
40584
+ * . Contains variables that you can use to override default Suricata settings in your firewall policy. See Rule Variables for details.
40585
+ */
40586
+ policyVariables?: outputs.networkfirewall.FirewallPolicyFirewallPolicyPolicyVariables;
40179
40587
  /**
40180
40588
  * Set of actions to take on a packet if it does not match any stateful rules in the policy. This can only be specified if the policy has a `statefulEngineOptions` block with a `ruleOrder` value of `STRICT_ORDER`. You can specify one of either or neither values of `aws:drop_strict` or `aws:drop_established`, as well as any combination of `aws:alert_strict` and `aws:alert_established`.
40181
40589
  */
@@ -40207,6 +40615,25 @@ export declare namespace networkfirewall {
40207
40615
  */
40208
40616
  statelessRuleGroupReferences?: outputs.networkfirewall.FirewallPolicyFirewallPolicyStatelessRuleGroupReference[];
40209
40617
  }
40618
+ interface FirewallPolicyFirewallPolicyPolicyVariables {
40619
+ ruleVariables?: outputs.networkfirewall.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable[];
40620
+ }
40621
+ interface FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable {
40622
+ /**
40623
+ * A configuration block that defines a set of IP addresses. See IP Set below for details.
40624
+ */
40625
+ ipSet: outputs.networkfirewall.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet;
40626
+ /**
40627
+ * An alphanumeric string to identify the `ipSet`. Valid values: `HOME_NET`
40628
+ */
40629
+ key: string;
40630
+ }
40631
+ interface FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet {
40632
+ /**
40633
+ * Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.
40634
+ */
40635
+ definitions: string[];
40636
+ }
40210
40637
  interface FirewallPolicyFirewallPolicyStatefulEngineOptions {
40211
40638
  /**
40212
40639
  * Indicates how to manage the order of stateful rule evaluation for the policy. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`.
@@ -40549,7 +40976,7 @@ export declare namespace networkfirewall {
40549
40976
  }
40550
40977
  interface RuleGroupRuleGroupRulesSourceStatefulRule {
40551
40978
  /**
40552
- * Action to take with packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, AWS Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. Valid values: `ALERT`, `DROP` or `PASS`.
40979
+ * Action to take with packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, AWS Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. Valid values: `ALERT`, `DROP`, `PASS`, or `REJECT`.
40553
40980
  */
40554
40981
  action: string;
40555
40982
  /**
@@ -45634,7 +46061,7 @@ export declare namespace rds {
45634
46061
  }
45635
46062
  interface GetInstancesFilter {
45636
46063
  /**
45637
- * Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html).
46064
+ * Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) or [RDS DescribeDBInstances API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html).
45638
46065
  */
45639
46066
  name: string;
45640
46067
  /**
@@ -49306,6 +49733,10 @@ export declare namespace sagemaker {
49306
49733
  * Time series forecast settings for the Canvas app. See Time Series Forecasting Settings below.
49307
49734
  */
49308
49735
  timeSeriesForecastingSettings?: outputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings;
49736
+ /**
49737
+ * The workspace settings for the SageMaker Canvas application. See Workspace Settings below.
49738
+ */
49739
+ workspaceSettings?: outputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings;
49309
49740
  }
49310
49741
  interface DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings {
49311
49742
  /**
@@ -49313,7 +49744,7 @@ export declare namespace sagemaker {
49313
49744
  */
49314
49745
  crossAccountModelRegisterRoleArn?: string;
49315
49746
  /**
49316
- * Describes whether the integration to the model registry is enabled or disabled in the Canvas application.. Valid values are `ENABLED` and `DISABLED`.
49747
+ * Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.
49317
49748
  */
49318
49749
  status?: string;
49319
49750
  }
@@ -49327,6 +49758,16 @@ export declare namespace sagemaker {
49327
49758
  */
49328
49759
  status?: string;
49329
49760
  }
49761
+ interface DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings {
49762
+ /**
49763
+ * The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.
49764
+ */
49765
+ s3ArtifactPath?: string;
49766
+ /**
49767
+ * The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.
49768
+ */
49769
+ s3KmsKeyId?: string;
49770
+ }
49330
49771
  interface DomainDefaultUserSettingsJupyterServerAppSettings {
49331
49772
  /**
49332
49773
  * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.
@@ -49801,9 +50242,13 @@ export declare namespace sagemaker {
49801
50242
  */
49802
50243
  autoRollbackConfiguration?: outputs.sagemaker.EndpointDeploymentConfigAutoRollbackConfiguration;
49803
50244
  /**
49804
- * Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. See Blue Green Update Config.
50245
+ * Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.
49805
50246
  */
49806
- blueGreenUpdatePolicy: outputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicy;
50247
+ blueGreenUpdatePolicy?: outputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicy;
50248
+ /**
50249
+ * Specifies a rolling deployment strategy for updating a SageMaker endpoint. See Rolling Update Policy.
50250
+ */
50251
+ rollingUpdatePolicy?: outputs.sagemaker.EndpointDeploymentConfigRollingUpdatePolicy;
49807
50252
  }
49808
50253
  interface EndpointDeploymentConfigAutoRollbackConfiguration {
49809
50254
  /**
@@ -49869,6 +50314,44 @@ export declare namespace sagemaker {
49869
50314
  */
49870
50315
  value: number;
49871
50316
  }
50317
+ interface EndpointDeploymentConfigRollingUpdatePolicy {
50318
+ /**
50319
+ * Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count. See Maximum Batch Size.
50320
+ */
50321
+ maximumBatchSize: outputs.sagemaker.EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize;
50322
+ /**
50323
+ * The time limit for the total deployment. Exceeding this limit causes a timeout. Valid values are between `600` and `14400`.
50324
+ */
50325
+ maximumExecutionTimeoutInSeconds?: number;
50326
+ /**
50327
+ * Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback. See Rollback Maximum Batch Size.
50328
+ */
50329
+ rollbackMaximumBatchSize?: outputs.sagemaker.EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize;
50330
+ /**
50331
+ * The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet. Valid values are between `0` and `3600`.
50332
+ */
50333
+ waitIntervalInSeconds: number;
50334
+ }
50335
+ interface EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize {
50336
+ /**
50337
+ * Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
50338
+ */
50339
+ type: string;
50340
+ /**
50341
+ * Defines the capacity size, either as a number of instances or a capacity percentage.
50342
+ */
50343
+ value: number;
50344
+ }
50345
+ interface EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize {
50346
+ /**
50347
+ * Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
50348
+ */
50349
+ type: string;
50350
+ /**
50351
+ * Defines the capacity size, either as a number of instances or a capacity percentage.
50352
+ */
50353
+ value: number;
50354
+ }
49872
50355
  interface FeatureGroupFeatureDefinition {
49873
50356
  /**
49874
50357
  * The name of a feature. `featureName` cannot be any of the following: `isDeleted`, `writeTime`, `apiInvocationTime`.
@@ -50171,6 +50654,26 @@ export declare namespace sagemaker {
50171
50654
  */
50172
50655
  minimumInstanceMetadataServiceVersion: string;
50173
50656
  }
50657
+ interface PipelineParallelismConfiguration {
50658
+ /**
50659
+ * The max number of steps that can be executed in parallel.
50660
+ */
50661
+ maxParallelExecutionSteps: number;
50662
+ }
50663
+ interface PipelinePipelineDefinitionS3Location {
50664
+ /**
50665
+ * Name of the S3 bucket.
50666
+ */
50667
+ bucket: string;
50668
+ /**
50669
+ * The object key (or key name) uniquely identifies the object in an S3 bucket.
50670
+ */
50671
+ objectKey: string;
50672
+ /**
50673
+ * Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
50674
+ */
50675
+ versionId?: string;
50676
+ }
50174
50677
  interface ProjectServiceCatalogProvisioningDetails {
50175
50678
  /**
50176
50679
  * The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.
@@ -50340,6 +50843,10 @@ export declare namespace sagemaker {
50340
50843
  * Time series forecast settings for the Canvas app. see Time Series Forecasting Settings below.
50341
50844
  */
50342
50845
  timeSeriesForecastingSettings?: outputs.sagemaker.UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings;
50846
+ /**
50847
+ * The workspace settings for the SageMaker Canvas application. See Workspace Settings below.
50848
+ */
50849
+ workspaceSettings?: outputs.sagemaker.UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings;
50343
50850
  }
50344
50851
  interface UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings {
50345
50852
  /**
@@ -50347,7 +50854,7 @@ export declare namespace sagemaker {
50347
50854
  */
50348
50855
  crossAccountModelRegisterRoleArn?: string;
50349
50856
  /**
50350
- * Describes whether the integration to the model registry is enabled or disabled in the Canvas application.. Valid values are `ENABLED` and `DISABLED`.
50857
+ * Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.
50351
50858
  */
50352
50859
  status?: string;
50353
50860
  }
@@ -50361,6 +50868,16 @@ export declare namespace sagemaker {
50361
50868
  */
50362
50869
  status?: string;
50363
50870
  }
50871
+ interface UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings {
50872
+ /**
50873
+ * The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.
50874
+ */
50875
+ s3ArtifactPath?: string;
50876
+ /**
50877
+ * The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.
50878
+ */
50879
+ s3KmsKeyId?: string;
50880
+ }
50364
50881
  interface UserProfileUserSettingsJupyterServerAppSettings {
50365
50882
  /**
50366
50883
  * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.