@pulumi/aws 6.69.0 → 6.70.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/backup/selection.d.ts +6 -6
- package/bedrockmodel/invocationLoggingConfiguration.d.ts +3 -3
- package/cloudfront/vpcOrigin.d.ts +1 -1
- package/cloudfront/vpcOrigin.js +1 -1
- package/cloudwatch/contributorInsightRule.d.ts +133 -0
- package/cloudwatch/contributorInsightRule.js +91 -0
- package/cloudwatch/contributorInsightRule.js.map +1 -0
- package/cloudwatch/contributorManagedInsightRule.d.ts +113 -0
- package/cloudwatch/contributorManagedInsightRule.js +80 -0
- package/cloudwatch/contributorManagedInsightRule.js.map +1 -0
- package/cloudwatch/getContributorManagedInsightRules.d.ts +79 -0
- package/cloudwatch/getContributorManagedInsightRules.js +54 -0
- package/cloudwatch/getContributorManagedInsightRules.js.map +1 -0
- package/cloudwatch/index.d.ts +9 -0
- package/cloudwatch/index.js +14 -1
- package/cloudwatch/index.js.map +1 -1
- package/connect/instanceStorageConfig.d.ts +3 -3
- package/detective/invitationAccepter.d.ts +1 -1
- package/detective/invitationAccepter.js +1 -1
- package/detective/member.d.ts +1 -1
- package/detective/member.js +1 -1
- package/dms/replicationInstance.d.ts +1 -1
- package/dms/replicationInstance.js +1 -1
- package/docdb/cluster.d.ts +3 -3
- package/dynamodb/getTable.d.ts +1 -0
- package/dynamodb/getTable.js.map +1 -1
- package/dynamodb/tableExport.d.ts +40 -3
- package/dynamodb/tableExport.js +21 -0
- package/dynamodb/tableExport.js.map +1 -1
- package/eks/cluster.d.ts +61 -6
- package/eks/cluster.js +55 -0
- package/eks/cluster.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/qbusiness/application.d.ts +187 -0
- package/qbusiness/application.js +105 -0
- package/qbusiness/application.js.map +1 -0
- package/qbusiness/index.d.ts +3 -0
- package/qbusiness/index.js +22 -0
- package/qbusiness/index.js.map +1 -0
- package/quicksight/dataSource.d.ts +84 -0
- package/quicksight/dataSource.js +84 -0
- package/quicksight/dataSource.js.map +1 -1
- package/rds/instance.d.ts +6 -12
- package/rds/instance.js.map +1 -1
- package/redshift/cluster.d.ts +9 -9
- package/redshiftserverless/namespace.d.ts +12 -6
- package/redshiftserverless/namespace.js.map +1 -1
- package/rekognition/streamProcessor.d.ts +16 -2
- package/rekognition/streamProcessor.js +2 -0
- package/rekognition/streamProcessor.js.map +1 -1
- package/route53/resolverEndpoint.d.ts +12 -6
- package/route53/resolverEndpoint.js.map +1 -1
- package/s3tables/table.d.ts +6 -3
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +6 -6
- package/secretsmanager/secretVersion.d.ts +6 -6
- package/ses/domainIdentityVerification.d.ts +2 -2
- package/ses/domainIdentityVerification.js +2 -2
- package/ssm/parameter.d.ts +3 -9
- package/ssm/parameter.js.map +1 -1
- package/types/input.d.ts +140 -53
- package/types/input.js.map +1 -1
- package/types/output.d.ts +174 -50
- package/types/output.js.map +1 -1
- package/vpclattice/accessLogSubscription.d.ts +18 -0
- package/vpclattice/accessLogSubscription.js +2 -0
- package/vpclattice/accessLogSubscription.js.map +1 -1
- package/vpclattice/resourceConfiguration.d.ts +1 -0
- package/vpclattice/resourceConfiguration.js +1 -0
- package/vpclattice/resourceConfiguration.js.map +1 -1
package/types/input.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA6//DjF,IAAiB,GAAG,CAybnB;AAzbD,WAAiB,GAAG;IAyXhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwDL,CAAC,EAzbgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAybnB"}
|
package/types/output.d.ts
CHANGED
|
@@ -9308,62 +9308,74 @@ export declare namespace backup {
|
|
|
9308
9308
|
value: string;
|
|
9309
9309
|
}
|
|
9310
9310
|
interface SelectionCondition {
|
|
9311
|
+
/**
|
|
9312
|
+
* Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching". See below for details.
|
|
9313
|
+
*/
|
|
9311
9314
|
stringEquals?: outputs.backup.SelectionConditionStringEqual[];
|
|
9315
|
+
/**
|
|
9316
|
+
* Filters the values of your tagged resources for matching tag values with the use of a wildcard character (`*`) anywhere in the string. For example, `prod*` or `*rod*` matches the tag value `production`. See below for details.
|
|
9317
|
+
*/
|
|
9312
9318
|
stringLikes?: outputs.backup.SelectionConditionStringLike[];
|
|
9319
|
+
/**
|
|
9320
|
+
* Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching". See below for details.
|
|
9321
|
+
*/
|
|
9313
9322
|
stringNotEquals?: outputs.backup.SelectionConditionStringNotEqual[];
|
|
9323
|
+
/**
|
|
9324
|
+
* Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (`*`) anywhere in the string. See below for details.
|
|
9325
|
+
*/
|
|
9314
9326
|
stringNotLikes?: outputs.backup.SelectionConditionStringNotLike[];
|
|
9315
9327
|
}
|
|
9316
9328
|
interface SelectionConditionStringEqual {
|
|
9317
9329
|
/**
|
|
9318
|
-
*
|
|
9330
|
+
* Key for the filter.
|
|
9319
9331
|
*/
|
|
9320
9332
|
key: string;
|
|
9321
9333
|
/**
|
|
9322
|
-
*
|
|
9334
|
+
* Value for the filter.
|
|
9323
9335
|
*/
|
|
9324
9336
|
value: string;
|
|
9325
9337
|
}
|
|
9326
9338
|
interface SelectionConditionStringLike {
|
|
9327
9339
|
/**
|
|
9328
|
-
*
|
|
9340
|
+
* Key for the filter.
|
|
9329
9341
|
*/
|
|
9330
9342
|
key: string;
|
|
9331
9343
|
/**
|
|
9332
|
-
*
|
|
9344
|
+
* Value for the filter.
|
|
9333
9345
|
*/
|
|
9334
9346
|
value: string;
|
|
9335
9347
|
}
|
|
9336
9348
|
interface SelectionConditionStringNotEqual {
|
|
9337
9349
|
/**
|
|
9338
|
-
*
|
|
9350
|
+
* Key for the filter.
|
|
9339
9351
|
*/
|
|
9340
9352
|
key: string;
|
|
9341
9353
|
/**
|
|
9342
|
-
*
|
|
9354
|
+
* Value for the filter.
|
|
9343
9355
|
*/
|
|
9344
9356
|
value: string;
|
|
9345
9357
|
}
|
|
9346
9358
|
interface SelectionConditionStringNotLike {
|
|
9347
9359
|
/**
|
|
9348
|
-
*
|
|
9360
|
+
* Key for the filter.
|
|
9349
9361
|
*/
|
|
9350
9362
|
key: string;
|
|
9351
9363
|
/**
|
|
9352
|
-
*
|
|
9364
|
+
* Value for the filter.
|
|
9353
9365
|
*/
|
|
9354
9366
|
value: string;
|
|
9355
9367
|
}
|
|
9356
9368
|
interface SelectionSelectionTag {
|
|
9357
9369
|
/**
|
|
9358
|
-
*
|
|
9370
|
+
* Key for the filter.
|
|
9359
9371
|
*/
|
|
9360
9372
|
key: string;
|
|
9361
9373
|
/**
|
|
9362
|
-
* An operation, such as `STRINGEQUALS`, that is applied to
|
|
9374
|
+
* An operation, such as `STRINGEQUALS`, that is applied to the key-value pair used to filter resources in a selection.
|
|
9363
9375
|
*/
|
|
9364
9376
|
type: string;
|
|
9365
9377
|
/**
|
|
9366
|
-
*
|
|
9378
|
+
* Value for the filter.
|
|
9367
9379
|
*/
|
|
9368
9380
|
value: string;
|
|
9369
9381
|
}
|
|
@@ -10851,6 +10863,9 @@ export declare namespace bedrock {
|
|
|
10851
10863
|
* Type of storage for the data source. Valid values: `S3`.
|
|
10852
10864
|
*/
|
|
10853
10865
|
type: string;
|
|
10866
|
+
/**
|
|
10867
|
+
* Details about the configuration of the web data source. See `webDataSourceConfiguration` block for details.
|
|
10868
|
+
*/
|
|
10854
10869
|
webConfiguration?: outputs.bedrock.AgentDataSourceDataSourceConfigurationWebConfiguration;
|
|
10855
10870
|
}
|
|
10856
10871
|
interface AgentDataSourceDataSourceConfigurationConfluenceConfiguration {
|
|
@@ -10882,13 +10897,7 @@ export declare namespace bedrock {
|
|
|
10882
10897
|
filters?: outputs.bedrock.AgentDataSourceDataSourceConfigurationConfluenceConfigurationCrawlerConfigurationFilterConfigurationPatternObjectFilterFilter[];
|
|
10883
10898
|
}
|
|
10884
10899
|
interface AgentDataSourceDataSourceConfigurationConfluenceConfigurationCrawlerConfigurationFilterConfigurationPatternObjectFilterFilter {
|
|
10885
|
-
/**
|
|
10886
|
-
* A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.
|
|
10887
|
-
*/
|
|
10888
10900
|
exclusionFilters?: string[];
|
|
10889
|
-
/**
|
|
10890
|
-
* A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.
|
|
10891
|
-
*/
|
|
10892
10901
|
inclusionFilters?: string[];
|
|
10893
10902
|
/**
|
|
10894
10903
|
* The supported object type or content type of the data source.
|
|
@@ -10956,13 +10965,7 @@ export declare namespace bedrock {
|
|
|
10956
10965
|
filters?: outputs.bedrock.AgentDataSourceDataSourceConfigurationSalesforceConfigurationCrawlerConfigurationFilterConfigurationPatternObjectFilterFilter[];
|
|
10957
10966
|
}
|
|
10958
10967
|
interface AgentDataSourceDataSourceConfigurationSalesforceConfigurationCrawlerConfigurationFilterConfigurationPatternObjectFilterFilter {
|
|
10959
|
-
/**
|
|
10960
|
-
* A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.
|
|
10961
|
-
*/
|
|
10962
10968
|
exclusionFilters?: string[];
|
|
10963
|
-
/**
|
|
10964
|
-
* A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.
|
|
10965
|
-
*/
|
|
10966
10969
|
inclusionFilters?: string[];
|
|
10967
10970
|
/**
|
|
10968
10971
|
* The supported object type or content type of the data source.
|
|
@@ -11012,13 +11015,7 @@ export declare namespace bedrock {
|
|
|
11012
11015
|
filters?: outputs.bedrock.AgentDataSourceDataSourceConfigurationSharePointConfigurationCrawlerConfigurationFilterConfigurationPatternObjectFilterFilter[];
|
|
11013
11016
|
}
|
|
11014
11017
|
interface AgentDataSourceDataSourceConfigurationSharePointConfigurationCrawlerConfigurationFilterConfigurationPatternObjectFilterFilter {
|
|
11015
|
-
/**
|
|
11016
|
-
* A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.
|
|
11017
|
-
*/
|
|
11018
11018
|
exclusionFilters?: string[];
|
|
11019
|
-
/**
|
|
11020
|
-
* A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.
|
|
11021
|
-
*/
|
|
11022
11019
|
inclusionFilters?: string[];
|
|
11023
11020
|
/**
|
|
11024
11021
|
* The supported object type or content type of the data source.
|
|
@@ -11056,29 +11053,53 @@ export declare namespace bedrock {
|
|
|
11056
11053
|
sourceConfiguration?: outputs.bedrock.AgentDataSourceDataSourceConfigurationWebConfigurationSourceConfiguration;
|
|
11057
11054
|
}
|
|
11058
11055
|
interface AgentDataSourceDataSourceConfigurationWebConfigurationCrawlerConfiguration {
|
|
11056
|
+
/**
|
|
11057
|
+
* Configuration of crawl limits for the web URLs. See `crawlerLimits` block for details.
|
|
11058
|
+
*/
|
|
11059
11059
|
crawlerLimits?: outputs.bedrock.AgentDataSourceDataSourceConfigurationWebConfigurationCrawlerConfigurationCrawlerLimits;
|
|
11060
11060
|
/**
|
|
11061
|
-
*
|
|
11061
|
+
* List of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.
|
|
11062
11062
|
*/
|
|
11063
11063
|
exclusionFilters?: string[];
|
|
11064
11064
|
/**
|
|
11065
|
-
*
|
|
11065
|
+
* List of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.
|
|
11066
11066
|
*/
|
|
11067
11067
|
inclusionFilters?: string[];
|
|
11068
|
+
/**
|
|
11069
|
+
* Scope of what is crawled for your URLs.
|
|
11070
|
+
*/
|
|
11068
11071
|
scope?: string;
|
|
11072
|
+
/**
|
|
11073
|
+
* String used for identifying the crawler or a bot when it accesses a web server. Default value is `bedrockbot_UUID`.
|
|
11074
|
+
*/
|
|
11069
11075
|
userAgent?: string;
|
|
11070
11076
|
}
|
|
11071
11077
|
interface AgentDataSourceDataSourceConfigurationWebConfigurationCrawlerConfigurationCrawlerLimits {
|
|
11078
|
+
/**
|
|
11079
|
+
* Max number of web pages crawled from your source URLs, up to 25,000 pages.
|
|
11080
|
+
*/
|
|
11072
11081
|
maxPages?: number;
|
|
11082
|
+
/**
|
|
11083
|
+
* Max rate at which pages are crawled, up to 300 per minute per host.
|
|
11084
|
+
*/
|
|
11073
11085
|
rateLimit?: number;
|
|
11074
11086
|
}
|
|
11075
11087
|
interface AgentDataSourceDataSourceConfigurationWebConfigurationSourceConfiguration {
|
|
11088
|
+
/**
|
|
11089
|
+
* The URL configuration of your web data source. See `urlConfiguration` block for details.
|
|
11090
|
+
*/
|
|
11076
11091
|
urlConfiguration?: outputs.bedrock.AgentDataSourceDataSourceConfigurationWebConfigurationSourceConfigurationUrlConfiguration;
|
|
11077
11092
|
}
|
|
11078
11093
|
interface AgentDataSourceDataSourceConfigurationWebConfigurationSourceConfigurationUrlConfiguration {
|
|
11094
|
+
/**
|
|
11095
|
+
* List of one or more seed URLs to crawl. See `seedUrls` block for details.
|
|
11096
|
+
*/
|
|
11079
11097
|
seedUrls?: outputs.bedrock.AgentDataSourceDataSourceConfigurationWebConfigurationSourceConfigurationUrlConfigurationSeedUrl[];
|
|
11080
11098
|
}
|
|
11081
11099
|
interface AgentDataSourceDataSourceConfigurationWebConfigurationSourceConfigurationUrlConfigurationSeedUrl {
|
|
11100
|
+
/**
|
|
11101
|
+
* Seed or starting point URL. Must match the pattern `^https?://[A-Za-z0-9][^\s]*$`.
|
|
11102
|
+
*/
|
|
11082
11103
|
url?: string;
|
|
11083
11104
|
}
|
|
11084
11105
|
interface AgentDataSourceServerSideEncryptionConfiguration {
|
|
@@ -11880,29 +11901,33 @@ export declare namespace bedrockfoundation {
|
|
|
11880
11901
|
export declare namespace bedrockmodel {
|
|
11881
11902
|
interface InvocationLoggingConfigurationLoggingConfig {
|
|
11882
11903
|
/**
|
|
11883
|
-
* CloudWatch logging configuration.
|
|
11904
|
+
* CloudWatch logging configuration. See `cloudwatchConfig` Block for details.
|
|
11884
11905
|
*/
|
|
11885
11906
|
cloudwatchConfig?: outputs.bedrockmodel.InvocationLoggingConfigurationLoggingConfigCloudwatchConfig;
|
|
11886
11907
|
/**
|
|
11887
|
-
* Set to include embeddings data in the log delivery.
|
|
11908
|
+
* Set to include embeddings data in the log delivery. Defaults to `true`.
|
|
11888
11909
|
*/
|
|
11889
11910
|
embeddingDataDeliveryEnabled: boolean;
|
|
11890
11911
|
/**
|
|
11891
|
-
* Set to include image data in the log delivery.
|
|
11912
|
+
* Set to include image data in the log delivery. Defaults to `true`.
|
|
11892
11913
|
*/
|
|
11893
11914
|
imageDataDeliveryEnabled: boolean;
|
|
11894
11915
|
/**
|
|
11895
|
-
* S3 configuration for storing log data.
|
|
11916
|
+
* S3 configuration for storing log data. See `s3Config` Block for details.
|
|
11896
11917
|
*/
|
|
11897
11918
|
s3Config?: outputs.bedrockmodel.InvocationLoggingConfigurationLoggingConfigS3Config;
|
|
11898
11919
|
/**
|
|
11899
|
-
* Set to include text data in the log delivery.
|
|
11920
|
+
* Set to include text data in the log delivery. Defaults to `true`.
|
|
11900
11921
|
*/
|
|
11901
11922
|
textDataDeliveryEnabled: boolean;
|
|
11923
|
+
/**
|
|
11924
|
+
* Set to include text data in the log delivery. Defaults to `true`.
|
|
11925
|
+
*/
|
|
11926
|
+
videoDataDeliveryEnabled: boolean;
|
|
11902
11927
|
}
|
|
11903
11928
|
interface InvocationLoggingConfigurationLoggingConfigCloudwatchConfig {
|
|
11904
11929
|
/**
|
|
11905
|
-
* S3 configuration for delivering a large amount of data.
|
|
11930
|
+
* S3 configuration for delivering a large amount of data. See `largeDataDeliveryS3Config` Block for details.
|
|
11906
11931
|
*/
|
|
11907
11932
|
largeDataDeliveryS3Config?: outputs.bedrockmodel.InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config;
|
|
11908
11933
|
/**
|
|
@@ -12364,7 +12389,7 @@ export declare namespace cfg {
|
|
|
12364
12389
|
}
|
|
12365
12390
|
interface RecorderRecordingMode {
|
|
12366
12391
|
/**
|
|
12367
|
-
* Default
|
|
12392
|
+
* Default recording frequency. `CONTINUOUS` or `DAILY`.
|
|
12368
12393
|
*/
|
|
12369
12394
|
recordingFrequency?: string;
|
|
12370
12395
|
/**
|
|
@@ -15116,6 +15141,34 @@ export declare namespace cloudwatch {
|
|
|
15116
15141
|
*/
|
|
15117
15142
|
messageGroupId?: string;
|
|
15118
15143
|
}
|
|
15144
|
+
interface GetContributorManagedInsightRulesManagedRule {
|
|
15145
|
+
/**
|
|
15146
|
+
* ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
|
|
15147
|
+
*
|
|
15148
|
+
* The following arguments are optional:
|
|
15149
|
+
*
|
|
15150
|
+
* There are no optional arguments.
|
|
15151
|
+
*/
|
|
15152
|
+
resourceArn: string;
|
|
15153
|
+
/**
|
|
15154
|
+
* Describes the state of a managed rule. If the rule is enabled, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource. See `ruleState reference` below for details.
|
|
15155
|
+
*/
|
|
15156
|
+
ruleStates: outputs.cloudwatch.GetContributorManagedInsightRulesManagedRuleRuleState[];
|
|
15157
|
+
/**
|
|
15158
|
+
* Template name for the managed rule. Used to enable managed rules using `PutManagedInsightRules`.
|
|
15159
|
+
*/
|
|
15160
|
+
templateName: string;
|
|
15161
|
+
}
|
|
15162
|
+
interface GetContributorManagedInsightRulesManagedRuleRuleState {
|
|
15163
|
+
/**
|
|
15164
|
+
* Name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
|
|
15165
|
+
*/
|
|
15166
|
+
ruleName: string;
|
|
15167
|
+
/**
|
|
15168
|
+
* Indicates whether the rule is enabled or disabled.
|
|
15169
|
+
*/
|
|
15170
|
+
state: string;
|
|
15171
|
+
}
|
|
15119
15172
|
interface GetEventBusesEventBus {
|
|
15120
15173
|
/**
|
|
15121
15174
|
* The ARN of the event bus.
|
|
@@ -18725,6 +18778,10 @@ export declare namespace config {
|
|
|
18725
18778
|
* Use this to override the default service endpoint URL
|
|
18726
18779
|
*/
|
|
18727
18780
|
mediapackagev2?: string;
|
|
18781
|
+
/**
|
|
18782
|
+
* Use this to override the default service endpoint URL
|
|
18783
|
+
*/
|
|
18784
|
+
mediapackagevod?: string;
|
|
18728
18785
|
/**
|
|
18729
18786
|
* Use this to override the default service endpoint URL
|
|
18730
18787
|
*/
|
|
@@ -24302,11 +24359,16 @@ export declare namespace dynamodb {
|
|
|
24302
24359
|
*/
|
|
24303
24360
|
name: string;
|
|
24304
24361
|
nonKeyAttributes: string[];
|
|
24362
|
+
onDemandThroughputs: outputs.dynamodb.GetTableGlobalSecondaryIndexOnDemandThroughput[];
|
|
24305
24363
|
projectionType: string;
|
|
24306
24364
|
rangeKey: string;
|
|
24307
24365
|
readCapacity: number;
|
|
24308
24366
|
writeCapacity: number;
|
|
24309
24367
|
}
|
|
24368
|
+
interface GetTableGlobalSecondaryIndexOnDemandThroughput {
|
|
24369
|
+
maxReadRequestUnits: number;
|
|
24370
|
+
maxWriteRequestUnits: number;
|
|
24371
|
+
}
|
|
24310
24372
|
interface GetTableLocalSecondaryIndex {
|
|
24311
24373
|
/**
|
|
24312
24374
|
* Name of the DynamoDB table.
|
|
@@ -24316,6 +24378,10 @@ export declare namespace dynamodb {
|
|
|
24316
24378
|
projectionType: string;
|
|
24317
24379
|
rangeKey: string;
|
|
24318
24380
|
}
|
|
24381
|
+
interface GetTableOnDemandThroughput {
|
|
24382
|
+
maxReadRequestUnits: number;
|
|
24383
|
+
maxWriteRequestUnits: number;
|
|
24384
|
+
}
|
|
24319
24385
|
interface GetTablePointInTimeRecovery {
|
|
24320
24386
|
enabled: boolean;
|
|
24321
24387
|
}
|
|
@@ -24347,6 +24413,11 @@ export declare namespace dynamodb {
|
|
|
24347
24413
|
*/
|
|
24348
24414
|
type: string;
|
|
24349
24415
|
}
|
|
24416
|
+
interface TableExportIncrementalExportSpecification {
|
|
24417
|
+
exportFromTime: string;
|
|
24418
|
+
exportToTime: string;
|
|
24419
|
+
exportViewType: string;
|
|
24420
|
+
}
|
|
24350
24421
|
interface TableGlobalSecondaryIndex {
|
|
24351
24422
|
/**
|
|
24352
24423
|
* Name of the hash key in the index; must be defined as an attribute in the resource.
|
|
@@ -24484,7 +24555,10 @@ export declare namespace dynamodb {
|
|
|
24484
24555
|
*/
|
|
24485
24556
|
arn: string;
|
|
24486
24557
|
/**
|
|
24487
|
-
* ARN of the CMK that should be used for the AWS KMS encryption.
|
|
24558
|
+
* ARN of the CMK that should be used for the AWS KMS encryption.
|
|
24559
|
+
* This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`.
|
|
24560
|
+
* **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.
|
|
24561
|
+
* **Note:** Changing this value will recreate the replica.
|
|
24488
24562
|
*/
|
|
24489
24563
|
kmsKeyArn: string;
|
|
24490
24564
|
/**
|
|
@@ -24492,7 +24566,12 @@ export declare namespace dynamodb {
|
|
|
24492
24566
|
*/
|
|
24493
24567
|
pointInTimeRecovery?: boolean;
|
|
24494
24568
|
/**
|
|
24495
|
-
* Whether to propagate the global table's tags to a replica.
|
|
24569
|
+
* Whether to propagate the global table's tags to a replica.
|
|
24570
|
+
* Default is `false`.
|
|
24571
|
+
* Changes to tags only move in one direction: from global (source) to replica.
|
|
24572
|
+
* Tag drift on a replica will not trigger an update.
|
|
24573
|
+
* Tag changes on the global table are propagated to replicas.
|
|
24574
|
+
* Changing from `true` to `false` on a subsequent `apply` leaves replica tags as-is and no longer manages them.
|
|
24496
24575
|
*/
|
|
24497
24576
|
propagateTags?: boolean;
|
|
24498
24577
|
/**
|
|
@@ -32255,7 +32334,7 @@ export declare namespace eks {
|
|
|
32255
32334
|
*/
|
|
32256
32335
|
serviceIpv4Cidr: string;
|
|
32257
32336
|
/**
|
|
32258
|
-
* The CIDR block that Kubernetes pod and service IP addresses are assigned from if you
|
|
32337
|
+
* The CIDR block that Kubernetes pod and service IP addresses are assigned from if you specify `ipv6` for `ipFamily` when you create the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.
|
|
32259
32338
|
*/
|
|
32260
32339
|
serviceIpv6Cidr: string;
|
|
32261
32340
|
}
|
|
@@ -32317,9 +32396,15 @@ export declare namespace eks {
|
|
|
32317
32396
|
cidrs?: string[];
|
|
32318
32397
|
}
|
|
32319
32398
|
interface ClusterStorageConfig {
|
|
32399
|
+
/**
|
|
32400
|
+
* Configuration block with block storage configuration for the cluster. Detailed below.
|
|
32401
|
+
*/
|
|
32320
32402
|
blockStorage?: outputs.eks.ClusterStorageConfigBlockStorage;
|
|
32321
32403
|
}
|
|
32322
32404
|
interface ClusterStorageConfigBlockStorage {
|
|
32405
|
+
/**
|
|
32406
|
+
* Indicates if the block storage capability is enabled on your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete block storage volumes in your Amazon Web Services account.
|
|
32407
|
+
*/
|
|
32323
32408
|
enabled?: boolean;
|
|
32324
32409
|
}
|
|
32325
32410
|
interface ClusterUpgradePolicy {
|
|
@@ -32330,7 +32415,7 @@ export declare namespace eks {
|
|
|
32330
32415
|
}
|
|
32331
32416
|
interface ClusterVpcConfig {
|
|
32332
32417
|
/**
|
|
32333
|
-
* Cluster security group that
|
|
32418
|
+
* Cluster security group that is created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.
|
|
32334
32419
|
*/
|
|
32335
32420
|
clusterSecurityGroupId: string;
|
|
32336
32421
|
/**
|
|
@@ -37624,6 +37709,10 @@ export declare namespace glue {
|
|
|
37624
37709
|
keys?: string[];
|
|
37625
37710
|
}
|
|
37626
37711
|
interface PartitionStorageDescriptor {
|
|
37712
|
+
/**
|
|
37713
|
+
* List of locations that point to the path where a Delta table is located.
|
|
37714
|
+
*/
|
|
37715
|
+
additionalLocations?: string[];
|
|
37627
37716
|
/**
|
|
37628
37717
|
* A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
|
|
37629
37718
|
*/
|
|
@@ -66939,6 +67028,34 @@ export declare namespace pricing {
|
|
|
66939
67028
|
value: string;
|
|
66940
67029
|
}
|
|
66941
67030
|
}
|
|
67031
|
+
export declare namespace qbusiness {
|
|
67032
|
+
interface ApplicationAttachmentsConfiguration {
|
|
67033
|
+
/**
|
|
67034
|
+
* Status information about whether file upload functionality is activated or deactivated for your end user. Valid values are `ENABLED` and `DISABLED`.
|
|
67035
|
+
*/
|
|
67036
|
+
attachmentsControlMode: string;
|
|
67037
|
+
}
|
|
67038
|
+
interface ApplicationEncryptionConfiguration {
|
|
67039
|
+
/**
|
|
67040
|
+
* Identifier of the AWS KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.
|
|
67041
|
+
*/
|
|
67042
|
+
kmsKeyId: string;
|
|
67043
|
+
}
|
|
67044
|
+
interface ApplicationTimeouts {
|
|
67045
|
+
/**
|
|
67046
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
67047
|
+
*/
|
|
67048
|
+
create?: string;
|
|
67049
|
+
/**
|
|
67050
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
67051
|
+
*/
|
|
67052
|
+
delete?: string;
|
|
67053
|
+
/**
|
|
67054
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
67055
|
+
*/
|
|
67056
|
+
update?: string;
|
|
67057
|
+
}
|
|
67058
|
+
}
|
|
66942
67059
|
export declare namespace qldb {
|
|
66943
67060
|
interface StreamKinesisConfiguration {
|
|
66944
67061
|
/**
|
|
@@ -67979,6 +68096,10 @@ export declare namespace quicksight {
|
|
|
67979
68096
|
* An object containing the S3 location of the S3 manifest file.
|
|
67980
68097
|
*/
|
|
67981
68098
|
manifestFileLocation: outputs.quicksight.DataSourceParametersS3ManifestFileLocation;
|
|
68099
|
+
/**
|
|
68100
|
+
* Use the `roleArn` to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use `roleArn` to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.
|
|
68101
|
+
*/
|
|
68102
|
+
roleArn?: string;
|
|
67982
68103
|
}
|
|
67983
68104
|
interface DataSourceParametersS3ManifestFileLocation {
|
|
67984
68105
|
/**
|
|
@@ -70425,7 +70546,7 @@ export declare namespace route53 {
|
|
|
70425
70546
|
}
|
|
70426
70547
|
interface ResolverRuleTargetIp {
|
|
70427
70548
|
/**
|
|
70428
|
-
* One
|
|
70549
|
+
* One IPv4 address that you want to forward DNS queries to.
|
|
70429
70550
|
*/
|
|
70430
70551
|
ip?: string;
|
|
70431
70552
|
/**
|
|
@@ -73199,14 +73320,14 @@ export declare namespace s3tables {
|
|
|
73199
73320
|
interface TableBucketMaintenanceConfiguration {
|
|
73200
73321
|
/**
|
|
73201
73322
|
* A single Iceberg unreferenced file removal settings block.
|
|
73202
|
-
* See `icebergUnreferencedFileRemoval` below
|
|
73323
|
+
* See `icebergUnreferencedFileRemoval` below.
|
|
73203
73324
|
*/
|
|
73204
73325
|
icebergUnreferencedFileRemoval: outputs.s3tables.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval;
|
|
73205
73326
|
}
|
|
73206
73327
|
interface TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval {
|
|
73207
73328
|
/**
|
|
73208
73329
|
* Settings for unreferenced file removal.
|
|
73209
|
-
* See `iceberg_unreferenced_file_removal.settings` below
|
|
73330
|
+
* See `iceberg_unreferenced_file_removal.settings` below.
|
|
73210
73331
|
*/
|
|
73211
73332
|
settings: outputs.s3tables.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemovalSettings;
|
|
73212
73333
|
/**
|
|
@@ -73230,19 +73351,19 @@ export declare namespace s3tables {
|
|
|
73230
73351
|
interface TableMaintenanceConfiguration {
|
|
73231
73352
|
/**
|
|
73232
73353
|
* A single Iceberg compaction settings block.
|
|
73233
|
-
* See `icebergCompaction` below
|
|
73354
|
+
* See `icebergCompaction` below.
|
|
73234
73355
|
*/
|
|
73235
73356
|
icebergCompaction: outputs.s3tables.TableMaintenanceConfigurationIcebergCompaction;
|
|
73236
73357
|
/**
|
|
73237
73358
|
* A single Iceberg snapshot management settings block.
|
|
73238
|
-
* See `icebergSnapshotManagement` below
|
|
73359
|
+
* See `icebergSnapshotManagement` below.
|
|
73239
73360
|
*/
|
|
73240
73361
|
icebergSnapshotManagement: outputs.s3tables.TableMaintenanceConfigurationIcebergSnapshotManagement;
|
|
73241
73362
|
}
|
|
73242
73363
|
interface TableMaintenanceConfigurationIcebergCompaction {
|
|
73243
73364
|
/**
|
|
73244
73365
|
* Settings for compaction.
|
|
73245
|
-
* See `iceberg_compaction.settings` below
|
|
73366
|
+
* See `iceberg_compaction.settings` below.
|
|
73246
73367
|
*/
|
|
73247
73368
|
settings: outputs.s3tables.TableMaintenanceConfigurationIcebergCompactionSettings;
|
|
73248
73369
|
/**
|
|
@@ -73261,7 +73382,7 @@ export declare namespace s3tables {
|
|
|
73261
73382
|
interface TableMaintenanceConfigurationIcebergSnapshotManagement {
|
|
73262
73383
|
/**
|
|
73263
73384
|
* Settings for snapshot management.
|
|
73264
|
-
* See `iceberg_snapshot_management.settings` below
|
|
73385
|
+
* See `iceberg_snapshot_management.settings` below.
|
|
73265
73386
|
*/
|
|
73266
73387
|
settings: outputs.s3tables.TableMaintenanceConfigurationIcebergSnapshotManagementSettings;
|
|
73267
73388
|
/**
|
|
@@ -74668,7 +74789,8 @@ export declare namespace sagemaker {
|
|
|
74668
74789
|
}
|
|
74669
74790
|
interface EndpointConfigurationDataCaptureConfig {
|
|
74670
74791
|
/**
|
|
74671
|
-
* The content type headers to capture.
|
|
74792
|
+
* The content type headers to capture.
|
|
74793
|
+
* See `captureContentTypeHeader` below.
|
|
74672
74794
|
*/
|
|
74673
74795
|
captureContentTypeHeader?: outputs.sagemaker.EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader;
|
|
74674
74796
|
/**
|
|
@@ -74695,10 +74817,12 @@ export declare namespace sagemaker {
|
|
|
74695
74817
|
interface EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader {
|
|
74696
74818
|
/**
|
|
74697
74819
|
* The CSV content type headers to capture.
|
|
74820
|
+
* One of `csvContentTypes` or `jsonContentTypes` is required.
|
|
74698
74821
|
*/
|
|
74699
74822
|
csvContentTypes?: string[];
|
|
74700
74823
|
/**
|
|
74701
74824
|
* The JSON content type headers to capture.
|
|
74825
|
+
* One of `jsonContentTypes` or `csvContentTypes` is required.
|
|
74702
74826
|
*/
|
|
74703
74827
|
jsonContentTypes?: string[];
|
|
74704
74828
|
}
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAy6wEjF,IAAiB,GAAG,CA6bnB;AA7bD,WAAiB,GAAG;IA4XhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAyDL,CAAC,EA7bgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA6bnB"}
|
|
@@ -54,8 +54,14 @@ export declare class AccessLogSubscription extends pulumi.CustomResource {
|
|
|
54
54
|
readonly resourceArn: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
56
56
|
* The ID or Amazon Resource Identifier (ARN) of the service network or service. You must use the ARN if the resources specified in the operation are in different accounts.
|
|
57
|
+
*
|
|
58
|
+
* The following arguments are optional:
|
|
57
59
|
*/
|
|
58
60
|
readonly resourceIdentifier: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Type of log that monitors your Amazon VPC Lattice service networks. Valid values are: `SERVICE`, `RESOURCE`. Defaults to `SERVICE`.
|
|
63
|
+
*/
|
|
64
|
+
readonly serviceNetworkLogType: pulumi.Output<string>;
|
|
59
65
|
readonly tags: pulumi.Output<{
|
|
60
66
|
[key: string]: string;
|
|
61
67
|
} | undefined>;
|
|
@@ -92,8 +98,14 @@ export interface AccessLogSubscriptionState {
|
|
|
92
98
|
resourceArn?: pulumi.Input<string>;
|
|
93
99
|
/**
|
|
94
100
|
* The ID or Amazon Resource Identifier (ARN) of the service network or service. You must use the ARN if the resources specified in the operation are in different accounts.
|
|
101
|
+
*
|
|
102
|
+
* The following arguments are optional:
|
|
95
103
|
*/
|
|
96
104
|
resourceIdentifier?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Type of log that monitors your Amazon VPC Lattice service networks. Valid values are: `SERVICE`, `RESOURCE`. Defaults to `SERVICE`.
|
|
107
|
+
*/
|
|
108
|
+
serviceNetworkLogType?: pulumi.Input<string>;
|
|
97
109
|
tags?: pulumi.Input<{
|
|
98
110
|
[key: string]: pulumi.Input<string>;
|
|
99
111
|
}>;
|
|
@@ -114,8 +126,14 @@ export interface AccessLogSubscriptionArgs {
|
|
|
114
126
|
destinationArn: pulumi.Input<string>;
|
|
115
127
|
/**
|
|
116
128
|
* The ID or Amazon Resource Identifier (ARN) of the service network or service. You must use the ARN if the resources specified in the operation are in different accounts.
|
|
129
|
+
*
|
|
130
|
+
* The following arguments are optional:
|
|
117
131
|
*/
|
|
118
132
|
resourceIdentifier: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Type of log that monitors your Amazon VPC Lattice service networks. Valid values are: `SERVICE`, `RESOURCE`. Defaults to `SERVICE`.
|
|
135
|
+
*/
|
|
136
|
+
serviceNetworkLogType?: pulumi.Input<string>;
|
|
119
137
|
tags?: pulumi.Input<{
|
|
120
138
|
[key: string]: pulumi.Input<string>;
|
|
121
139
|
}>;
|
|
@@ -62,6 +62,7 @@ class AccessLogSubscription extends pulumi.CustomResource {
|
|
|
62
62
|
resourceInputs["destinationArn"] = state ? state.destinationArn : undefined;
|
|
63
63
|
resourceInputs["resourceArn"] = state ? state.resourceArn : undefined;
|
|
64
64
|
resourceInputs["resourceIdentifier"] = state ? state.resourceIdentifier : undefined;
|
|
65
|
+
resourceInputs["serviceNetworkLogType"] = state ? state.serviceNetworkLogType : undefined;
|
|
65
66
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
66
67
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
67
68
|
}
|
|
@@ -75,6 +76,7 @@ class AccessLogSubscription extends pulumi.CustomResource {
|
|
|
75
76
|
}
|
|
76
77
|
resourceInputs["destinationArn"] = args ? args.destinationArn : undefined;
|
|
77
78
|
resourceInputs["resourceIdentifier"] = args ? args.resourceIdentifier : undefined;
|
|
79
|
+
resourceInputs["serviceNetworkLogType"] = args ? args.serviceNetworkLogType : undefined;
|
|
78
80
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
79
81
|
resourceInputs["arn"] = undefined /*out*/;
|
|
80
82
|
resourceInputs["resourceArn"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessLogSubscription.js","sourceRoot":"","sources":["../../vpclattice/accessLogSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;
|
|
1
|
+
{"version":3,"file":"accessLogSubscription.js","sourceRoot":"","sources":["../../vpclattice/accessLogSubscription.ts"],"names":[],"mappings":"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"}
|
|
@@ -38,6 +38,7 @@ import * as outputs from "../types/output";
|
|
|
38
38
|
* name: "Example",
|
|
39
39
|
* resourceGatewayIdentifier: exampleAwsVpclatticeResourceGateway.id,
|
|
40
40
|
* portRanges: ["80"],
|
|
41
|
+
* protocol: "TCP",
|
|
41
42
|
* resourceConfigurationDefinition: {
|
|
42
43
|
* ipResource: {
|
|
43
44
|
* ipAddress: "10.0.0.1",
|
|
@@ -42,6 +42,7 @@ const utilities = require("../utilities");
|
|
|
42
42
|
* name: "Example",
|
|
43
43
|
* resourceGatewayIdentifier: exampleAwsVpclatticeResourceGateway.id,
|
|
44
44
|
* portRanges: ["80"],
|
|
45
|
+
* protocol: "TCP",
|
|
45
46
|
* resourceConfigurationDefinition: {
|
|
46
47
|
* ipResource: {
|
|
47
48
|
* ipAddress: "10.0.0.1",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceConfiguration.js","sourceRoot":"","sources":["../../vpclattice/resourceConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"resourceConfiguration.js","sourceRoot":"","sources":["../../vpclattice/resourceConfiguration.ts"],"names":[],"mappings":"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"}
|