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

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/input.d.ts CHANGED
@@ -14494,11 +14494,11 @@ export declare namespace dlm {
14494
14494
  }
14495
14495
  interface LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule {
14496
14496
  /**
14497
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14497
+ * 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.
14498
14498
  */
14499
14499
  interval: pulumi.Input<number>;
14500
14500
  /**
14501
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14501
+ * 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.
14502
14502
  */
14503
14503
  intervalUnit: pulumi.Input<string>;
14504
14504
  }
@@ -14584,15 +14584,15 @@ export declare namespace dlm {
14584
14584
  }
14585
14585
  interface LifecyclePolicyPolicyDetailsScheduleCreateRule {
14586
14586
  /**
14587
- * The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year.
14587
+ * The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. Conflicts with `interval`, `intervalUnit`, and `times`.
14588
14588
  */
14589
14589
  cronExpression?: pulumi.Input<string>;
14590
14590
  /**
14591
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14591
+ * 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.
14592
14592
  */
14593
14593
  interval?: pulumi.Input<number>;
14594
14594
  /**
14595
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14595
+ * 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.
14596
14596
  */
14597
14597
  intervalUnit?: pulumi.Input<string>;
14598
14598
  /**
@@ -14600,7 +14600,7 @@ export declare namespace dlm {
14600
14600
  */
14601
14601
  location?: pulumi.Input<string>;
14602
14602
  /**
14603
- * A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1.
14603
+ * 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.
14604
14604
  */
14605
14605
  times?: pulumi.Input<string>;
14606
14606
  }
@@ -14632,35 +14632,35 @@ export declare namespace dlm {
14632
14632
  }
14633
14633
  interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule {
14634
14634
  /**
14635
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14635
+ * 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.
14636
14636
  */
14637
14637
  interval: pulumi.Input<number>;
14638
14638
  /**
14639
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14639
+ * 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.
14640
14640
  */
14641
14641
  intervalUnit: pulumi.Input<string>;
14642
14642
  }
14643
14643
  interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule {
14644
14644
  /**
14645
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14645
+ * 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.
14646
14646
  */
14647
14647
  interval: pulumi.Input<number>;
14648
14648
  /**
14649
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14649
+ * 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.
14650
14650
  */
14651
14651
  intervalUnit: pulumi.Input<string>;
14652
14652
  }
14653
14653
  interface LifecyclePolicyPolicyDetailsScheduleDeprecateRule {
14654
14654
  /**
14655
- * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`.
14655
+ * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`. Conflicts with `interval` and `intervalUnit`.
14656
14656
  */
14657
14657
  count?: pulumi.Input<number>;
14658
14658
  /**
14659
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14659
+ * 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.
14660
14660
  */
14661
14661
  interval?: pulumi.Input<number>;
14662
14662
  /**
14663
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14663
+ * 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.
14664
14664
  */
14665
14665
  intervalUnit?: pulumi.Input<string>;
14666
14666
  }
@@ -14670,29 +14670,29 @@ export declare namespace dlm {
14670
14670
  */
14671
14671
  availabilityZones: pulumi.Input<pulumi.Input<string>[]>;
14672
14672
  /**
14673
- * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`.
14673
+ * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`. Conflicts with `interval` and `intervalUnit`.
14674
14674
  */
14675
14675
  count?: pulumi.Input<number>;
14676
14676
  /**
14677
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14677
+ * 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.
14678
14678
  */
14679
14679
  interval?: pulumi.Input<number>;
14680
14680
  /**
14681
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14681
+ * 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.
14682
14682
  */
14683
14683
  intervalUnit?: pulumi.Input<string>;
14684
14684
  }
14685
14685
  interface LifecyclePolicyPolicyDetailsScheduleRetainRule {
14686
14686
  /**
14687
- * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`.
14687
+ * Specifies the number of oldest AMIs to deprecate. Must be an integer between `1` and `1000`. Conflicts with `interval` and `intervalUnit`.
14688
14688
  */
14689
14689
  count?: pulumi.Input<number>;
14690
14690
  /**
14691
- * How often this lifecycle policy should be evaluated. `1`, `2`,`3`,`4`,`6`,`8`,`12` or `24` are valid values.
14691
+ * 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.
14692
14692
  */
14693
14693
  interval?: pulumi.Input<number>;
14694
14694
  /**
14695
- * The unit for how often the lifecycle policy should be evaluated. `HOURS` is currently the only allowed value and also the default value.
14695
+ * 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.
14696
14696
  */
14697
14697
  intervalUnit?: pulumi.Input<string>;
14698
14698
  }
@@ -19017,7 +19017,7 @@ export declare namespace ec2 {
19017
19017
  */
19018
19018
  egressOnlyGatewayId?: pulumi.Input<string>;
19019
19019
  /**
19020
- * Identifier of a VPC internet gateway or a virtual private gateway.
19020
+ * 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.
19021
19021
  */
19022
19022
  gatewayId?: pulumi.Input<string>;
19023
19023
  /**
@@ -19755,7 +19755,7 @@ export declare namespace ec2 {
19755
19755
  */
19756
19756
  dnsRecordIpType?: pulumi.Input<string>;
19757
19757
  /**
19758
- * 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`.
19758
+ * 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`.
19759
19759
  */
19760
19760
  privateDnsOnlyForInboundResolverEndpoint?: pulumi.Input<boolean>;
19761
19761
  }
@@ -23366,7 +23366,7 @@ export declare namespace finspace {
23366
23366
  /**
23367
23367
  * Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations.
23368
23368
  */
23369
- cacheConfigurations: pulumi.Input<pulumi.Input<inputs.finspace.KxClusterDatabaseCacheConfiguration>[]>;
23369
+ cacheConfigurations?: pulumi.Input<pulumi.Input<inputs.finspace.KxClusterDatabaseCacheConfiguration>[]>;
23370
23370
  /**
23371
23371
  * A unique identifier of the changeset that is associated with the cluster.
23372
23372
  */
@@ -23384,11 +23384,11 @@ export declare namespace finspace {
23384
23384
  /**
23385
23385
  * Paths within the database to cache.
23386
23386
  */
23387
- dbPaths: pulumi.Input<pulumi.Input<string>[]>;
23387
+ dbPaths?: pulumi.Input<pulumi.Input<string>[]>;
23388
23388
  }
23389
23389
  interface KxClusterSavedownStorageConfiguration {
23390
23390
  /**
23391
- * Size of temporary storage in bytes.
23391
+ * Size of temporary storage in gigabytes. Must be between 10 and 16000.
23392
23392
  */
23393
23393
  size: pulumi.Input<number>;
23394
23394
  /**
@@ -24954,13 +24954,17 @@ export declare namespace glue {
24954
24954
  }
24955
24955
  interface JobCommand {
24956
24956
  /**
24957
- * 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.
24957
+ * 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.
24958
24958
  */
24959
24959
  name?: pulumi.Input<string>;
24960
24960
  /**
24961
24961
  * 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.
24962
24962
  */
24963
24963
  pythonVersion?: pulumi.Input<string>;
24964
+ /**
24965
+ * 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.
24966
+ */
24967
+ runtime?: pulumi.Input<string>;
24964
24968
  /**
24965
24969
  * Specifies the S3 path to a script that executes a job.
24966
24970
  */
@@ -32667,6 +32671,22 @@ export declare namespace medialive {
32667
32671
  * Settings for ad avail blanking. See Avail Blanking for more details.
32668
32672
  */
32669
32673
  availBlanking?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsAvailBlanking>;
32674
+ /**
32675
+ * Caption Descriptions. See Caption Descriptions for more details.
32676
+ */
32677
+ captionDescriptions?: pulumi.Input<pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescription>[]>;
32678
+ /**
32679
+ * Configuration settings that apply to the event as a whole. See Global Configuration for more details.
32680
+ */
32681
+ globalConfiguration?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsGlobalConfiguration>;
32682
+ /**
32683
+ * Settings for motion graphics. See Motion Graphics Configuration for more details.
32684
+ */
32685
+ motionGraphicsConfiguration?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsMotionGraphicsConfiguration>;
32686
+ /**
32687
+ * Nielsen configuration settings. See Nielsen Configuration for more details.
32688
+ */
32689
+ nielsenConfiguration?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsNielsenConfiguration>;
32670
32690
  /**
32671
32691
  * Output groups for the channel. See Output Groups for more details.
32672
32692
  */
@@ -33001,6 +33021,372 @@ export declare namespace medialive {
33001
33021
  */
33002
33022
  username?: pulumi.Input<string>;
33003
33023
  }
33024
+ interface ChannelEncoderSettingsCaptionDescription {
33025
+ /**
33026
+ * Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
33027
+ */
33028
+ accessibility?: pulumi.Input<string>;
33029
+ /**
33030
+ * Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
33031
+ */
33032
+ captionSelectorName: pulumi.Input<string>;
33033
+ /**
33034
+ * Additional settings for captions destination that depend on the destination type. See Destination Settings for more details.
33035
+ */
33036
+ destinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettings>;
33037
+ /**
33038
+ * ISO 639-2 three-digit code.
33039
+ */
33040
+ languageCode?: pulumi.Input<string>;
33041
+ /**
33042
+ * Human readable information to indicate captions available for players (eg. English, or Spanish).
33043
+ */
33044
+ languageDescription?: pulumi.Input<string>;
33045
+ /**
33046
+ * Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.
33047
+ */
33048
+ name: pulumi.Input<string>;
33049
+ }
33050
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettings {
33051
+ /**
33052
+ * Arib Destination Settings.
33053
+ */
33054
+ aribDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings>;
33055
+ /**
33056
+ * Burn In Destination Settings. See Burn In Destination Settings for more details.
33057
+ */
33058
+ burnInDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings>;
33059
+ /**
33060
+ * Dvb Sub Destination Settings. See Dvb Sub Destination Settings for more details.
33061
+ */
33062
+ dvbSubDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings>;
33063
+ /**
33064
+ * Ebu Tt D Destination Settings. See Ebu Tt D Destination Settings for more details.
33065
+ */
33066
+ ebuTtDDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings>;
33067
+ /**
33068
+ * Embedded Destination Settings.
33069
+ */
33070
+ embeddedDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings>;
33071
+ /**
33072
+ * Embedded Plus Scte20 Destination Settings.
33073
+ */
33074
+ embeddedPlusScte20DestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings>;
33075
+ /**
33076
+ * Rtmp Caption Info Destination Settings.
33077
+ */
33078
+ rtmpCaptionInfoDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings>;
33079
+ /**
33080
+ * Scte20 Plus Embedded Destination Settings.
33081
+ */
33082
+ scte20PlusEmbeddedDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings>;
33083
+ /**
33084
+ * Scte27 Destination Settings.
33085
+ */
33086
+ scte27DestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings>;
33087
+ smpteTtDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings>;
33088
+ /**
33089
+ * Teletext Destination Settings.
33090
+ */
33091
+ teletextDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings>;
33092
+ /**
33093
+ * Ttml Destination Settings. See Ttml Destination Settings for more details.
33094
+ */
33095
+ ttmlDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings>;
33096
+ /**
33097
+ * Webvtt Destination Settings. See Webvtt Destination Settings for more details.
33098
+ */
33099
+ webvttDestinationSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings>;
33100
+ }
33101
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings {
33102
+ }
33103
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings {
33104
+ /**
33105
+ * 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.
33106
+ */
33107
+ alignment?: pulumi.Input<string>;
33108
+ /**
33109
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
33110
+ */
33111
+ backgroundColor?: pulumi.Input<string>;
33112
+ /**
33113
+ * 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.
33114
+ */
33115
+ backgroundOpacity?: pulumi.Input<number>;
33116
+ /**
33117
+ * 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.
33118
+ */
33119
+ font?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont>;
33120
+ /**
33121
+ * 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.
33122
+ */
33123
+ fontColor?: pulumi.Input<string>;
33124
+ /**
33125
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
33126
+ */
33127
+ fontOpacity?: pulumi.Input<number>;
33128
+ /**
33129
+ * Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.
33130
+ */
33131
+ fontResolution?: pulumi.Input<number>;
33132
+ /**
33133
+ * 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.
33134
+ */
33135
+ fontSize?: pulumi.Input<string>;
33136
+ /**
33137
+ * 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.
33138
+ */
33139
+ outlineColor: pulumi.Input<string>;
33140
+ /**
33141
+ * 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.
33142
+ */
33143
+ outlineSize?: pulumi.Input<number>;
33144
+ /**
33145
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
33146
+ */
33147
+ shadowColor?: pulumi.Input<string>;
33148
+ /**
33149
+ * 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.
33150
+ */
33151
+ shadowOpacity?: pulumi.Input<number>;
33152
+ /**
33153
+ * 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.
33154
+ */
33155
+ shadowXOffset?: pulumi.Input<number>;
33156
+ /**
33157
+ * 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.
33158
+ */
33159
+ shadowYOffset?: pulumi.Input<number>;
33160
+ /**
33161
+ * 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.
33162
+ */
33163
+ teletextGridControl: pulumi.Input<string>;
33164
+ /**
33165
+ * 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.
33166
+ */
33167
+ xPosition?: pulumi.Input<number>;
33168
+ /**
33169
+ * 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.
33170
+ */
33171
+ yPosition?: pulumi.Input<number>;
33172
+ }
33173
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont {
33174
+ /**
33175
+ * Key used to extract the password from EC2 Parameter store.
33176
+ */
33177
+ passwordParam?: pulumi.Input<string>;
33178
+ /**
33179
+ * Path to a file accessible to the live stream.
33180
+ */
33181
+ uri: pulumi.Input<string>;
33182
+ /**
33183
+ * Username to be used.
33184
+ */
33185
+ username?: pulumi.Input<string>;
33186
+ }
33187
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings {
33188
+ /**
33189
+ * 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.
33190
+ */
33191
+ alignment?: pulumi.Input<string>;
33192
+ /**
33193
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
33194
+ */
33195
+ backgroundColor?: pulumi.Input<string>;
33196
+ /**
33197
+ * 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.
33198
+ */
33199
+ backgroundOpacity?: pulumi.Input<number>;
33200
+ /**
33201
+ * 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.
33202
+ */
33203
+ font?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont>;
33204
+ /**
33205
+ * 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.
33206
+ */
33207
+ fontColor?: pulumi.Input<string>;
33208
+ /**
33209
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
33210
+ */
33211
+ fontOpacity?: pulumi.Input<number>;
33212
+ /**
33213
+ * Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.
33214
+ */
33215
+ fontResolution?: pulumi.Input<number>;
33216
+ /**
33217
+ * 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.
33218
+ */
33219
+ fontSize?: pulumi.Input<string>;
33220
+ /**
33221
+ * 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.
33222
+ */
33223
+ outlineColor?: pulumi.Input<string>;
33224
+ /**
33225
+ * 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.
33226
+ */
33227
+ outlineSize?: pulumi.Input<number>;
33228
+ /**
33229
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
33230
+ */
33231
+ shadowColor?: pulumi.Input<string>;
33232
+ /**
33233
+ * 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.
33234
+ */
33235
+ shadowOpacity?: pulumi.Input<number>;
33236
+ /**
33237
+ * 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.
33238
+ */
33239
+ shadowXOffset?: pulumi.Input<number>;
33240
+ /**
33241
+ * 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.
33242
+ */
33243
+ shadowYOffset?: pulumi.Input<number>;
33244
+ /**
33245
+ * 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.
33246
+ */
33247
+ teletextGridControl?: pulumi.Input<string>;
33248
+ /**
33249
+ * 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.
33250
+ */
33251
+ xPosition?: pulumi.Input<number>;
33252
+ /**
33253
+ * 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.
33254
+ */
33255
+ yPosition?: pulumi.Input<number>;
33256
+ }
33257
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont {
33258
+ /**
33259
+ * Key used to extract the password from EC2 Parameter store.
33260
+ */
33261
+ passwordParam?: pulumi.Input<string>;
33262
+ /**
33263
+ * Path to a file accessible to the live stream.
33264
+ */
33265
+ uri: pulumi.Input<string>;
33266
+ /**
33267
+ * Username to be used.
33268
+ */
33269
+ username?: pulumi.Input<string>;
33270
+ }
33271
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings {
33272
+ /**
33273
+ * Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.
33274
+ */
33275
+ copyrightHolder?: pulumi.Input<string>;
33276
+ /**
33277
+ * 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.
33278
+ */
33279
+ fillLineGap?: pulumi.Input<string>;
33280
+ /**
33281
+ * 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”.
33282
+ */
33283
+ fontFamily?: pulumi.Input<string>;
33284
+ /**
33285
+ * 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.
33286
+ */
33287
+ styleControl?: pulumi.Input<string>;
33288
+ }
33289
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings {
33290
+ }
33291
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings {
33292
+ }
33293
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings {
33294
+ }
33295
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings {
33296
+ }
33297
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings {
33298
+ }
33299
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings {
33300
+ }
33301
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings {
33302
+ }
33303
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings {
33304
+ /**
33305
+ * This field is not currently supported and will not affect the output styling. Leave the default value.
33306
+ */
33307
+ styleControl: pulumi.Input<string>;
33308
+ }
33309
+ interface ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings {
33310
+ /**
33311
+ * 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.
33312
+ */
33313
+ styleControl: pulumi.Input<string>;
33314
+ }
33315
+ interface ChannelEncoderSettingsGlobalConfiguration {
33316
+ /**
33317
+ * Value to set the initial audio gain for the Live Event.
33318
+ */
33319
+ initialAudioGain?: pulumi.Input<number>;
33320
+ /**
33321
+ * 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).
33322
+ */
33323
+ inputEndAction?: pulumi.Input<string>;
33324
+ /**
33325
+ * Settings for system actions when input is lost. See Input Loss Behavior for more details.
33326
+ */
33327
+ inputLossBehavior?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsGlobalConfigurationInputLossBehavior>;
33328
+ /**
33329
+ * 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.
33330
+ */
33331
+ outputLockingMode?: pulumi.Input<string>;
33332
+ /**
33333
+ * 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.
33334
+ */
33335
+ outputTimingSource?: pulumi.Input<string>;
33336
+ /**
33337
+ * 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.
33338
+ */
33339
+ supportLowFramerateInputs?: pulumi.Input<string>;
33340
+ }
33341
+ interface ChannelEncoderSettingsGlobalConfigurationInputLossBehavior {
33342
+ blackFrameMsec?: pulumi.Input<number>;
33343
+ inputLossImageColor?: pulumi.Input<string>;
33344
+ inputLossImageSlate?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate>;
33345
+ inputLossImageType?: pulumi.Input<string>;
33346
+ repeatFrameMsec?: pulumi.Input<number>;
33347
+ }
33348
+ interface ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate {
33349
+ /**
33350
+ * Key used to extract the password from EC2 Parameter store.
33351
+ */
33352
+ passwordParam?: pulumi.Input<string>;
33353
+ /**
33354
+ * Path to a file accessible to the live stream.
33355
+ */
33356
+ uri: pulumi.Input<string>;
33357
+ /**
33358
+ * Username for destination.
33359
+ */
33360
+ username?: pulumi.Input<string>;
33361
+ }
33362
+ interface ChannelEncoderSettingsMotionGraphicsConfiguration {
33363
+ /**
33364
+ * Motion Graphics Insertion.
33365
+ */
33366
+ motionGraphicsInsertion?: pulumi.Input<string>;
33367
+ /**
33368
+ * Motion Graphics Settings. See Motion Graphics Settings for more details.
33369
+ */
33370
+ motionGraphicsSettings: pulumi.Input<inputs.medialive.ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings>;
33371
+ }
33372
+ interface ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings {
33373
+ /**
33374
+ * Html Motion Graphics Settings.
33375
+ */
33376
+ htmlMotionGraphicsSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings>;
33377
+ }
33378
+ interface ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings {
33379
+ }
33380
+ interface ChannelEncoderSettingsNielsenConfiguration {
33381
+ /**
33382
+ * Enter the Distributor ID assigned to your organization by Nielsen.
33383
+ */
33384
+ distributorId?: pulumi.Input<string>;
33385
+ /**
33386
+ * Enables Nielsen PCM to ID3 tagging.
33387
+ */
33388
+ nielsenPcmToId3Tagging?: pulumi.Input<string>;
33389
+ }
33004
33390
  interface ChannelEncoderSettingsOutputGroup {
33005
33391
  /**
33006
33392
  * Custom output group name defined by the user.
@@ -33172,6 +33558,9 @@ export declare namespace medialive {
33172
33558
  * When specified this field indicates the three letter language code of the caption track to extract from the source.
33173
33559
  */
33174
33560
  languageCode: pulumi.Input<string>;
33561
+ /**
33562
+ * Human readable information to indicate captions available for players (eg. English, or Spanish).
33563
+ */
33175
33564
  languageDescription: pulumi.Input<string>;
33176
33565
  }
33177
33566
  interface ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination {
@@ -35395,6 +35784,10 @@ export declare namespace networkfirewall {
35395
35784
  type: pulumi.Input<string>;
35396
35785
  }
35397
35786
  interface FirewallPolicyFirewallPolicy {
35787
+ /**
35788
+ * . Contains variables that you can use to override default Suricata settings in your firewall policy. See Rule Variables for details.
35789
+ */
35790
+ policyVariables?: pulumi.Input<inputs.networkfirewall.FirewallPolicyFirewallPolicyPolicyVariables>;
35398
35791
  /**
35399
35792
  * 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`.
35400
35793
  */
@@ -35426,6 +35819,25 @@ export declare namespace networkfirewall {
35426
35819
  */
35427
35820
  statelessRuleGroupReferences?: pulumi.Input<pulumi.Input<inputs.networkfirewall.FirewallPolicyFirewallPolicyStatelessRuleGroupReference>[]>;
35428
35821
  }
35822
+ interface FirewallPolicyFirewallPolicyPolicyVariables {
35823
+ ruleVariables?: pulumi.Input<pulumi.Input<inputs.networkfirewall.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable>[]>;
35824
+ }
35825
+ interface FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable {
35826
+ /**
35827
+ * A configuration block that defines a set of IP addresses. See IP Set below for details.
35828
+ */
35829
+ ipSet: pulumi.Input<inputs.networkfirewall.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet>;
35830
+ /**
35831
+ * An alphanumeric string to identify the `ipSet`. Valid values: `HOME_NET`
35832
+ */
35833
+ key: pulumi.Input<string>;
35834
+ }
35835
+ interface FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet {
35836
+ /**
35837
+ * Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.
35838
+ */
35839
+ definitions: pulumi.Input<pulumi.Input<string>[]>;
35840
+ }
35429
35841
  interface FirewallPolicyFirewallPolicyStatefulEngineOptions {
35430
35842
  /**
35431
35843
  * 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`.
@@ -35652,7 +36064,7 @@ export declare namespace networkfirewall {
35652
36064
  }
35653
36065
  interface RuleGroupRuleGroupRulesSourceStatefulRule {
35654
36066
  /**
35655
- * 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`.
36067
+ * 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`.
35656
36068
  */
35657
36069
  action: pulumi.Input<string>;
35658
36070
  /**
@@ -40211,7 +40623,7 @@ export declare namespace rds {
40211
40623
  }
40212
40624
  interface GetInstancesFilter {
40213
40625
  /**
40214
- * 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).
40626
+ * 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).
40215
40627
  */
40216
40628
  name: string;
40217
40629
  /**
@@ -40221,7 +40633,7 @@ export declare namespace rds {
40221
40633
  }
40222
40634
  interface GetInstancesFilterArgs {
40223
40635
  /**
40224
- * 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).
40636
+ * 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).
40225
40637
  */
40226
40638
  name: pulumi.Input<string>;
40227
40639
  /**
@@ -43924,6 +44336,10 @@ export declare namespace sagemaker {
43924
44336
  * Time series forecast settings for the Canvas app. See Time Series Forecasting Settings below.
43925
44337
  */
43926
44338
  timeSeriesForecastingSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings>;
44339
+ /**
44340
+ * The workspace settings for the SageMaker Canvas application. See Workspace Settings below.
44341
+ */
44342
+ workspaceSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings>;
43927
44343
  }
43928
44344
  interface DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings {
43929
44345
  /**
@@ -43931,7 +44347,7 @@ export declare namespace sagemaker {
43931
44347
  */
43932
44348
  crossAccountModelRegisterRoleArn?: pulumi.Input<string>;
43933
44349
  /**
43934
- * Describes whether the integration to the model registry is enabled or disabled in the Canvas application.. Valid values are `ENABLED` and `DISABLED`.
44350
+ * Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.
43935
44351
  */
43936
44352
  status?: pulumi.Input<string>;
43937
44353
  }
@@ -43945,6 +44361,16 @@ export declare namespace sagemaker {
43945
44361
  */
43946
44362
  status?: pulumi.Input<string>;
43947
44363
  }
44364
+ interface DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings {
44365
+ /**
44366
+ * 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.
44367
+ */
44368
+ s3ArtifactPath?: pulumi.Input<string>;
44369
+ /**
44370
+ * 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.
44371
+ */
44372
+ s3KmsKeyId?: pulumi.Input<string>;
44373
+ }
43948
44374
  interface DomainDefaultUserSettingsJupyterServerAppSettings {
43949
44375
  /**
43950
44376
  * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.
@@ -44419,9 +44845,13 @@ export declare namespace sagemaker {
44419
44845
  */
44420
44846
  autoRollbackConfiguration?: pulumi.Input<inputs.sagemaker.EndpointDeploymentConfigAutoRollbackConfiguration>;
44421
44847
  /**
44422
- * 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.
44848
+ * 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.
44423
44849
  */
44424
- blueGreenUpdatePolicy: pulumi.Input<inputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicy>;
44850
+ blueGreenUpdatePolicy?: pulumi.Input<inputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicy>;
44851
+ /**
44852
+ * Specifies a rolling deployment strategy for updating a SageMaker endpoint. See Rolling Update Policy.
44853
+ */
44854
+ rollingUpdatePolicy?: pulumi.Input<inputs.sagemaker.EndpointDeploymentConfigRollingUpdatePolicy>;
44425
44855
  }
44426
44856
  interface EndpointDeploymentConfigAutoRollbackConfiguration {
44427
44857
  /**
@@ -44487,6 +44917,44 @@ export declare namespace sagemaker {
44487
44917
  */
44488
44918
  value: pulumi.Input<number>;
44489
44919
  }
44920
+ interface EndpointDeploymentConfigRollingUpdatePolicy {
44921
+ /**
44922
+ * 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.
44923
+ */
44924
+ maximumBatchSize: pulumi.Input<inputs.sagemaker.EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize>;
44925
+ /**
44926
+ * The time limit for the total deployment. Exceeding this limit causes a timeout. Valid values are between `600` and `14400`.
44927
+ */
44928
+ maximumExecutionTimeoutInSeconds?: pulumi.Input<number>;
44929
+ /**
44930
+ * 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.
44931
+ */
44932
+ rollbackMaximumBatchSize?: pulumi.Input<inputs.sagemaker.EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize>;
44933
+ /**
44934
+ * 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`.
44935
+ */
44936
+ waitIntervalInSeconds: pulumi.Input<number>;
44937
+ }
44938
+ interface EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize {
44939
+ /**
44940
+ * Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
44941
+ */
44942
+ type: pulumi.Input<string>;
44943
+ /**
44944
+ * Defines the capacity size, either as a number of instances or a capacity percentage.
44945
+ */
44946
+ value: pulumi.Input<number>;
44947
+ }
44948
+ interface EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize {
44949
+ /**
44950
+ * Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
44951
+ */
44952
+ type: pulumi.Input<string>;
44953
+ /**
44954
+ * Defines the capacity size, either as a number of instances or a capacity percentage.
44955
+ */
44956
+ value: pulumi.Input<number>;
44957
+ }
44490
44958
  interface FeatureGroupFeatureDefinition {
44491
44959
  /**
44492
44960
  * The name of a feature. `featureName` cannot be any of the following: `isDeleted`, `writeTime`, `apiInvocationTime`.
@@ -44789,6 +45257,26 @@ export declare namespace sagemaker {
44789
45257
  */
44790
45258
  minimumInstanceMetadataServiceVersion?: pulumi.Input<string>;
44791
45259
  }
45260
+ interface PipelineParallelismConfiguration {
45261
+ /**
45262
+ * The max number of steps that can be executed in parallel.
45263
+ */
45264
+ maxParallelExecutionSteps: pulumi.Input<number>;
45265
+ }
45266
+ interface PipelinePipelineDefinitionS3Location {
45267
+ /**
45268
+ * Name of the S3 bucket.
45269
+ */
45270
+ bucket: pulumi.Input<string>;
45271
+ /**
45272
+ * The object key (or key name) uniquely identifies the object in an S3 bucket.
45273
+ */
45274
+ objectKey: pulumi.Input<string>;
45275
+ /**
45276
+ * Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
45277
+ */
45278
+ versionId?: pulumi.Input<string>;
45279
+ }
44792
45280
  interface ProjectServiceCatalogProvisioningDetails {
44793
45281
  /**
44794
45282
  * 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.
@@ -44958,6 +45446,10 @@ export declare namespace sagemaker {
44958
45446
  * Time series forecast settings for the Canvas app. see Time Series Forecasting Settings below.
44959
45447
  */
44960
45448
  timeSeriesForecastingSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings>;
45449
+ /**
45450
+ * The workspace settings for the SageMaker Canvas application. See Workspace Settings below.
45451
+ */
45452
+ workspaceSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings>;
44961
45453
  }
44962
45454
  interface UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings {
44963
45455
  /**
@@ -44965,7 +45457,7 @@ export declare namespace sagemaker {
44965
45457
  */
44966
45458
  crossAccountModelRegisterRoleArn?: pulumi.Input<string>;
44967
45459
  /**
44968
- * Describes whether the integration to the model registry is enabled or disabled in the Canvas application.. Valid values are `ENABLED` and `DISABLED`.
45460
+ * Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.
44969
45461
  */
44970
45462
  status?: pulumi.Input<string>;
44971
45463
  }
@@ -44979,6 +45471,16 @@ export declare namespace sagemaker {
44979
45471
  */
44980
45472
  status?: pulumi.Input<string>;
44981
45473
  }
45474
+ interface UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings {
45475
+ /**
45476
+ * 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.
45477
+ */
45478
+ s3ArtifactPath?: pulumi.Input<string>;
45479
+ /**
45480
+ * 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.
45481
+ */
45482
+ s3KmsKeyId?: pulumi.Input<string>;
45483
+ }
44982
45484
  interface UserProfileUserSettingsJupyterServerAppSettings {
44983
45485
  /**
44984
45486
  * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.