@pulumi/aws-native 1.26.0-alpha.1741720127 → 1.26.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 (46) hide show
  1. package/athena/dataCatalog.d.ts +26 -2
  2. package/athena/dataCatalog.js +6 -0
  3. package/athena/dataCatalog.js.map +1 -1
  4. package/athena/getDataCatalog.d.ts +13 -1
  5. package/athena/getDataCatalog.js.map +1 -1
  6. package/backup/getRestoreTestingPlan.d.ts +1 -1
  7. package/backup/restoreTestingPlan.d.ts +2 -2
  8. package/batch/getJobDefinition.d.ts +1 -0
  9. package/batch/getJobDefinition.js.map +1 -1
  10. package/batch/jobDefinition.d.ts +1 -0
  11. package/batch/jobDefinition.js +2 -0
  12. package/batch/jobDefinition.js.map +1 -1
  13. package/chatbot/getMicrosoftTeamsChannelConfiguration.d.ts +4 -0
  14. package/chatbot/getMicrosoftTeamsChannelConfiguration.js.map +1 -1
  15. package/chatbot/microsoftTeamsChannelConfiguration.d.ts +8 -0
  16. package/chatbot/microsoftTeamsChannelConfiguration.js +2 -0
  17. package/chatbot/microsoftTeamsChannelConfiguration.js.map +1 -1
  18. package/ecr/pullThroughCacheRule.d.ts +4 -0
  19. package/ecr/pullThroughCacheRule.js +5 -1
  20. package/ecr/pullThroughCacheRule.js.map +1 -1
  21. package/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -1
  22. package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
  23. package/elasticloadbalancingv2/loadBalancer.d.ts +4 -2
  24. package/elasticloadbalancingv2/loadBalancer.js +2 -0
  25. package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
  26. package/iam/getManagedPolicy.d.ts +44 -0
  27. package/iam/getManagedPolicy.js.map +1 -1
  28. package/iam/managedPolicy.d.ts +34 -0
  29. package/iam/managedPolicy.js.map +1 -1
  30. package/msk/replicator.d.ts +1 -5
  31. package/msk/replicator.js +1 -1
  32. package/msk/replicator.js.map +1 -1
  33. package/package.json +3 -3
  34. package/package.json.dev +2 -2
  35. package/rum/appMonitor.d.ts +2 -0
  36. package/rum/appMonitor.js +2 -0
  37. package/rum/appMonitor.js.map +1 -1
  38. package/rum/getAppMonitor.d.ts +1 -0
  39. package/rum/getAppMonitor.js.map +1 -1
  40. package/types/enums/athena/index.d.ts +17 -1
  41. package/types/enums/athena/index.js +13 -1
  42. package/types/enums/athena/index.js.map +1 -1
  43. package/types/enums/ec2/index.d.ts +1 -1
  44. package/types/input.d.ts +42 -19
  45. package/types/output.d.ts +42 -19
  46. package/types/output.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -9609,6 +9609,11 @@ export declare namespace bedrock {
9609
9609
  * BasePromptConfiguration per Prompt Type.
9610
9610
  */
9611
9611
  interface AgentPromptConfiguration {
9612
+ /**
9613
+ * If the Converse or ConverseStream operations support the model, `additionalModelRequestFields` contains additional inference parameters, beyond the base set of inference parameters in the `inferenceConfiguration` field.
9614
+ *
9615
+ * For more information, see [Inference request parameters and response fields for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html) .
9616
+ */
9612
9617
  additionalModelRequestFields?: outputs.bedrock.AgentAdditionalModelRequestFields;
9613
9618
  /**
9614
9619
  * Base Prompt Template.
@@ -23985,7 +23990,7 @@ export declare namespace ec2 {
23985
23990
  */
23986
23991
  interface LaunchTemplateCpuOptions {
23987
23992
  /**
23988
- * Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html).
23993
+ * Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html).
23989
23994
  */
23990
23995
  amdSevSnp?: enums.ec2.LaunchTemplateCpuOptionsAmdSevSnp;
23991
23996
  /**
@@ -24022,7 +24027,7 @@ export declare namespace ec2 {
24022
24027
  */
24023
24028
  capacityReservationSpecification?: outputs.ec2.LaunchTemplateCapacityReservationSpecification;
24024
24029
  /**
24025
- * The CPU options for the instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
24030
+ * The CPU options for the instance. For more information, see [CPU options for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
24026
24031
  */
24027
24032
  cpuOptions?: outputs.ec2.LaunchTemplateCpuOptions;
24028
24033
  /**
@@ -24030,11 +24035,11 @@ export declare namespace ec2 {
24030
24035
  */
24031
24036
  creditSpecification?: outputs.ec2.LaunchTemplateCreditSpecification;
24032
24037
  /**
24033
- * Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
24038
+ * Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
24034
24039
  */
24035
24040
  disableApiStop?: boolean;
24036
24041
  /**
24037
- * If you set this parameter to ``true``, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use [ModifyInstanceAttribute](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html). Alternatively, if you set ``InstanceInitiatedShutdownBehavior`` to ``terminate``, you can terminate the instance by running the shutdown command from the instance.
24042
+ * Indicates whether termination protection is enabled for the instance. The default is ``false``, which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. You can enable termination protection when you launch an instance, while the instance is running, or while the instance is stopped.
24038
24043
  */
24039
24044
  disableApiTermination?: boolean;
24040
24045
  /**
@@ -24123,7 +24128,7 @@ export declare namespace ec2 {
24123
24128
  */
24124
24129
  maintenanceOptions?: outputs.ec2.LaunchTemplateMaintenanceOptions;
24125
24130
  /**
24126
- * The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
24131
+ * The metadata options for the instance. For more information, see [Configure the Instance Metadata Service options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html) in the *Amazon EC2 User Guide*.
24127
24132
  */
24128
24133
  metadataOptions?: outputs.ec2.LaunchTemplateMetadataOptions;
24129
24134
  /**
@@ -24135,9 +24140,9 @@ export declare namespace ec2 {
24135
24140
  */
24136
24141
  networkInterfaces?: outputs.ec2.LaunchTemplateNetworkInterface[];
24137
24142
  /**
24138
- * The settings for the network performance options for the instance. For more information, see [EC2 instance bandwidth weighting configuration](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html) .
24143
+ * The settings for the network performance options for the instance. For more information, see [EC2 instance bandwidth weighting configuration](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html).
24139
24144
  */
24140
- networkPerformanceOptions?: any;
24145
+ networkPerformanceOptions?: outputs.ec2.LaunchTemplateNetworkPerformanceOptions;
24141
24146
  /**
24142
24147
  * The placement for the instance.
24143
24148
  */
@@ -24167,8 +24172,8 @@ export declare namespace ec2 {
24167
24172
  */
24168
24173
  tagSpecifications?: outputs.ec2.TagSpecification[];
24169
24174
  /**
24170
- * The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands on your Amazon EC2 instance at launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
24171
- * If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html) in the *User Guide*.
24175
+ * The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands when you launch an EC2 instance with user data input](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
24176
+ * If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html#lt-user-data) in the *User Guide*.
24172
24177
  */
24173
24178
  userData?: string;
24174
24179
  }
@@ -24192,7 +24197,7 @@ export declare namespace ec2 {
24192
24197
  * + ``io1``: 100 - 64,000 IOPS
24193
24198
  * + ``io2``: 100 - 256,000 IOPS
24194
24199
  *
24195
- * For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances). On other instances, you can achieve performance up to 32,000 IOPS.
24200
+ * For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
24196
24201
  * This parameter is supported for ``io1``, ``io2``, and ``gp3`` volumes only.
24197
24202
  */
24198
24203
  iops?: number;
@@ -24626,7 +24631,7 @@ export declare namespace ec2 {
24626
24631
  */
24627
24632
  httpTokens?: string;
24628
24633
  /**
24629
- * Set to ``enabled`` to allow access to instance tags from the instance metadata. Set to ``disabled`` to turn off access to instance tags from the instance metadata. For more information, see [Work with instance tags using the instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS).
24634
+ * Set to ``enabled`` to allow access to instance tags from the instance metadata. Set to ``disabled`` to turn off access to instance tags from the instance metadata. For more information, see [View tags for your EC2 instances using instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html).
24630
24635
  * Default: ``disabled``
24631
24636
  */
24632
24637
  instanceMetadataTags?: string;
@@ -24696,7 +24701,7 @@ export declare namespace ec2 {
24696
24701
  */
24697
24702
  groups?: string[];
24698
24703
  /**
24699
- * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
24704
+ * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter for AI/ML and HPC workloads on Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
24700
24705
  * If you are not creating an EFA, specify ``interface`` or omit this parameter.
24701
24706
  * If you specify ``efa-only``, do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.
24702
24707
  * Valid values: ``interface`` | ``efa`` | ``efa-only``
@@ -24768,6 +24773,12 @@ export declare namespace ec2 {
24768
24773
  */
24769
24774
  min?: number;
24770
24775
  }
24776
+ interface LaunchTemplateNetworkPerformanceOptions {
24777
+ /**
24778
+ * Specifies the performance options of your instance or sets it to default.
24779
+ */
24780
+ bandwidthWeighting?: string;
24781
+ }
24771
24782
  /**
24772
24783
  * Specifies the placement of an instance.
24773
24784
  * ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
@@ -24876,7 +24887,7 @@ export declare namespace ec2 {
24876
24887
  */
24877
24888
  instanceInterruptionBehavior?: string;
24878
24889
  /**
24879
- * The maximum hourly price you're willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
24890
+ * The maximum hourly price you're willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you do specify this parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an ``InvalidParameterValue`` error message when the launch template is used to launch an instance.
24880
24891
  * If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
24881
24892
  */
24882
24893
  maxPrice?: string;
@@ -30196,11 +30207,11 @@ export declare namespace elasticloadbalancingv2 {
30196
30207
  targetGroups?: outputs.elasticloadbalancingv2.ListenerTargetGroupTuple[];
30197
30208
  }
30198
30209
  /**
30199
- * Specifies the configuration information for mutual authentication.
30210
+ * The mutual authentication configuration information.
30200
30211
  */
30201
30212
  interface ListenerMutualAuthentication {
30202
30213
  /**
30203
- * Indicates whether trust store CA certificate names are advertised. The default value is `off` .
30214
+ * Indicates whether trust store CA certificate names are advertised. The default value is ``off``.
30204
30215
  */
30205
30216
  advertiseTrustStoreCaNames?: string;
30206
30217
  /**
@@ -30208,7 +30219,7 @@ export declare namespace elasticloadbalancingv2 {
30208
30219
  */
30209
30220
  ignoreClientCertificateExpiry?: boolean;
30210
30221
  /**
30211
- * The client certificate handling method. Options are ``off``, ``passthrough`` or ``verify``. The default value is ``off``.
30222
+ * The client certificate handling method. The possible values are ``off``, ``passthrough``, and ``verify``. The default value is ``off``.
30212
30223
  */
30213
30224
  mode?: string;
30214
30225
  /**
@@ -62219,7 +62230,6 @@ export declare namespace quicksight {
62219
62230
  * The content that is displayed in the text box.
62220
62231
  */
62221
62232
  content?: string;
62222
- interactions?: any;
62223
62233
  /**
62224
62234
  * The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
62225
62235
  */
@@ -71126,7 +71136,6 @@ export declare namespace quicksight {
71126
71136
  * The content that is displayed in the text box.
71127
71137
  */
71128
71138
  content?: string;
71129
- interactions?: any;
71130
71139
  /**
71131
71140
  * The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
71132
71141
  */
@@ -81023,7 +81032,6 @@ export declare namespace quicksight {
81023
81032
  * The content that is displayed in the text box.
81024
81033
  */
81025
81034
  content?: string;
81026
- interactions?: any;
81027
81035
  /**
81028
81036
  * The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
81029
81037
  */
@@ -85374,6 +85382,21 @@ export declare namespace rum {
85374
85382
  */
85375
85383
  metricDefinitions?: outputs.rum.AppMonitorMetricDefinition[];
85376
85384
  }
85385
+ /**
85386
+ * A structure that defines resource policy attached to your app monitor.
85387
+ */
85388
+ interface AppMonitorResourcePolicy {
85389
+ /**
85390
+ * The JSON to use as the resource policy. The document can be up to 4 KB in size.
85391
+ */
85392
+ policyDocument: string;
85393
+ /**
85394
+ * A string value that you can use to conditionally update your policy. You can provide the revision ID of your existing policy to make mutating requests against that policy.
85395
+ *
85396
+ * When you assign a policy revision ID, then later requests about that policy will be rejected with an InvalidPolicyRevisionIdException error if they don't provide the correct current revision ID.
85397
+ */
85398
+ policyRevisionId?: string;
85399
+ }
85377
85400
  }
85378
85401
  export declare namespace s3 {
85379
85402
  interface AccessGrantGrantee {
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAolkBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAylkBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}