@pulumi/aws-native 1.25.0-alpha.1737496934 → 1.25.0-alpha.1737531831
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/configuration/configRule.d.ts +3 -3
- package/configuration/configRule.js +3 -3
- package/configuration/getConfigRule.d.ts +6 -6
- package/configuration/getConfigRule.js +6 -6
- package/datasync/getLocationEfs.d.ts +13 -0
- package/datasync/getLocationEfs.js.map +1 -1
- package/datasync/getLocationFSxOpenZfs.d.ts +4 -0
- package/datasync/getLocationFSxOpenZfs.js.map +1 -1
- package/datasync/getLocationFSxWindows.d.ts +8 -0
- package/datasync/getLocationFSxWindows.js.map +1 -1
- package/datasync/getLocationS3.d.ts +11 -0
- package/datasync/getLocationS3.js.map +1 -1
- package/datasync/locationEfs.js +1 -1
- package/datasync/locationEfs.js.map +1 -1
- package/datasync/locationFSxLustre.js +1 -1
- package/datasync/locationFSxLustre.js.map +1 -1
- package/datasync/locationFSxOntap.js +1 -1
- package/datasync/locationFSxOntap.js.map +1 -1
- package/datasync/locationFSxOpenZfs.js +1 -1
- package/datasync/locationFSxOpenZfs.js.map +1 -1
- package/datasync/locationFSxWindows.js +1 -1
- package/datasync/locationFSxWindows.js.map +1 -1
- package/datasync/locationS3.js +1 -1
- package/datasync/locationS3.js.map +1 -1
- package/ec2/getVerifiedAccessInstance.d.ts +8 -0
- package/ec2/getVerifiedAccessInstance.js.map +1 -1
- package/ec2/getVerifiedAccessTrustProvider.d.ts +4 -0
- package/ec2/getVerifiedAccessTrustProvider.js.map +1 -1
- package/ec2/verifiedAccessInstance.d.ts +12 -0
- package/ec2/verifiedAccessInstance.js +4 -0
- package/ec2/verifiedAccessInstance.js.map +1 -1
- package/ec2/verifiedAccessTrustProvider.d.ts +8 -0
- package/ec2/verifiedAccessTrustProvider.js +2 -0
- package/ec2/verifiedAccessTrustProvider.js.map +1 -1
- package/guardduty/getPublishingDestination.d.ts +50 -0
- package/guardduty/getPublishingDestination.js +30 -0
- package/guardduty/getPublishingDestination.js.map +1 -0
- package/guardduty/index.d.ts +6 -0
- package/guardduty/index.js +8 -1
- package/guardduty/index.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +67 -0
- package/guardduty/publishingDestination.js +79 -0
- package/guardduty/publishingDestination.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/quicksight/getTopic.d.ts +1 -0
- package/quicksight/getTopic.js.map +1 -1
- package/quicksight/topic.d.ts +4 -0
- package/quicksight/topic.js +5 -1
- package/quicksight/topic.js.map +1 -1
- package/types/enums/connect/index.d.ts +1 -0
- package/types/enums/connect/index.js +1 -0
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +2 -0
- package/types/enums/quicksight/index.js +2 -0
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +10 -0
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +2 -0
- package/types/enums/sagemaker/index.js +2 -0
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/input.d.ts +153 -12
- package/types/output.d.ts +156 -12
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -8057,7 +8057,7 @@ export declare namespace batch {
|
|
|
8057
8057
|
*/
|
|
8058
8058
|
launchTemplateName?: string;
|
|
8059
8059
|
/**
|
|
8060
|
-
* The instance type or family that this
|
|
8060
|
+
* The instance type or family that this override launch template should be applied to.
|
|
8061
8061
|
*
|
|
8062
8062
|
* This parameter is required when defining a launch template override.
|
|
8063
8063
|
*
|
|
@@ -8898,7 +8898,7 @@ export declare namespace batch {
|
|
|
8898
8898
|
*/
|
|
8899
8899
|
dependsOn?: outputs.batch.JobDefinitionTaskContainerDependency[];
|
|
8900
8900
|
/**
|
|
8901
|
-
* The environment variables to pass to a container. This parameter maps to Env
|
|
8901
|
+
* The environment variables to pass to a container. This parameter maps to Env in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
|
|
8902
8902
|
*
|
|
8903
8903
|
* > We don't recommend using plaintext environment variables for sensitive information, such as credential data. > Environment variables cannot start with `AWS_BATCH` . This naming convention is reserved for variables that AWS Batch sets.
|
|
8904
8904
|
*/
|
|
@@ -11097,6 +11097,9 @@ export declare namespace bedrock {
|
|
|
11097
11097
|
* Settings for an Amazon Kendra knowledge base.
|
|
11098
11098
|
*/
|
|
11099
11099
|
kendraKnowledgeBaseConfiguration?: outputs.bedrock.KnowledgeBaseKendraKnowledgeBaseConfiguration;
|
|
11100
|
+
/**
|
|
11101
|
+
* Specifies configurations for a knowledge base connected to an SQL database.
|
|
11102
|
+
*/
|
|
11100
11103
|
sqlKnowledgeBaseConfiguration?: outputs.bedrock.KnowledgeBaseSqlKnowledgeBaseConfiguration;
|
|
11101
11104
|
/**
|
|
11102
11105
|
* The type of data that the data source is converted into for the knowledge base.
|
|
@@ -11262,14 +11265,26 @@ export declare namespace bedrock {
|
|
|
11262
11265
|
* Configurations for generating Redshift engine queries
|
|
11263
11266
|
*/
|
|
11264
11267
|
interface KnowledgeBaseQueryGenerationConfiguration {
|
|
11268
|
+
/**
|
|
11269
|
+
* The time after which query generation will time out.
|
|
11270
|
+
*/
|
|
11265
11271
|
executionTimeoutSeconds?: number;
|
|
11272
|
+
/**
|
|
11273
|
+
* Specifies configurations for context to use during query generation.
|
|
11274
|
+
*/
|
|
11266
11275
|
generationContext?: outputs.bedrock.KnowledgeBaseQueryGenerationContext;
|
|
11267
11276
|
}
|
|
11268
11277
|
/**
|
|
11269
11278
|
* Context used to improve query generation
|
|
11270
11279
|
*/
|
|
11271
11280
|
interface KnowledgeBaseQueryGenerationContext {
|
|
11281
|
+
/**
|
|
11282
|
+
* An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
|
|
11283
|
+
*/
|
|
11272
11284
|
curatedQueries?: outputs.bedrock.KnowledgeBaseCuratedQuery[];
|
|
11285
|
+
/**
|
|
11286
|
+
* An array of objects, each of which defines information about a table in the database.
|
|
11287
|
+
*/
|
|
11273
11288
|
tables?: outputs.bedrock.KnowledgeBaseQueryGenerationTable[];
|
|
11274
11289
|
}
|
|
11275
11290
|
/**
|
|
@@ -11331,8 +11346,17 @@ export declare namespace bedrock {
|
|
|
11331
11346
|
* Configurations for a Redshift knowledge base
|
|
11332
11347
|
*/
|
|
11333
11348
|
interface KnowledgeBaseRedshiftConfiguration {
|
|
11349
|
+
/**
|
|
11350
|
+
* Specifies configurations for an Amazon Redshift query engine.
|
|
11351
|
+
*/
|
|
11334
11352
|
queryEngineConfiguration: outputs.bedrock.KnowledgeBaseRedshiftQueryEngineConfiguration;
|
|
11353
|
+
/**
|
|
11354
|
+
* Specifies configurations for generating queries.
|
|
11355
|
+
*/
|
|
11335
11356
|
queryGenerationConfiguration?: outputs.bedrock.KnowledgeBaseQueryGenerationConfiguration;
|
|
11357
|
+
/**
|
|
11358
|
+
* Specifies configurations for Amazon Redshift database storage.
|
|
11359
|
+
*/
|
|
11336
11360
|
storageConfigurations: outputs.bedrock.KnowledgeBaseRedshiftQueryEngineStorageConfiguration[];
|
|
11337
11361
|
}
|
|
11338
11362
|
/**
|
|
@@ -11343,14 +11367,26 @@ export declare namespace bedrock {
|
|
|
11343
11367
|
* Redshift database user
|
|
11344
11368
|
*/
|
|
11345
11369
|
databaseUser?: string;
|
|
11370
|
+
/**
|
|
11371
|
+
* The type of authentication to use.
|
|
11372
|
+
*/
|
|
11346
11373
|
type: enums.bedrock.KnowledgeBaseRedshiftProvisionedAuthType;
|
|
11374
|
+
/**
|
|
11375
|
+
* The ARN of an Secrets Manager secret for authentication.
|
|
11376
|
+
*/
|
|
11347
11377
|
usernamePasswordSecretArn?: string;
|
|
11348
11378
|
}
|
|
11349
11379
|
/**
|
|
11350
11380
|
* Configurations for provisioned Redshift query engine
|
|
11351
11381
|
*/
|
|
11352
11382
|
interface KnowledgeBaseRedshiftProvisionedConfiguration {
|
|
11383
|
+
/**
|
|
11384
|
+
* Specifies configurations for authentication to Amazon Redshift.
|
|
11385
|
+
*/
|
|
11353
11386
|
authConfiguration: outputs.bedrock.KnowledgeBaseRedshiftProvisionedAuthConfiguration;
|
|
11387
|
+
/**
|
|
11388
|
+
* The ID of the Amazon Redshift cluster.
|
|
11389
|
+
*/
|
|
11354
11390
|
clusterIdentifier: string;
|
|
11355
11391
|
}
|
|
11356
11392
|
/**
|
|
@@ -11363,8 +11399,17 @@ export declare namespace bedrock {
|
|
|
11363
11399
|
* Configurations for Redshift query engine
|
|
11364
11400
|
*/
|
|
11365
11401
|
interface KnowledgeBaseRedshiftQueryEngineConfiguration {
|
|
11402
|
+
/**
|
|
11403
|
+
* Specifies configurations for a provisioned Amazon Redshift query engine.
|
|
11404
|
+
*/
|
|
11366
11405
|
provisionedConfiguration?: outputs.bedrock.KnowledgeBaseRedshiftProvisionedConfiguration;
|
|
11406
|
+
/**
|
|
11407
|
+
* Specifies configurations for a serverless Amazon Redshift query engine.
|
|
11408
|
+
*/
|
|
11367
11409
|
serverlessConfiguration?: outputs.bedrock.KnowledgeBaseRedshiftServerlessConfiguration;
|
|
11410
|
+
/**
|
|
11411
|
+
* The type of query engine.
|
|
11412
|
+
*/
|
|
11368
11413
|
type: enums.bedrock.KnowledgeBaseRedshiftQueryEngineType;
|
|
11369
11414
|
}
|
|
11370
11415
|
/**
|
|
@@ -11385,14 +11430,26 @@ export declare namespace bedrock {
|
|
|
11385
11430
|
* Configurations for Redshift query engine serverless auth setup
|
|
11386
11431
|
*/
|
|
11387
11432
|
interface KnowledgeBaseRedshiftServerlessAuthConfiguration {
|
|
11433
|
+
/**
|
|
11434
|
+
* The type of authentication to use.
|
|
11435
|
+
*/
|
|
11388
11436
|
type: enums.bedrock.KnowledgeBaseRedshiftServerlessAuthType;
|
|
11437
|
+
/**
|
|
11438
|
+
* The ARN of an Secrets Manager secret for authentication.
|
|
11439
|
+
*/
|
|
11389
11440
|
usernamePasswordSecretArn?: string;
|
|
11390
11441
|
}
|
|
11391
11442
|
/**
|
|
11392
11443
|
* Configurations for serverless Redshift query engine
|
|
11393
11444
|
*/
|
|
11394
11445
|
interface KnowledgeBaseRedshiftServerlessConfiguration {
|
|
11446
|
+
/**
|
|
11447
|
+
* Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.
|
|
11448
|
+
*/
|
|
11395
11449
|
authConfiguration: outputs.bedrock.KnowledgeBaseRedshiftServerlessAuthConfiguration;
|
|
11450
|
+
/**
|
|
11451
|
+
* The ARN of the Amazon Redshift workgroup.
|
|
11452
|
+
*/
|
|
11396
11453
|
workgroupArn: string;
|
|
11397
11454
|
}
|
|
11398
11455
|
/**
|
|
@@ -11408,7 +11465,13 @@ export declare namespace bedrock {
|
|
|
11408
11465
|
* Configurations for a SQL knowledge base
|
|
11409
11466
|
*/
|
|
11410
11467
|
interface KnowledgeBaseSqlKnowledgeBaseConfiguration {
|
|
11468
|
+
/**
|
|
11469
|
+
* Specifies configurations for a knowledge base connected to an Amazon Redshift database.
|
|
11470
|
+
*/
|
|
11411
11471
|
redshiftConfiguration?: outputs.bedrock.KnowledgeBaseRedshiftConfiguration;
|
|
11472
|
+
/**
|
|
11473
|
+
* The type of SQL database to connect to the knowledge base.
|
|
11474
|
+
*/
|
|
11412
11475
|
type: enums.bedrock.KnowledgeBaseQueryEngineType;
|
|
11413
11476
|
}
|
|
11414
11477
|
/**
|
|
@@ -11819,6 +11882,9 @@ export declare namespace bedrock {
|
|
|
11819
11882
|
* Prompt variant
|
|
11820
11883
|
*/
|
|
11821
11884
|
interface PromptVersionPromptVariant {
|
|
11885
|
+
/**
|
|
11886
|
+
* Specifies a generative AI resource with which to use the prompt.
|
|
11887
|
+
*/
|
|
11822
11888
|
genAiResource?: outputs.bedrock.PromptVersionPromptGenAiResourceProperties;
|
|
11823
11889
|
/**
|
|
11824
11890
|
* Contains inference configurations for the prompt variant.
|
|
@@ -15530,7 +15596,7 @@ export declare namespace codepipeline {
|
|
|
15530
15596
|
*/
|
|
15531
15597
|
interface PipelineFailureConditions {
|
|
15532
15598
|
/**
|
|
15533
|
-
* The conditions that are configured as failure conditions.
|
|
15599
|
+
* The conditions that are configured as failure conditions. For more information about conditions, see [Stage conditions](https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html) and [How do stage conditions work?](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html) .
|
|
15534
15600
|
*/
|
|
15535
15601
|
conditions?: outputs.codepipeline.PipelineCondition[];
|
|
15536
15602
|
/**
|
|
@@ -18845,7 +18911,7 @@ export declare namespace customerprofiles {
|
|
|
18845
18911
|
*/
|
|
18846
18912
|
scheduleOffset?: number;
|
|
18847
18913
|
/**
|
|
18848
|
-
* Specifies the scheduled start time for a scheduled-trigger flow.
|
|
18914
|
+
* Specifies the scheduled start time for a scheduled-trigger flow. The value must be a date/time value in EPOCH format.
|
|
18849
18915
|
*/
|
|
18850
18916
|
scheduleStartTime?: number;
|
|
18851
18917
|
/**
|
|
@@ -23555,8 +23621,9 @@ export declare namespace ec2 {
|
|
|
23555
23621
|
acceleratorTotalMemoryMiB?: outputs.ec2.LaunchTemplateAcceleratorTotalMemoryMiB;
|
|
23556
23622
|
/**
|
|
23557
23623
|
* The accelerator types that must be on the instance type.
|
|
23558
|
-
* + For instance types with GPU accelerators, specify ``gpu``.
|
|
23559
23624
|
* + For instance types with FPGA accelerators, specify ``fpga``.
|
|
23625
|
+
* + For instance types with GPU accelerators, specify ``gpu``.
|
|
23626
|
+
* + For instance types with Inference accelerators, specify ``inference``.
|
|
23560
23627
|
*
|
|
23561
23628
|
* Default: Any accelerator type
|
|
23562
23629
|
*/
|
|
@@ -23861,7 +23928,8 @@ export declare namespace ec2 {
|
|
|
23861
23928
|
*/
|
|
23862
23929
|
description?: string;
|
|
23863
23930
|
/**
|
|
23864
|
-
* The device index for the network interface attachment.
|
|
23931
|
+
* The device index for the network interface attachment. If the network interface is of type ``interface``, you must specify a device index.
|
|
23932
|
+
* 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``.
|
|
23865
23933
|
*/
|
|
23866
23934
|
deviceIndex?: number;
|
|
23867
23935
|
/**
|
|
@@ -26076,6 +26144,43 @@ export declare namespace ec2 {
|
|
|
26076
26144
|
*/
|
|
26077
26145
|
tenantId?: string;
|
|
26078
26146
|
}
|
|
26147
|
+
/**
|
|
26148
|
+
* The OpenID Connect details for an oidc -type, user-identity based trust provider for L4.
|
|
26149
|
+
*/
|
|
26150
|
+
interface VerifiedAccessTrustProviderNativeApplicationOidcOptions {
|
|
26151
|
+
/**
|
|
26152
|
+
* The OIDC authorization endpoint.
|
|
26153
|
+
*/
|
|
26154
|
+
authorizationEndpoint?: string;
|
|
26155
|
+
/**
|
|
26156
|
+
* The client identifier.
|
|
26157
|
+
*/
|
|
26158
|
+
clientId?: string;
|
|
26159
|
+
/**
|
|
26160
|
+
* The client secret.
|
|
26161
|
+
*/
|
|
26162
|
+
clientSecret?: string;
|
|
26163
|
+
/**
|
|
26164
|
+
* The OIDC issuer.
|
|
26165
|
+
*/
|
|
26166
|
+
issuer?: string;
|
|
26167
|
+
/**
|
|
26168
|
+
* The public signing key for endpoint
|
|
26169
|
+
*/
|
|
26170
|
+
publicSigningKeyEndpoint?: string;
|
|
26171
|
+
/**
|
|
26172
|
+
* OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to details of a user. Each scope returns a specific set of user attributes.
|
|
26173
|
+
*/
|
|
26174
|
+
scope?: string;
|
|
26175
|
+
/**
|
|
26176
|
+
* The OIDC token endpoint.
|
|
26177
|
+
*/
|
|
26178
|
+
tokenEndpoint?: string;
|
|
26179
|
+
/**
|
|
26180
|
+
* The OIDC user info endpoint.
|
|
26181
|
+
*/
|
|
26182
|
+
userInfoEndpoint?: string;
|
|
26183
|
+
}
|
|
26079
26184
|
/**
|
|
26080
26185
|
* The OpenID Connect details for an oidc -type, user-identity based trust provider.
|
|
26081
26186
|
*/
|
|
@@ -30012,6 +30117,10 @@ export declare namespace emrserverless {
|
|
|
30012
30117
|
* Managed log persistence configurations for a JobRun.
|
|
30013
30118
|
*/
|
|
30014
30119
|
managedPersistenceMonitoringConfiguration?: outputs.emrserverless.ApplicationManagedPersistenceMonitoringConfiguration;
|
|
30120
|
+
/**
|
|
30121
|
+
* Prometheus monitoring configurations for a JobRun.
|
|
30122
|
+
*/
|
|
30123
|
+
prometheusMonitoringConfiguration?: outputs.emrserverless.ApplicationPrometheusMonitoringConfiguration;
|
|
30015
30124
|
/**
|
|
30016
30125
|
* S3 monitoring configurations for a JobRun.
|
|
30017
30126
|
*/
|
|
@@ -30027,6 +30136,12 @@ export declare namespace emrserverless {
|
|
|
30027
30136
|
*/
|
|
30028
30137
|
subnetIds?: string[];
|
|
30029
30138
|
}
|
|
30139
|
+
interface ApplicationPrometheusMonitoringConfiguration {
|
|
30140
|
+
/**
|
|
30141
|
+
* The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
|
|
30142
|
+
*/
|
|
30143
|
+
remoteWriteUrl?: string;
|
|
30144
|
+
}
|
|
30030
30145
|
interface ApplicationS3MonitoringConfiguration {
|
|
30031
30146
|
/**
|
|
30032
30147
|
* KMS key ARN to encrypt the logs stored in given s3
|
|
@@ -32806,16 +32921,16 @@ export declare namespace gamelift {
|
|
|
32806
32921
|
}
|
|
32807
32922
|
interface GameSessionQueuePriorityConfiguration {
|
|
32808
32923
|
/**
|
|
32809
|
-
* The prioritization order to use for fleet locations, when the `PriorityOrder` property includes `LOCATION` . Locations
|
|
32924
|
+
* The prioritization order to use for fleet locations, when the `PriorityOrder` property includes `LOCATION` . Locations can include AWS Region codes (such as `us-west-2` ), local zones, and custom locations (for Anywhere fleets). Each location must be listed only once. For details, see [Amazon GameLift service locations.](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html)
|
|
32810
32925
|
*/
|
|
32811
32926
|
locationOrder?: string[];
|
|
32812
32927
|
/**
|
|
32813
|
-
*
|
|
32928
|
+
* A custom sequence to use when prioritizing where to place new game sessions. Each priority type is listed once.
|
|
32814
32929
|
*
|
|
32815
|
-
* - `LATENCY` --
|
|
32816
|
-
* - `COST` --
|
|
32817
|
-
* - `DESTINATION` --
|
|
32818
|
-
* - `LOCATION` --
|
|
32930
|
+
* - `LATENCY` -- Amazon GameLift prioritizes locations where the average player latency is lowest. Player latency data is provided in each game session placement request.
|
|
32931
|
+
* - `COST` -- Amazon GameLift prioritizes destinations with the lowest current hosting costs. Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand) of each destination in the queue.
|
|
32932
|
+
* - `DESTINATION` -- Amazon GameLift prioritizes based on the list order of destinations in the queue configuration.
|
|
32933
|
+
* - `LOCATION` -- Amazon GameLift prioritizes based on the provided order of locations, as defined in `LocationOrder` .
|
|
32819
32934
|
*/
|
|
32820
32935
|
priorityOrder?: enums.gamelift.GameSessionQueuePriorityOrderItem[];
|
|
32821
32936
|
}
|
|
@@ -34421,6 +34536,16 @@ export declare namespace guardduty {
|
|
|
34421
34536
|
*/
|
|
34422
34537
|
status?: string;
|
|
34423
34538
|
}
|
|
34539
|
+
interface PublishingDestinationCfnDestinationProperties {
|
|
34540
|
+
/**
|
|
34541
|
+
* The ARN of the resource to publish to.
|
|
34542
|
+
*/
|
|
34543
|
+
destinationArn?: string;
|
|
34544
|
+
/**
|
|
34545
|
+
* The ARN of the KMS key to use for encryption.
|
|
34546
|
+
*/
|
|
34547
|
+
kmsKeyArn?: string;
|
|
34548
|
+
}
|
|
34424
34549
|
}
|
|
34425
34550
|
export declare namespace healthlake {
|
|
34426
34551
|
/**
|
|
@@ -81223,6 +81348,12 @@ export declare namespace quicksight {
|
|
|
81223
81348
|
*/
|
|
81224
81349
|
useOrdering?: enums.quicksight.TopicColumnOrderingType;
|
|
81225
81350
|
}
|
|
81351
|
+
/**
|
|
81352
|
+
* Model for configuration of a Topic
|
|
81353
|
+
*/
|
|
81354
|
+
interface TopicConfigOptions {
|
|
81355
|
+
qBusinessInsightsEnabled?: boolean;
|
|
81356
|
+
}
|
|
81226
81357
|
interface TopicDataAggregation {
|
|
81227
81358
|
/**
|
|
81228
81359
|
* The level of time precision that is used to aggregate `DateTime` values.
|
|
@@ -83703,6 +83834,16 @@ export declare namespace s3 {
|
|
|
83703
83834
|
* A lifecycle rule for individual objects in an Amazon S3 bucket.
|
|
83704
83835
|
*/
|
|
83705
83836
|
rules: outputs.s3.BucketRule[];
|
|
83837
|
+
/**
|
|
83838
|
+
* Indicates which default minimum object size behavior is applied to the lifecycle configuration.
|
|
83839
|
+
*
|
|
83840
|
+
* > This parameter applies to general purpose buckets only. It isn't supported for directory bucket lifecycle configurations.
|
|
83841
|
+
*
|
|
83842
|
+
* - `all_storage_classes_128K` - Objects smaller than 128 KB will not transition to any storage class by default.
|
|
83843
|
+
* - `varies_by_storage_class` - Objects smaller than 128 KB will transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes will prevent transitions smaller than 128 KB.
|
|
83844
|
+
*
|
|
83845
|
+
* To customize the minimum object size for any transition you can add a filter that specifies a custom `ObjectSizeGreaterThan` or `ObjectSizeLessThan` in the body of your transition rule. Custom filters always take precedence over the default transition behavior.
|
|
83846
|
+
*/
|
|
83706
83847
|
transitionDefaultMinimumObjectSize?: enums.s3.BucketLifecycleConfigurationTransitionDefaultMinimumObjectSize;
|
|
83707
83848
|
}
|
|
83708
83849
|
/**
|
|
@@ -92114,6 +92255,9 @@ export declare namespace ssmincidents {
|
|
|
92114
92255
|
* The ReplicationSet regional configuration.
|
|
92115
92256
|
*/
|
|
92116
92257
|
interface ReplicationSetRegionConfiguration {
|
|
92258
|
+
/**
|
|
92259
|
+
* The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
|
|
92260
|
+
*/
|
|
92117
92261
|
sseKmsKeyId: string;
|
|
92118
92262
|
}
|
|
92119
92263
|
/**
|
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;;;AAg2iBjF,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"}
|