@intentius/chant-lexicon-aws 0.41.0 → 0.41.4
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/dist/components/capability-plugin.d.ts +1 -1
- package/dist/components/capability-plugin.d.ts.map +1 -1
- package/dist/generated/index.d.ts +31 -3
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +266 -29
- package/dist/spec/fetch.d.ts +27 -1
- package/dist/spec/fetch.d.ts.map +1 -1
- package/dist/spec/pinned-types.json +2 -0
- package/dist/types/index.d.ts +358 -25
- package/package.json +2 -2
- package/src/components/capability-plugin.test.ts +19 -0
- package/src/components/capability-plugin.ts +5 -2
- package/src/generated/index.d.ts +358 -25
- package/src/generated/index.ts +34 -6
- package/src/generated/lexicon-aws.json +266 -29
- package/src/spec/fetch.test.ts +101 -1
- package/src/spec/fetch.ts +144 -4
- package/src/spec/pin.ts +3 -3
- package/src/spec/pinned-types.json +2 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -10887,14 +10887,20 @@ export declare class DevOpsAgentService {
|
|
|
10887
10887
|
AdditionalServiceDetails?: Record<string, unknown>;
|
|
10888
10888
|
/** The Amazon Resource Name (ARN) of the Service. */
|
|
10889
10889
|
Arn?: string;
|
|
10890
|
+
/** The name of the private connection to use for OAuth token exchange requests only. Cannot be specified when PrivateConnectionName is provided. */
|
|
10891
|
+
ExchangeUrlPrivateConnectionName?: string;
|
|
10890
10892
|
/** The ARN of the KMS key to use for encryption. */
|
|
10891
10893
|
KmsKeyArn?: string;
|
|
10894
|
+
/** The name of the private connection to use for VPC connectivity. */
|
|
10895
|
+
PrivateConnectionName?: string;
|
|
10892
10896
|
/** Service-specific configuration details for create operation */
|
|
10893
10897
|
ServiceDetails?: Record<string, unknown>;
|
|
10894
10898
|
/** The unique identifier of the service */
|
|
10895
10899
|
ServiceId?: string;
|
|
10896
10900
|
/** An array of key-value pairs to apply to this resource. */
|
|
10897
10901
|
Tags?: DevOpsAgentService_Tag[];
|
|
10902
|
+
/** The name of the private connection to use for API calls (target URL) only. Cannot be specified when PrivateConnectionName is provided. */
|
|
10903
|
+
TargetUrlPrivateConnectionName?: string;
|
|
10898
10904
|
}, attributes?: CFResourceAttributes);
|
|
10899
10905
|
readonly AccessibleResources: Record<string, unknown>[];
|
|
10900
10906
|
readonly AdditionalServiceDetails: Record<string, unknown>;
|
|
@@ -11397,16 +11403,27 @@ export declare class DMSEndpoint {
|
|
|
11397
11403
|
|
|
11398
11404
|
export declare class DMSEventSubscription {
|
|
11399
11405
|
constructor(props: {
|
|
11406
|
+
/** The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
|
|
11407
|
+
|
|
11408
|
+
*/
|
|
11400
11409
|
SnsTopicArn: string;
|
|
11410
|
+
/** Indicates whether to activate the subscription. If you don't specify this property, CloudFormation activates the subscription. */
|
|
11401
11411
|
Enabled?: boolean;
|
|
11412
|
+
/** A list of event categories for a source type that you want to subscribe to. If you don't specify this property, you are notified about all event categories. */
|
|
11402
11413
|
EventCategories?: string[];
|
|
11403
|
-
|
|
11414
|
+
/** A list of identifiers for which AWS DMS provides notification events.
|
|
11415
|
+
|
|
11416
|
+
If you don't specify a value, notifications are provided for all sources.
|
|
11417
|
+
|
|
11418
|
+
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs. */
|
|
11404
11419
|
SourceIds?: string[];
|
|
11420
|
+
/** The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value isn't specified, all events are returned. */
|
|
11405
11421
|
SourceType?: string;
|
|
11422
|
+
/** The name of the AWS DMS event notification subscription. This name must be less than 255 characters. */
|
|
11406
11423
|
SubscriptionName?: string;
|
|
11424
|
+
/** One or more tags to be assigned to the event subscription. */
|
|
11407
11425
|
Tags?: DMSEventSubscription_Tag[];
|
|
11408
11426
|
}, attributes?: CFResourceAttributes);
|
|
11409
|
-
readonly Id: string;
|
|
11410
11427
|
}
|
|
11411
11428
|
|
|
11412
11429
|
export declare class DMSInstanceProfile {
|
|
@@ -20037,6 +20054,22 @@ export declare class License {
|
|
|
20037
20054
|
readonly Version: string;
|
|
20038
20055
|
}
|
|
20039
20056
|
|
|
20057
|
+
export declare class LicenseAssetRuleSet {
|
|
20058
|
+
constructor(props: {
|
|
20059
|
+
/** License asset ruleset name. */
|
|
20060
|
+
Name: string;
|
|
20061
|
+
/** License asset rules. */
|
|
20062
|
+
Rules: LicenseAssetRuleSet_LicenseAssetRule[];
|
|
20063
|
+
/** License asset ruleset description. */
|
|
20064
|
+
Description?: string;
|
|
20065
|
+
/** Amazon Resource Name (ARN) of the license asset ruleset. */
|
|
20066
|
+
LicenseAssetRulesetArn?: string;
|
|
20067
|
+
/** Tags to add to the license asset ruleset. */
|
|
20068
|
+
Tags?: LicenseAssetRuleSet_Tag[];
|
|
20069
|
+
}, attributes?: CFResourceAttributes);
|
|
20070
|
+
readonly LicenseAssetRulesetArn: string;
|
|
20071
|
+
}
|
|
20072
|
+
|
|
20040
20073
|
export declare class LicenseEndpoint {
|
|
20041
20074
|
constructor(props: {
|
|
20042
20075
|
SecurityGroupIds: string[];
|
|
@@ -24514,6 +24547,8 @@ export declare class OAuth2CredentialProvider {
|
|
|
24514
24547
|
Oauth2ProviderConfigInput?: OAuth2CredentialProvider_Oauth2ProviderConfigInput;
|
|
24515
24548
|
/** The output configuration for the OAuth2 provider */
|
|
24516
24549
|
Oauth2ProviderConfigOutput?: OAuth2CredentialProvider_Oauth2ProviderConfigOutput;
|
|
24550
|
+
/** The current status of the OAuth2 credential provider */
|
|
24551
|
+
Status?: "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING" | "READY" | "UPDATE_FAILED" | "UPDATING";
|
|
24517
24552
|
/** Tags to assign to the OAuth2 credential provider */
|
|
24518
24553
|
Tags?: OAuth2CredentialProvider_Tag[];
|
|
24519
24554
|
}, attributes?: CFResourceAttributes);
|
|
@@ -24525,6 +24560,7 @@ export declare class OAuth2CredentialProvider {
|
|
|
24525
24560
|
readonly CredentialProviderArn: string;
|
|
24526
24561
|
readonly LastUpdatedTime: string;
|
|
24527
24562
|
readonly Oauth2ProviderConfigOutput: OAuth2CredentialProvider_Oauth2ProviderConfigOutput;
|
|
24563
|
+
readonly Status: "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING" | "READY" | "UPDATE_FAILED" | "UPDATING";
|
|
24528
24564
|
}
|
|
24529
24565
|
|
|
24530
24566
|
export declare class OAuthClientApplication {
|
|
@@ -33811,11 +33847,11 @@ export declare class Stack {
|
|
|
33811
33847
|
|
|
33812
33848
|
export declare class StackFleetAssociation {
|
|
33813
33849
|
constructor(props: {
|
|
33814
|
-
/** The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource. */
|
|
33815
33850
|
FleetName: string;
|
|
33816
|
-
/** The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource. */
|
|
33817
33851
|
StackName: string;
|
|
33852
|
+
Id?: string;
|
|
33818
33853
|
}, attributes?: CFResourceAttributes);
|
|
33854
|
+
readonly Id: string;
|
|
33819
33855
|
}
|
|
33820
33856
|
|
|
33821
33857
|
export declare class StackSet {
|
|
@@ -35503,6 +35539,23 @@ export declare class TopicRuleDestination {
|
|
|
35503
35539
|
readonly StatusReason: string;
|
|
35504
35540
|
}
|
|
35505
35541
|
|
|
35542
|
+
export declare class TopicV2 {
|
|
35543
|
+
constructor(props: {
|
|
35544
|
+
Arn?: string;
|
|
35545
|
+
AwsAccountId?: string;
|
|
35546
|
+
CustomInstructions?: TopicV2_CustomInstructions;
|
|
35547
|
+
DataSetRelations?: TopicV2_DataSetRelation[];
|
|
35548
|
+
DataSets?: TopicV2_DataSetReference[];
|
|
35549
|
+
Description?: string;
|
|
35550
|
+
FolderArns?: string[];
|
|
35551
|
+
Name?: string;
|
|
35552
|
+
Permissions?: TopicV2_ResourcePermission[];
|
|
35553
|
+
Tags?: TopicV2_Tag[];
|
|
35554
|
+
TopicId?: string;
|
|
35555
|
+
}, attributes?: CFResourceAttributes);
|
|
35556
|
+
readonly Arn: string;
|
|
35557
|
+
}
|
|
35558
|
+
|
|
35506
35559
|
export declare class Tracker {
|
|
35507
35560
|
constructor(props: {
|
|
35508
35561
|
TrackerName: string;
|
|
@@ -59022,12 +59075,6 @@ export declare class CustomInstruction {
|
|
|
59022
59075
|
});
|
|
59023
59076
|
}
|
|
59024
59077
|
|
|
59025
|
-
export declare class CustomInstructions {
|
|
59026
|
-
constructor(props: {
|
|
59027
|
-
CustomInstructionsString: string;
|
|
59028
|
-
});
|
|
59029
|
-
}
|
|
59030
|
-
|
|
59031
59078
|
export declare class CustomizationConfiguration {
|
|
59032
59079
|
constructor(props: {
|
|
59033
59080
|
CustomCSSUrl?: string;
|
|
@@ -59148,7 +59195,7 @@ export declare class CustomOauth2ProviderConfigInput {
|
|
|
59148
59195
|
constructor(props: {
|
|
59149
59196
|
OauthDiscovery: OAuth2CredentialProvider_Oauth2Discovery;
|
|
59150
59197
|
/** The client authentication method to use when authenticating with the token endpoint */
|
|
59151
|
-
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
59198
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "PRIVATE_KEY_JWT";
|
|
59152
59199
|
/** The client ID for the custom OAuth2 provider */
|
|
59153
59200
|
ClientId?: string;
|
|
59154
59201
|
/** The client secret for the custom OAuth2 provider */
|
|
@@ -59157,6 +59204,10 @@ export declare class CustomOauth2ProviderConfigInput {
|
|
|
59157
59204
|
/** The source of the client secret */
|
|
59158
59205
|
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
59159
59206
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
59207
|
+
PrivateEndpoint?: OAuth2CredentialProvider_PrivateEndpoint;
|
|
59208
|
+
/** A list of private endpoint overrides. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations. */
|
|
59209
|
+
PrivateEndpointOverrides?: OAuth2CredentialProvider_PrivateEndpointOverride[];
|
|
59210
|
+
PrivateKeyJwtConfig?: OAuth2CredentialProvider_PrivateKeyJwtConfig;
|
|
59160
59211
|
});
|
|
59161
59212
|
}
|
|
59162
59213
|
|
|
@@ -62437,6 +62488,20 @@ export declare class DataSetRefreshProperties {
|
|
|
62437
62488
|
});
|
|
62438
62489
|
}
|
|
62439
62490
|
|
|
62491
|
+
export declare class DataSetRelation {
|
|
62492
|
+
constructor(props: {
|
|
62493
|
+
Left: TopicV2_DataSetRelationEndpoint;
|
|
62494
|
+
Right: TopicV2_DataSetRelationEndpoint;
|
|
62495
|
+
});
|
|
62496
|
+
}
|
|
62497
|
+
|
|
62498
|
+
export declare class DataSetRelationEndpoint {
|
|
62499
|
+
constructor(props: {
|
|
62500
|
+
ColumnNames: string[];
|
|
62501
|
+
DataSetArn: string;
|
|
62502
|
+
});
|
|
62503
|
+
}
|
|
62504
|
+
|
|
62440
62505
|
export declare class DataSetSchema {
|
|
62441
62506
|
constructor(props: {
|
|
62442
62507
|
/** <p>A structure containing the list of column schemas.</p> */
|
|
@@ -80967,6 +81032,14 @@ export declare class InstanceReusePolicy {
|
|
|
80967
81032
|
});
|
|
80968
81033
|
}
|
|
80969
81034
|
|
|
81035
|
+
export declare class InstanceRuleStatement {
|
|
81036
|
+
constructor(props: {
|
|
81037
|
+
AndRuleStatement?: Record<string, unknown>;
|
|
81038
|
+
MatchingRuleStatement?: Record<string, unknown>;
|
|
81039
|
+
OrRuleStatement?: Record<string, unknown>;
|
|
81040
|
+
});
|
|
81041
|
+
}
|
|
81042
|
+
|
|
80970
81043
|
export declare class InstancesDistribution {
|
|
80971
81044
|
constructor(props: {
|
|
80972
81045
|
/** The allocation strategy to apply to your On-Demand Instances when they are launched. Possible instance types are determined by the launch template overrides that you specify.
|
|
@@ -86127,6 +86200,65 @@ export declare class License_ValidityDateFormat {
|
|
|
86127
86200
|
});
|
|
86128
86201
|
}
|
|
86129
86202
|
|
|
86203
|
+
export declare class LicenseAssetRule {
|
|
86204
|
+
constructor(props: {
|
|
86205
|
+
RuleStatement: LicenseAssetRuleSet_RuleStatement;
|
|
86206
|
+
});
|
|
86207
|
+
}
|
|
86208
|
+
|
|
86209
|
+
export declare class LicenseAssetRuleSet_InstanceRuleStatement {
|
|
86210
|
+
constructor(props: {
|
|
86211
|
+
AndRuleStatement?: Record<string, unknown>;
|
|
86212
|
+
MatchingRuleStatement?: Record<string, unknown>;
|
|
86213
|
+
OrRuleStatement?: Record<string, unknown>;
|
|
86214
|
+
});
|
|
86215
|
+
}
|
|
86216
|
+
|
|
86217
|
+
export declare class LicenseAssetRuleSet_LicenseAssetRule {
|
|
86218
|
+
constructor(props: {
|
|
86219
|
+
RuleStatement: LicenseAssetRuleSet_RuleStatement;
|
|
86220
|
+
});
|
|
86221
|
+
}
|
|
86222
|
+
|
|
86223
|
+
export declare class LicenseAssetRuleSet_LicenseConfigurationRuleStatement {
|
|
86224
|
+
constructor(props: {
|
|
86225
|
+
AndRuleStatement?: Record<string, unknown>;
|
|
86226
|
+
MatchingRuleStatement?: Record<string, unknown>;
|
|
86227
|
+
OrRuleStatement?: Record<string, unknown>;
|
|
86228
|
+
});
|
|
86229
|
+
}
|
|
86230
|
+
|
|
86231
|
+
export declare class LicenseAssetRuleSet_LicenseRuleStatement {
|
|
86232
|
+
constructor(props: {
|
|
86233
|
+
AndRuleStatement?: Record<string, unknown>;
|
|
86234
|
+
MatchingRuleStatement?: Record<string, unknown>;
|
|
86235
|
+
OrRuleStatement?: Record<string, unknown>;
|
|
86236
|
+
});
|
|
86237
|
+
}
|
|
86238
|
+
|
|
86239
|
+
export declare class LicenseAssetRuleSet_RuleStatement {
|
|
86240
|
+
constructor(props: {
|
|
86241
|
+
InstanceRuleStatement?: LicenseAssetRuleSet_InstanceRuleStatement;
|
|
86242
|
+
LicenseConfigurationRuleStatement?: LicenseAssetRuleSet_LicenseConfigurationRuleStatement;
|
|
86243
|
+
LicenseRuleStatement?: LicenseAssetRuleSet_LicenseRuleStatement;
|
|
86244
|
+
});
|
|
86245
|
+
}
|
|
86246
|
+
|
|
86247
|
+
export declare class LicenseAssetRuleSet_Tag {
|
|
86248
|
+
constructor(props: {
|
|
86249
|
+
Key: string;
|
|
86250
|
+
Value: string;
|
|
86251
|
+
});
|
|
86252
|
+
}
|
|
86253
|
+
|
|
86254
|
+
export declare class LicenseConfigurationRuleStatement {
|
|
86255
|
+
constructor(props: {
|
|
86256
|
+
AndRuleStatement?: Record<string, unknown>;
|
|
86257
|
+
MatchingRuleStatement?: Record<string, unknown>;
|
|
86258
|
+
OrRuleStatement?: Record<string, unknown>;
|
|
86259
|
+
});
|
|
86260
|
+
}
|
|
86261
|
+
|
|
86130
86262
|
export declare class LicenseEndpoint_Tag {
|
|
86131
86263
|
constructor(props: {
|
|
86132
86264
|
/** The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
@@ -86136,6 +86268,14 @@ export declare class LicenseEndpoint_Tag {
|
|
|
86136
86268
|
});
|
|
86137
86269
|
}
|
|
86138
86270
|
|
|
86271
|
+
export declare class LicenseRuleStatement {
|
|
86272
|
+
constructor(props: {
|
|
86273
|
+
AndRuleStatement?: Record<string, unknown>;
|
|
86274
|
+
MatchingRuleStatement?: Record<string, unknown>;
|
|
86275
|
+
OrRuleStatement?: Record<string, unknown>;
|
|
86276
|
+
});
|
|
86277
|
+
}
|
|
86278
|
+
|
|
86139
86279
|
export declare class LifecycleHookSpecification {
|
|
86140
86280
|
constructor(props: {
|
|
86141
86281
|
/** The name of the lifecycle hook. */
|
|
@@ -88869,6 +89009,23 @@ export declare class ManagedStorageEncryptionConfiguration {
|
|
|
88869
89009
|
});
|
|
88870
89010
|
}
|
|
88871
89011
|
|
|
89012
|
+
export declare class ManagedVpcResource {
|
|
89013
|
+
constructor(props: {
|
|
89014
|
+
/** The IP address type for the resource configuration endpoint */
|
|
89015
|
+
EndpointIpAddressType: "IPV4" | "IPV6";
|
|
89016
|
+
/** The subnet IDs within the VPC where the VPC Lattice resource gateway is placed */
|
|
89017
|
+
SubnetIds: string[];
|
|
89018
|
+
/** The ID of the VPC that contains your private resource */
|
|
89019
|
+
VpcIdentifier: string;
|
|
89020
|
+
/** An intermediate publicly resolvable domain used as the VPC Lattice resource configuration endpoint */
|
|
89021
|
+
RoutingDomain?: string;
|
|
89022
|
+
/** The security group IDs to associate with the VPC Lattice resource gateway */
|
|
89023
|
+
SecurityGroupIds?: string[];
|
|
89024
|
+
/** Tags to apply to the managed VPC Lattice resource gateway */
|
|
89025
|
+
Tags?: Record<string, unknown>;
|
|
89026
|
+
});
|
|
89027
|
+
}
|
|
89028
|
+
|
|
88872
89029
|
export declare class ManagedWordsConfig {
|
|
88873
89030
|
constructor(props: {
|
|
88874
89031
|
Type: Guardrail_ManagedWordsType;
|
|
@@ -96056,7 +96213,7 @@ export declare class OAuth2CredentialProvider_CustomOauth2ProviderConfigInput {
|
|
|
96056
96213
|
constructor(props: {
|
|
96057
96214
|
OauthDiscovery: OAuth2CredentialProvider_Oauth2Discovery;
|
|
96058
96215
|
/** The client authentication method to use when authenticating with the token endpoint */
|
|
96059
|
-
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
96216
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "PRIVATE_KEY_JWT";
|
|
96060
96217
|
/** The client ID for the custom OAuth2 provider */
|
|
96061
96218
|
ClientId?: string;
|
|
96062
96219
|
/** The client secret for the custom OAuth2 provider */
|
|
@@ -96065,6 +96222,10 @@ export declare class OAuth2CredentialProvider_CustomOauth2ProviderConfigInput {
|
|
|
96065
96222
|
/** The source of the client secret */
|
|
96066
96223
|
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
96067
96224
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
96225
|
+
PrivateEndpoint?: OAuth2CredentialProvider_PrivateEndpoint;
|
|
96226
|
+
/** A list of private endpoint overrides. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations. */
|
|
96227
|
+
PrivateEndpointOverrides?: OAuth2CredentialProvider_PrivateEndpointOverride[];
|
|
96228
|
+
PrivateKeyJwtConfig?: OAuth2CredentialProvider_PrivateKeyJwtConfig;
|
|
96068
96229
|
});
|
|
96069
96230
|
}
|
|
96070
96231
|
|
|
@@ -96110,6 +96271,23 @@ export declare class OAuth2CredentialProvider_LinkedinOauth2ProviderConfigInput
|
|
|
96110
96271
|
});
|
|
96111
96272
|
}
|
|
96112
96273
|
|
|
96274
|
+
export declare class OAuth2CredentialProvider_ManagedVpcResource {
|
|
96275
|
+
constructor(props: {
|
|
96276
|
+
/** The IP address type for the resource configuration endpoint */
|
|
96277
|
+
EndpointIpAddressType: "IPV4" | "IPV6";
|
|
96278
|
+
/** The subnet IDs within the VPC where the VPC Lattice resource gateway is placed */
|
|
96279
|
+
SubnetIds: string[];
|
|
96280
|
+
/** The ID of the VPC that contains your private resource */
|
|
96281
|
+
VpcIdentifier: string;
|
|
96282
|
+
/** An intermediate publicly resolvable domain used as the VPC Lattice resource configuration endpoint */
|
|
96283
|
+
RoutingDomain?: string;
|
|
96284
|
+
/** The security group IDs to associate with the VPC Lattice resource gateway */
|
|
96285
|
+
SecurityGroupIds?: string[];
|
|
96286
|
+
/** Tags to apply to the managed VPC Lattice resource gateway */
|
|
96287
|
+
Tags?: Record<string, unknown>;
|
|
96288
|
+
});
|
|
96289
|
+
}
|
|
96290
|
+
|
|
96113
96291
|
export declare class OAuth2CredentialProvider_MicrosoftOauth2ProviderConfigInput {
|
|
96114
96292
|
constructor(props: {
|
|
96115
96293
|
ClientId: string;
|
|
@@ -96159,10 +96337,14 @@ export declare class OAuth2CredentialProvider_Oauth2ProviderConfigInput {
|
|
|
96159
96337
|
export declare class OAuth2CredentialProvider_Oauth2ProviderConfigOutput {
|
|
96160
96338
|
constructor(props: {
|
|
96161
96339
|
/** The client authentication method used when authenticating with the token endpoint */
|
|
96162
|
-
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
96340
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "PRIVATE_KEY_JWT";
|
|
96163
96341
|
ClientId?: string;
|
|
96164
96342
|
OauthDiscovery?: OAuth2CredentialProvider_Oauth2Discovery;
|
|
96165
96343
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
96344
|
+
PrivateEndpoint?: OAuth2CredentialProvider_PrivateEndpoint;
|
|
96345
|
+
/** The list of private endpoint overrides for the OAuth2 provider. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations. */
|
|
96346
|
+
PrivateEndpointOverrides?: OAuth2CredentialProvider_PrivateEndpointOverride[];
|
|
96347
|
+
PrivateKeyJwtConfig?: OAuth2CredentialProvider_PrivateKeyJwtConfig;
|
|
96166
96348
|
});
|
|
96167
96349
|
}
|
|
96168
96350
|
|
|
@@ -96174,6 +96356,37 @@ export declare class OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig {
|
|
|
96174
96356
|
});
|
|
96175
96357
|
}
|
|
96176
96358
|
|
|
96359
|
+
export declare class OAuth2CredentialProvider_PrivateEndpoint {
|
|
96360
|
+
constructor(props: {
|
|
96361
|
+
ManagedVpcResource?: OAuth2CredentialProvider_ManagedVpcResource;
|
|
96362
|
+
SelfManagedLatticeResource?: OAuth2CredentialProvider_SelfManagedLatticeResource;
|
|
96363
|
+
});
|
|
96364
|
+
}
|
|
96365
|
+
|
|
96366
|
+
export declare class OAuth2CredentialProvider_PrivateEndpointOverride {
|
|
96367
|
+
constructor(props: {
|
|
96368
|
+
/** The domain to override with a private endpoint */
|
|
96369
|
+
Domain: string;
|
|
96370
|
+
PrivateEndpoint: OAuth2CredentialProvider_PrivateEndpoint;
|
|
96371
|
+
});
|
|
96372
|
+
}
|
|
96373
|
+
|
|
96374
|
+
export declare class OAuth2CredentialProvider_PrivateKeyJwtConfig {
|
|
96375
|
+
constructor(props: {
|
|
96376
|
+
AdditionalHeaderClaims?: Record<string, unknown>;
|
|
96377
|
+
AdditionalPayloadClaims?: Record<string, unknown>;
|
|
96378
|
+
PrivateKeySource?: OAuth2CredentialProvider_PrivateKeySource;
|
|
96379
|
+
/** The algorithm used to sign the JWT client assertion */
|
|
96380
|
+
SigningAlgorithm?: "ES256" | "PS256" | "RS256";
|
|
96381
|
+
});
|
|
96382
|
+
}
|
|
96383
|
+
|
|
96384
|
+
export declare class OAuth2CredentialProvider_PrivateKeySource {
|
|
96385
|
+
constructor(props: {
|
|
96386
|
+
KmsKeySource?: Record<string, unknown>;
|
|
96387
|
+
});
|
|
96388
|
+
}
|
|
96389
|
+
|
|
96177
96390
|
export declare class OAuth2CredentialProvider_SalesforceOauth2ProviderConfigInput {
|
|
96178
96391
|
constructor(props: {
|
|
96179
96392
|
ClientId: string;
|
|
@@ -96192,6 +96405,13 @@ export declare class OAuth2CredentialProvider_SecretReference {
|
|
|
96192
96405
|
});
|
|
96193
96406
|
}
|
|
96194
96407
|
|
|
96408
|
+
export declare class OAuth2CredentialProvider_SelfManagedLatticeResource {
|
|
96409
|
+
constructor(props: {
|
|
96410
|
+
/** The ARN or ID of the VPC Lattice resource configuration */
|
|
96411
|
+
ResourceConfigurationIdentifier: string;
|
|
96412
|
+
});
|
|
96413
|
+
}
|
|
96414
|
+
|
|
96195
96415
|
export declare class OAuth2CredentialProvider_SlackOauth2ProviderConfigInput {
|
|
96196
96416
|
constructor(props: {
|
|
96197
96417
|
ClientId: string;
|
|
@@ -96253,10 +96473,14 @@ export declare class Oauth2ProviderConfigInput {
|
|
|
96253
96473
|
export declare class Oauth2ProviderConfigOutput {
|
|
96254
96474
|
constructor(props: {
|
|
96255
96475
|
/** The client authentication method used when authenticating with the token endpoint */
|
|
96256
|
-
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
96476
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "PRIVATE_KEY_JWT";
|
|
96257
96477
|
ClientId?: string;
|
|
96258
96478
|
OauthDiscovery?: OAuth2CredentialProvider_Oauth2Discovery;
|
|
96259
96479
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
96480
|
+
PrivateEndpoint?: OAuth2CredentialProvider_PrivateEndpoint;
|
|
96481
|
+
/** The list of private endpoint overrides for the OAuth2 provider. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations. */
|
|
96482
|
+
PrivateEndpointOverrides?: OAuth2CredentialProvider_PrivateEndpointOverride[];
|
|
96483
|
+
PrivateKeyJwtConfig?: OAuth2CredentialProvider_PrivateKeyJwtConfig;
|
|
96260
96484
|
});
|
|
96261
96485
|
}
|
|
96262
96486
|
|
|
@@ -101608,26 +101832,28 @@ export declare class PrivateDnsPropertiesMutable {
|
|
|
101608
101832
|
});
|
|
101609
101833
|
}
|
|
101610
101834
|
|
|
101611
|
-
export declare class
|
|
101835
|
+
export declare class PrivateIpAdd {
|
|
101612
101836
|
constructor(props: {
|
|
101613
|
-
|
|
101614
|
-
|
|
101837
|
+
/** Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary. */
|
|
101838
|
+
Primary?: boolean;
|
|
101839
|
+
/** The private IPv4 address. */
|
|
101840
|
+
PrivateIpAddress?: string;
|
|
101615
101841
|
});
|
|
101616
101842
|
}
|
|
101617
101843
|
|
|
101618
|
-
export declare class
|
|
101844
|
+
export declare class PrivateKeyJwtConfig {
|
|
101619
101845
|
constructor(props: {
|
|
101620
|
-
|
|
101621
|
-
|
|
101846
|
+
AdditionalHeaderClaims?: Record<string, unknown>;
|
|
101847
|
+
AdditionalPayloadClaims?: Record<string, unknown>;
|
|
101848
|
+
PrivateKeySource?: OAuth2CredentialProvider_PrivateKeySource;
|
|
101849
|
+
/** The algorithm used to sign the JWT client assertion */
|
|
101850
|
+
SigningAlgorithm?: "ES256" | "PS256" | "RS256";
|
|
101622
101851
|
});
|
|
101623
101852
|
}
|
|
101624
101853
|
|
|
101625
|
-
export declare class
|
|
101854
|
+
export declare class PrivateKeySource {
|
|
101626
101855
|
constructor(props: {
|
|
101627
|
-
|
|
101628
|
-
Primary?: boolean;
|
|
101629
|
-
/** The private IPv4 address. */
|
|
101630
|
-
PrivateIpAddress?: string;
|
|
101856
|
+
KmsKeySource?: Record<string, unknown>;
|
|
101631
101857
|
});
|
|
101632
101858
|
}
|
|
101633
101859
|
|
|
@@ -104752,6 +104978,7 @@ export declare class QuickSightTopic_ComparativeOrder {
|
|
|
104752
104978
|
|
|
104753
104979
|
export declare class QuickSightTopic_CustomInstructions {
|
|
104754
104980
|
constructor(props: {
|
|
104981
|
+
/** <p>A text field for providing additional guidance or context for response generation.</p> */
|
|
104755
104982
|
CustomInstructionsString: string;
|
|
104756
104983
|
});
|
|
104757
104984
|
}
|
|
@@ -109225,6 +109452,14 @@ export declare class RulesSourceList {
|
|
|
109225
109452
|
});
|
|
109226
109453
|
}
|
|
109227
109454
|
|
|
109455
|
+
export declare class RuleStatement {
|
|
109456
|
+
constructor(props: {
|
|
109457
|
+
InstanceRuleStatement?: LicenseAssetRuleSet_InstanceRuleStatement;
|
|
109458
|
+
LicenseConfigurationRuleStatement?: LicenseAssetRuleSet_LicenseConfigurationRuleStatement;
|
|
109459
|
+
LicenseRuleStatement?: LicenseAssetRuleSet_LicenseRuleStatement;
|
|
109460
|
+
});
|
|
109461
|
+
}
|
|
109462
|
+
|
|
109228
109463
|
export declare class RuleTriggerEventSource {
|
|
109229
109464
|
constructor(props: {
|
|
109230
109465
|
/** The name of the event source. */
|
|
@@ -113278,6 +113513,13 @@ export declare class SelfManagedKafkaEventSourceConfig {
|
|
|
113278
113513
|
});
|
|
113279
113514
|
}
|
|
113280
113515
|
|
|
113516
|
+
export declare class SelfManagedLatticeResource {
|
|
113517
|
+
constructor(props: {
|
|
113518
|
+
/** The ARN or ID of the VPC Lattice resource configuration */
|
|
113519
|
+
ResourceConfigurationIdentifier: string;
|
|
113520
|
+
});
|
|
113521
|
+
}
|
|
113522
|
+
|
|
113281
113523
|
export declare class SemanticChunkingConfiguration {
|
|
113282
113524
|
constructor(props: {
|
|
113283
113525
|
/** The dissimilarity threshold for splitting chunks. */
|
|
@@ -120865,6 +121107,49 @@ export declare class TopicRulePayload {
|
|
|
120865
121107
|
});
|
|
120866
121108
|
}
|
|
120867
121109
|
|
|
121110
|
+
export declare class TopicV2_CustomInstructions {
|
|
121111
|
+
constructor(props: {
|
|
121112
|
+
CustomInstructionsString: string;
|
|
121113
|
+
});
|
|
121114
|
+
}
|
|
121115
|
+
|
|
121116
|
+
export declare class TopicV2_DataSetReference {
|
|
121117
|
+
constructor(props: {
|
|
121118
|
+
DataSetArn: string;
|
|
121119
|
+
DataSetName?: string;
|
|
121120
|
+
});
|
|
121121
|
+
}
|
|
121122
|
+
|
|
121123
|
+
export declare class TopicV2_DataSetRelation {
|
|
121124
|
+
constructor(props: {
|
|
121125
|
+
Left: TopicV2_DataSetRelationEndpoint;
|
|
121126
|
+
Right: TopicV2_DataSetRelationEndpoint;
|
|
121127
|
+
});
|
|
121128
|
+
}
|
|
121129
|
+
|
|
121130
|
+
export declare class TopicV2_DataSetRelationEndpoint {
|
|
121131
|
+
constructor(props: {
|
|
121132
|
+
ColumnNames: string[];
|
|
121133
|
+
DataSetArn: string;
|
|
121134
|
+
});
|
|
121135
|
+
}
|
|
121136
|
+
|
|
121137
|
+
export declare class TopicV2_ResourcePermission {
|
|
121138
|
+
constructor(props: {
|
|
121139
|
+
Actions: string[];
|
|
121140
|
+
Principal: string;
|
|
121141
|
+
});
|
|
121142
|
+
}
|
|
121143
|
+
|
|
121144
|
+
export declare class TopicV2_Tag {
|
|
121145
|
+
constructor(props: {
|
|
121146
|
+
/** <p>Tag key.</p> */
|
|
121147
|
+
Key: string;
|
|
121148
|
+
/** <p>Tag value.</p> */
|
|
121149
|
+
Value: string;
|
|
121150
|
+
});
|
|
121151
|
+
}
|
|
121152
|
+
|
|
120868
121153
|
export declare class TotalLocalStorageGB {
|
|
120869
121154
|
constructor(props: {
|
|
120870
121155
|
/** The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter. */
|
|
@@ -125072,6 +125357,7 @@ export declare class WAFv2RuleGroup_ByteMatchStatement {
|
|
|
125072
125357
|
FieldToMatch: Record<string, unknown>;
|
|
125073
125358
|
PositionalConstraint: WAFv2RuleGroup_PositionalConstraint;
|
|
125074
125359
|
TextTransformations: Record<string, unknown>[];
|
|
125360
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125075
125361
|
SearchString?: string;
|
|
125076
125362
|
SearchStringBase64?: string;
|
|
125077
125363
|
});
|
|
@@ -125194,6 +125480,7 @@ export declare class WAFv2RuleGroup_RegexMatchStatement {
|
|
|
125194
125480
|
FieldToMatch: Record<string, unknown>;
|
|
125195
125481
|
RegexString: string;
|
|
125196
125482
|
TextTransformations: Record<string, unknown>[];
|
|
125483
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125197
125484
|
});
|
|
125198
125485
|
}
|
|
125199
125486
|
|
|
@@ -125202,6 +125489,7 @@ export declare class WAFv2RuleGroup_RegexPatternSetReferenceStatement {
|
|
|
125202
125489
|
Arn: string;
|
|
125203
125490
|
FieldToMatch: Record<string, unknown>;
|
|
125204
125491
|
TextTransformations: Record<string, unknown>[];
|
|
125492
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125205
125493
|
});
|
|
125206
125494
|
}
|
|
125207
125495
|
|
|
@@ -125236,6 +125524,7 @@ export declare class WAFv2RuleGroup_SizeConstraintStatement {
|
|
|
125236
125524
|
FieldToMatch: Record<string, unknown>;
|
|
125237
125525
|
Size: number;
|
|
125238
125526
|
TextTransformations: Record<string, unknown>[];
|
|
125527
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125239
125528
|
});
|
|
125240
125529
|
}
|
|
125241
125530
|
|
|
@@ -125243,6 +125532,7 @@ export declare class WAFv2RuleGroup_SqliMatchStatement {
|
|
|
125243
125532
|
constructor(props: {
|
|
125244
125533
|
FieldToMatch: Record<string, unknown>;
|
|
125245
125534
|
TextTransformations: Record<string, unknown>[];
|
|
125535
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125246
125536
|
SensitivityLevel?: WAFv2RuleGroup_SensitivityLevel;
|
|
125247
125537
|
});
|
|
125248
125538
|
}
|
|
@@ -125285,6 +125575,7 @@ export declare class WAFv2RuleGroup_XssMatchStatement {
|
|
|
125285
125575
|
constructor(props: {
|
|
125286
125576
|
FieldToMatch: Record<string, unknown>;
|
|
125287
125577
|
TextTransformations: Record<string, unknown>[];
|
|
125578
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125288
125579
|
});
|
|
125289
125580
|
}
|
|
125290
125581
|
|
|
@@ -125330,6 +125621,7 @@ export declare class WAFv2WebACL_ByteMatchStatement {
|
|
|
125330
125621
|
FieldToMatch: Record<string, unknown>;
|
|
125331
125622
|
PositionalConstraint: WAFv2WebACL_PositionalConstraint;
|
|
125332
125623
|
TextTransformations: Record<string, unknown>[];
|
|
125624
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125333
125625
|
SearchString?: string;
|
|
125334
125626
|
SearchStringBase64?: string;
|
|
125335
125627
|
});
|
|
@@ -125505,6 +125797,7 @@ export declare class WAFv2WebACL_RegexMatchStatement {
|
|
|
125505
125797
|
FieldToMatch: Record<string, unknown>;
|
|
125506
125798
|
RegexString: string;
|
|
125507
125799
|
TextTransformations: Record<string, unknown>[];
|
|
125800
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125508
125801
|
});
|
|
125509
125802
|
}
|
|
125510
125803
|
|
|
@@ -125513,6 +125806,7 @@ export declare class WAFv2WebACL_RegexPatternSetReferenceStatement {
|
|
|
125513
125806
|
Arn: string;
|
|
125514
125807
|
FieldToMatch: Record<string, unknown>;
|
|
125515
125808
|
TextTransformations: Record<string, unknown>[];
|
|
125809
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125516
125810
|
});
|
|
125517
125811
|
}
|
|
125518
125812
|
|
|
@@ -125557,6 +125851,7 @@ export declare class WAFv2WebACL_SizeConstraintStatement {
|
|
|
125557
125851
|
FieldToMatch: Record<string, unknown>;
|
|
125558
125852
|
Size: number;
|
|
125559
125853
|
TextTransformations: Record<string, unknown>[];
|
|
125854
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125560
125855
|
});
|
|
125561
125856
|
}
|
|
125562
125857
|
|
|
@@ -125564,6 +125859,7 @@ export declare class WAFv2WebACL_SqliMatchStatement {
|
|
|
125564
125859
|
constructor(props: {
|
|
125565
125860
|
FieldToMatch: Record<string, unknown>;
|
|
125566
125861
|
TextTransformations: Record<string, unknown>[];
|
|
125862
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125567
125863
|
SensitivityLevel?: WAFv2WebACL_SensitivityLevel;
|
|
125568
125864
|
});
|
|
125569
125865
|
}
|
|
@@ -125608,6 +125904,7 @@ export declare class WAFv2WebACL_XssMatchStatement {
|
|
|
125608
125904
|
constructor(props: {
|
|
125609
125905
|
FieldToMatch: Record<string, unknown>;
|
|
125610
125906
|
TextTransformations: Record<string, unknown>[];
|
|
125907
|
+
PreParseTextTransformations?: Record<string, unknown>[];
|
|
125611
125908
|
});
|
|
125612
125909
|
}
|
|
125613
125910
|
|
|
@@ -133231,6 +133528,7 @@ export type QuickSightTopic_DisplayFormat =
|
|
|
133231
133528
|
|
|
133232
133529
|
export type QuickSightTopic_FilterClass =
|
|
133233
133530
|
| "CONDITIONAL_VALUE_FILTER"
|
|
133531
|
+
| "DASHBOARD_DEFAULT_FILTER"
|
|
133234
133532
|
| "ENFORCED_VALUE_FILTER"
|
|
133235
133533
|
| "NAMED_VALUE_FILTER";
|
|
133236
133534
|
|
|
@@ -133266,6 +133564,7 @@ export type QuickSightTopic_NamedFilterAggType =
|
|
|
133266
133564
|
export type QuickSightTopic_NamedFilterType =
|
|
133267
133565
|
| "CATEGORY_FILTER"
|
|
133268
133566
|
| "DATE_RANGE_FILTER"
|
|
133567
|
+
| "NULL_FILTER"
|
|
133269
133568
|
| "NUMERIC_EQUALITY_FILTER"
|
|
133270
133569
|
| "NUMERIC_RANGE_FILTER"
|
|
133271
133570
|
| "RELATIVE_DATE_FILTER";
|
|
@@ -134632,6 +134931,13 @@ export type WAFv2RuleGroup_PositionalConstraint =
|
|
|
134632
134931
|
| "EXACTLY"
|
|
134633
134932
|
| "STARTS_WITH";
|
|
134634
134933
|
|
|
134934
|
+
export type WAFv2RuleGroup_PreParseTextTransformationType =
|
|
134935
|
+
| "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA"
|
|
134936
|
+
| "NONE"
|
|
134937
|
+
| "REPLACE_SEMICOLONS_WITH_AMPERSANDS"
|
|
134938
|
+
| "URL_DECODE"
|
|
134939
|
+
| "URL_DECODE_UNI";
|
|
134940
|
+
|
|
134635
134941
|
export type WAFv2RuleGroup_ResponseContentType = "APPLICATION_JSON" | "TEXT_HTML" | "TEXT_PLAIN";
|
|
134636
134942
|
|
|
134637
134943
|
export type WAFv2RuleGroup_Scope = "CLOUDFRONT" | "REGIONAL";
|
|
@@ -134642,21 +134948,31 @@ export type WAFv2RuleGroup_TextTransformationType =
|
|
|
134642
134948
|
| "BASE64_DECODE"
|
|
134643
134949
|
| "BASE64_DECODE_EXT"
|
|
134644
134950
|
| "CMD_LINE"
|
|
134951
|
+
| "CMD_LINE_UNIX"
|
|
134952
|
+
| "CMD_LINE_WIN"
|
|
134645
134953
|
| "COMPRESS_WHITE_SPACE"
|
|
134646
134954
|
| "CSS_DECODE"
|
|
134647
134955
|
| "ESCAPE_SEQ_DECODE"
|
|
134648
134956
|
| "HEX_DECODE"
|
|
134649
134957
|
| "HTML_ENTITY_DECODE"
|
|
134650
134958
|
| "JS_DECODE"
|
|
134959
|
+
| "JS_DECODE_EXT"
|
|
134651
134960
|
| "LOWERCASE"
|
|
134652
134961
|
| "MD5"
|
|
134653
134962
|
| "NONE"
|
|
134654
134963
|
| "NORMALIZE_PATH"
|
|
134655
134964
|
| "NORMALIZE_PATH_WIN"
|
|
134965
|
+
| "REMOVE_COMMENTS_CHAR"
|
|
134656
134966
|
| "REMOVE_NULLS"
|
|
134967
|
+
| "REMOVE_WHITESPACE"
|
|
134657
134968
|
| "REPLACE_COMMENTS"
|
|
134658
134969
|
| "REPLACE_NULLS"
|
|
134970
|
+
| "SHA256"
|
|
134659
134971
|
| "SQL_HEX_DECODE"
|
|
134972
|
+
| "TRIM"
|
|
134973
|
+
| "TRIM_LEFT"
|
|
134974
|
+
| "TRIM_RIGHT"
|
|
134975
|
+
| "UPPERCASE"
|
|
134660
134976
|
| "URL_DECODE"
|
|
134661
134977
|
| "URL_DECODE_UNI"
|
|
134662
134978
|
| "UTF8_TO_UNICODE";
|
|
@@ -134688,6 +135004,13 @@ export type WAFv2WebACL_PositionalConstraint =
|
|
|
134688
135004
|
| "EXACTLY"
|
|
134689
135005
|
| "STARTS_WITH";
|
|
134690
135006
|
|
|
135007
|
+
export type WAFv2WebACL_PreParseTextTransformationType =
|
|
135008
|
+
| "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA"
|
|
135009
|
+
| "NONE"
|
|
135010
|
+
| "REPLACE_SEMICOLONS_WITH_AMPERSANDS"
|
|
135011
|
+
| "URL_DECODE"
|
|
135012
|
+
| "URL_DECODE_UNI";
|
|
135013
|
+
|
|
134691
135014
|
export type WAFv2WebACL_ResponseContentType = "APPLICATION_JSON" | "TEXT_HTML" | "TEXT_PLAIN";
|
|
134692
135015
|
|
|
134693
135016
|
export type WAFv2WebACL_Scope = "CLOUDFRONT" | "REGIONAL";
|
|
@@ -134702,21 +135025,31 @@ export type WAFv2WebACL_TextTransformationType =
|
|
|
134702
135025
|
| "BASE64_DECODE"
|
|
134703
135026
|
| "BASE64_DECODE_EXT"
|
|
134704
135027
|
| "CMD_LINE"
|
|
135028
|
+
| "CMD_LINE_UNIX"
|
|
135029
|
+
| "CMD_LINE_WIN"
|
|
134705
135030
|
| "COMPRESS_WHITE_SPACE"
|
|
134706
135031
|
| "CSS_DECODE"
|
|
134707
135032
|
| "ESCAPE_SEQ_DECODE"
|
|
134708
135033
|
| "HEX_DECODE"
|
|
134709
135034
|
| "HTML_ENTITY_DECODE"
|
|
134710
135035
|
| "JS_DECODE"
|
|
135036
|
+
| "JS_DECODE_EXT"
|
|
134711
135037
|
| "LOWERCASE"
|
|
134712
135038
|
| "MD5"
|
|
134713
135039
|
| "NONE"
|
|
134714
135040
|
| "NORMALIZE_PATH"
|
|
134715
135041
|
| "NORMALIZE_PATH_WIN"
|
|
135042
|
+
| "REMOVE_COMMENTS_CHAR"
|
|
134716
135043
|
| "REMOVE_NULLS"
|
|
135044
|
+
| "REMOVE_WHITESPACE"
|
|
134717
135045
|
| "REPLACE_COMMENTS"
|
|
134718
135046
|
| "REPLACE_NULLS"
|
|
135047
|
+
| "SHA256"
|
|
134719
135048
|
| "SQL_HEX_DECODE"
|
|
135049
|
+
| "TRIM"
|
|
135050
|
+
| "TRIM_LEFT"
|
|
135051
|
+
| "TRIM_RIGHT"
|
|
135052
|
+
| "UPPERCASE"
|
|
134720
135053
|
| "URL_DECODE"
|
|
134721
135054
|
| "URL_DECODE_UNI"
|
|
134722
135055
|
| "UTF8_TO_UNICODE";
|