@pulumi/aws-native 1.32.0-alpha.1755063449 → 1.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.
- package/appintegrations/application.d.ts +32 -0
- package/appintegrations/application.js +8 -0
- package/appintegrations/application.js.map +1 -1
- package/appintegrations/getApplication.d.ts +16 -0
- package/appintegrations/getApplication.js.map +1 -1
- package/appintegrations/index.d.ts +1 -0
- package/appintegrations/index.js +16 -0
- package/appintegrations/index.js.map +1 -1
- package/applicationinsights/application.d.ts +1 -1
- package/applicationinsights/application.js +1 -1
- package/applicationinsights/getApplication.d.ts +2 -2
- package/applicationinsights/getApplication.js +2 -2
- package/arcregionswitch/getPlan.d.ts +1 -0
- package/arcregionswitch/getPlan.js.map +1 -1
- package/arcregionswitch/plan.d.ts +1 -0
- package/arcregionswitch/plan.js +2 -0
- package/arcregionswitch/plan.js.map +1 -1
- package/deadline/getMonitor.d.ts +5 -0
- package/deadline/getMonitor.js.map +1 -1
- package/deadline/monitor.d.ts +10 -0
- package/deadline/monitor.js +2 -0
- package/deadline/monitor.js.map +1 -1
- package/ec2/getIpPoolRouteTableAssociation.d.ts +27 -0
- package/ec2/getIpPoolRouteTableAssociation.js +28 -0
- package/ec2/getIpPoolRouteTableAssociation.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +13 -6
- package/ec2/index.js.map +1 -1
- package/ec2/ipPoolRouteTableAssociation.d.ts +53 -0
- package/ec2/ipPoolRouteTableAssociation.js +68 -0
- package/ec2/ipPoolRouteTableAssociation.js.map +1 -0
- package/efs/getMountTarget.d.ts +1 -1
- package/efs/mountTarget.d.ts +12 -14
- package/efs/mountTarget.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/ivs/playbackRestrictionPolicy.d.ts +5 -5
- package/ivs/playbackRestrictionPolicy.js +0 -6
- package/ivs/playbackRestrictionPolicy.js.map +1 -1
- package/observabilityadmin/getOrganizationTelemetryRule.d.ts +33 -0
- package/observabilityadmin/getOrganizationTelemetryRule.js +28 -0
- package/observabilityadmin/getOrganizationTelemetryRule.js.map +1 -0
- package/observabilityadmin/getTelemetryRule.d.ts +33 -0
- package/observabilityadmin/getTelemetryRule.js +28 -0
- package/observabilityadmin/getTelemetryRule.js.map +1 -0
- package/observabilityadmin/index.d.ts +13 -0
- package/observabilityadmin/index.js +48 -0
- package/observabilityadmin/index.js.map +1 -0
- package/observabilityadmin/organizationTelemetryRule.d.ts +57 -0
- package/observabilityadmin/organizationTelemetryRule.js +67 -0
- package/observabilityadmin/organizationTelemetryRule.js.map +1 -0
- package/observabilityadmin/telemetryRule.d.ts +57 -0
- package/observabilityadmin/telemetryRule.js +67 -0
- package/observabilityadmin/telemetryRule.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbInstance.d.ts +1 -5
- package/rds/dbInstance.js +1 -1
- package/rds/dbInstance.js.map +1 -1
- package/s3express/accessPoint.d.ts +6 -0
- package/s3express/accessPoint.js.map +1 -1
- package/s3express/getAccessPoint.d.ts +3 -0
- package/s3express/getAccessPoint.js.map +1 -1
- package/sagemaker/app.d.ts +2 -2
- package/sagemaker/app.js +1 -1
- package/sagemaker/app.js.map +1 -1
- package/sagemaker/cluster.d.ts +8 -0
- package/sagemaker/cluster.js +2 -0
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getApp.d.ts +5 -0
- package/sagemaker/getApp.js.map +1 -1
- package/sagemaker/getCluster.d.ts +4 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/types/enums/appintegrations/index.d.ts +5 -0
- package/types/enums/appintegrations/index.js +10 -0
- package/types/enums/appintegrations/index.js.map +1 -0
- package/types/enums/efs/index.d.ts +2 -3
- package/types/enums/index.d.ts +3 -1
- package/types/enums/index.js +8 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/ivs/index.d.ts +13 -0
- package/types/enums/ivs/index.js +9 -1
- package/types/enums/ivs/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +42 -0
- package/types/enums/observabilityadmin/index.js +24 -0
- package/types/enums/observabilityadmin/index.js.map +1 -0
- package/types/enums/sagemaker/index.d.ts +7 -0
- package/types/enums/sagemaker/index.js +6 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/synthetics/index.d.ts +7 -0
- package/types/enums/synthetics/index.js +4 -1
- package/types/enums/synthetics/index.js.map +1 -1
- package/types/input.d.ts +179 -36
- package/types/output.d.ts +189 -19
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -3945,6 +3945,12 @@ export declare namespace appflow {
|
|
|
3945
3945
|
}
|
|
3946
3946
|
}
|
|
3947
3947
|
export declare namespace appintegrations {
|
|
3948
|
+
interface ApplicationConfig {
|
|
3949
|
+
contactHandling?: outputs.appintegrations.ApplicationContactHandling;
|
|
3950
|
+
}
|
|
3951
|
+
interface ApplicationContactHandling {
|
|
3952
|
+
scope: enums.appintegrations.ApplicationContactHandlingScope;
|
|
3953
|
+
}
|
|
3948
3954
|
interface ApplicationExternalUrlConfig {
|
|
3949
3955
|
/**
|
|
3950
3956
|
* The URL to access the application.
|
|
@@ -3955,6 +3961,10 @@ export declare namespace appintegrations {
|
|
|
3955
3961
|
*/
|
|
3956
3962
|
approvedOrigins?: string[];
|
|
3957
3963
|
}
|
|
3964
|
+
interface ApplicationIframeConfig {
|
|
3965
|
+
allow?: string[];
|
|
3966
|
+
sandbox?: string[];
|
|
3967
|
+
}
|
|
3958
3968
|
/**
|
|
3959
3969
|
* Application source config
|
|
3960
3970
|
*/
|
|
@@ -6508,6 +6518,12 @@ export declare namespace arcregionswitch {
|
|
|
6508
6518
|
*/
|
|
6509
6519
|
workflowTargetRegion?: string;
|
|
6510
6520
|
}
|
|
6521
|
+
interface Route53HealthChecksProperties {
|
|
6522
|
+
healthCheckIds?: string[];
|
|
6523
|
+
hostedZoneIds?: string[];
|
|
6524
|
+
recordNames?: string[];
|
|
6525
|
+
regions?: string[];
|
|
6526
|
+
}
|
|
6511
6527
|
}
|
|
6512
6528
|
export declare namespace arczonalshift {
|
|
6513
6529
|
interface ZonalAutoshiftConfigurationControlCondition {
|
|
@@ -9803,13 +9819,13 @@ export declare namespace batch {
|
|
|
9803
9819
|
/**
|
|
9804
9820
|
* The vCPU architecture. The default value is `X86_64` . Valid values are `X86_64` and `ARM64` .
|
|
9805
9821
|
*
|
|
9806
|
-
* > This parameter must be set to `X86_64` for Windows containers. > Fargate Spot is not supported
|
|
9822
|
+
* > This parameter must be set to `X86_64` for Windows containers. > Fargate Spot is not supported on Windows-based containers on Fargate. A job queue will be blocked if a Windows job is submitted to a job queue with only Fargate Spot compute environments. However, you can attach both `FARGATE` and `FARGATE_SPOT` compute environments to the same job queue.
|
|
9807
9823
|
*/
|
|
9808
9824
|
cpuArchitecture?: string;
|
|
9809
9825
|
/**
|
|
9810
9826
|
* The operating system for the compute environment. Valid values are: `LINUX` (default), `WINDOWS_SERVER_2019_CORE` , `WINDOWS_SERVER_2019_FULL` , `WINDOWS_SERVER_2022_CORE` , and `WINDOWS_SERVER_2022_FULL` .
|
|
9811
9827
|
*
|
|
9812
|
-
* > The following parameters can’t be set for Windows containers: `linuxParameters` , `privileged` , `user` , `ulimits` , `readonlyRootFilesystem` , and `efsVolumeConfiguration` . > The AWS Batch Scheduler checks the compute environments that are attached to the job queue before registering a task definition with Fargate. In this scenario, the job queue is where the job is submitted. If the job requires a Windows container and the first compute environment is `LINUX` , the compute environment is skipped and the next compute environment is checked until a Windows-based compute environment is found. > Fargate Spot is not supported
|
|
9828
|
+
* > The following parameters can’t be set for Windows containers: `linuxParameters` , `privileged` , `user` , `ulimits` , `readonlyRootFilesystem` , and `efsVolumeConfiguration` . > The AWS Batch Scheduler checks the compute environments that are attached to the job queue before registering a task definition with Fargate. In this scenario, the job queue is where the job is submitted. If the job requires a Windows container and the first compute environment is `LINUX` , the compute environment is skipped and the next compute environment is checked until a Windows-based compute environment is found. > Fargate Spot is not supported on Windows-based containers on Fargate. A job queue will be blocked if a Windows job is submitted to a job queue with only Fargate Spot compute environments. However, you can attach both `FARGATE` and `FARGATE_SPOT` compute environments to the same job queue.
|
|
9813
9829
|
*/
|
|
9814
9830
|
operatingSystemFamily?: string;
|
|
9815
9831
|
}
|
|
@@ -20431,6 +20447,7 @@ export declare namespace connect {
|
|
|
20431
20447
|
* The phone number for the user's desk phone.
|
|
20432
20448
|
*/
|
|
20433
20449
|
deskPhoneNumber?: string;
|
|
20450
|
+
persistentConnection?: boolean;
|
|
20434
20451
|
/**
|
|
20435
20452
|
* The phone type.
|
|
20436
20453
|
*/
|
|
@@ -25763,7 +25780,7 @@ export declare namespace ec2 {
|
|
|
25763
25780
|
/**
|
|
25764
25781
|
* The Availability Zone of the instance.
|
|
25765
25782
|
*
|
|
25766
|
-
*
|
|
25783
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` can be specified, but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone based on the load balancing criteria for the Region.
|
|
25767
25784
|
*
|
|
25768
25785
|
* This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
|
|
25769
25786
|
*/
|
|
@@ -27096,6 +27113,9 @@ export declare namespace ec2 {
|
|
|
27096
27113
|
* If you create a launch template that includes secondary network interfaces but no primary network interface, and you specify it using the ``LaunchTemplate`` property of ``AWS::EC2::Instance``, then you must include a primary network interface using the ``NetworkInterfaces`` property of ``AWS::EC2::Instance``.
|
|
27097
27114
|
*/
|
|
27098
27115
|
deviceIndex?: number;
|
|
27116
|
+
/**
|
|
27117
|
+
* The number of ENA queues to be created with the instance.
|
|
27118
|
+
*/
|
|
27099
27119
|
enaQueueCount?: number;
|
|
27100
27120
|
/**
|
|
27101
27121
|
* The ENA Express configuration for the network interface.
|
|
@@ -29856,6 +29876,9 @@ export declare namespace ecr {
|
|
|
29856
29876
|
*/
|
|
29857
29877
|
scanOnPush?: boolean;
|
|
29858
29878
|
}
|
|
29879
|
+
/**
|
|
29880
|
+
* Overrides the default image tag mutability setting of the repository for image tags that match the specified filters.
|
|
29881
|
+
*/
|
|
29859
29882
|
interface RepositoryImageTagMutabilityExclusionFilter {
|
|
29860
29883
|
imageTagMutabilityExclusionFilterType: enums.ecr.RepositoryImageTagMutabilityExclusionFilterType;
|
|
29861
29884
|
imageTagMutabilityExclusionFilterValue: string;
|
|
@@ -29916,8 +29939,6 @@ export declare namespace ecs {
|
|
|
29916
29939
|
* The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter If this parameter is omitted, the default value of `1` is used.
|
|
29917
29940
|
*
|
|
29918
29941
|
* When additional capacity is required, Amazon ECS will scale up the minimum scaling step size even if the actual demand is less than the minimum scaling step size.
|
|
29919
|
-
*
|
|
29920
|
-
* If you use a capacity provider with an Auto Scaling group configured with more than one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum scaling step size value and will ignore both the maximum scaling step size as well as the capacity demand.
|
|
29921
29942
|
*/
|
|
29922
29943
|
minimumScalingStepSize?: number;
|
|
29923
29944
|
/**
|
|
@@ -36792,7 +36813,7 @@ export declare namespace gameliftstreams {
|
|
|
36792
36813
|
}
|
|
36793
36814
|
interface StreamGroupLocationConfiguration {
|
|
36794
36815
|
/**
|
|
36795
|
-
* The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session.
|
|
36816
|
+
* The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session. Default is 1 when creating a stream group or adding a location.
|
|
36796
36817
|
*/
|
|
36797
36818
|
alwaysOnCapacity?: number;
|
|
36798
36819
|
/**
|
|
@@ -36800,7 +36821,7 @@ export declare namespace gameliftstreams {
|
|
|
36800
36821
|
*/
|
|
36801
36822
|
locationName: string;
|
|
36802
36823
|
/**
|
|
36803
|
-
* The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).
|
|
36824
|
+
* The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes). Default is 0 when creating a stream group or adding a location.
|
|
36804
36825
|
*/
|
|
36805
36826
|
onDemandCapacity?: number;
|
|
36806
36827
|
}
|
|
@@ -44250,14 +44271,70 @@ export declare namespace ivs {
|
|
|
44250
44271
|
* Configuration object for individual participant recording, to attach to the new stage.
|
|
44251
44272
|
*/
|
|
44252
44273
|
interface StageAutoParticipantRecordingConfiguration {
|
|
44274
|
+
/**
|
|
44275
|
+
* HLS configuration object for individual participant recording.
|
|
44276
|
+
*/
|
|
44277
|
+
hlsConfiguration?: outputs.ivs.StageAutoParticipantRecordingConfigurationHlsConfigurationProperties;
|
|
44253
44278
|
/**
|
|
44254
44279
|
* Types of media to be recorded. Default: AUDIO_VIDEO.
|
|
44255
44280
|
*/
|
|
44256
44281
|
mediaTypes?: enums.ivs.StageAutoParticipantRecordingConfigurationMediaTypesItem[];
|
|
44282
|
+
/**
|
|
44283
|
+
* If a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together. The default value is 0, which disables merging.
|
|
44284
|
+
*/
|
|
44285
|
+
recordingReconnectWindowSeconds?: number;
|
|
44257
44286
|
/**
|
|
44258
44287
|
* ARN of the StorageConfiguration resource to use for individual participant recording.
|
|
44259
44288
|
*/
|
|
44260
44289
|
storageConfigurationArn: string;
|
|
44290
|
+
/**
|
|
44291
|
+
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
44292
|
+
*/
|
|
44293
|
+
thumbnailConfiguration?: outputs.ivs.StageAutoParticipantRecordingConfigurationThumbnailConfigurationProperties;
|
|
44294
|
+
}
|
|
44295
|
+
/**
|
|
44296
|
+
* HLS configuration object for individual participant recording.
|
|
44297
|
+
*/
|
|
44298
|
+
interface StageAutoParticipantRecordingConfigurationHlsConfigurationProperties {
|
|
44299
|
+
/**
|
|
44300
|
+
* An object representing a configuration of participant HLS recordings for individual participant recording.
|
|
44301
|
+
*/
|
|
44302
|
+
participantRecordingHlsConfiguration?: outputs.ivs.StageAutoParticipantRecordingConfigurationHlsConfigurationPropertiesParticipantRecordingHlsConfigurationProperties;
|
|
44303
|
+
}
|
|
44304
|
+
/**
|
|
44305
|
+
* An object representing a configuration of participant HLS recordings for individual participant recording.
|
|
44306
|
+
*/
|
|
44307
|
+
interface StageAutoParticipantRecordingConfigurationHlsConfigurationPropertiesParticipantRecordingHlsConfigurationProperties {
|
|
44308
|
+
/**
|
|
44309
|
+
* Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
|
|
44310
|
+
*/
|
|
44311
|
+
targetSegmentDurationSeconds?: number;
|
|
44312
|
+
}
|
|
44313
|
+
/**
|
|
44314
|
+
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
44315
|
+
*/
|
|
44316
|
+
interface StageAutoParticipantRecordingConfigurationThumbnailConfigurationProperties {
|
|
44317
|
+
/**
|
|
44318
|
+
* An object representing a configuration of thumbnails for recorded video from an individual participant.
|
|
44319
|
+
*/
|
|
44320
|
+
participantThumbnailConfiguration?: outputs.ivs.StageAutoParticipantRecordingConfigurationThumbnailConfigurationPropertiesParticipantThumbnailConfigurationProperties;
|
|
44321
|
+
}
|
|
44322
|
+
/**
|
|
44323
|
+
* An object representing a configuration of thumbnails for recorded video from an individual participant.
|
|
44324
|
+
*/
|
|
44325
|
+
interface StageAutoParticipantRecordingConfigurationThumbnailConfigurationPropertiesParticipantThumbnailConfigurationProperties {
|
|
44326
|
+
/**
|
|
44327
|
+
* Thumbnail recording mode. Default: DISABLED.
|
|
44328
|
+
*/
|
|
44329
|
+
recordingMode?: enums.ivs.StageAutoParticipantRecordingConfigurationThumbnailConfigurationPropertiesParticipantThumbnailConfigurationPropertiesRecordingMode;
|
|
44330
|
+
/**
|
|
44331
|
+
* Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
44332
|
+
*/
|
|
44333
|
+
storage?: enums.ivs.StageAutoParticipantRecordingConfigurationThumbnailConfigurationPropertiesParticipantThumbnailConfigurationPropertiesStorageItem[];
|
|
44334
|
+
/**
|
|
44335
|
+
* The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
|
|
44336
|
+
*/
|
|
44337
|
+
targetIntervalSeconds?: number;
|
|
44261
44338
|
}
|
|
44262
44339
|
/**
|
|
44263
44340
|
* A complex type that describes an S3 location where recorded videos will be stored.
|
|
@@ -55380,6 +55457,79 @@ export declare namespace oam {
|
|
|
55380
55457
|
filter: string;
|
|
55381
55458
|
}
|
|
55382
55459
|
}
|
|
55460
|
+
export declare namespace observabilityadmin {
|
|
55461
|
+
/**
|
|
55462
|
+
* The destination configuration for telemetry data
|
|
55463
|
+
*/
|
|
55464
|
+
interface OrganizationTelemetryRuleTelemetryDestinationConfiguration {
|
|
55465
|
+
destinationPattern?: string;
|
|
55466
|
+
destinationType?: enums.observabilityadmin.OrganizationTelemetryRuleDestinationType;
|
|
55467
|
+
retentionInDays?: number;
|
|
55468
|
+
vpcFlowLogParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleVpcFlowLogParameters;
|
|
55469
|
+
}
|
|
55470
|
+
/**
|
|
55471
|
+
* The telemetry rule
|
|
55472
|
+
*/
|
|
55473
|
+
interface OrganizationTelemetryRuleTelemetryRule {
|
|
55474
|
+
destinationConfiguration?: outputs.observabilityadmin.OrganizationTelemetryRuleTelemetryDestinationConfiguration;
|
|
55475
|
+
resourceType: enums.observabilityadmin.OrganizationTelemetryRuleResourceType;
|
|
55476
|
+
scope?: string;
|
|
55477
|
+
selectionCriteria?: string;
|
|
55478
|
+
telemetryType: enums.observabilityadmin.OrganizationTelemetryRuleTelemetryType;
|
|
55479
|
+
}
|
|
55480
|
+
/**
|
|
55481
|
+
* Telemetry parameters for VPC Flow logs
|
|
55482
|
+
*/
|
|
55483
|
+
interface OrganizationTelemetryRuleVpcFlowLogParameters {
|
|
55484
|
+
/**
|
|
55485
|
+
* The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
|
|
55486
|
+
*/
|
|
55487
|
+
logFormat?: string;
|
|
55488
|
+
/**
|
|
55489
|
+
* The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
|
|
55490
|
+
*/
|
|
55491
|
+
maxAggregationInterval?: number;
|
|
55492
|
+
/**
|
|
55493
|
+
* The type of traffic captured for the flow log. Default is ALL
|
|
55494
|
+
*/
|
|
55495
|
+
trafficType?: string;
|
|
55496
|
+
}
|
|
55497
|
+
/**
|
|
55498
|
+
* The telemetry rule
|
|
55499
|
+
*/
|
|
55500
|
+
interface TelemetryRule {
|
|
55501
|
+
destinationConfiguration?: outputs.observabilityadmin.TelemetryRuleTelemetryDestinationConfiguration;
|
|
55502
|
+
resourceType: enums.observabilityadmin.TelemetryRuleResourceType;
|
|
55503
|
+
selectionCriteria?: string;
|
|
55504
|
+
telemetryType: enums.observabilityadmin.TelemetryRuleTelemetryType;
|
|
55505
|
+
}
|
|
55506
|
+
/**
|
|
55507
|
+
* The destination configuration for telemetry data
|
|
55508
|
+
*/
|
|
55509
|
+
interface TelemetryRuleTelemetryDestinationConfiguration {
|
|
55510
|
+
destinationPattern?: string;
|
|
55511
|
+
destinationType?: enums.observabilityadmin.TelemetryRuleDestinationType;
|
|
55512
|
+
retentionInDays?: number;
|
|
55513
|
+
vpcFlowLogParameters?: outputs.observabilityadmin.TelemetryRuleVpcFlowLogParameters;
|
|
55514
|
+
}
|
|
55515
|
+
/**
|
|
55516
|
+
* Telemetry parameters for VPC Flow logs
|
|
55517
|
+
*/
|
|
55518
|
+
interface TelemetryRuleVpcFlowLogParameters {
|
|
55519
|
+
/**
|
|
55520
|
+
* The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
|
|
55521
|
+
*/
|
|
55522
|
+
logFormat?: string;
|
|
55523
|
+
/**
|
|
55524
|
+
* The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
|
|
55525
|
+
*/
|
|
55526
|
+
maxAggregationInterval?: number;
|
|
55527
|
+
/**
|
|
55528
|
+
* The type of traffic captured for the flow log. Default is ALL
|
|
55529
|
+
*/
|
|
55530
|
+
trafficType?: string;
|
|
55531
|
+
}
|
|
55532
|
+
}
|
|
55383
55533
|
export declare namespace odb {
|
|
55384
55534
|
/**
|
|
55385
55535
|
* The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
|
|
@@ -55721,6 +55871,7 @@ export declare namespace opensearchservice {
|
|
|
55721
55871
|
* True to enable fine-grained access control. You must also enable encryption of data at rest and node-to-node encryption. See [Fine-grained access control in Amazon OpenSearch Service](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html) .
|
|
55722
55872
|
*/
|
|
55723
55873
|
enabled?: boolean;
|
|
55874
|
+
iamFederationOptions?: outputs.opensearchservice.DomainIamFederationOptions;
|
|
55724
55875
|
/**
|
|
55725
55876
|
* True to enable the internal user database.
|
|
55726
55877
|
*/
|
|
@@ -55886,6 +56037,11 @@ export declare namespace opensearchservice {
|
|
|
55886
56037
|
*/
|
|
55887
56038
|
tlsSecurityPolicy?: string;
|
|
55888
56039
|
}
|
|
56040
|
+
interface DomainIamFederationOptions {
|
|
56041
|
+
enabled?: boolean;
|
|
56042
|
+
rolesKey?: string;
|
|
56043
|
+
subjectKey?: string;
|
|
56044
|
+
}
|
|
55889
56045
|
/**
|
|
55890
56046
|
* Options for configuring Identity Center
|
|
55891
56047
|
*/
|
|
@@ -76436,7 +76592,7 @@ export declare namespace quicksight {
|
|
|
76436
76592
|
/**
|
|
76437
76593
|
* <p>Column name.</p>
|
|
76438
76594
|
*/
|
|
76439
|
-
columnName
|
|
76595
|
+
columnName?: string;
|
|
76440
76596
|
/**
|
|
76441
76597
|
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
76442
76598
|
* format supported by Amazon QuickSight to denote the source data format.</p>
|
|
@@ -76645,7 +76801,7 @@ export declare namespace quicksight {
|
|
|
76645
76801
|
* <p>An expression that must evaluate to a Boolean value. Rows for which the expression
|
|
76646
76802
|
* evaluates to true are kept in the dataset.</p>
|
|
76647
76803
|
*/
|
|
76648
|
-
conditionExpression
|
|
76804
|
+
conditionExpression?: string;
|
|
76649
76805
|
}
|
|
76650
76806
|
/**
|
|
76651
76807
|
* <p>Geospatial column group that denotes a hierarchy.</p>
|
|
@@ -76918,7 +77074,7 @@ export declare namespace quicksight {
|
|
|
76918
77074
|
/**
|
|
76919
77075
|
* <p>Projected columns.</p>
|
|
76920
77076
|
*/
|
|
76921
|
-
projectedColumns
|
|
77077
|
+
projectedColumns?: string[];
|
|
76922
77078
|
}
|
|
76923
77079
|
/**
|
|
76924
77080
|
* <p>The refresh configuration of a dataset.</p>
|
|
@@ -76986,7 +77142,7 @@ export declare namespace quicksight {
|
|
|
76986
77142
|
/**
|
|
76987
77143
|
* <p>The name of the column to be renamed.</p>
|
|
76988
77144
|
*/
|
|
76989
|
-
columnName
|
|
77145
|
+
columnName?: string;
|
|
76990
77146
|
/**
|
|
76991
77147
|
* <p>The new name for the column.</p>
|
|
76992
77148
|
*/
|
|
@@ -77075,7 +77231,7 @@ export declare namespace quicksight {
|
|
|
77075
77231
|
/**
|
|
77076
77232
|
* <p>The column name that a tag key is assigned to.</p>
|
|
77077
77233
|
*/
|
|
77078
|
-
columnName
|
|
77234
|
+
columnName?: string;
|
|
77079
77235
|
/**
|
|
77080
77236
|
* <p>A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.</p>
|
|
77081
77237
|
*/
|
|
@@ -77191,7 +77347,7 @@ export declare namespace quicksight {
|
|
|
77191
77347
|
untagColumnOperation?: outputs.quicksight.DataSetUntagColumnOperation;
|
|
77192
77348
|
}
|
|
77193
77349
|
interface DataSetUniqueKey {
|
|
77194
|
-
columnNames
|
|
77350
|
+
columnNames?: string[];
|
|
77195
77351
|
}
|
|
77196
77352
|
/**
|
|
77197
77353
|
* <p>A transform operation that removes tags associated with a column.</p>
|
|
@@ -87363,6 +87519,9 @@ export declare namespace rds {
|
|
|
87363
87519
|
*/
|
|
87364
87520
|
roleArn: string;
|
|
87365
87521
|
}
|
|
87522
|
+
/**
|
|
87523
|
+
* Provides a list of status information for a DB instance.
|
|
87524
|
+
*/
|
|
87366
87525
|
interface DbInstanceDbInstanceStatusInfo {
|
|
87367
87526
|
/**
|
|
87368
87527
|
* Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
|
|
@@ -87377,7 +87536,7 @@ export declare namespace rds {
|
|
|
87377
87536
|
*/
|
|
87378
87537
|
status?: string;
|
|
87379
87538
|
/**
|
|
87380
|
-
*
|
|
87539
|
+
* This value is currently "read replication."
|
|
87381
87540
|
*/
|
|
87382
87541
|
statusType?: string;
|
|
87383
87542
|
}
|
|
@@ -91207,6 +91366,7 @@ export declare namespace sagemaker {
|
|
|
91207
91366
|
*/
|
|
91208
91367
|
currentCount?: number;
|
|
91209
91368
|
executionRole: string;
|
|
91369
|
+
imageId?: string;
|
|
91210
91370
|
/**
|
|
91211
91371
|
* The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
|
|
91212
91372
|
*/
|
|
@@ -92018,10 +92178,6 @@ export declare namespace sagemaker {
|
|
|
92018
92178
|
* The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
|
|
92019
92179
|
*/
|
|
92020
92180
|
projectS3Path?: string;
|
|
92021
|
-
/**
|
|
92022
|
-
* The ARN of the DataZone application managed by SageMaker Unified Studio in the AWS IAM Identity Center.
|
|
92023
|
-
*/
|
|
92024
|
-
singleSignOnApplicationArn?: string;
|
|
92025
92181
|
/**
|
|
92026
92182
|
* Sets whether you can access the domain in Amazon SageMaker Studio:
|
|
92027
92183
|
*
|
|
@@ -96418,7 +96574,7 @@ export declare namespace securityhub {
|
|
|
96418
96574
|
* + ``ResourceType NOT_EQUALS AwsIamPolicy``
|
|
96419
96575
|
* + ``ResourceType NOT_EQUALS AwsEc2NetworkInterface``
|
|
96420
96576
|
*
|
|
96421
|
-
* ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
|
|
96577
|
+
* ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules V1. ``CONTAINS_WORD`` operator is only supported in ``GetFindingsV2``, ``GetFindingStatisticsV2``, ``GetResourcesV2``, and ``GetResourceStatisticsV2`` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
|
|
96422
96578
|
*/
|
|
96423
96579
|
comparison: enums.securityhub.AutomationRuleStringFilterComparison;
|
|
96424
96580
|
/**
|
|
@@ -99768,6 +99924,10 @@ export declare namespace synthetics {
|
|
|
99768
99924
|
screenshotName: string;
|
|
99769
99925
|
}
|
|
99770
99926
|
interface CanaryCode {
|
|
99927
|
+
/**
|
|
99928
|
+
* List of Lambda layers to attach to the canary
|
|
99929
|
+
*/
|
|
99930
|
+
dependencies?: outputs.synthetics.CanaryDependency[];
|
|
99771
99931
|
/**
|
|
99772
99932
|
* The entry point to use for the source code when running the canary. For canaries that use the `syn-python-selenium-1.0` runtime or a `syn-nodejs.puppeteer` runtime earlier than `syn-nodejs.puppeteer-3.4` , the handler must be specified as `*fileName* .handler` . For `syn-python-selenium-1.1` , `syn-nodejs.puppeteer-3.4` , and later runtimes, the handler can be specified as `*fileName* . *functionName*` , or you can specify a folder where canary scripts reside as `*folder* / *fileName* . *functionName*` .
|
|
99773
99933
|
*/
|
|
@@ -99793,6 +99953,16 @@ export declare namespace synthetics {
|
|
|
99793
99953
|
*/
|
|
99794
99954
|
sourceLocationArn?: string;
|
|
99795
99955
|
}
|
|
99956
|
+
interface CanaryDependency {
|
|
99957
|
+
/**
|
|
99958
|
+
* ARN of the Lambda layer
|
|
99959
|
+
*/
|
|
99960
|
+
reference: string;
|
|
99961
|
+
/**
|
|
99962
|
+
* Type of dependency
|
|
99963
|
+
*/
|
|
99964
|
+
type?: enums.synthetics.CanaryDependencyType;
|
|
99965
|
+
}
|
|
99796
99966
|
interface CanaryRetryConfig {
|
|
99797
99967
|
/**
|
|
99798
99968
|
* maximum times the canary will be retried upon the scheduled run failure
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAm9nBjF,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"}
|