@pulumi/aws 5.31.0 → 5.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/acm/certificate.d.ts +1 -1
  2. package/amplify/domainAssociation.d.ts +12 -0
  3. package/amplify/domainAssociation.js +2 -0
  4. package/amplify/domainAssociation.js.map +1 -1
  5. package/apigateway/account.d.ts +1 -1
  6. package/apigateway/account.js +1 -1
  7. package/appsync/dataSource.d.ts +49 -0
  8. package/appsync/dataSource.js +49 -0
  9. package/appsync/dataSource.js.map +1 -1
  10. package/cloudhsmv2/hsm.d.ts +6 -6
  11. package/codebuild/project.d.ts +178 -0
  12. package/codebuild/project.js +178 -0
  13. package/codebuild/project.js.map +1 -1
  14. package/cognito/resourceServer.d.ts +1 -1
  15. package/cognito/resourceServer.js +1 -1
  16. package/dynamodb/table.d.ts +12 -6
  17. package/dynamodb/table.js.map +1 -1
  18. package/ec2/flowLog.d.ts +12 -0
  19. package/ec2/flowLog.js +2 -0
  20. package/ec2/flowLog.js.map +1 -1
  21. package/ec2/getInstances.d.ts +4 -0
  22. package/ec2/getInstances.js.map +1 -1
  23. package/ec2/launchConfiguration.d.ts +2 -0
  24. package/ec2/launchConfiguration.js +2 -0
  25. package/ec2/launchConfiguration.js.map +1 -1
  26. package/ec2transitgateway/getAttachment.d.ts +8 -0
  27. package/ec2transitgateway/getAttachment.js.map +1 -1
  28. package/ecs/getTaskExecution.d.ts +201 -0
  29. package/ecs/getTaskExecution.js +49 -0
  30. package/ecs/getTaskExecution.js.map +1 -0
  31. package/ecs/index.d.ts +3 -0
  32. package/ecs/index.js +4 -1
  33. package/ecs/index.js.map +1 -1
  34. package/eks/cluster.d.ts +28 -0
  35. package/eks/cluster.js +28 -0
  36. package/eks/cluster.js.map +1 -1
  37. package/grafana/workspace.d.ts +12 -0
  38. package/grafana/workspace.js +2 -0
  39. package/grafana/workspace.js.map +1 -1
  40. package/iam/policyAttachment.d.ts +38 -0
  41. package/iam/policyAttachment.js +38 -0
  42. package/iam/policyAttachment.js.map +1 -1
  43. package/lambda/function.d.ts +2 -0
  44. package/lambda/function.js +2 -0
  45. package/lambda/function.js.map +1 -1
  46. package/lambda/getInvocation.d.ts +4 -0
  47. package/lambda/getInvocation.js +4 -0
  48. package/lambda/getInvocation.js.map +1 -1
  49. package/lambda/invocation.d.ts +2 -0
  50. package/lambda/invocation.js +2 -0
  51. package/lambda/invocation.js.map +1 -1
  52. package/licensemanager/getLicenseGrants.d.ts +77 -0
  53. package/licensemanager/getLicenseGrants.js +60 -0
  54. package/licensemanager/getLicenseGrants.js.map +1 -0
  55. package/licensemanager/getReceivedLicense.d.ts +121 -0
  56. package/licensemanager/getReceivedLicense.js +51 -0
  57. package/licensemanager/getReceivedLicense.js.map +1 -0
  58. package/licensemanager/getReceivedLicenses.d.ts +75 -0
  59. package/licensemanager/getReceivedLicenses.js +58 -0
  60. package/licensemanager/getReceivedLicenses.js.map +1 -0
  61. package/licensemanager/index.d.ts +15 -0
  62. package/licensemanager/index.js +20 -1
  63. package/licensemanager/index.js.map +1 -1
  64. package/licensemanager/licenseGrant.d.ts +135 -0
  65. package/licensemanager/licenseGrant.js +85 -0
  66. package/licensemanager/licenseGrant.js.map +1 -0
  67. package/licensemanager/licenseGrantAccepter.d.ts +123 -0
  68. package/licensemanager/licenseGrantAccepter.js +79 -0
  69. package/licensemanager/licenseGrantAccepter.js.map +1 -0
  70. package/organizations/policy.d.ts +16 -0
  71. package/organizations/policy.js +16 -0
  72. package/organizations/policy.js.map +1 -1
  73. package/package.json +2 -2
  74. package/package.json.dev +2 -2
  75. package/rds/instance.d.ts +12 -6
  76. package/rds/instance.js +2 -0
  77. package/rds/instance.js.map +1 -1
  78. package/rds/snapshot.d.ts +12 -0
  79. package/rds/snapshot.js +2 -0
  80. package/rds/snapshot.js.map +1 -1
  81. package/redshift/clusterSnapshot.d.ts +137 -0
  82. package/redshift/clusterSnapshot.js +80 -0
  83. package/redshift/clusterSnapshot.js.map +1 -0
  84. package/redshift/index.d.ts +3 -0
  85. package/redshift/index.js +6 -1
  86. package/redshift/index.js.map +1 -1
  87. package/redshiftserverless/namespace.d.ts +3 -3
  88. package/route53/hostedZoneDnsSec.d.ts +4 -25
  89. package/route53/hostedZoneDnsSec.js +4 -25
  90. package/route53/hostedZoneDnsSec.js.map +1 -1
  91. package/sagemaker/domain.d.ts +3 -3
  92. package/sesv2/configurationSet.d.ts +12 -0
  93. package/sesv2/configurationSet.js +2 -0
  94. package/sesv2/configurationSet.js.map +1 -1
  95. package/transfer/server.d.ts +15 -3
  96. package/transfer/server.js +2 -0
  97. package/transfer/server.js.map +1 -1
  98. package/types/input.d.ts +505 -11
  99. package/types/output.d.ts +444 -11
package/types/output.d.ts CHANGED
@@ -5952,7 +5952,7 @@ export declare namespace apprunner {
5952
5952
  */
5953
5953
  runtime: string;
5954
5954
  /**
5955
- * Secrets and parameters available to your service as environment variables. A map of key/value pairs.
5955
+ * Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
5956
5956
  */
5957
5957
  runtimeEnvironmentSecrets?: {
5958
5958
  [key: string]: string;
@@ -5999,7 +5999,7 @@ export declare namespace apprunner {
5999
5999
  */
6000
6000
  port?: string;
6001
6001
  /**
6002
- * Secrets and parameters available to your service as environment variables. A map of key/value pairs.
6002
+ * Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
6003
6003
  */
6004
6004
  runtimeEnvironmentSecrets?: {
6005
6005
  [key: string]: string;
@@ -10659,7 +10659,7 @@ export declare namespace codebuild {
10659
10659
  */
10660
10660
  artifactIdentifier: string;
10661
10661
  /**
10662
- * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
10662
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. The CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
10663
10663
  */
10664
10664
  bucketOwnerAccess?: string;
10665
10665
  /**
@@ -10667,15 +10667,15 @@ export declare namespace codebuild {
10667
10667
  */
10668
10668
  encryptionDisabled?: boolean;
10669
10669
  /**
10670
- * Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored. If `type` is set to `S3`, this is the name of the output bucket. If `path` is not also specified, then `location` can also specify the path of the output artifact in the output bucket.
10670
+ * Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output bucket. If `path` is not specified, `location` can specify the path of the output artifact in the output bucket.
10671
10671
  */
10672
10672
  location?: string;
10673
10673
  /**
10674
- * Name of the project. If `type` is set to `S3`, this is the name of the output artifact object
10674
+ * Name of the project. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output artifact object.
10675
10675
  */
10676
10676
  name?: string;
10677
10677
  /**
10678
- * Namespace to use in storing build artifacts. If `type` is set to `S3`, then valid values are `BUILD_ID` or `NONE`.
10678
+ * Namespace to use in storing build artifacts. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `BUILD_ID` or `NONE`.
10679
10679
  */
10680
10680
  namespaceType?: string;
10681
10681
  /**
@@ -10683,15 +10683,15 @@ export declare namespace codebuild {
10683
10683
  */
10684
10684
  overrideArtifactName?: boolean;
10685
10685
  /**
10686
- * Type of build output artifact to create. If `type` is set to `S3`, valid values are `NONE`, `ZIP`
10686
+ * Type of build output artifact to create. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `NONE` or `ZIP`.
10687
10687
  */
10688
10688
  packaging?: string;
10689
10689
  /**
10690
- * If `type` is set to `S3`, this is the path to the output artifact.
10690
+ * Along with `namespaceType` and `name`, the pattern that AWS CodeBuild uses to name and store the output artifact. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the path to the output artifact.
10691
10691
  */
10692
10692
  path?: string;
10693
10693
  /**
10694
- * Build output artifact's type. The only valid value is `S3`.
10694
+ * Build output artifact's type. Valid values `CODEPIPELINE`, `NO_ARTIFACTS`, and `S3`.
10695
10695
  */
10696
10696
  type: string;
10697
10697
  }
@@ -21705,6 +21705,140 @@ export declare namespace ecs {
21705
21705
  name: string;
21706
21706
  value: string;
21707
21707
  }
21708
+ interface GetTaskExecutionCapacityProviderStrategy {
21709
+ /**
21710
+ * The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.
21711
+ */
21712
+ base?: number;
21713
+ /**
21714
+ * Name of the capacity provider.
21715
+ */
21716
+ capacityProvider: string;
21717
+ /**
21718
+ * The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.
21719
+ */
21720
+ weight?: number;
21721
+ }
21722
+ interface GetTaskExecutionNetworkConfiguration {
21723
+ /**
21724
+ * Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.
21725
+ */
21726
+ assignPublicIp?: boolean;
21727
+ /**
21728
+ * Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
21729
+ */
21730
+ securityGroups?: string[];
21731
+ /**
21732
+ * Subnets associated with the task or service.
21733
+ */
21734
+ subnets: string[];
21735
+ }
21736
+ interface GetTaskExecutionOverrides {
21737
+ /**
21738
+ * One or more container overrides that are sent to a task. See below.
21739
+ */
21740
+ containerOverrides?: outputs.ecs.GetTaskExecutionOverridesContainerOverride[];
21741
+ /**
21742
+ * The CPU override for the task.
21743
+ */
21744
+ cpu?: string;
21745
+ /**
21746
+ * Amazon Resource Name (ARN) of the task execution role override for the task.
21747
+ */
21748
+ executionRoleArn?: string;
21749
+ /**
21750
+ * Elastic Inference accelerator override for the task. See below.
21751
+ */
21752
+ inferenceAcceleratorOverrides?: outputs.ecs.GetTaskExecutionOverridesInferenceAcceleratorOverride[];
21753
+ /**
21754
+ * The memory override for the task.
21755
+ */
21756
+ memory?: string;
21757
+ /**
21758
+ * Amazon Resource Name (ARN) of the role that containers in this task can assume.
21759
+ */
21760
+ taskRoleArn?: string;
21761
+ }
21762
+ interface GetTaskExecutionOverridesContainerOverride {
21763
+ /**
21764
+ * The command to send to the container that overrides the default command from the Docker image or the task definition.
21765
+ */
21766
+ commands?: string[];
21767
+ /**
21768
+ * The number of cpu units reserved for the container, instead of the default value from the task definition.
21769
+ */
21770
+ cpu?: number;
21771
+ /**
21772
+ * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.
21773
+ */
21774
+ environments?: outputs.ecs.GetTaskExecutionOverridesContainerOverrideEnvironment[];
21775
+ /**
21776
+ * The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed.
21777
+ */
21778
+ memory?: number;
21779
+ /**
21780
+ * The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.
21781
+ */
21782
+ memoryReservation?: number;
21783
+ /**
21784
+ * The name of the container that receives the override. This parameter is required if any override is specified.
21785
+ */
21786
+ name: string;
21787
+ /**
21788
+ * The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. See below.
21789
+ */
21790
+ resourceRequirements?: outputs.ecs.GetTaskExecutionOverridesContainerOverrideResourceRequirement[];
21791
+ }
21792
+ interface GetTaskExecutionOverridesContainerOverrideEnvironment {
21793
+ /**
21794
+ * The name of the key-value pair. For environment variables, this is the name of the environment variable.
21795
+ */
21796
+ key: string;
21797
+ /**
21798
+ * The value of the key-value pair. For environment variables, this is the value of the environment variable.
21799
+ */
21800
+ value: string;
21801
+ }
21802
+ interface GetTaskExecutionOverridesContainerOverrideResourceRequirement {
21803
+ /**
21804
+ * The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.
21805
+ */
21806
+ type: string;
21807
+ /**
21808
+ * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. If the `InferenceAccelerator` type is used, the value matches the `deviceName` for an InferenceAccelerator specified in a task definition.
21809
+ */
21810
+ value: string;
21811
+ }
21812
+ interface GetTaskExecutionOverridesInferenceAcceleratorOverride {
21813
+ /**
21814
+ * The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
21815
+ */
21816
+ deviceName?: string;
21817
+ /**
21818
+ * The Elastic Inference accelerator type to use.
21819
+ */
21820
+ deviceType?: string;
21821
+ }
21822
+ interface GetTaskExecutionPlacementConstraint {
21823
+ /**
21824
+ * A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`.
21825
+ */
21826
+ expression?: string;
21827
+ /**
21828
+ * The type of constraint. Valid values are `distinctInstance` or `memberOf`. Use `distinctInstance` to ensure that each task in a particular group is running on a different container instance. Use `memberOf` to restrict the selection to a group of valid candidates.
21829
+ */
21830
+ type: string;
21831
+ }
21832
+ interface GetTaskExecutionPlacementStrategy {
21833
+ /**
21834
+ * The field to apply the placement strategy against.
21835
+ */
21836
+ field?: string;
21837
+ /**
21838
+ * The type of placement strategy. Valid values are `random`, `spread`, and `binpack`.
21839
+ */
21840
+ type: string;
21841
+ }
21708
21842
  interface ServiceAlarms {
21709
21843
  alarmNames: string[];
21710
21844
  /**
@@ -27067,6 +27201,16 @@ export declare namespace glue {
27067
27201
  }
27068
27202
  }
27069
27203
  export declare namespace grafana {
27204
+ interface WorkspaceNetworkAccessControl {
27205
+ /**
27206
+ * An array of prefix list IDs.
27207
+ */
27208
+ prefixListIds: string[];
27209
+ /**
27210
+ * An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.
27211
+ */
27212
+ vpceIds: string[];
27213
+ }
27070
27214
  interface WorkspaceVpcConfiguration {
27071
27215
  /**
27072
27216
  * The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
@@ -33721,6 +33865,129 @@ export declare namespace lex {
33721
33865
  value: string;
33722
33866
  }
33723
33867
  }
33868
+ export declare namespace licensemanager {
33869
+ interface GetLicenseGrantsFilter {
33870
+ /**
33871
+ * Name of the field to filter by, as defined by
33872
+ * [the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrants.html#API_ListReceivedGrants_RequestSyntax).
33873
+ * For example, if filtering using `ProductSKU`, use:
33874
+ */
33875
+ name: string;
33876
+ /**
33877
+ * Set of values that are accepted for the given field.
33878
+ */
33879
+ values: string[];
33880
+ }
33881
+ interface GetReceivedLicenseConsumptionConfiguration {
33882
+ /**
33883
+ * Details about a borrow configuration. Detailed below
33884
+ */
33885
+ borrowConfigurations: outputs.licensemanager.GetReceivedLicenseConsumptionConfigurationBorrowConfiguration[];
33886
+ /**
33887
+ * Details about a provisional configuration. Detailed below
33888
+ */
33889
+ provisionalConfigurations: outputs.licensemanager.GetReceivedLicenseConsumptionConfigurationProvisionalConfiguration[];
33890
+ renewType: string;
33891
+ }
33892
+ interface GetReceivedLicenseConsumptionConfigurationBorrowConfiguration {
33893
+ /**
33894
+ * Indicates whether early check-ins are allowed.
33895
+ */
33896
+ allowEarlyCheckIn: boolean;
33897
+ /**
33898
+ * Maximum time for the provisional configuration, in minutes.
33899
+ */
33900
+ maxTimeToLiveInMinutes: number;
33901
+ }
33902
+ interface GetReceivedLicenseConsumptionConfigurationProvisionalConfiguration {
33903
+ /**
33904
+ * Maximum time for the provisional configuration, in minutes.
33905
+ */
33906
+ maxTimeToLiveInMinutes: number;
33907
+ }
33908
+ interface GetReceivedLicenseEntitlement {
33909
+ /**
33910
+ * Indicates whether check-ins are allowed.
33911
+ */
33912
+ allowCheckIn: boolean;
33913
+ /**
33914
+ * Maximum entitlement count. Use if the unit is not None.
33915
+ */
33916
+ maxCount: number;
33917
+ /**
33918
+ * The key name.
33919
+ */
33920
+ name: string;
33921
+ /**
33922
+ * Entitlement unit.
33923
+ */
33924
+ unit: string;
33925
+ /**
33926
+ * The value.
33927
+ */
33928
+ value: string;
33929
+ }
33930
+ interface GetReceivedLicenseIssuer {
33931
+ /**
33932
+ * Issuer key fingerprint.
33933
+ */
33934
+ keyFingerprint: string;
33935
+ /**
33936
+ * The key name.
33937
+ */
33938
+ name: string;
33939
+ /**
33940
+ * Asymmetric KMS key from AWS Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
33941
+ */
33942
+ signKey: string;
33943
+ }
33944
+ interface GetReceivedLicenseLicenseMetadata {
33945
+ /**
33946
+ * The key name.
33947
+ */
33948
+ name: string;
33949
+ /**
33950
+ * The value.
33951
+ */
33952
+ value: string;
33953
+ }
33954
+ interface GetReceivedLicenseReceivedMetadata {
33955
+ /**
33956
+ * A list of allowed operations.
33957
+ */
33958
+ allowedOperations: string[];
33959
+ /**
33960
+ * Received status.
33961
+ */
33962
+ receivedStatus: string;
33963
+ /**
33964
+ * Received status reason.
33965
+ */
33966
+ receivedStatusReason: string;
33967
+ }
33968
+ interface GetReceivedLicenseValidity {
33969
+ /**
33970
+ * Start of the validity time range.
33971
+ */
33972
+ begin: string;
33973
+ /**
33974
+ * End of the validity time range.
33975
+ */
33976
+ end: string;
33977
+ }
33978
+ interface GetReceivedLicensesFilter {
33979
+ /**
33980
+ * Name of the field to filter by, as defined by
33981
+ * [the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicenses.html#API_ListReceivedLicenses_RequestSyntax).
33982
+ * For example, if filtering using `ProductSKU`, use:
33983
+ */
33984
+ name: string;
33985
+ /**
33986
+ * Set of values that are accepted for the given field.
33987
+ */
33988
+ values: string[];
33989
+ }
33990
+ }
33724
33991
  export declare namespace lightsail {
33725
33992
  interface CertificateDomainValidationOption {
33726
33993
  /**
@@ -40173,6 +40440,20 @@ export declare namespace rds {
40173
40440
  */
40174
40441
  enabled?: boolean;
40175
40442
  }
40443
+ interface InstanceListenerEndpoint {
40444
+ /**
40445
+ * Specifies the DNS address of the DB instance.
40446
+ */
40447
+ address: string;
40448
+ /**
40449
+ * Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
40450
+ */
40451
+ hostedZoneId: string;
40452
+ /**
40453
+ * The port on which the DB accepts connections.
40454
+ */
40455
+ port: number;
40456
+ }
40176
40457
  interface InstanceRestoreToPointInTime {
40177
40458
  /**
40178
40459
  * The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `useLatestRestorableTime`.
@@ -46902,6 +47183,28 @@ export declare namespace sesv2 {
46902
47183
  */
46903
47184
  customRedirectDomain: string;
46904
47185
  }
47186
+ interface ConfigurationSetVdmOptions {
47187
+ /**
47188
+ * Specifies additional settings for your VDM configuration as applicable to the Dashboard.
47189
+ */
47190
+ dashboardOptions?: outputs.sesv2.ConfigurationSetVdmOptionsDashboardOptions;
47191
+ /**
47192
+ * Specifies additional settings for your VDM configuration as applicable to the Guardian.
47193
+ */
47194
+ guardianOptions?: outputs.sesv2.ConfigurationSetVdmOptionsGuardianOptions;
47195
+ }
47196
+ interface ConfigurationSetVdmOptionsDashboardOptions {
47197
+ /**
47198
+ * Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.
47199
+ */
47200
+ engagementMetrics?: string;
47201
+ }
47202
+ interface ConfigurationSetVdmOptionsGuardianOptions {
47203
+ /**
47204
+ * Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`.
47205
+ */
47206
+ optimizedSharedDelivery?: string;
47207
+ }
46905
47208
  interface EmailIdentityDkimSigningAttributes {
46906
47209
  /**
46907
47210
  * [Easy DKIM] The key length of the DKIM key pair in use.
@@ -47765,6 +48068,24 @@ export declare namespace transfer {
47765
48068
  */
47766
48069
  vpcId?: string;
47767
48070
  }
48071
+ interface ServerProtocolDetails {
48072
+ /**
48073
+ * Indicates the transport method for the AS2 messages. Currently, only `HTTP` is supported.
48074
+ */
48075
+ as2Transports: string[];
48076
+ /**
48077
+ * Indicates passive mode, for FTP and FTPS protocols. Enter a single IPv4 address, such as the public IP address of a firewall, router, or load balancer.
48078
+ */
48079
+ passiveIp: string;
48080
+ /**
48081
+ * Use to ignore the error that is generated when the client attempts to use `SETSTAT` on a file you are uploading to an S3 bucket. Valid values: `DEFAULT`, `ENABLE_NO_OP`.
48082
+ */
48083
+ setStatOption: string;
48084
+ /**
48085
+ * A property used with Transfer Family servers that use the FTPS protocol. Provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session. Valid values: `DISABLED`, `ENABLED`, `ENFORCED`.
48086
+ */
48087
+ tlsSessionResumptionMode: string;
48088
+ }
47768
48089
  interface ServerWorkflowDetails {
47769
48090
  /**
47770
48091
  * A trigger that starts a workflow if a file is only partially uploaded. See Workflow Detail below.
@@ -47828,6 +48149,10 @@ export declare namespace transfer {
47828
48149
  * Details for a step that invokes a lambda function.
47829
48150
  */
47830
48151
  customStepDetails?: outputs.transfer.WorkflowOnExceptionStepCustomStepDetails;
48152
+ /**
48153
+ * Details for a step that decrypts the file.
48154
+ */
48155
+ decryptStepDetails?: outputs.transfer.WorkflowOnExceptionStepDecryptStepDetails;
47831
48156
  /**
47832
48157
  * Details for a step that deletes the file.
47833
48158
  */
@@ -47837,7 +48162,7 @@ export declare namespace transfer {
47837
48162
  */
47838
48163
  tagStepDetails?: outputs.transfer.WorkflowOnExceptionStepTagStepDetails;
47839
48164
  /**
47840
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
48165
+ * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
47841
48166
  */
47842
48167
  type: string;
47843
48168
  }
@@ -47907,6 +48232,58 @@ export declare namespace transfer {
47907
48232
  */
47908
48233
  timeoutSeconds?: number;
47909
48234
  }
48235
+ interface WorkflowOnExceptionStepDecryptStepDetails {
48236
+ /**
48237
+ * Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
48238
+ */
48239
+ destinationFileLocation?: outputs.transfer.WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation;
48240
+ /**
48241
+ * The name of the step, used as an identifier.
48242
+ */
48243
+ name?: string;
48244
+ /**
48245
+ * A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
48246
+ */
48247
+ overwriteExisting?: string;
48248
+ /**
48249
+ * Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
48250
+ */
48251
+ sourceFileLocation?: string;
48252
+ /**
48253
+ * The type of encryption used. Currently, this value must be `"PGP"`.
48254
+ */
48255
+ type: string;
48256
+ }
48257
+ interface WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation {
48258
+ /**
48259
+ * Specifies the details for the EFS file being copied.
48260
+ */
48261
+ efsFileLocation?: outputs.transfer.WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation;
48262
+ /**
48263
+ * Specifies the details for the S3 file being copied.
48264
+ */
48265
+ s3FileLocation?: outputs.transfer.WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation;
48266
+ }
48267
+ interface WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation {
48268
+ /**
48269
+ * The ID of the file system, assigned by Amazon EFS.
48270
+ */
48271
+ fileSystemId?: string;
48272
+ /**
48273
+ * The pathname for the folder being used by a workflow.
48274
+ */
48275
+ path?: string;
48276
+ }
48277
+ interface WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation {
48278
+ /**
48279
+ * Specifies the S3 bucket for the customer input file.
48280
+ */
48281
+ bucket?: string;
48282
+ /**
48283
+ * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
48284
+ */
48285
+ key?: string;
48286
+ }
47910
48287
  interface WorkflowOnExceptionStepDeleteStepDetails {
47911
48288
  /**
47912
48289
  * The name of the step, used as an identifier.
@@ -47950,6 +48327,10 @@ export declare namespace transfer {
47950
48327
  * Details for a step that invokes a lambda function.
47951
48328
  */
47952
48329
  customStepDetails?: outputs.transfer.WorkflowStepCustomStepDetails;
48330
+ /**
48331
+ * Details for a step that decrypts the file.
48332
+ */
48333
+ decryptStepDetails?: outputs.transfer.WorkflowStepDecryptStepDetails;
47953
48334
  /**
47954
48335
  * Details for a step that deletes the file.
47955
48336
  */
@@ -47959,7 +48340,7 @@ export declare namespace transfer {
47959
48340
  */
47960
48341
  tagStepDetails?: outputs.transfer.WorkflowStepTagStepDetails;
47961
48342
  /**
47962
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
48343
+ * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
47963
48344
  */
47964
48345
  type: string;
47965
48346
  }
@@ -48029,6 +48410,58 @@ export declare namespace transfer {
48029
48410
  */
48030
48411
  timeoutSeconds?: number;
48031
48412
  }
48413
+ interface WorkflowStepDecryptStepDetails {
48414
+ /**
48415
+ * Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
48416
+ */
48417
+ destinationFileLocation?: outputs.transfer.WorkflowStepDecryptStepDetailsDestinationFileLocation;
48418
+ /**
48419
+ * The name of the step, used as an identifier.
48420
+ */
48421
+ name?: string;
48422
+ /**
48423
+ * A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
48424
+ */
48425
+ overwriteExisting?: string;
48426
+ /**
48427
+ * Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
48428
+ */
48429
+ sourceFileLocation?: string;
48430
+ /**
48431
+ * The type of encryption used. Currently, this value must be `"PGP"`.
48432
+ */
48433
+ type: string;
48434
+ }
48435
+ interface WorkflowStepDecryptStepDetailsDestinationFileLocation {
48436
+ /**
48437
+ * Specifies the details for the EFS file being copied.
48438
+ */
48439
+ efsFileLocation?: outputs.transfer.WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation;
48440
+ /**
48441
+ * Specifies the details for the S3 file being copied.
48442
+ */
48443
+ s3FileLocation?: outputs.transfer.WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation;
48444
+ }
48445
+ interface WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation {
48446
+ /**
48447
+ * The ID of the file system, assigned by Amazon EFS.
48448
+ */
48449
+ fileSystemId?: string;
48450
+ /**
48451
+ * The pathname for the folder being used by a workflow.
48452
+ */
48453
+ path?: string;
48454
+ }
48455
+ interface WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation {
48456
+ /**
48457
+ * Specifies the S3 bucket for the customer input file.
48458
+ */
48459
+ bucket?: string;
48460
+ /**
48461
+ * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
48462
+ */
48463
+ key?: string;
48464
+ }
48032
48465
  interface WorkflowStepDeleteStepDetails {
48033
48466
  /**
48034
48467
  * The name of the step, used as an identifier.