@intentius/chant-lexicon-aws 0.1.13 → 0.1.15
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/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1086 -92
- package/dist/types/index.d.ts +1419 -79
- package/package.json +1 -1
- package/src/codegen/versions.ts +12 -8
- package/src/composites/fargate-alb.ts +77 -16
- package/src/generated/index.d.ts +1419 -79
- package/src/generated/index.ts +116 -12
- package/src/generated/lexicon-aws.json +1086 -92
- package/src/import/live-export-io.test.ts +61 -0
- package/src/import/live-export.test.ts +78 -0
- package/src/import/live-export.ts +38 -0
- package/src/lifecycle-integration.test.ts +105 -0
- package/src/plugin.ts +41 -1
- package/src/serializer-ownership.test.ts +37 -0
- package/src/serializer.ts +16 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -695,7 +695,9 @@ export declare class Alarm {
|
|
|
695
695
|
Dimensions?: Alarm_Dimension[];
|
|
696
696
|
/** Used only for alarms based on percentiles. If ``ignore``, the alarm state does not change during periods with too few data points to be statistically significant. If ``evaluate`` or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available. */
|
|
697
697
|
EvaluateLowSampleCountPercentile?: string;
|
|
698
|
+
/** The evaluation criteria for the alarm. */
|
|
698
699
|
EvaluationCriteria?: Alarm_EvaluationCriteria;
|
|
700
|
+
/** The frequency, in seconds, at which the alarm is evaluated. */
|
|
699
701
|
EvaluationInterval?: number;
|
|
700
702
|
/** The number of periods over which data is compared to the specified threshold. If you are setting an alarm that requires that a number of consecutive data points be breaching to trigger the alarm, this value specifies that number. If you are setting an "M out of N" alarm, this value is the N, and ``DatapointsToAlarm`` is the M.
|
|
701
703
|
For more information, see [Evaluating an Alarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation) in the *User Guide*. */
|
|
@@ -1524,6 +1526,12 @@ export declare class ApiKeyCredentialProvider {
|
|
|
1524
1526
|
ApiKey?: string;
|
|
1525
1527
|
/** The ARN of the API key secret in AWS Secrets Manager */
|
|
1526
1528
|
ApiKeySecretArn?: ApiKeyCredentialProvider_ApiKeySecretArn;
|
|
1529
|
+
/** Configuration for a customer-provided secret containing the API key */
|
|
1530
|
+
ApiKeySecretConfig?: ApiKeyCredentialProvider_SecretReference;
|
|
1531
|
+
/** The JSON key within the secret that contains the API key value */
|
|
1532
|
+
ApiKeySecretJsonKey?: string;
|
|
1533
|
+
/** The source of the API key secret. Use MANAGED for service-managed secrets or EXTERNAL for customer-provided secrets. */
|
|
1534
|
+
ApiKeySecretSource?: "EXTERNAL" | "MANAGED";
|
|
1527
1535
|
/** The timestamp when the credential provider was created */
|
|
1528
1536
|
CreatedTime?: string;
|
|
1529
1537
|
/** The Amazon Resource Name (ARN) of the API key credential provider */
|
|
@@ -1534,6 +1542,7 @@ export declare class ApiKeyCredentialProvider {
|
|
|
1534
1542
|
Tags?: ApiKeyCredentialProvider_Tag[];
|
|
1535
1543
|
}, attributes?: CFResourceAttributes);
|
|
1536
1544
|
readonly ApiKeySecretArn: ApiKeyCredentialProvider_ApiKeySecretArn;
|
|
1545
|
+
readonly ApiKeySecretJsonKey: string;
|
|
1537
1546
|
readonly CreatedTime: string;
|
|
1538
1547
|
readonly CredentialProviderArn: string;
|
|
1539
1548
|
readonly LastUpdatedTime: string;
|
|
@@ -2286,14 +2295,20 @@ export declare class AppStreamStack {
|
|
|
2286
2295
|
|
|
2287
2296
|
export declare class AppStreamUser {
|
|
2288
2297
|
constructor(props: {
|
|
2298
|
+
/** The authentication type for the user. */
|
|
2289
2299
|
AuthenticationType: string;
|
|
2300
|
+
/** The email address of the user. */
|
|
2290
2301
|
UserName: string;
|
|
2302
|
+
/** Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource. */
|
|
2303
|
+
Arn?: string;
|
|
2304
|
+
/** The first name, or given name, of the user. */
|
|
2291
2305
|
FirstName?: string;
|
|
2292
|
-
|
|
2306
|
+
/** The last name, or surname, of the user. */
|
|
2293
2307
|
LastName?: string;
|
|
2308
|
+
/** The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent. */
|
|
2294
2309
|
MessageAction?: string;
|
|
2295
2310
|
}, attributes?: CFResourceAttributes);
|
|
2296
|
-
readonly
|
|
2311
|
+
readonly Arn: string;
|
|
2297
2312
|
}
|
|
2298
2313
|
|
|
2299
2314
|
export declare class AppSyncApi {
|
|
@@ -3264,7 +3279,6 @@ export declare class BedrockAgentCoreGateway {
|
|
|
3264
3279
|
constructor(props: {
|
|
3265
3280
|
AuthorizerType: BedrockAgentCoreGateway_AuthorizerType;
|
|
3266
3281
|
Name: string;
|
|
3267
|
-
ProtocolType: BedrockAgentCoreGateway_GatewayProtocolType;
|
|
3268
3282
|
RoleArn: string;
|
|
3269
3283
|
AuthorizerConfiguration?: any;
|
|
3270
3284
|
CreatedAt?: string;
|
|
@@ -3277,6 +3291,7 @@ export declare class BedrockAgentCoreGateway {
|
|
|
3277
3291
|
KmsKeyArn?: string;
|
|
3278
3292
|
PolicyEngineConfiguration?: BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration;
|
|
3279
3293
|
ProtocolConfiguration?: any;
|
|
3294
|
+
ProtocolType?: any;
|
|
3280
3295
|
Status?: BedrockAgentCoreGateway_GatewayStatus;
|
|
3281
3296
|
StatusReasons?: string[];
|
|
3282
3297
|
Tags?: Record<string, unknown>;
|
|
@@ -3324,6 +3339,15 @@ export declare class BedrockAgentCorePolicy {
|
|
|
3324
3339
|
readonly UpdatedAt: string;
|
|
3325
3340
|
}
|
|
3326
3341
|
|
|
3342
|
+
export declare class BedrockAgentCoreResourcePolicy {
|
|
3343
|
+
constructor(props: {
|
|
3344
|
+
/** The resource policy to create or update. */
|
|
3345
|
+
Policy: string;
|
|
3346
|
+
/** The Amazon Resource Name (ARN) of the resource for which to create or update the resource policy. */
|
|
3347
|
+
ResourceArn: string;
|
|
3348
|
+
}, attributes?: CFResourceAttributes);
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3327
3351
|
export declare class BedrockDataSource {
|
|
3328
3352
|
constructor(props: {
|
|
3329
3353
|
DataSourceConfiguration: BedrockDataSource_DataSourceConfiguration;
|
|
@@ -5689,6 +5713,17 @@ export declare class CollectionGroup {
|
|
|
5689
5713
|
readonly Id: string;
|
|
5690
5714
|
}
|
|
5691
5715
|
|
|
5716
|
+
export declare class CollectionIndex {
|
|
5717
|
+
constructor(props: {
|
|
5718
|
+
/** The identifier of the collection */
|
|
5719
|
+
Id: string;
|
|
5720
|
+
/** The name of the collection index */
|
|
5721
|
+
IndexName: string;
|
|
5722
|
+
/** The Mappings for the collection index */
|
|
5723
|
+
IndexSchema?: string;
|
|
5724
|
+
}, attributes?: CFResourceAttributes);
|
|
5725
|
+
}
|
|
5726
|
+
|
|
5692
5727
|
export declare class Command {
|
|
5693
5728
|
constructor(props: {
|
|
5694
5729
|
/** The unique identifier for the command. */
|
|
@@ -7346,7 +7381,7 @@ export declare class CustomDBEngineVersion {
|
|
|
7346
7381
|
/** The ARN of a CEV to use as a source for creating a new CEV. You can specify a different Amazon Machine Imagine (AMI) by using either ``Source`` or ``UseAwsProvidedLatestImage``. You can't specify a different JSON manifest when you specify ``SourceCustomDbEngineVersionIdentifier``. */
|
|
7347
7382
|
SourceCustomDbEngineVersionIdentifier?: string;
|
|
7348
7383
|
/** A value that indicates the status of a custom engine version (CEV). */
|
|
7349
|
-
Status?: "available" | "inactive" | "inactive-except-restore";
|
|
7384
|
+
Status?: "available" | "inactive" | "inactive-except-restore" | "pending-validation";
|
|
7350
7385
|
/** A list of tags. For more information, see [Tagging Amazon RDS Resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide.* */
|
|
7351
7386
|
Tags?: CustomDBEngineVersion_Tag[];
|
|
7352
7387
|
/** Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for the CEV. If you specify ``UseAwsProvidedLatestImage``, you can't also specify ``ImageId``. */
|
|
@@ -7659,8 +7694,10 @@ export declare class DaemonTaskDefinition {
|
|
|
7659
7694
|
ExecutionRoleArn?: string;
|
|
7660
7695
|
/** The name of a family that this daemon task definition is registered to. */
|
|
7661
7696
|
Family?: string;
|
|
7697
|
+
IpcMode?: string;
|
|
7662
7698
|
/** The amount of memory (in MiB) used by the daemon task. */
|
|
7663
7699
|
Memory?: string;
|
|
7700
|
+
PidMode?: string;
|
|
7664
7701
|
Tags?: DaemonTaskDefinition_Tag[];
|
|
7665
7702
|
/** The short name or full Amazon Resource Name (ARN) of the IAM role that grants containers in the daemon task permission to call Amazon Web Services APIs on your behalf. */
|
|
7666
7703
|
TaskRoleArn?: string;
|
|
@@ -11361,6 +11398,7 @@ export declare class EC2Route {
|
|
|
11361
11398
|
NatGatewayId?: string;
|
|
11362
11399
|
/** The ID of a network interface. */
|
|
11363
11400
|
NetworkInterfaceId?: string;
|
|
11401
|
+
OdbNetworkArn?: string;
|
|
11364
11402
|
/** The ID of a transit gateway. */
|
|
11365
11403
|
TransitGatewayId?: string;
|
|
11366
11404
|
/** The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only. */
|
|
@@ -14582,7 +14620,7 @@ export declare class Function {
|
|
|
14582
14620
|
Environment?: Function_Environment;
|
|
14583
14621
|
/** The size of the function's ``/tmp`` directory in MB. The default value is 512, but it can be any whole number between 512 and 10,240 MB. */
|
|
14584
14622
|
EphemeralStorage?: Function_EphemeralStorage;
|
|
14585
|
-
/** Connection settings for an Amazon EFS file system. To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an [AWS::EFS::MountTarget](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html) resource, you must also specify a ``DependsOn`` attribute to ensure that the mount target is created or updated before the function.
|
|
14623
|
+
/** Connection settings for an Amazon EFS or Amazon S3 Files file system. To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an [AWS::EFS::MountTarget](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html) or [AWS::S3Files::MountTarget](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3files-mounttarget.html) resource, you must also specify a ``DependsOn`` attribute to ensure that the mount target is created or updated before the function.
|
|
14586
14624
|
For more information about using the ``DependsOn`` attribute, see [DependsOn Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html). */
|
|
14587
14625
|
FileSystemConfigs?: Function_FileSystemConfig[];
|
|
14588
14626
|
/** The name of the Lambda function, up to 64 characters in length. If you don't specify a name, CFN generates one.
|
|
@@ -14944,6 +14982,7 @@ export declare class GatewayTarget {
|
|
|
14944
14982
|
constructor(props: {
|
|
14945
14983
|
Name: string;
|
|
14946
14984
|
TargetConfiguration: any;
|
|
14985
|
+
AuthorizationData?: any;
|
|
14947
14986
|
CreatedAt?: string;
|
|
14948
14987
|
CredentialProviderConfigurations?: GatewayTarget_CredentialProviderConfiguration[];
|
|
14949
14988
|
Description?: string;
|
|
@@ -14951,14 +14990,20 @@ export declare class GatewayTarget {
|
|
|
14951
14990
|
GatewayIdentifier?: string;
|
|
14952
14991
|
LastSynchronizedAt?: string;
|
|
14953
14992
|
MetadataConfiguration?: GatewayTarget_MetadataConfiguration;
|
|
14993
|
+
PrivateEndpoint?: any;
|
|
14994
|
+
PrivateEndpointManagedResources?: GatewayTarget_ManagedResourceDetails[];
|
|
14995
|
+
ProtocolType?: GatewayTarget_TargetProtocolType;
|
|
14954
14996
|
Status?: GatewayTarget_TargetStatus;
|
|
14955
14997
|
StatusReasons?: string[];
|
|
14956
14998
|
TargetId?: string;
|
|
14957
14999
|
UpdatedAt?: string;
|
|
14958
15000
|
}, attributes?: CFResourceAttributes);
|
|
15001
|
+
readonly AuthorizationData: any;
|
|
14959
15002
|
readonly CreatedAt: string;
|
|
14960
15003
|
readonly GatewayArn: string;
|
|
14961
15004
|
readonly LastSynchronizedAt: string;
|
|
15005
|
+
readonly PrivateEndpointManagedResources: GatewayTarget_ManagedResourceDetails[];
|
|
15006
|
+
readonly ProtocolType: GatewayTarget_TargetProtocolType;
|
|
14962
15007
|
readonly Status: GatewayTarget_TargetStatus;
|
|
14963
15008
|
readonly StatusReasons: string[];
|
|
14964
15009
|
readonly TargetId: string;
|
|
@@ -16848,10 +16893,14 @@ export declare class InfluxDBInstance {
|
|
|
16848
16893
|
InfluxAuthParametersSecretArn?: string;
|
|
16849
16894
|
/** Configuration for sending logs to customer account from the InfluxDB instance. */
|
|
16850
16895
|
LogDeliveryConfiguration?: Record<string, unknown>;
|
|
16896
|
+
/** The maintenance schedule for the InfluxDB instance. */
|
|
16897
|
+
MaintenanceSchedule?: InfluxDBInstance_MaintenanceSchedule;
|
|
16851
16898
|
/** The unique name that is associated with the InfluxDB instance. */
|
|
16852
16899
|
Name?: string;
|
|
16853
16900
|
/** Network type of the InfluxDB Instance. */
|
|
16854
16901
|
NetworkType?: "DUAL" | "IPV4";
|
|
16902
|
+
/** The timestamp of the next scheduled maintenance event. */
|
|
16903
|
+
NextMaintenanceTime?: string;
|
|
16855
16904
|
/** The organization for the InfluxDB instance. */
|
|
16856
16905
|
Organization?: string;
|
|
16857
16906
|
/** The password for the InfluxDB instance. */
|
|
@@ -16878,6 +16927,7 @@ export declare class InfluxDBInstance {
|
|
|
16878
16927
|
readonly Endpoint: string;
|
|
16879
16928
|
readonly Id: string;
|
|
16880
16929
|
readonly InfluxAuthParametersSecretArn: string;
|
|
16930
|
+
readonly NextMaintenanceTime: string;
|
|
16881
16931
|
readonly SecondaryAvailabilityZone: string;
|
|
16882
16932
|
readonly Status: "AVAILABLE" | "CREATING" | "DELETED" | "DELETING" | "FAILED" | "MAINTENANCE" | "MODIFYING" | "REBOOTING" | "REBOOT_FAILED" | "UPDATING" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE";
|
|
16883
16933
|
}
|
|
@@ -17278,6 +17328,8 @@ export declare class IntegrationAssociation {
|
|
|
17278
17328
|
IntegrationArn: string;
|
|
17279
17329
|
IntegrationType: IntegrationAssociation_IntegrationType;
|
|
17280
17330
|
IntegrationAssociationId?: string;
|
|
17331
|
+
/** The tags used to organize, track, or control access for this resource. */
|
|
17332
|
+
Tags?: IntegrationAssociation_Tag[];
|
|
17281
17333
|
}, attributes?: CFResourceAttributes);
|
|
17282
17334
|
readonly IntegrationAssociationId: string;
|
|
17283
17335
|
}
|
|
@@ -18428,6 +18480,8 @@ export declare class Key {
|
|
|
18428
18480
|
KeyIdentifier?: string;
|
|
18429
18481
|
KeyOrigin?: Key_KeyOrigin;
|
|
18430
18482
|
KeyState?: Key_KeyState;
|
|
18483
|
+
/** The resource-based policy attached to the key, in JSON format. */
|
|
18484
|
+
Policy?: string;
|
|
18431
18485
|
ReplicationRegions?: string[];
|
|
18432
18486
|
ReplicationStatus?: Record<string, unknown>;
|
|
18433
18487
|
Tags?: Key_Tag[];
|
|
@@ -18876,6 +18930,7 @@ export declare class LambdaCapacityProvider {
|
|
|
18876
18930
|
InstanceRequirements?: LambdaCapacityProvider_InstanceRequirements;
|
|
18877
18931
|
/** The ARN of the KMS key used to encrypt the capacity provider's resources. */
|
|
18878
18932
|
KmsKeyArn?: string;
|
|
18933
|
+
PropagateTags?: LambdaCapacityProvider_PropagateTagsConfig;
|
|
18879
18934
|
State?: LambdaCapacityProvider_CapacityProviderState;
|
|
18880
18935
|
/** A key-value pair that provides metadata for the capacity provider. */
|
|
18881
18936
|
Tags?: LambdaCapacityProvider_Tag[];
|
|
@@ -19594,6 +19649,26 @@ export declare class LinkAssociation {
|
|
|
19594
19649
|
}, attributes?: CFResourceAttributes);
|
|
19595
19650
|
}
|
|
19596
19651
|
|
|
19652
|
+
export declare class LinkRoutingRule {
|
|
19653
|
+
constructor(props: {
|
|
19654
|
+
Conditions: LinkRoutingRule_RuleCondition;
|
|
19655
|
+
GatewayId: string;
|
|
19656
|
+
LinkId: string;
|
|
19657
|
+
Priority: number;
|
|
19658
|
+
Arn?: string;
|
|
19659
|
+
CreatedTimestamp?: string;
|
|
19660
|
+
RuleId?: string;
|
|
19661
|
+
Status?: LinkRoutingRule_RuleStatus;
|
|
19662
|
+
Tags?: any;
|
|
19663
|
+
UpdatedTimestamp?: string;
|
|
19664
|
+
}, attributes?: CFResourceAttributes);
|
|
19665
|
+
readonly Arn: string;
|
|
19666
|
+
readonly CreatedTimestamp: string;
|
|
19667
|
+
readonly RuleId: string;
|
|
19668
|
+
readonly Status: LinkRoutingRule_RuleStatus;
|
|
19669
|
+
readonly UpdatedTimestamp: string;
|
|
19670
|
+
}
|
|
19671
|
+
|
|
19597
19672
|
export declare class List {
|
|
19598
19673
|
constructor(props: {
|
|
19599
19674
|
/** The name of the list. */
|
|
@@ -21317,6 +21392,7 @@ export declare class MediaPackageV2OriginEndpoint {
|
|
|
21317
21392
|
/** <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p> */
|
|
21318
21393
|
StartoverWindowSeconds?: number;
|
|
21319
21394
|
Tags?: MediaPackageV2OriginEndpoint_Tag[];
|
|
21395
|
+
UriSeparator?: MediaPackageV2OriginEndpoint_UriSeparator;
|
|
21320
21396
|
}, attributes?: CFResourceAttributes);
|
|
21321
21397
|
readonly Arn: string;
|
|
21322
21398
|
readonly CreatedAt: string;
|
|
@@ -23409,6 +23485,10 @@ export declare class OAuth2CredentialProvider {
|
|
|
23409
23485
|
CallbackUrl?: string;
|
|
23410
23486
|
/** The ARN of the client secret in AWS Secrets Manager */
|
|
23411
23487
|
ClientSecretArn?: OAuth2CredentialProvider_ClientSecretArn;
|
|
23488
|
+
/** The JSON key within the secret that contains the client secret value */
|
|
23489
|
+
ClientSecretJsonKey?: string;
|
|
23490
|
+
/** The source of the client secret */
|
|
23491
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
23412
23492
|
/** The timestamp when the credential provider was created */
|
|
23413
23493
|
CreatedTime?: string;
|
|
23414
23494
|
/** The Amazon Resource Name (ARN) of the OAuth2 credential provider */
|
|
@@ -23424,6 +23504,8 @@ export declare class OAuth2CredentialProvider {
|
|
|
23424
23504
|
}, attributes?: CFResourceAttributes);
|
|
23425
23505
|
readonly CallbackUrl: string;
|
|
23426
23506
|
readonly ClientSecretArn: OAuth2CredentialProvider_ClientSecretArn;
|
|
23507
|
+
readonly ClientSecretJsonKey: string;
|
|
23508
|
+
readonly ClientSecretSource: "EXTERNAL" | "MANAGED";
|
|
23427
23509
|
readonly CreatedTime: string;
|
|
23428
23510
|
readonly CredentialProviderArn: string;
|
|
23429
23511
|
readonly LastUpdatedTime: string;
|
|
@@ -23728,6 +23810,7 @@ Contains between 3 and 64 characters
|
|
|
23728
23810
|
CollectionGroupName?: string;
|
|
23729
23811
|
/** The OpenSearch Dashboards endpoint for the collection. */
|
|
23730
23812
|
DashboardEndpoint?: string;
|
|
23813
|
+
DeletionProtection?: OpenSearchServerlessCollection_DeletionProtection;
|
|
23731
23814
|
/** The description of the collection */
|
|
23732
23815
|
Description?: string;
|
|
23733
23816
|
EncryptionConfig?: OpenSearchServerlessCollection_EncryptionConfig;
|
|
@@ -23810,6 +23893,7 @@ export declare class OpenSearchServiceDomain {
|
|
|
23810
23893
|
AdvancedSecurityOptions?: OpenSearchServiceDomain_AdvancedSecurityOptionsInput;
|
|
23811
23894
|
AIMLOptions?: OpenSearchServiceDomain_AIMLOptions;
|
|
23812
23895
|
Arn?: string;
|
|
23896
|
+
AutomatedSnapshotPauseOptions?: OpenSearchServiceDomain_AutomatedSnapshotPauseOptions;
|
|
23813
23897
|
ClusterConfig?: OpenSearchServiceDomain_ClusterConfig;
|
|
23814
23898
|
CognitoOptions?: OpenSearchServiceDomain_CognitoOptions;
|
|
23815
23899
|
DeploymentStrategyOptions?: OpenSearchServiceDomain_DeploymentStrategyOptions;
|
|
@@ -24645,6 +24729,34 @@ export declare class PatchBaseline {
|
|
|
24645
24729
|
readonly Id: string;
|
|
24646
24730
|
}
|
|
24647
24731
|
|
|
24732
|
+
export declare class PaymentConnector {
|
|
24733
|
+
constructor(props: {
|
|
24734
|
+
/** The name of the payment connector */
|
|
24735
|
+
ConnectorName: string;
|
|
24736
|
+
ConnectorType: PaymentConnector_PaymentConnectorType;
|
|
24737
|
+
/** The credential provider configurations for the connector */
|
|
24738
|
+
CredentialProviderConfigurations: PaymentConnector_CredentialsProviderConfiguration[];
|
|
24739
|
+
/** The identifier of the parent payment manager */
|
|
24740
|
+
PaymentManagerId: string;
|
|
24741
|
+
/** The timestamp when the connector was created */
|
|
24742
|
+
ConnectorCreatedAt?: string;
|
|
24743
|
+
/** The timestamp when the connector was last updated */
|
|
24744
|
+
ConnectorLastUpdatedAt?: string;
|
|
24745
|
+
ConnectorStatus?: PaymentConnector_PaymentConnectorStatus;
|
|
24746
|
+
/** A description of the payment connector */
|
|
24747
|
+
Description?: string;
|
|
24748
|
+
/** Synthetic ARN for the payment connector (used for engine resolution) */
|
|
24749
|
+
PaymentConnectorArn?: string;
|
|
24750
|
+
/** The unique identifier for the payment connector */
|
|
24751
|
+
PaymentConnectorId?: string;
|
|
24752
|
+
}, attributes?: CFResourceAttributes);
|
|
24753
|
+
readonly ConnectorCreatedAt: string;
|
|
24754
|
+
readonly ConnectorLastUpdatedAt: string;
|
|
24755
|
+
readonly ConnectorStatus: PaymentConnector_PaymentConnectorStatus;
|
|
24756
|
+
readonly PaymentConnectorArn: string;
|
|
24757
|
+
readonly PaymentConnectorId: string;
|
|
24758
|
+
}
|
|
24759
|
+
|
|
24648
24760
|
export declare class PaymentCredentialProvider {
|
|
24649
24761
|
constructor(props: {
|
|
24650
24762
|
CredentialProviderVendor: PaymentCredentialProvider_PaymentCredentialProviderVendorType;
|
|
@@ -24674,6 +24786,37 @@ export declare class PaymentCryptographyAlias {
|
|
|
24674
24786
|
}, attributes?: CFResourceAttributes);
|
|
24675
24787
|
}
|
|
24676
24788
|
|
|
24789
|
+
export declare class PaymentManager {
|
|
24790
|
+
constructor(props: {
|
|
24791
|
+
AuthorizerType: PaymentManager_PaymentsAuthorizerType;
|
|
24792
|
+
/** The name of the payment manager */
|
|
24793
|
+
Name: string;
|
|
24794
|
+
/** The ARN of the IAM role for the payment manager */
|
|
24795
|
+
RoleArn: string;
|
|
24796
|
+
AuthorizerConfiguration?: PaymentManager_AuthorizerConfiguration;
|
|
24797
|
+
/** The timestamp when the payment manager was created */
|
|
24798
|
+
CreatedAt?: string;
|
|
24799
|
+
/** A description of the payment manager */
|
|
24800
|
+
Description?: string;
|
|
24801
|
+
/** The timestamp when the payment manager was last updated */
|
|
24802
|
+
LastUpdatedAt?: string;
|
|
24803
|
+
/** The Amazon Resource Name (ARN) of the payment manager */
|
|
24804
|
+
PaymentManagerArn?: string;
|
|
24805
|
+
/** The unique identifier for the payment manager */
|
|
24806
|
+
PaymentManagerId?: string;
|
|
24807
|
+
Status?: PaymentManager_PaymentManagerStatus;
|
|
24808
|
+
/** Tags to assign to the payment manager */
|
|
24809
|
+
Tags?: PaymentManager_Tag[];
|
|
24810
|
+
WorkloadIdentityDetails?: PaymentManager_WorkloadIdentityDetails;
|
|
24811
|
+
}, attributes?: CFResourceAttributes);
|
|
24812
|
+
readonly CreatedAt: string;
|
|
24813
|
+
readonly LastUpdatedAt: string;
|
|
24814
|
+
readonly PaymentManagerArn: string;
|
|
24815
|
+
readonly PaymentManagerId: string;
|
|
24816
|
+
readonly Status: PaymentManager_PaymentManagerStatus;
|
|
24817
|
+
readonly WorkloadIdentityDetails: PaymentManager_WorkloadIdentityDetails;
|
|
24818
|
+
}
|
|
24819
|
+
|
|
24677
24820
|
export declare class PCAConnectorADConnector {
|
|
24678
24821
|
constructor(props: {
|
|
24679
24822
|
CertificateAuthorityArn: string;
|
|
@@ -25359,6 +25502,13 @@ export declare class PolicyStore {
|
|
|
25359
25502
|
readonly PolicyStoreId: string;
|
|
25360
25503
|
}
|
|
25361
25504
|
|
|
25505
|
+
export declare class PolicyStoreAlias {
|
|
25506
|
+
constructor(props: {
|
|
25507
|
+
AliasName: string;
|
|
25508
|
+
PolicyStoreId: string;
|
|
25509
|
+
}, attributes?: CFResourceAttributes);
|
|
25510
|
+
}
|
|
25511
|
+
|
|
25362
25512
|
export declare class PolicyTemplate {
|
|
25363
25513
|
constructor(props: {
|
|
25364
25514
|
PolicyStoreId: string;
|
|
@@ -27618,6 +27768,10 @@ export declare class ReplicationGroup {
|
|
|
27618
27768
|
ConfigurationEndPoint?: ReplicationGroup_Endpoint;
|
|
27619
27769
|
/** Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. */
|
|
27620
27770
|
DataTieringEnabled?: boolean;
|
|
27771
|
+
/** The durability setting for the replication group. Valid values: default, async, sync, disabled. Enabling durability on an existing non-durable cluster or disabling durability on an existing durable cluster is not currently supported and will result in an error; specify the desired durability at create time. The resolved state is returned in EffectiveDurability. */
|
|
27772
|
+
Durability?: "async" | "default" | "disabled" | "sync";
|
|
27773
|
+
/** The resolved durability state of the replication group after resolving the default value. This is a read-only property. */
|
|
27774
|
+
EffectiveDurability?: "async" | "disabled" | "sync";
|
|
27621
27775
|
/** The name of the cache engine to be used for the clusters in this replication group. */
|
|
27622
27776
|
Engine?: string;
|
|
27623
27777
|
/** The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation. */
|
|
@@ -27685,6 +27839,7 @@ export declare class ReplicationGroup {
|
|
|
27685
27839
|
readonly ConfigurationEndPoint: ReplicationGroup_Endpoint;
|
|
27686
27840
|
readonly ConfigurationEndPoint_Address: string;
|
|
27687
27841
|
readonly ConfigurationEndPoint_Port: string;
|
|
27842
|
+
readonly EffectiveDurability: "async" | "disabled" | "sync";
|
|
27688
27843
|
readonly PrimaryEndPoint: ReplicationGroup_Endpoint;
|
|
27689
27844
|
readonly PrimaryEndPoint_Address: string;
|
|
27690
27845
|
readonly PrimaryEndPoint_Port: string;
|
|
@@ -27994,6 +28149,73 @@ export declare class ResilienceHubApp {
|
|
|
27994
28149
|
readonly DriftStatus: "Detected" | "NotChecked" | "NotDetected";
|
|
27995
28150
|
}
|
|
27996
28151
|
|
|
28152
|
+
export declare class ResilienceHubV2Policy {
|
|
28153
|
+
constructor(props: {
|
|
28154
|
+
/** The name of the policy. */
|
|
28155
|
+
Name: string;
|
|
28156
|
+
/** The number of services associated with this policy. */
|
|
28157
|
+
AssociatedServiceCount?: number;
|
|
28158
|
+
AvailabilitySlo?: ResilienceHubV2Policy_AvailabilitySlo;
|
|
28159
|
+
/** The timestamp when the policy was created. */
|
|
28160
|
+
CreatedAt?: string;
|
|
28161
|
+
DataRecovery?: ResilienceHubV2Policy_DataRecoveryTargets;
|
|
28162
|
+
/** The description of the policy. */
|
|
28163
|
+
Description?: string;
|
|
28164
|
+
/** The KMS key ID for encrypting policy data. */
|
|
28165
|
+
KmsKeyId?: string;
|
|
28166
|
+
MultiAz?: ResilienceHubV2Policy_MultiAzTargets;
|
|
28167
|
+
MultiRegion?: ResilienceHubV2Policy_MultiRegionTargets;
|
|
28168
|
+
/** The ARN of the policy. */
|
|
28169
|
+
PolicyArn?: string;
|
|
28170
|
+
/** Tags assigned to the policy. */
|
|
28171
|
+
Tags?: ResilienceHubV2Policy_Tag[];
|
|
28172
|
+
/** The timestamp when the policy was last updated. */
|
|
28173
|
+
UpdatedAt?: string;
|
|
28174
|
+
}, attributes?: CFResourceAttributes);
|
|
28175
|
+
readonly AssociatedServiceCount: number;
|
|
28176
|
+
readonly CreatedAt: string;
|
|
28177
|
+
readonly PolicyArn: string;
|
|
28178
|
+
readonly UpdatedAt: string;
|
|
28179
|
+
}
|
|
28180
|
+
|
|
28181
|
+
export declare class ResilienceHubV2Service {
|
|
28182
|
+
constructor(props: {
|
|
28183
|
+
/** The name of the service. */
|
|
28184
|
+
Name: string;
|
|
28185
|
+
/** AWS regions for the service. */
|
|
28186
|
+
Regions: string[];
|
|
28187
|
+
/** Assertions associated with this service. */
|
|
28188
|
+
Assertions?: ResilienceHubV2Service_AssertionDefinition[];
|
|
28189
|
+
/** Systems associated with this service. */
|
|
28190
|
+
AssociatedSystems?: ResilienceHubV2Service_AssociatedSystem[];
|
|
28191
|
+
/** The timestamp when the service was created. */
|
|
28192
|
+
CreatedAt?: string;
|
|
28193
|
+
/** Dependency discovery state. */
|
|
28194
|
+
DependencyDiscovery?: "DISABLED" | "ENABLED" | "INITIALIZING";
|
|
28195
|
+
/** The description of the service. */
|
|
28196
|
+
Description?: string;
|
|
28197
|
+
EffectivePolicyValues?: ResilienceHubV2Service_EffectivePolicyValues;
|
|
28198
|
+
/** Input sources for this service. */
|
|
28199
|
+
InputSources?: ResilienceHubV2Service_InputSourceDefinition[];
|
|
28200
|
+
/** The KMS key ID for encrypting service data. */
|
|
28201
|
+
KmsKeyId?: string;
|
|
28202
|
+
PermissionModel?: ResilienceHubV2Service_PermissionModel;
|
|
28203
|
+
/** The ARN of the resilience policy to associate. */
|
|
28204
|
+
PolicyArn?: string;
|
|
28205
|
+
ReportConfiguration?: ResilienceHubV2Service_ServiceReportConfiguration;
|
|
28206
|
+
/** The ARN of the service. */
|
|
28207
|
+
ServiceArn?: string;
|
|
28208
|
+
/** Tags assigned to the service. */
|
|
28209
|
+
Tags?: ResilienceHubV2Service_Tag[];
|
|
28210
|
+
/** The timestamp when the service was last updated. */
|
|
28211
|
+
UpdatedAt?: string;
|
|
28212
|
+
}, attributes?: CFResourceAttributes);
|
|
28213
|
+
readonly CreatedAt: string;
|
|
28214
|
+
readonly EffectivePolicyValues: ResilienceHubV2Service_EffectivePolicyValues;
|
|
28215
|
+
readonly ServiceArn: string;
|
|
28216
|
+
readonly UpdatedAt: string;
|
|
28217
|
+
}
|
|
28218
|
+
|
|
27997
28219
|
export declare class ResiliencyPolicy {
|
|
27998
28220
|
constructor(props: {
|
|
27999
28221
|
Policy: ResiliencyPolicy_PolicyMap;
|
|
@@ -28526,11 +28748,16 @@ export declare class ResponderGateway {
|
|
|
28526
28748
|
SecurityGroupIds: any;
|
|
28527
28749
|
SubnetIds: any;
|
|
28528
28750
|
VpcId: string;
|
|
28751
|
+
AcmCertificateArn?: string;
|
|
28529
28752
|
Arn?: string;
|
|
28753
|
+
CertificateAssociationStatus?: ResponderGateway_CertificateAssociationStatus;
|
|
28530
28754
|
CreatedTimestamp?: string;
|
|
28531
28755
|
Description?: string;
|
|
28532
28756
|
DomainName?: string;
|
|
28757
|
+
ExternalInboundEndpoint?: any;
|
|
28533
28758
|
GatewayId?: string;
|
|
28759
|
+
GatewayType?: ResponderGateway_GatewayType;
|
|
28760
|
+
ListenerConfig?: ResponderGateway_ListenerConfig;
|
|
28534
28761
|
ManagedEndpointConfiguration?: Record<string, unknown>;
|
|
28535
28762
|
ResponderGatewayStatus?: ResponderGateway_ResponderGatewayStatus;
|
|
28536
28763
|
Tags?: any;
|
|
@@ -28538,7 +28765,9 @@ export declare class ResponderGateway {
|
|
|
28538
28765
|
UpdatedTimestamp?: string;
|
|
28539
28766
|
}, attributes?: CFResourceAttributes);
|
|
28540
28767
|
readonly Arn: string;
|
|
28768
|
+
readonly CertificateAssociationStatus: ResponderGateway_CertificateAssociationStatus;
|
|
28541
28769
|
readonly CreatedTimestamp: string;
|
|
28770
|
+
readonly ExternalInboundEndpoint: any;
|
|
28542
28771
|
readonly GatewayId: string;
|
|
28543
28772
|
readonly ResponderGatewayStatus: ResponderGateway_ResponderGatewayStatus;
|
|
28544
28773
|
readonly UpdatedTimestamp: string;
|
|
@@ -29915,6 +30144,8 @@ export declare class SageMakerDomain {
|
|
|
29915
30144
|
/** The domain name. */
|
|
29916
30145
|
DomainId?: string;
|
|
29917
30146
|
DomainSettings?: SageMakerDomain_DomainSettings;
|
|
30147
|
+
/** Indicates whether a home EFS file system is created for the domain. Set to Disabled to skip EFS creation and reduce domain creation time. */
|
|
30148
|
+
HomeEfsFileSystemCreation?: "Disabled" | "Enabled";
|
|
29918
30149
|
/** The ID of the Amazon Elastic File System (EFS) managed by this Domain. */
|
|
29919
30150
|
HomeEfsFileSystemId?: string;
|
|
29920
30151
|
/** SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default. */
|
|
@@ -31094,6 +31325,34 @@ export declare class ServiceEnvironment {
|
|
|
31094
31325
|
readonly ServiceEnvironmentArn: string;
|
|
31095
31326
|
}
|
|
31096
31327
|
|
|
31328
|
+
export declare class ServiceFunction {
|
|
31329
|
+
constructor(props: {
|
|
31330
|
+
/** The criticality of the service function. */
|
|
31331
|
+
Criticality: "PRIMARY" | "SUPPLEMENTAL";
|
|
31332
|
+
/** The name of the service function. */
|
|
31333
|
+
Name: string;
|
|
31334
|
+
/** The ARN of the parent service. */
|
|
31335
|
+
ServiceArn: string;
|
|
31336
|
+
/** The timestamp when the service function was created. */
|
|
31337
|
+
CreatedAt?: string;
|
|
31338
|
+
/** The description of the service function. */
|
|
31339
|
+
Description?: string;
|
|
31340
|
+
/** The number of resources associated with this function. */
|
|
31341
|
+
ResourceCount?: number;
|
|
31342
|
+
/** The server-generated service function ID. */
|
|
31343
|
+
ServiceFunctionId?: string;
|
|
31344
|
+
/** The source of the service function. */
|
|
31345
|
+
Source?: "AI_GENERATED" | "USER";
|
|
31346
|
+
/** The timestamp when the service function was last updated. */
|
|
31347
|
+
UpdatedAt?: string;
|
|
31348
|
+
}, attributes?: CFResourceAttributes);
|
|
31349
|
+
readonly CreatedAt: string;
|
|
31350
|
+
readonly ResourceCount: number;
|
|
31351
|
+
readonly ServiceFunctionId: string;
|
|
31352
|
+
readonly Source: "AI_GENERATED" | "USER";
|
|
31353
|
+
readonly UpdatedAt: string;
|
|
31354
|
+
}
|
|
31355
|
+
|
|
31097
31356
|
export declare class ServiceLevelObjective {
|
|
31098
31357
|
constructor(props: {
|
|
31099
31358
|
/** The name of this SLO. */
|
|
@@ -31225,8 +31484,8 @@ export declare class ServiceNetworkVpcAssociation {
|
|
|
31225
31484
|
|
|
31226
31485
|
export declare class ServicePrincipalName {
|
|
31227
31486
|
constructor(props: {
|
|
31228
|
-
ConnectorArn
|
|
31229
|
-
DirectoryRegistrationArn
|
|
31487
|
+
ConnectorArn: string;
|
|
31488
|
+
DirectoryRegistrationArn: string;
|
|
31230
31489
|
}, attributes?: CFResourceAttributes);
|
|
31231
31490
|
}
|
|
31232
31491
|
|
|
@@ -32091,6 +32350,8 @@ export declare class SSOApplication {
|
|
|
32091
32350
|
ApplicationArn?: string;
|
|
32092
32351
|
/** The description information for the Identity Center (SSO) Application */
|
|
32093
32352
|
Description?: string;
|
|
32353
|
+
/** The ARN of the identity store associated with the Identity Center instance */
|
|
32354
|
+
IdentityStoreArn?: string;
|
|
32094
32355
|
/** A structure that describes the options for the portal associated with an application */
|
|
32095
32356
|
PortalOptions?: SSOApplication_PortalOptionsConfiguration;
|
|
32096
32357
|
/** Specifies whether the application is enabled or disabled */
|
|
@@ -32098,6 +32359,7 @@ export declare class SSOApplication {
|
|
|
32098
32359
|
Tags?: SSOApplication_Tag[];
|
|
32099
32360
|
}, attributes?: CFResourceAttributes);
|
|
32100
32361
|
readonly ApplicationArn: string;
|
|
32362
|
+
readonly IdentityStoreArn: string;
|
|
32101
32363
|
}
|
|
32102
32364
|
|
|
32103
32365
|
export declare class SSOInstance {
|
|
@@ -32230,13 +32492,15 @@ export declare class StackSetConstraint {
|
|
|
32230
32492
|
|
|
32231
32493
|
export declare class StackUserAssociation {
|
|
32232
32494
|
constructor(props: {
|
|
32495
|
+
/** The authentication type for the user who is associated with the stack. You must specify USERPOOL. */
|
|
32233
32496
|
AuthenticationType: string;
|
|
32497
|
+
/** The name of the stack that is associated with the user. */
|
|
32234
32498
|
StackName: string;
|
|
32499
|
+
/** The name of the user who is associated with the stack. */
|
|
32235
32500
|
UserName: string;
|
|
32236
|
-
|
|
32501
|
+
/** Specifies whether a welcome email is sent to a user after the user is created in the user pool. */
|
|
32237
32502
|
SendEmailNotification?: boolean;
|
|
32238
32503
|
}, attributes?: CFResourceAttributes);
|
|
32239
|
-
readonly Id: string;
|
|
32240
32504
|
}
|
|
32241
32505
|
|
|
32242
32506
|
export declare class Standard {
|
|
@@ -32957,6 +33221,31 @@ export declare class SyntheticsGroup {
|
|
|
32957
33221
|
readonly Id: string;
|
|
32958
33222
|
}
|
|
32959
33223
|
|
|
33224
|
+
export declare class System {
|
|
33225
|
+
constructor(props: {
|
|
33226
|
+
/** The name of the system. */
|
|
33227
|
+
Name: string;
|
|
33228
|
+
/** The timestamp when the system was created. */
|
|
33229
|
+
CreatedAt?: string;
|
|
33230
|
+
/** The description of the system. */
|
|
33231
|
+
Description?: string;
|
|
33232
|
+
/** The KMS key ID for encrypting system data. */
|
|
33233
|
+
KmsKeyId?: string;
|
|
33234
|
+
/** The ARN of the system. */
|
|
33235
|
+
SystemArn?: string;
|
|
33236
|
+
/** The system ID. */
|
|
33237
|
+
SystemId?: string;
|
|
33238
|
+
/** Tags assigned to the system. */
|
|
33239
|
+
Tags?: System_Tag[];
|
|
33240
|
+
/** The timestamp when the system was last updated. */
|
|
33241
|
+
UpdatedAt?: string;
|
|
33242
|
+
}, attributes?: CFResourceAttributes);
|
|
33243
|
+
readonly CreatedAt: string;
|
|
33244
|
+
readonly SystemArn: string;
|
|
33245
|
+
readonly SystemId: string;
|
|
33246
|
+
readonly UpdatedAt: string;
|
|
33247
|
+
}
|
|
33248
|
+
|
|
32960
33249
|
export declare class SystemsManagerSAPApplication {
|
|
32961
33250
|
constructor(props: {
|
|
32962
33251
|
ApplicationId: string;
|
|
@@ -33181,7 +33470,7 @@ export declare class TargetDomain {
|
|
|
33181
33470
|
/** Domain name of the target domain */
|
|
33182
33471
|
TargetDomainName: string;
|
|
33183
33472
|
/** Verification method for the target domain */
|
|
33184
|
-
VerificationMethod: "DNS_TXT" | "HTTP_ROUTE";
|
|
33473
|
+
VerificationMethod: "DNS_TXT" | "HTTP_ROUTE" | "PRIVATE_VPC";
|
|
33185
33474
|
/** Timestamp when the target domain was registered */
|
|
33186
33475
|
CreatedAt?: string;
|
|
33187
33476
|
/** Tags for the target domain */
|
|
@@ -33191,6 +33480,8 @@ export declare class TargetDomain {
|
|
|
33191
33480
|
VerificationDetails?: TargetDomain_VerificationDetails;
|
|
33192
33481
|
/** Current verification status of the registered target domain */
|
|
33193
33482
|
VerificationStatus?: "FAILED" | "PENDING" | "UNREACHABLE" | "VERIFIED";
|
|
33483
|
+
/** Reason for the current target domain verification status */
|
|
33484
|
+
VerificationStatusReason?: string;
|
|
33194
33485
|
/** Timestamp when the target domain was last successfully verified */
|
|
33195
33486
|
VerifiedAt?: string;
|
|
33196
33487
|
}, attributes?: CFResourceAttributes);
|
|
@@ -33198,6 +33489,7 @@ export declare class TargetDomain {
|
|
|
33198
33489
|
readonly TargetDomainId: string;
|
|
33199
33490
|
readonly VerificationDetails: TargetDomain_VerificationDetails;
|
|
33200
33491
|
readonly VerificationStatus: "FAILED" | "PENDING" | "UNREACHABLE" | "VERIFIED";
|
|
33492
|
+
readonly VerificationStatusReason: string;
|
|
33201
33493
|
readonly VerifiedAt: string;
|
|
33202
33494
|
}
|
|
33203
33495
|
|
|
@@ -33480,8 +33772,8 @@ export declare class TemplateGroupAccessControlEntry {
|
|
|
33480
33772
|
constructor(props: {
|
|
33481
33773
|
AccessRights: TemplateGroupAccessControlEntry_AccessRights;
|
|
33482
33774
|
GroupDisplayName: string;
|
|
33483
|
-
GroupSecurityIdentifier
|
|
33484
|
-
TemplateArn
|
|
33775
|
+
GroupSecurityIdentifier: string;
|
|
33776
|
+
TemplateArn: string;
|
|
33485
33777
|
}, attributes?: CFResourceAttributes);
|
|
33486
33778
|
}
|
|
33487
33779
|
|
|
@@ -34885,6 +35177,28 @@ export declare class UserHierarchyStructure {
|
|
|
34885
35177
|
readonly UserHierarchyStructureArn: string;
|
|
34886
35178
|
}
|
|
34887
35179
|
|
|
35180
|
+
export declare class UserJourney {
|
|
35181
|
+
constructor(props: {
|
|
35182
|
+
/** The name of the user journey. */
|
|
35183
|
+
Name: string;
|
|
35184
|
+
/** The system ARN or system ID that owns this user journey. */
|
|
35185
|
+
SystemIdentifier: string;
|
|
35186
|
+
/** The timestamp when the user journey was created. */
|
|
35187
|
+
CreatedAt?: string;
|
|
35188
|
+
/** The description of the user journey. */
|
|
35189
|
+
Description?: string;
|
|
35190
|
+
/** The ARN of the resilience policy to associate with this user journey. */
|
|
35191
|
+
PolicyArn?: string;
|
|
35192
|
+
/** The timestamp when the user journey was last updated. */
|
|
35193
|
+
UpdatedAt?: string;
|
|
35194
|
+
/** The server-generated user journey ID. */
|
|
35195
|
+
UserJourneyId?: string;
|
|
35196
|
+
}, attributes?: CFResourceAttributes);
|
|
35197
|
+
readonly CreatedAt: string;
|
|
35198
|
+
readonly UpdatedAt: string;
|
|
35199
|
+
readonly UserJourneyId: string;
|
|
35200
|
+
}
|
|
35201
|
+
|
|
34888
35202
|
export declare class UserPolicy {
|
|
34889
35203
|
constructor(props: {
|
|
34890
35204
|
/** The name of the policy document.
|
|
@@ -38948,11 +39262,11 @@ export declare class AIPrompt_TextFullAIPromptEditTemplateConfiguration {
|
|
|
38948
39262
|
|
|
38949
39263
|
export declare class Alarm_AlarmPromQLCriteria {
|
|
38950
39264
|
constructor(props: {
|
|
38951
|
-
/** The
|
|
39265
|
+
/** The duration, in seconds, that a contributor must be continuously breaching before it transitions to the ``ALARM`` state. */
|
|
38952
39266
|
PendingPeriod?: number;
|
|
38953
|
-
/** The PromQL query
|
|
39267
|
+
/** The PromQL query that the alarm evaluates. The query must return a result of vector type. Each entry in the vector result represents an alarm contributor. */
|
|
38954
39268
|
Query?: string;
|
|
38955
|
-
/** The
|
|
39269
|
+
/** The duration, in seconds, that a contributor must continuously not be breaching before it transitions back to the ``OK`` state. */
|
|
38956
39270
|
RecoveryPeriod?: number;
|
|
38957
39271
|
});
|
|
38958
39272
|
}
|
|
@@ -38968,6 +39282,7 @@ export declare class Alarm_Dimension {
|
|
|
38968
39282
|
|
|
38969
39283
|
export declare class Alarm_EvaluationCriteria {
|
|
38970
39284
|
constructor(props: {
|
|
39285
|
+
/** The PromQL criteria for the alarm evaluation. */
|
|
38971
39286
|
PromQLCriteria?: Alarm_AlarmPromQLCriteria;
|
|
38972
39287
|
});
|
|
38973
39288
|
}
|
|
@@ -39434,11 +39749,11 @@ export declare class AlarmMuteRule_Tag {
|
|
|
39434
39749
|
|
|
39435
39750
|
export declare class AlarmPromQLCriteria {
|
|
39436
39751
|
constructor(props: {
|
|
39437
|
-
/** The
|
|
39752
|
+
/** The duration, in seconds, that a contributor must be continuously breaching before it transitions to the ``ALARM`` state. */
|
|
39438
39753
|
PendingPeriod?: number;
|
|
39439
|
-
/** The PromQL query
|
|
39754
|
+
/** The PromQL query that the alarm evaluates. The query must return a result of vector type. Each entry in the vector result represents an alarm contributor. */
|
|
39440
39755
|
Query?: string;
|
|
39441
|
-
/** The
|
|
39756
|
+
/** The duration, in seconds, that a contributor must continuously not be breaching before it transitions back to the ``OK`` state. */
|
|
39442
39757
|
RecoveryPeriod?: number;
|
|
39443
39758
|
});
|
|
39444
39759
|
}
|
|
@@ -45557,6 +45872,15 @@ export declare class ApiKeyCredentialProvider_ApiKeySecretArn {
|
|
|
45557
45872
|
});
|
|
45558
45873
|
}
|
|
45559
45874
|
|
|
45875
|
+
export declare class ApiKeyCredentialProvider_SecretReference {
|
|
45876
|
+
constructor(props: {
|
|
45877
|
+
/** The JSON key within the secret that contains the credential value */
|
|
45878
|
+
JsonKey: string;
|
|
45879
|
+
/** The ID or ARN of the secret in AWS Secrets Manager */
|
|
45880
|
+
SecretId: string;
|
|
45881
|
+
});
|
|
45882
|
+
}
|
|
45883
|
+
|
|
45560
45884
|
export declare class ApiKeyCredentialProvider_Tag {
|
|
45561
45885
|
constructor(props: {
|
|
45562
45886
|
Key: string;
|
|
@@ -48329,6 +48653,28 @@ export declare class ARCRegionSwitchPlan_AssociatedAlarm {
|
|
|
48329
48653
|
});
|
|
48330
48654
|
}
|
|
48331
48655
|
|
|
48656
|
+
export declare class ARCRegionSwitchPlan_AuroraProvisionedScalingConfiguration {
|
|
48657
|
+
constructor(props: {
|
|
48658
|
+
GlobalClusterIdentifier: string;
|
|
48659
|
+
InstanceArns: Record<string, unknown>;
|
|
48660
|
+
RegionDatabaseClusterArns: Record<string, unknown>;
|
|
48661
|
+
CrossAccountRole?: string;
|
|
48662
|
+
ExternalId?: string;
|
|
48663
|
+
TimeoutMinutes?: number;
|
|
48664
|
+
});
|
|
48665
|
+
}
|
|
48666
|
+
|
|
48667
|
+
export declare class ARCRegionSwitchPlan_AuroraServerlessScalingConfiguration {
|
|
48668
|
+
constructor(props: {
|
|
48669
|
+
GlobalClusterIdentifier: string;
|
|
48670
|
+
RegionDatabaseClusterArns: Record<string, unknown>;
|
|
48671
|
+
CrossAccountRole?: string;
|
|
48672
|
+
ExternalId?: string;
|
|
48673
|
+
TargetPercent?: number;
|
|
48674
|
+
TimeoutMinutes?: number;
|
|
48675
|
+
});
|
|
48676
|
+
}
|
|
48677
|
+
|
|
48332
48678
|
export declare class ARCRegionSwitchPlan_CustomActionLambdaConfiguration {
|
|
48333
48679
|
constructor(props: {
|
|
48334
48680
|
Lambdas: ARCRegionSwitchPlan_Lambdas[];
|
|
@@ -48499,6 +48845,24 @@ export declare class ARCRegionSwitchPlan_LambdaUngraceful {
|
|
|
48499
48845
|
});
|
|
48500
48846
|
}
|
|
48501
48847
|
|
|
48848
|
+
export declare class ARCRegionSwitchPlan_NeptuneGlobalDatabaseConfiguration {
|
|
48849
|
+
constructor(props: {
|
|
48850
|
+
Behavior: any;
|
|
48851
|
+
GlobalClusterIdentifier: string;
|
|
48852
|
+
RegionDatabaseClusterArns: Record<string, unknown>;
|
|
48853
|
+
CrossAccountRole?: string;
|
|
48854
|
+
ExternalId?: string;
|
|
48855
|
+
TimeoutMinutes?: number;
|
|
48856
|
+
Ungraceful?: ARCRegionSwitchPlan_NeptuneUngraceful;
|
|
48857
|
+
});
|
|
48858
|
+
}
|
|
48859
|
+
|
|
48860
|
+
export declare class ARCRegionSwitchPlan_NeptuneUngraceful {
|
|
48861
|
+
constructor(props: {
|
|
48862
|
+
Ungraceful?: ARCRegionSwitchPlan_NeptuneUngracefulBehavior;
|
|
48863
|
+
});
|
|
48864
|
+
}
|
|
48865
|
+
|
|
48502
48866
|
export declare class ARCRegionSwitchPlan_ParallelExecutionBlockConfiguration {
|
|
48503
48867
|
constructor(props: {
|
|
48504
48868
|
Steps: ARCRegionSwitchPlan_Step[];
|
|
@@ -48717,6 +49081,13 @@ export declare class AssertionAttributes {
|
|
|
48717
49081
|
});
|
|
48718
49082
|
}
|
|
48719
49083
|
|
|
49084
|
+
export declare class AssertionDefinition {
|
|
49085
|
+
constructor(props: {
|
|
49086
|
+
/** The text of the assertion. */
|
|
49087
|
+
Text: string;
|
|
49088
|
+
});
|
|
49089
|
+
}
|
|
49090
|
+
|
|
48720
49091
|
export declare class AssertionRule {
|
|
48721
49092
|
constructor(props: {
|
|
48722
49093
|
/** The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed. For example, you might include three routing controls, one for each of three AWS Regions. */
|
|
@@ -49137,6 +49508,15 @@ export declare class AssociatedAlarm {
|
|
|
49137
49508
|
});
|
|
49138
49509
|
}
|
|
49139
49510
|
|
|
49511
|
+
export declare class AssociatedSystem {
|
|
49512
|
+
constructor(props: {
|
|
49513
|
+
/** The system ARN. */
|
|
49514
|
+
SystemArn: string;
|
|
49515
|
+
/** User journey IDs associated with this system. */
|
|
49516
|
+
UserJourneyIds?: string[];
|
|
49517
|
+
});
|
|
49518
|
+
}
|
|
49519
|
+
|
|
49140
49520
|
export declare class AssociationConfig {
|
|
49141
49521
|
constructor(props: {
|
|
49142
49522
|
RequestBody?: Record<string, unknown>;
|
|
@@ -49260,7 +49640,9 @@ export declare class AthenaTableReference {
|
|
|
49260
49640
|
export declare class AtlassianOauth2ProviderConfigInput {
|
|
49261
49641
|
constructor(props: {
|
|
49262
49642
|
ClientId: string;
|
|
49263
|
-
ClientSecret
|
|
49643
|
+
ClientSecret?: string;
|
|
49644
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
49645
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
49264
49646
|
});
|
|
49265
49647
|
}
|
|
49266
49648
|
|
|
@@ -49454,6 +49836,16 @@ export declare class AudioExtractionConfiguration {
|
|
|
49454
49836
|
});
|
|
49455
49837
|
}
|
|
49456
49838
|
|
|
49839
|
+
export declare class AudioFillerSettings {
|
|
49840
|
+
constructor(props: {
|
|
49841
|
+
Enabled: boolean;
|
|
49842
|
+
AudioType?: "MELODY_CHIPPER_CHIME" | "MELODY_CURIOUS_CRAWL" | "MELODY_PATIENT_PING" | "MELODY_PONDERING_PONG" | "MELODY_RISING_RIPPLE" | "TYPING_KINETIC_KEYS" | "TYPING_QUIET_QWERTY";
|
|
49843
|
+
MinimumPlayDurationInMilliseconds?: number;
|
|
49844
|
+
ResponseDeliveryDelayInMilliseconds?: number;
|
|
49845
|
+
StartDelayInMilliseconds?: number;
|
|
49846
|
+
});
|
|
49847
|
+
}
|
|
49848
|
+
|
|
49457
49849
|
export declare class AudioHlsRenditionSelection {
|
|
49458
49850
|
constructor(props: {
|
|
49459
49851
|
GroupId?: string;
|
|
@@ -49672,6 +50064,28 @@ export declare class AuroraPostgreSqlParameters {
|
|
|
49672
50064
|
});
|
|
49673
50065
|
}
|
|
49674
50066
|
|
|
50067
|
+
export declare class AuroraProvisionedScalingConfiguration {
|
|
50068
|
+
constructor(props: {
|
|
50069
|
+
GlobalClusterIdentifier: string;
|
|
50070
|
+
InstanceArns: Record<string, unknown>;
|
|
50071
|
+
RegionDatabaseClusterArns: Record<string, unknown>;
|
|
50072
|
+
CrossAccountRole?: string;
|
|
50073
|
+
ExternalId?: string;
|
|
50074
|
+
TimeoutMinutes?: number;
|
|
50075
|
+
});
|
|
50076
|
+
}
|
|
50077
|
+
|
|
50078
|
+
export declare class AuroraServerlessScalingConfiguration {
|
|
50079
|
+
constructor(props: {
|
|
50080
|
+
GlobalClusterIdentifier: string;
|
|
50081
|
+
RegionDatabaseClusterArns: Record<string, unknown>;
|
|
50082
|
+
CrossAccountRole?: string;
|
|
50083
|
+
ExternalId?: string;
|
|
50084
|
+
TargetPercent?: number;
|
|
50085
|
+
TimeoutMinutes?: number;
|
|
50086
|
+
});
|
|
50087
|
+
}
|
|
50088
|
+
|
|
49675
50089
|
export declare class Auth {
|
|
49676
50090
|
constructor(props: {
|
|
49677
50091
|
ApiKeyRequired?: boolean;
|
|
@@ -49927,6 +50341,14 @@ export declare class AutomatedReasoningPolicyVersion_Tag {
|
|
|
49927
50341
|
});
|
|
49928
50342
|
}
|
|
49929
50343
|
|
|
50344
|
+
export declare class AutomatedSnapshotPauseOptions {
|
|
50345
|
+
constructor(props: {
|
|
50346
|
+
Enabled: boolean;
|
|
50347
|
+
EndTime?: string;
|
|
50348
|
+
StartTime?: string;
|
|
50349
|
+
});
|
|
50350
|
+
}
|
|
50351
|
+
|
|
49930
50352
|
export declare class AutomaticFailConfiguration {
|
|
49931
50353
|
constructor(props: {
|
|
49932
50354
|
/** The referenceId of the target section for auto failure. */
|
|
@@ -51082,6 +51504,13 @@ export declare class Av1Settings {
|
|
|
51082
51504
|
});
|
|
51083
51505
|
}
|
|
51084
51506
|
|
|
51507
|
+
export declare class AvailabilitySlo {
|
|
51508
|
+
constructor(props: {
|
|
51509
|
+
/** Availability target percentage. */
|
|
51510
|
+
Target?: number;
|
|
51511
|
+
});
|
|
51512
|
+
}
|
|
51513
|
+
|
|
51085
51514
|
export declare class AvailabilityZoneAddress {
|
|
51086
51515
|
constructor(props: {
|
|
51087
51516
|
/** The allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone. */
|
|
@@ -53801,6 +54230,16 @@ export declare class Bot_AudioAndDTMFInputSpecification {
|
|
|
53801
54230
|
});
|
|
53802
54231
|
}
|
|
53803
54232
|
|
|
54233
|
+
export declare class Bot_AudioFillerSettings {
|
|
54234
|
+
constructor(props: {
|
|
54235
|
+
Enabled: boolean;
|
|
54236
|
+
AudioType?: "MELODY_CHIPPER_CHIME" | "MELODY_CURIOUS_CRAWL" | "MELODY_PATIENT_PING" | "MELODY_PONDERING_PONG" | "MELODY_RISING_RIPPLE" | "TYPING_KINETIC_KEYS" | "TYPING_QUIET_QWERTY";
|
|
54237
|
+
MinimumPlayDurationInMilliseconds?: number;
|
|
54238
|
+
ResponseDeliveryDelayInMilliseconds?: number;
|
|
54239
|
+
StartDelayInMilliseconds?: number;
|
|
54240
|
+
});
|
|
54241
|
+
}
|
|
54242
|
+
|
|
53804
54243
|
export declare class Bot_AudioLogDestination {
|
|
53805
54244
|
constructor(props: {
|
|
53806
54245
|
S3Bucket: Bot_S3BucketLogDestination;
|
|
@@ -53855,6 +54294,7 @@ export declare class Bot_BotLocale {
|
|
|
53855
54294
|
constructor(props: {
|
|
53856
54295
|
LocaleId: string;
|
|
53857
54296
|
NluConfidenceThreshold: number;
|
|
54297
|
+
AudioFillerSettings?: Bot_AudioFillerSettings;
|
|
53858
54298
|
CustomVocabulary?: Bot_CustomVocabulary;
|
|
53859
54299
|
Description?: string;
|
|
53860
54300
|
GenerativeAISettings?: Bot_GenerativeAISettings;
|
|
@@ -54672,6 +55112,7 @@ export declare class BotLocale {
|
|
|
54672
55112
|
constructor(props: {
|
|
54673
55113
|
LocaleId: string;
|
|
54674
55114
|
NluConfidenceThreshold: number;
|
|
55115
|
+
AudioFillerSettings?: Bot_AudioFillerSettings;
|
|
54675
55116
|
CustomVocabulary?: Bot_CustomVocabulary;
|
|
54676
55117
|
Description?: string;
|
|
54677
55118
|
GenerativeAISettings?: Bot_GenerativeAISettings;
|
|
@@ -56821,6 +57262,7 @@ export declare class CanSignalDecoder {
|
|
|
56821
57262
|
|
|
56822
57263
|
export declare class Capabilities {
|
|
56823
57264
|
constructor(props: {
|
|
57265
|
+
AccessAppsNativeDataStore?: CustomPermissions_CapabilityState;
|
|
56824
57266
|
Action?: CustomPermissions_CapabilityState;
|
|
56825
57267
|
AddOrRunAnomalyDetectionForAnalyses?: CustomPermissions_CapabilityState;
|
|
56826
57268
|
AmazonBedrockARSAction?: CustomPermissions_CapabilityState;
|
|
@@ -56829,6 +57271,7 @@ export declare class Capabilities {
|
|
|
56829
57271
|
AmazonSThreeAction?: CustomPermissions_CapabilityState;
|
|
56830
57272
|
Analysis?: CustomPermissions_CapabilityState;
|
|
56831
57273
|
ApproveFlowShareRequests?: CustomPermissions_CapabilityState;
|
|
57274
|
+
Apps?: CustomPermissions_CapabilityState;
|
|
56832
57275
|
AsanaAction?: CustomPermissions_CapabilityState;
|
|
56833
57276
|
Automate?: CustomPermissions_CapabilityState;
|
|
56834
57277
|
BambooHRAction?: CustomPermissions_CapabilityState;
|
|
@@ -56843,6 +57286,7 @@ export declare class Capabilities {
|
|
|
56843
57286
|
CreateAndUpdateAmazonBedrockFSAction?: CustomPermissions_CapabilityState;
|
|
56844
57287
|
CreateAndUpdateAmazonBedrockKRSAction?: CustomPermissions_CapabilityState;
|
|
56845
57288
|
CreateAndUpdateAmazonSThreeAction?: CustomPermissions_CapabilityState;
|
|
57289
|
+
CreateAndUpdateApps?: CustomPermissions_CapabilityState;
|
|
56846
57290
|
CreateAndUpdateAsanaAction?: CustomPermissions_CapabilityState;
|
|
56847
57291
|
CreateAndUpdateBambooHRAction?: CustomPermissions_CapabilityState;
|
|
56848
57292
|
CreateAndUpdateBoxAgentAction?: CustomPermissions_CapabilityState;
|
|
@@ -56891,6 +57335,7 @@ export declare class Capabilities {
|
|
|
56891
57335
|
CreateChatAgents?: CustomPermissions_CapabilityState;
|
|
56892
57336
|
CreateDashboardExecutiveSummaryWithQ?: CustomPermissions_CapabilityState;
|
|
56893
57337
|
CreateSharedFolders?: CustomPermissions_CapabilityState;
|
|
57338
|
+
CreateSpaces?: CustomPermissions_CapabilityState;
|
|
56894
57339
|
CreateSPICEDataset?: CustomPermissions_CapabilityState;
|
|
56895
57340
|
Dashboard?: CustomPermissions_CapabilityState;
|
|
56896
57341
|
EditVisualWithQ?: CustomPermissions_CapabilityState;
|
|
@@ -56910,6 +57355,7 @@ export declare class Capabilities {
|
|
|
56910
57355
|
HuggingFaceAction?: CustomPermissions_CapabilityState;
|
|
56911
57356
|
IncludeContentInScheduledReportsEmail?: CustomPermissions_CapabilityState;
|
|
56912
57357
|
IntercomAction?: CustomPermissions_CapabilityState;
|
|
57358
|
+
InvokeAppsAIInference?: CustomPermissions_CapabilityState;
|
|
56913
57359
|
JiraAction?: CustomPermissions_CapabilityState;
|
|
56914
57360
|
KnowledgeBase?: CustomPermissions_CapabilityState;
|
|
56915
57361
|
LinearAction?: CustomPermissions_CapabilityState;
|
|
@@ -56942,10 +57388,12 @@ export declare class Capabilities {
|
|
|
56942
57388
|
ShareAmazonBedrockKRSAction?: CustomPermissions_CapabilityState;
|
|
56943
57389
|
ShareAmazonSThreeAction?: CustomPermissions_CapabilityState;
|
|
56944
57390
|
ShareAnalyses?: CustomPermissions_CapabilityState;
|
|
57391
|
+
ShareApps?: CustomPermissions_CapabilityState;
|
|
56945
57392
|
ShareAsanaAction?: CustomPermissions_CapabilityState;
|
|
56946
57393
|
ShareBambooHRAction?: CustomPermissions_CapabilityState;
|
|
56947
57394
|
ShareBoxAgentAction?: CustomPermissions_CapabilityState;
|
|
56948
57395
|
ShareCanvaAgentAction?: CustomPermissions_CapabilityState;
|
|
57396
|
+
ShareChatAgents?: CustomPermissions_CapabilityState;
|
|
56949
57397
|
ShareComprehendAction?: CustomPermissions_CapabilityState;
|
|
56950
57398
|
ShareComprehendMedicalAction?: CustomPermissions_CapabilityState;
|
|
56951
57399
|
ShareConfluenceAction?: CustomPermissions_CapabilityState;
|
|
@@ -56984,6 +57432,7 @@ export declare class Capabilities {
|
|
|
56984
57432
|
ShareSharePointAction?: CustomPermissions_CapabilityState;
|
|
56985
57433
|
ShareSlackAction?: CustomPermissions_CapabilityState;
|
|
56986
57434
|
ShareSmartsheetAction?: CustomPermissions_CapabilityState;
|
|
57435
|
+
ShareSpaces?: CustomPermissions_CapabilityState;
|
|
56987
57436
|
ShareTextractAction?: CustomPermissions_CapabilityState;
|
|
56988
57437
|
ShareZendeskAction?: CustomPermissions_CapabilityState;
|
|
56989
57438
|
SlackAction?: CustomPermissions_CapabilityState;
|
|
@@ -57635,7 +58084,9 @@ export declare class CdiInputSpecification {
|
|
|
57635
58084
|
|
|
57636
58085
|
export declare class CdnAuthConfiguration {
|
|
57637
58086
|
constructor(props: {
|
|
58087
|
+
/** <p>The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.</p> */
|
|
57638
58088
|
CdnIdentifierSecretArns: string[];
|
|
58089
|
+
/** <p>The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and KMS for CDN authorization.</p> */
|
|
57639
58090
|
SecretsRoleArn: string;
|
|
57640
58091
|
});
|
|
57641
58092
|
}
|
|
@@ -59824,16 +60275,18 @@ export declare class ClusterInstanceGroup {
|
|
|
59824
60275
|
/** The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster. */
|
|
59825
60276
|
InstanceCount: number;
|
|
59826
60277
|
InstanceGroupName: string;
|
|
59827
|
-
InstanceType: string;
|
|
59828
60278
|
CapacityRequirements?: SageMakerCluster_ClusterCapacityRequirements;
|
|
59829
60279
|
/** The number of instances that are currently in the instance group of a SageMaker HyperPod cluster. */
|
|
59830
60280
|
CurrentCount?: number;
|
|
59831
60281
|
ImageId?: string;
|
|
60282
|
+
InstanceRequirements?: SageMakerCluster_InstanceRequirements;
|
|
59832
60283
|
InstanceStorageConfigs?: any;
|
|
60284
|
+
InstanceType?: string;
|
|
59833
60285
|
KubernetesConfig?: SageMakerCluster_ClusterKubernetesConfig;
|
|
59834
60286
|
LifeCycleConfig?: SageMakerCluster_ClusterLifeCycleConfig;
|
|
59835
60287
|
/** The minimum number of instances required for the instance group to be InService. MinInstanceCount must be less than or equal to InstanceCount. */
|
|
59836
60288
|
MinInstanceCount?: number;
|
|
60289
|
+
NetworkInterface?: SageMakerCluster_ClusterNetworkInterface;
|
|
59837
60290
|
OnStartDeepHealthChecks?: any;
|
|
59838
60291
|
OverrideVpcConfig?: SageMakerCluster_VpcConfig;
|
|
59839
60292
|
ScheduledUpdateConfig?: SageMakerCluster_ScheduledUpdateConfig;
|
|
@@ -59880,6 +60333,13 @@ export declare class ClusterLogging {
|
|
|
59880
60333
|
});
|
|
59881
60334
|
}
|
|
59882
60335
|
|
|
60336
|
+
export declare class ClusterNetworkInterface {
|
|
60337
|
+
constructor(props: {
|
|
60338
|
+
/** The type of network interface. */
|
|
60339
|
+
InterfaceType: "efa" | "efa-only";
|
|
60340
|
+
});
|
|
60341
|
+
}
|
|
60342
|
+
|
|
59883
60343
|
export declare class ClusterNetworkSettings {
|
|
59884
60344
|
constructor(props: {
|
|
59885
60345
|
/** Default value if the customer does not define it in channel Output API */
|
|
@@ -60021,7 +60481,6 @@ export declare class Code {
|
|
|
60021
60481
|
S3Bucket?: string;
|
|
60022
60482
|
/** The Amazon S3 key of the deployment package. */
|
|
60023
60483
|
S3Key?: string;
|
|
60024
|
-
S3ObjectStorageMode?: "COPY" | "REFERENCE";
|
|
60025
60484
|
/** For versioned objects, the version of the deployment package object to use. */
|
|
60026
60485
|
S3ObjectVersion?: string;
|
|
60027
60486
|
/** The ARN of the KMSlong (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an [owned key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk). */
|
|
@@ -60920,9 +61379,13 @@ export declare class CoinbaseCdpConfigurationInput {
|
|
|
60920
61379
|
/** The Coinbase CDP API key ID */
|
|
60921
61380
|
ApiKeyId: string;
|
|
60922
61381
|
/** The Coinbase CDP API key secret */
|
|
60923
|
-
ApiKeySecret
|
|
61382
|
+
ApiKeySecret?: string;
|
|
61383
|
+
ApiKeySecretConfig?: PaymentCredentialProvider_SecretReference;
|
|
61384
|
+
ApiKeySecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
60924
61385
|
/** The Coinbase CDP wallet secret */
|
|
60925
61386
|
WalletSecret?: string;
|
|
61387
|
+
WalletSecretConfig?: PaymentCredentialProvider_SecretReference;
|
|
61388
|
+
WalletSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
60926
61389
|
});
|
|
60927
61390
|
}
|
|
60928
61391
|
|
|
@@ -60931,7 +61394,13 @@ export declare class CoinbaseCdpConfigurationOutput {
|
|
|
60931
61394
|
/** The Coinbase CDP API key ID */
|
|
60932
61395
|
ApiKeyId: string;
|
|
60933
61396
|
ApiKeySecretArn: PaymentCredentialProvider_SecretInfo;
|
|
61397
|
+
/** The JSON key within the secret that contains the API key secret value */
|
|
61398
|
+
ApiKeySecretJsonKey?: string;
|
|
61399
|
+
ApiKeySecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
60934
61400
|
WalletSecretArn?: PaymentCredentialProvider_SecretInfo;
|
|
61401
|
+
/** The JSON key within the secret that contains the wallet secret value */
|
|
61402
|
+
WalletSecretJsonKey?: string;
|
|
61403
|
+
WalletSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
60935
61404
|
});
|
|
60936
61405
|
}
|
|
60937
61406
|
|
|
@@ -63364,6 +63833,7 @@ export declare class ConnectCampaignsV2Campaign_LocalTimeZoneConfig {
|
|
|
63364
63833
|
constructor(props: {
|
|
63365
63834
|
DefaultTimeZone?: string;
|
|
63366
63835
|
LocalTimeZoneDetection?: any;
|
|
63836
|
+
LocalTimeZoneDetectionScope?: ConnectCampaignsV2Campaign_LocalTimeZoneDetectionScope;
|
|
63367
63837
|
});
|
|
63368
63838
|
}
|
|
63369
63839
|
|
|
@@ -66149,6 +66619,13 @@ export declare class CredentialProviderConfiguration {
|
|
|
66149
66619
|
});
|
|
66150
66620
|
}
|
|
66151
66621
|
|
|
66622
|
+
export declare class CredentialsProviderConfiguration {
|
|
66623
|
+
constructor(props: {
|
|
66624
|
+
CoinbaseCDP?: PaymentConnector_PaymentCredentialProviderConfiguration;
|
|
66625
|
+
StripePrivy?: PaymentConnector_PaymentCredentialProviderConfiguration;
|
|
66626
|
+
});
|
|
66627
|
+
}
|
|
66628
|
+
|
|
66152
66629
|
export declare class CreditSpecification {
|
|
66153
66630
|
constructor(props: {
|
|
66154
66631
|
/** The credit option for CPU usage of a T instance.
|
|
@@ -66223,6 +66700,15 @@ export declare class CrossAccountConfiguration {
|
|
|
66223
66700
|
});
|
|
66224
66701
|
}
|
|
66225
66702
|
|
|
66703
|
+
export declare class CrossAccountRoleConfiguration {
|
|
66704
|
+
constructor(props: {
|
|
66705
|
+
/** ARN of the cross-account IAM role. */
|
|
66706
|
+
CrossAccountRoleArn: string;
|
|
66707
|
+
/** External ID for cross-account access. */
|
|
66708
|
+
ExternalId?: string;
|
|
66709
|
+
});
|
|
66710
|
+
}
|
|
66711
|
+
|
|
66226
66712
|
export declare class CrossChannelBehavior {
|
|
66227
66713
|
constructor(props: {
|
|
66228
66714
|
BehaviorType: RoutingProfile_BehaviorType;
|
|
@@ -67285,10 +67771,15 @@ export declare class CustomMetric_Tag {
|
|
|
67285
67771
|
export declare class CustomOauth2ProviderConfigInput {
|
|
67286
67772
|
constructor(props: {
|
|
67287
67773
|
OauthDiscovery: OAuth2CredentialProvider_Oauth2Discovery;
|
|
67774
|
+
/** The client authentication method to use when authenticating with the token endpoint */
|
|
67775
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
67288
67776
|
/** The client ID for the custom OAuth2 provider */
|
|
67289
67777
|
ClientId?: string;
|
|
67290
67778
|
/** The client secret for the custom OAuth2 provider */
|
|
67291
67779
|
ClientSecret?: string;
|
|
67780
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
67781
|
+
/** The source of the client secret */
|
|
67782
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
67292
67783
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
67293
67784
|
});
|
|
67294
67785
|
}
|
|
@@ -67349,6 +67840,7 @@ export declare class CustomPayload {
|
|
|
67349
67840
|
|
|
67350
67841
|
export declare class CustomPermissions_Capabilities {
|
|
67351
67842
|
constructor(props: {
|
|
67843
|
+
AccessAppsNativeDataStore?: CustomPermissions_CapabilityState;
|
|
67352
67844
|
Action?: CustomPermissions_CapabilityState;
|
|
67353
67845
|
AddOrRunAnomalyDetectionForAnalyses?: CustomPermissions_CapabilityState;
|
|
67354
67846
|
AmazonBedrockARSAction?: CustomPermissions_CapabilityState;
|
|
@@ -67357,6 +67849,7 @@ export declare class CustomPermissions_Capabilities {
|
|
|
67357
67849
|
AmazonSThreeAction?: CustomPermissions_CapabilityState;
|
|
67358
67850
|
Analysis?: CustomPermissions_CapabilityState;
|
|
67359
67851
|
ApproveFlowShareRequests?: CustomPermissions_CapabilityState;
|
|
67852
|
+
Apps?: CustomPermissions_CapabilityState;
|
|
67360
67853
|
AsanaAction?: CustomPermissions_CapabilityState;
|
|
67361
67854
|
Automate?: CustomPermissions_CapabilityState;
|
|
67362
67855
|
BambooHRAction?: CustomPermissions_CapabilityState;
|
|
@@ -67371,6 +67864,7 @@ export declare class CustomPermissions_Capabilities {
|
|
|
67371
67864
|
CreateAndUpdateAmazonBedrockFSAction?: CustomPermissions_CapabilityState;
|
|
67372
67865
|
CreateAndUpdateAmazonBedrockKRSAction?: CustomPermissions_CapabilityState;
|
|
67373
67866
|
CreateAndUpdateAmazonSThreeAction?: CustomPermissions_CapabilityState;
|
|
67867
|
+
CreateAndUpdateApps?: CustomPermissions_CapabilityState;
|
|
67374
67868
|
CreateAndUpdateAsanaAction?: CustomPermissions_CapabilityState;
|
|
67375
67869
|
CreateAndUpdateBambooHRAction?: CustomPermissions_CapabilityState;
|
|
67376
67870
|
CreateAndUpdateBoxAgentAction?: CustomPermissions_CapabilityState;
|
|
@@ -67419,6 +67913,7 @@ export declare class CustomPermissions_Capabilities {
|
|
|
67419
67913
|
CreateChatAgents?: CustomPermissions_CapabilityState;
|
|
67420
67914
|
CreateDashboardExecutiveSummaryWithQ?: CustomPermissions_CapabilityState;
|
|
67421
67915
|
CreateSharedFolders?: CustomPermissions_CapabilityState;
|
|
67916
|
+
CreateSpaces?: CustomPermissions_CapabilityState;
|
|
67422
67917
|
CreateSPICEDataset?: CustomPermissions_CapabilityState;
|
|
67423
67918
|
Dashboard?: CustomPermissions_CapabilityState;
|
|
67424
67919
|
EditVisualWithQ?: CustomPermissions_CapabilityState;
|
|
@@ -67438,6 +67933,7 @@ export declare class CustomPermissions_Capabilities {
|
|
|
67438
67933
|
HuggingFaceAction?: CustomPermissions_CapabilityState;
|
|
67439
67934
|
IncludeContentInScheduledReportsEmail?: CustomPermissions_CapabilityState;
|
|
67440
67935
|
IntercomAction?: CustomPermissions_CapabilityState;
|
|
67936
|
+
InvokeAppsAIInference?: CustomPermissions_CapabilityState;
|
|
67441
67937
|
JiraAction?: CustomPermissions_CapabilityState;
|
|
67442
67938
|
KnowledgeBase?: CustomPermissions_CapabilityState;
|
|
67443
67939
|
LinearAction?: CustomPermissions_CapabilityState;
|
|
@@ -67470,10 +67966,12 @@ export declare class CustomPermissions_Capabilities {
|
|
|
67470
67966
|
ShareAmazonBedrockKRSAction?: CustomPermissions_CapabilityState;
|
|
67471
67967
|
ShareAmazonSThreeAction?: CustomPermissions_CapabilityState;
|
|
67472
67968
|
ShareAnalyses?: CustomPermissions_CapabilityState;
|
|
67969
|
+
ShareApps?: CustomPermissions_CapabilityState;
|
|
67473
67970
|
ShareAsanaAction?: CustomPermissions_CapabilityState;
|
|
67474
67971
|
ShareBambooHRAction?: CustomPermissions_CapabilityState;
|
|
67475
67972
|
ShareBoxAgentAction?: CustomPermissions_CapabilityState;
|
|
67476
67973
|
ShareCanvaAgentAction?: CustomPermissions_CapabilityState;
|
|
67974
|
+
ShareChatAgents?: CustomPermissions_CapabilityState;
|
|
67477
67975
|
ShareComprehendAction?: CustomPermissions_CapabilityState;
|
|
67478
67976
|
ShareComprehendMedicalAction?: CustomPermissions_CapabilityState;
|
|
67479
67977
|
ShareConfluenceAction?: CustomPermissions_CapabilityState;
|
|
@@ -67512,6 +68010,7 @@ export declare class CustomPermissions_Capabilities {
|
|
|
67512
68010
|
ShareSharePointAction?: CustomPermissions_CapabilityState;
|
|
67513
68011
|
ShareSlackAction?: CustomPermissions_CapabilityState;
|
|
67514
68012
|
ShareSmartsheetAction?: CustomPermissions_CapabilityState;
|
|
68013
|
+
ShareSpaces?: CustomPermissions_CapabilityState;
|
|
67515
68014
|
ShareTextractAction?: CustomPermissions_CapabilityState;
|
|
67516
68015
|
ShareZendeskAction?: CustomPermissions_CapabilityState;
|
|
67517
68016
|
SlackAction?: CustomPermissions_CapabilityState;
|
|
@@ -68389,6 +68888,7 @@ export declare class DashManifestConfiguration {
|
|
|
68389
68888
|
constructor(props: {
|
|
68390
68889
|
/** <p>A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. </p> */
|
|
68391
68890
|
ManifestName: string;
|
|
68891
|
+
AvailabilityStartTimeConfiguration?: any;
|
|
68392
68892
|
/** <p>The base URL to use for retrieving segments.</p> */
|
|
68393
68893
|
BaseUrls?: MediaPackageV2OriginEndpoint_DashBaseUrl[];
|
|
68394
68894
|
Compactness?: MediaPackageV2OriginEndpoint_DashCompactness;
|
|
@@ -68411,6 +68911,7 @@ export declare class DashManifestConfiguration {
|
|
|
68411
68911
|
SubtitleConfiguration?: MediaPackageV2OriginEndpoint_DashSubtitleConfiguration;
|
|
68412
68912
|
/** <p>The amount of time (in seconds) that the player should be from the end of the manifest.</p> */
|
|
68413
68913
|
SuggestedPresentationDelaySeconds?: number;
|
|
68914
|
+
UriPathType?: MediaPackageV2OriginEndpoint_UriPathType;
|
|
68414
68915
|
UtcTiming?: MediaPackageV2OriginEndpoint_DashUtcTiming;
|
|
68415
68916
|
});
|
|
68416
68917
|
}
|
|
@@ -70342,6 +70843,13 @@ export declare class DataReadCacheConfiguration {
|
|
|
70342
70843
|
});
|
|
70343
70844
|
}
|
|
70344
70845
|
|
|
70846
|
+
export declare class DataRecoveryTargets {
|
|
70847
|
+
constructor(props: {
|
|
70848
|
+
/** Time between backups in minutes. */
|
|
70849
|
+
TimeBetweenBackupsInMinutes?: number;
|
|
70850
|
+
});
|
|
70851
|
+
}
|
|
70852
|
+
|
|
70345
70853
|
export declare class DataRepositoryAssociation_AutoExportPolicy {
|
|
70346
70854
|
constructor(props: {
|
|
70347
70855
|
Events: any;
|
|
@@ -75779,6 +76287,13 @@ export declare class DisabledLockingSettings {
|
|
|
75779
76287
|
});
|
|
75780
76288
|
}
|
|
75781
76289
|
|
|
76290
|
+
export declare class DisasterRecoverySource {
|
|
76291
|
+
constructor(props: {
|
|
76292
|
+
PolicyName?: string;
|
|
76293
|
+
Value?: string;
|
|
76294
|
+
});
|
|
76295
|
+
}
|
|
76296
|
+
|
|
75782
76297
|
export declare class Discoverer_TagsEntry {
|
|
75783
76298
|
constructor(props: {
|
|
75784
76299
|
Key: string;
|
|
@@ -79259,6 +79774,18 @@ export declare class EdiConfiguration {
|
|
|
79259
79774
|
});
|
|
79260
79775
|
}
|
|
79261
79776
|
|
|
79777
|
+
export declare class EffectivePolicyValues {
|
|
79778
|
+
constructor(props: {
|
|
79779
|
+
AvailabilitySlo?: ResilienceHubV2Service_SloSource;
|
|
79780
|
+
MultiAzDrApproach?: ResilienceHubV2Service_DisasterRecoverySource;
|
|
79781
|
+
MultiAzRpo?: ResilienceHubV2Service_TargetSource;
|
|
79782
|
+
MultiAzRto?: ResilienceHubV2Service_TargetSource;
|
|
79783
|
+
MultiRegionDrApproach?: ResilienceHubV2Service_DisasterRecoverySource;
|
|
79784
|
+
MultiRegionRpo?: ResilienceHubV2Service_TargetSource;
|
|
79785
|
+
MultiRegionRto?: ResilienceHubV2Service_TargetSource;
|
|
79786
|
+
});
|
|
79787
|
+
}
|
|
79788
|
+
|
|
79262
79789
|
export declare class EFSAccessPoint_AccessPointTag {
|
|
79263
79790
|
constructor(props: {
|
|
79264
79791
|
/** The tag key (String). The key can't start with ``aws:``. */
|
|
@@ -79856,6 +80383,15 @@ export declare class EksSecret {
|
|
|
79856
80383
|
});
|
|
79857
80384
|
}
|
|
79858
80385
|
|
|
80386
|
+
export declare class EksSource {
|
|
80387
|
+
constructor(props: {
|
|
80388
|
+
/** ARN of the EKS cluster. */
|
|
80389
|
+
ClusterArn: string;
|
|
80390
|
+
/** EKS namespaces. */
|
|
80391
|
+
Namespaces: string[];
|
|
80392
|
+
});
|
|
80393
|
+
}
|
|
80394
|
+
|
|
79859
80395
|
export declare class EksVolume {
|
|
79860
80396
|
constructor(props: {
|
|
79861
80397
|
Name: string;
|
|
@@ -82167,6 +82703,7 @@ export declare class EvaluateOnExit {
|
|
|
82167
82703
|
|
|
82168
82704
|
export declare class EvaluationCriteria {
|
|
82169
82705
|
constructor(props: {
|
|
82706
|
+
/** The PromQL criteria for the alarm evaluation. */
|
|
82170
82707
|
PromQLCriteria?: Alarm_AlarmPromQLCriteria;
|
|
82171
82708
|
});
|
|
82172
82709
|
}
|
|
@@ -87578,7 +88115,6 @@ export declare class Function_Code {
|
|
|
87578
88115
|
S3Bucket?: string;
|
|
87579
88116
|
/** The Amazon S3 key of the deployment package. */
|
|
87580
88117
|
S3Key?: string;
|
|
87581
|
-
S3ObjectStorageMode?: "COPY" | "REFERENCE";
|
|
87582
88118
|
/** For versioned objects, the version of the deployment package object to use. */
|
|
87583
88119
|
S3ObjectVersion?: string;
|
|
87584
88120
|
/** The ARN of the KMSlong (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an [owned key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk). */
|
|
@@ -87625,7 +88161,7 @@ export declare class Function_EphemeralStorage {
|
|
|
87625
88161
|
|
|
87626
88162
|
export declare class Function_FileSystemConfig {
|
|
87627
88163
|
constructor(props: {
|
|
87628
|
-
/** The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system. */
|
|
88164
|
+
/** The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system. */
|
|
87629
88165
|
Arn: string;
|
|
87630
88166
|
/** The path where the function can access the file system, starting with ``/mnt/``. */
|
|
87631
88167
|
LocalMountPath: string;
|
|
@@ -88563,6 +89099,24 @@ export declare class GatewayTarget_IamCredentialProvider {
|
|
|
88563
89099
|
});
|
|
88564
89100
|
}
|
|
88565
89101
|
|
|
89102
|
+
export declare class GatewayTarget_ManagedResourceDetails {
|
|
89103
|
+
constructor(props: {
|
|
89104
|
+
Domain?: string;
|
|
89105
|
+
ResourceAssociationArn?: string;
|
|
89106
|
+
ResourceGatewayArn?: string;
|
|
89107
|
+
});
|
|
89108
|
+
}
|
|
89109
|
+
|
|
89110
|
+
export declare class GatewayTarget_ManagedVpcResource {
|
|
89111
|
+
constructor(props: {
|
|
89112
|
+
EndpointIpAddressType: GatewayTarget_EndpointIpAddressType;
|
|
89113
|
+
SubnetIds: string[];
|
|
89114
|
+
VpcIdentifier: string;
|
|
89115
|
+
RoutingDomain?: string;
|
|
89116
|
+
SecurityGroupIds?: string[];
|
|
89117
|
+
});
|
|
89118
|
+
}
|
|
89119
|
+
|
|
88566
89120
|
export declare class GatewayTarget_McpLambdaTargetConfiguration {
|
|
88567
89121
|
constructor(props: {
|
|
88568
89122
|
LambdaArn: string;
|
|
@@ -88574,6 +89128,7 @@ export declare class GatewayTarget_McpServerTargetConfiguration {
|
|
|
88574
89128
|
constructor(props: {
|
|
88575
89129
|
Endpoint: string;
|
|
88576
89130
|
ListingMode?: GatewayTarget_McpServerListingMode;
|
|
89131
|
+
McpToolSchema?: any;
|
|
88577
89132
|
});
|
|
88578
89133
|
}
|
|
88579
89134
|
|
|
@@ -88585,6 +89140,13 @@ export declare class GatewayTarget_MetadataConfiguration {
|
|
|
88585
89140
|
});
|
|
88586
89141
|
}
|
|
88587
89142
|
|
|
89143
|
+
export declare class GatewayTarget_OAuth2AuthorizationData {
|
|
89144
|
+
constructor(props: {
|
|
89145
|
+
AuthorizationUrl: string;
|
|
89146
|
+
UserId?: string;
|
|
89147
|
+
});
|
|
89148
|
+
}
|
|
89149
|
+
|
|
88588
89150
|
export declare class GatewayTarget_OAuthCredentialProvider {
|
|
88589
89151
|
constructor(props: {
|
|
88590
89152
|
ProviderArn: string;
|
|
@@ -88596,6 +89158,13 @@ export declare class GatewayTarget_OAuthCredentialProvider {
|
|
|
88596
89158
|
});
|
|
88597
89159
|
}
|
|
88598
89160
|
|
|
89161
|
+
export declare class GatewayTarget_RuntimeTargetConfiguration {
|
|
89162
|
+
constructor(props: {
|
|
89163
|
+
Arn: string;
|
|
89164
|
+
Qualifier?: string;
|
|
89165
|
+
});
|
|
89166
|
+
}
|
|
89167
|
+
|
|
88599
89168
|
export declare class GatewayTarget_S3Configuration {
|
|
88600
89169
|
constructor(props: {
|
|
88601
89170
|
BucketOwnerAccountId?: string;
|
|
@@ -88844,7 +89413,9 @@ export declare class GitHubLocation {
|
|
|
88844
89413
|
export declare class GithubOauth2ProviderConfigInput {
|
|
88845
89414
|
constructor(props: {
|
|
88846
89415
|
ClientId: string;
|
|
88847
|
-
ClientSecret
|
|
89416
|
+
ClientSecret?: string;
|
|
89417
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
89418
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
88848
89419
|
});
|
|
88849
89420
|
}
|
|
88850
89421
|
|
|
@@ -89832,7 +90403,9 @@ export declare class GoogleDriveConfiguration {
|
|
|
89832
90403
|
export declare class GoogleOauth2ProviderConfigInput {
|
|
89833
90404
|
constructor(props: {
|
|
89834
90405
|
ClientId: string;
|
|
89835
|
-
ClientSecret
|
|
90406
|
+
ClientSecret?: string;
|
|
90407
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
90408
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
89836
90409
|
});
|
|
89837
90410
|
}
|
|
89838
90411
|
|
|
@@ -91550,6 +92123,7 @@ export declare class HlsManifestConfiguration {
|
|
|
91550
92123
|
ProgramDateTimeIntervalSeconds?: number;
|
|
91551
92124
|
ScteHls?: MediaPackageV2OriginEndpoint_ScteHls;
|
|
91552
92125
|
StartTag?: MediaPackageV2OriginEndpoint_StartTag;
|
|
92126
|
+
UriPathType?: MediaPackageV2OriginEndpoint_UriPathType;
|
|
91553
92127
|
/** <p>The egress domain URL for stream delivery from MediaPackage.</p> */
|
|
91554
92128
|
Url?: string;
|
|
91555
92129
|
/** <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p> */
|
|
@@ -93711,9 +94285,11 @@ export declare class IncidentTemplate {
|
|
|
93711
94285
|
export declare class IncludedOauth2ProviderConfigInput {
|
|
93712
94286
|
constructor(props: {
|
|
93713
94287
|
ClientId: string;
|
|
93714
|
-
ClientSecret: string;
|
|
93715
94288
|
/** OAuth2 authorization endpoint for your isolated OAuth2 application tenant */
|
|
93716
94289
|
AuthorizationEndpoint?: string;
|
|
94290
|
+
ClientSecret?: string;
|
|
94291
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
94292
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
93717
94293
|
/** Token issuer of your isolated OAuth2 application tenant */
|
|
93718
94294
|
Issuer?: string;
|
|
93719
94295
|
/** OAuth2 token endpoint for your isolated OAuth2 application tenant */
|
|
@@ -94117,6 +94693,15 @@ export declare class InfluxDBCluster_Tag {
|
|
|
94117
94693
|
});
|
|
94118
94694
|
}
|
|
94119
94695
|
|
|
94696
|
+
export declare class InfluxDBInstance_MaintenanceSchedule {
|
|
94697
|
+
constructor(props: {
|
|
94698
|
+
/** The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM. */
|
|
94699
|
+
PreferredMaintenanceWindow: string;
|
|
94700
|
+
/** The IANA timezone identifier for the maintenance schedule. */
|
|
94701
|
+
Timezone: string;
|
|
94702
|
+
});
|
|
94703
|
+
}
|
|
94704
|
+
|
|
94120
94705
|
export declare class InfluxDBInstance_Tag {
|
|
94121
94706
|
constructor(props: {
|
|
94122
94707
|
/** The key name of the tag. You can specify a value that is 1 to 128 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 -. */
|
|
@@ -94604,6 +95189,12 @@ export declare class InputSource {
|
|
|
94604
95189
|
});
|
|
94605
95190
|
}
|
|
94606
95191
|
|
|
95192
|
+
export declare class InputSourceDefinition {
|
|
95193
|
+
constructor(props: {
|
|
95194
|
+
ResourceConfiguration: ResilienceHubV2Service_ResourceConfiguration;
|
|
95195
|
+
});
|
|
95196
|
+
}
|
|
95197
|
+
|
|
94607
95198
|
export declare class InputSourceRequest {
|
|
94608
95199
|
constructor(props: {
|
|
94609
95200
|
PasswordParam?: string;
|
|
@@ -94622,8 +95213,9 @@ export declare class InputSpecification {
|
|
|
94622
95213
|
|
|
94623
95214
|
export declare class InputSwitchConfiguration {
|
|
94624
95215
|
constructor(props: {
|
|
94625
|
-
/** <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is
|
|
95216
|
+
/** <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is false. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p> */
|
|
94626
95217
|
MQCSInputSwitching?: boolean;
|
|
95218
|
+
/** <p>For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select <code>1</code> to prefer the first ingest endpoint, or <code>2</code> to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.</p> */
|
|
94627
95219
|
PreferredInput?: number;
|
|
94628
95220
|
});
|
|
94629
95221
|
}
|
|
@@ -95733,6 +96325,15 @@ export declare class IntegratedResource {
|
|
|
95733
96325
|
});
|
|
95734
96326
|
}
|
|
95735
96327
|
|
|
96328
|
+
export declare class IntegrationAssociation_Tag {
|
|
96329
|
+
constructor(props: {
|
|
96330
|
+
/** The key name of the tag. */
|
|
96331
|
+
Key: string;
|
|
96332
|
+
/** The value for the tag. */
|
|
96333
|
+
Value: string;
|
|
96334
|
+
});
|
|
96335
|
+
}
|
|
96336
|
+
|
|
95736
96337
|
export declare class IntegrationConfig {
|
|
95737
96338
|
constructor(props: {
|
|
95738
96339
|
/** Enables continuous synchronization for on-demand data extractions. */
|
|
@@ -100232,6 +100833,14 @@ export declare class LambdaCapacityProvider_InstanceRequirements {
|
|
|
100232
100833
|
});
|
|
100233
100834
|
}
|
|
100234
100835
|
|
|
100836
|
+
export declare class LambdaCapacityProvider_PropagateTagsConfig {
|
|
100837
|
+
constructor(props: {
|
|
100838
|
+
/** A list of tags to explicitly propagate to managed resources. */
|
|
100839
|
+
ExplicitTags?: LambdaCapacityProvider_Tag[];
|
|
100840
|
+
Mode?: LambdaCapacityProvider_PropagateTagsMode;
|
|
100841
|
+
});
|
|
100842
|
+
}
|
|
100843
|
+
|
|
100235
100844
|
export declare class LambdaCapacityProvider_Tag {
|
|
100236
100845
|
constructor(props: {
|
|
100237
100846
|
/** The key name of the tag. */
|
|
@@ -102294,7 +102903,9 @@ export declare class LinkedChannelSettings {
|
|
|
102294
102903
|
export declare class LinkedinOauth2ProviderConfigInput {
|
|
102295
102904
|
constructor(props: {
|
|
102296
102905
|
ClientId: string;
|
|
102297
|
-
ClientSecret
|
|
102906
|
+
ClientSecret?: string;
|
|
102907
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
102908
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
102298
102909
|
});
|
|
102299
102910
|
}
|
|
102300
102911
|
|
|
@@ -102304,6 +102915,41 @@ export declare class LinkFilter {
|
|
|
102304
102915
|
});
|
|
102305
102916
|
}
|
|
102306
102917
|
|
|
102918
|
+
export declare class LinkRoutingRule_QueryStringKeyValuePair {
|
|
102919
|
+
constructor(props: {
|
|
102920
|
+
/** Query string key — RFC 3986 unreserved characters. */
|
|
102921
|
+
Key: string;
|
|
102922
|
+
/** Query string value — RFC 3986 unreserved characters. */
|
|
102923
|
+
Value: string;
|
|
102924
|
+
});
|
|
102925
|
+
}
|
|
102926
|
+
|
|
102927
|
+
export declare class LinkRoutingRule_RuleCondition {
|
|
102928
|
+
constructor(props: {
|
|
102929
|
+
/** Exact host match — RFC 3986 unreserved characters. Mutually exclusive with HostHeaderWildcard. */
|
|
102930
|
+
HostHeader?: string;
|
|
102931
|
+
/** Wildcard host pattern (e.g., *.example.com) — RFC 3986 unreserved characters plus *. Mutually exclusive with HostHeader. */
|
|
102932
|
+
HostHeaderWildcard?: string;
|
|
102933
|
+
/** Exact path match — must start with /. Mutually exclusive with PathPrefix. */
|
|
102934
|
+
PathExact?: string;
|
|
102935
|
+
/** Path prefix matching — strict starts-with, must start with /. Mutually exclusive with PathExact. */
|
|
102936
|
+
PathPrefix?: string;
|
|
102937
|
+
/** Query string key=value pair match (single pair). */
|
|
102938
|
+
QueryStringEquals?: LinkRoutingRule_QueryStringKeyValuePair;
|
|
102939
|
+
/** Query string key presence check (any value accepted). */
|
|
102940
|
+
QueryStringExists?: string;
|
|
102941
|
+
});
|
|
102942
|
+
}
|
|
102943
|
+
|
|
102944
|
+
export declare class LinkRoutingRule_Tag {
|
|
102945
|
+
constructor(props: {
|
|
102946
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 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 -. */
|
|
102947
|
+
Key: string;
|
|
102948
|
+
/** The value for the tag. You can specify a value that is 0 to 256 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 -. */
|
|
102949
|
+
Value?: string;
|
|
102950
|
+
});
|
|
102951
|
+
}
|
|
102952
|
+
|
|
102307
102953
|
export declare class LinkSharingConfiguration {
|
|
102308
102954
|
constructor(props: {
|
|
102309
102955
|
Permissions?: QuickSightDashboard_ResourcePermission[];
|
|
@@ -102566,6 +103212,12 @@ export declare class ListenerCertificate_Certificate {
|
|
|
102566
103212
|
});
|
|
102567
103213
|
}
|
|
102568
103214
|
|
|
103215
|
+
export declare class ListenerConfig {
|
|
103216
|
+
constructor(props: {
|
|
103217
|
+
Protocols: ResponderGateway_Protocol[];
|
|
103218
|
+
});
|
|
103219
|
+
}
|
|
103220
|
+
|
|
102569
103221
|
export declare class ListenerRule_Action {
|
|
102570
103222
|
constructor(props: {
|
|
102571
103223
|
/** The type of action. */
|
|
@@ -103197,6 +103849,7 @@ export declare class LocalTimeZoneConfig {
|
|
|
103197
103849
|
constructor(props: {
|
|
103198
103850
|
DefaultTimeZone?: string;
|
|
103199
103851
|
LocalTimeZoneDetection?: any;
|
|
103852
|
+
LocalTimeZoneDetectionScope?: ConnectCampaignsV2Campaign_LocalTimeZoneDetectionScope;
|
|
103200
103853
|
});
|
|
103201
103854
|
}
|
|
103202
103855
|
|
|
@@ -104173,6 +104826,7 @@ export declare class LowLatencyHlsManifestConfiguration {
|
|
|
104173
104826
|
ProgramDateTimeIntervalSeconds?: number;
|
|
104174
104827
|
ScteHls?: MediaPackageV2OriginEndpoint_ScteHls;
|
|
104175
104828
|
StartTag?: MediaPackageV2OriginEndpoint_StartTag;
|
|
104829
|
+
UriPathType?: MediaPackageV2OriginEndpoint_UriPathType;
|
|
104176
104830
|
/** <p>The egress domain URL for stream delivery from MediaPackage.</p> */
|
|
104177
104831
|
Url?: string;
|
|
104178
104832
|
/** <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p> */
|
|
@@ -104673,6 +105327,15 @@ export declare class MaintenanceOptions {
|
|
|
104673
105327
|
});
|
|
104674
105328
|
}
|
|
104675
105329
|
|
|
105330
|
+
export declare class MaintenanceSchedule {
|
|
105331
|
+
constructor(props: {
|
|
105332
|
+
/** The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM. */
|
|
105333
|
+
PreferredMaintenanceWindow: string;
|
|
105334
|
+
/** The IANA timezone identifier for the maintenance schedule. */
|
|
105335
|
+
Timezone: string;
|
|
105336
|
+
});
|
|
105337
|
+
}
|
|
105338
|
+
|
|
104676
105339
|
export declare class MaintenanceStrategies {
|
|
104677
105340
|
constructor(props: {
|
|
104678
105341
|
CapacityRebalance?: EC2Fleet_CapacityRebalance;
|
|
@@ -104995,6 +105658,14 @@ export declare class ManagedQueryResultsConfiguration {
|
|
|
104995
105658
|
});
|
|
104996
105659
|
}
|
|
104997
105660
|
|
|
105661
|
+
export declare class ManagedResourceDetails {
|
|
105662
|
+
constructor(props: {
|
|
105663
|
+
Domain?: string;
|
|
105664
|
+
ResourceAssociationArn?: string;
|
|
105665
|
+
ResourceGatewayArn?: string;
|
|
105666
|
+
});
|
|
105667
|
+
}
|
|
105668
|
+
|
|
104998
105669
|
export declare class ManagedRuleGroupConfig {
|
|
104999
105670
|
constructor(props: {
|
|
105000
105671
|
AWSManagedRulesACFPRuleSet?: WAFv2WebACL_AWSManagedRulesACFPRuleSet;
|
|
@@ -105084,6 +105755,16 @@ export declare class ManagedStorageEncryptionConfiguration {
|
|
|
105084
105755
|
});
|
|
105085
105756
|
}
|
|
105086
105757
|
|
|
105758
|
+
export declare class ManagedVpcResource {
|
|
105759
|
+
constructor(props: {
|
|
105760
|
+
EndpointIpAddressType: GatewayTarget_EndpointIpAddressType;
|
|
105761
|
+
SubnetIds: string[];
|
|
105762
|
+
VpcIdentifier: string;
|
|
105763
|
+
RoutingDomain?: string;
|
|
105764
|
+
SecurityGroupIds?: string[];
|
|
105765
|
+
});
|
|
105766
|
+
}
|
|
105767
|
+
|
|
105087
105768
|
export declare class ManagedWordsConfig {
|
|
105088
105769
|
constructor(props: {
|
|
105089
105770
|
Type: Guardrail_ManagedWordsType;
|
|
@@ -105692,6 +106373,7 @@ export declare class McpServerTargetConfiguration {
|
|
|
105692
106373
|
constructor(props: {
|
|
105693
106374
|
Endpoint: string;
|
|
105694
106375
|
ListingMode?: GatewayTarget_McpServerListingMode;
|
|
106376
|
+
McpToolSchema?: any;
|
|
105695
106377
|
});
|
|
105696
106378
|
}
|
|
105697
106379
|
|
|
@@ -106062,6 +106744,40 @@ export declare class MediaConnectGateway_GatewayNetwork {
|
|
|
106062
106744
|
});
|
|
106063
106745
|
}
|
|
106064
106746
|
|
|
106747
|
+
export declare class MediaConnectRouterContainerSettings {
|
|
106748
|
+
constructor(props: {
|
|
106749
|
+
M2tsSettings?: MediaLiveChannel_M2tsSettings;
|
|
106750
|
+
});
|
|
106751
|
+
}
|
|
106752
|
+
|
|
106753
|
+
export declare class MediaConnectRouterGroupSettings {
|
|
106754
|
+
constructor(props: {
|
|
106755
|
+
AvailabilityZones?: string[];
|
|
106756
|
+
});
|
|
106757
|
+
}
|
|
106758
|
+
|
|
106759
|
+
export declare class MediaConnectRouterOutputConnectionMap {
|
|
106760
|
+
constructor(props: {
|
|
106761
|
+
Pipeline0?: string;
|
|
106762
|
+
Pipeline1?: string;
|
|
106763
|
+
});
|
|
106764
|
+
}
|
|
106765
|
+
|
|
106766
|
+
export declare class MediaConnectRouterOutputDestinationSettings {
|
|
106767
|
+
constructor(props: {
|
|
106768
|
+
EncryptionType?: string;
|
|
106769
|
+
SecretArn?: string;
|
|
106770
|
+
});
|
|
106771
|
+
}
|
|
106772
|
+
|
|
106773
|
+
export declare class MediaConnectRouterOutputSettings {
|
|
106774
|
+
constructor(props: {
|
|
106775
|
+
ConnectedRouterInputs?: MediaLiveChannel_MediaConnectRouterOutputConnectionMap;
|
|
106776
|
+
ContainerSettings?: MediaLiveChannel_MediaConnectRouterContainerSettings;
|
|
106777
|
+
Destination?: MediaLiveChannel_OutputLocationRef;
|
|
106778
|
+
});
|
|
106779
|
+
}
|
|
106780
|
+
|
|
106065
106781
|
export declare class MediaConvertJobTemplate_AccelerationSettings {
|
|
106066
106782
|
constructor(props: {
|
|
106067
106783
|
Mode: string;
|
|
@@ -107212,6 +107928,40 @@ export declare class MediaLiveChannel_MaintenanceCreateSettings {
|
|
|
107212
107928
|
});
|
|
107213
107929
|
}
|
|
107214
107930
|
|
|
107931
|
+
export declare class MediaLiveChannel_MediaConnectRouterContainerSettings {
|
|
107932
|
+
constructor(props: {
|
|
107933
|
+
M2tsSettings?: MediaLiveChannel_M2tsSettings;
|
|
107934
|
+
});
|
|
107935
|
+
}
|
|
107936
|
+
|
|
107937
|
+
export declare class MediaLiveChannel_MediaConnectRouterGroupSettings {
|
|
107938
|
+
constructor(props: {
|
|
107939
|
+
AvailabilityZones?: string[];
|
|
107940
|
+
});
|
|
107941
|
+
}
|
|
107942
|
+
|
|
107943
|
+
export declare class MediaLiveChannel_MediaConnectRouterOutputConnectionMap {
|
|
107944
|
+
constructor(props: {
|
|
107945
|
+
Pipeline0?: string;
|
|
107946
|
+
Pipeline1?: string;
|
|
107947
|
+
});
|
|
107948
|
+
}
|
|
107949
|
+
|
|
107950
|
+
export declare class MediaLiveChannel_MediaConnectRouterOutputDestinationSettings {
|
|
107951
|
+
constructor(props: {
|
|
107952
|
+
EncryptionType?: string;
|
|
107953
|
+
SecretArn?: string;
|
|
107954
|
+
});
|
|
107955
|
+
}
|
|
107956
|
+
|
|
107957
|
+
export declare class MediaLiveChannel_MediaConnectRouterOutputSettings {
|
|
107958
|
+
constructor(props: {
|
|
107959
|
+
ConnectedRouterInputs?: MediaLiveChannel_MediaConnectRouterOutputConnectionMap;
|
|
107960
|
+
ContainerSettings?: MediaLiveChannel_MediaConnectRouterContainerSettings;
|
|
107961
|
+
Destination?: MediaLiveChannel_OutputLocationRef;
|
|
107962
|
+
});
|
|
107963
|
+
}
|
|
107964
|
+
|
|
107215
107965
|
export declare class MediaLiveChannel_MediaPackageAdditionalDestinations {
|
|
107216
107966
|
constructor(props: {
|
|
107217
107967
|
Destination?: MediaLiveChannel_OutputLocationRef;
|
|
@@ -107444,6 +108194,7 @@ export declare class MediaLiveChannel_OutputDestination {
|
|
|
107444
108194
|
constructor(props: {
|
|
107445
108195
|
Id?: string;
|
|
107446
108196
|
LogicalInterfaceNames?: string[];
|
|
108197
|
+
MediaConnectRouterSettings?: MediaLiveChannel_MediaConnectRouterOutputDestinationSettings[];
|
|
107447
108198
|
MediaPackageSettings?: MediaLiveChannel_MediaPackageOutputDestinationSettings[];
|
|
107448
108199
|
MultiplexSettings?: MediaLiveChannel_MultiplexProgramChannelDestinationSettings;
|
|
107449
108200
|
Settings?: MediaLiveChannel_OutputDestinationSettings[];
|
|
@@ -107474,6 +108225,7 @@ export declare class MediaLiveChannel_OutputGroupSettings {
|
|
|
107474
108225
|
CmafIngestGroupSettings?: MediaLiveChannel_CmafIngestGroupSettings;
|
|
107475
108226
|
FrameCaptureGroupSettings?: MediaLiveChannel_FrameCaptureGroupSettings;
|
|
107476
108227
|
HlsGroupSettings?: MediaLiveChannel_HlsGroupSettings;
|
|
108228
|
+
MediaConnectRouterGroupSettings?: MediaLiveChannel_MediaConnectRouterGroupSettings;
|
|
107477
108229
|
MediaPackageGroupSettings?: MediaLiveChannel_MediaPackageGroupSettings;
|
|
107478
108230
|
MsSmoothGroupSettings?: MediaLiveChannel_MsSmoothGroupSettings;
|
|
107479
108231
|
MultiplexGroupSettings?: Record<string, unknown>;
|
|
@@ -107503,6 +108255,7 @@ export declare class MediaLiveChannel_OutputSettings {
|
|
|
107503
108255
|
CmafIngestOutputSettings?: MediaLiveChannel_CmafIngestOutputSettings;
|
|
107504
108256
|
FrameCaptureOutputSettings?: MediaLiveChannel_FrameCaptureOutputSettings;
|
|
107505
108257
|
HlsOutputSettings?: MediaLiveChannel_HlsOutputSettings;
|
|
108258
|
+
MediaConnectRouterOutputSettings?: MediaLiveChannel_MediaConnectRouterOutputSettings;
|
|
107506
108259
|
MediaPackageOutputSettings?: MediaLiveChannel_MediaPackageOutputSettings;
|
|
107507
108260
|
MsSmoothOutputSettings?: MediaLiveChannel_MsSmoothOutputSettings;
|
|
107508
108261
|
MultiplexOutputSettings?: MediaLiveChannel_MultiplexOutputSettings;
|
|
@@ -108254,8 +109007,9 @@ export declare class MediaPackageV2Channel_IngestEndpoint {
|
|
|
108254
109007
|
|
|
108255
109008
|
export declare class MediaPackageV2Channel_InputSwitchConfiguration {
|
|
108256
109009
|
constructor(props: {
|
|
108257
|
-
/** <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is
|
|
109010
|
+
/** <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is false. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p> */
|
|
108258
109011
|
MQCSInputSwitching?: boolean;
|
|
109012
|
+
/** <p>For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select <code>1</code> to prefer the first ingest endpoint, or <code>2</code> to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.</p> */
|
|
108259
109013
|
PreferredInput?: number;
|
|
108260
109014
|
});
|
|
108261
109015
|
}
|
|
@@ -108344,6 +109098,7 @@ export declare class MediaPackageV2OriginEndpoint_DashManifestConfiguration {
|
|
|
108344
109098
|
constructor(props: {
|
|
108345
109099
|
/** <p>A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. </p> */
|
|
108346
109100
|
ManifestName: string;
|
|
109101
|
+
AvailabilityStartTimeConfiguration?: any;
|
|
108347
109102
|
/** <p>The base URL to use for retrieving segments.</p> */
|
|
108348
109103
|
BaseUrls?: MediaPackageV2OriginEndpoint_DashBaseUrl[];
|
|
108349
109104
|
Compactness?: MediaPackageV2OriginEndpoint_DashCompactness;
|
|
@@ -108366,6 +109121,7 @@ export declare class MediaPackageV2OriginEndpoint_DashManifestConfiguration {
|
|
|
108366
109121
|
SubtitleConfiguration?: MediaPackageV2OriginEndpoint_DashSubtitleConfiguration;
|
|
108367
109122
|
/** <p>The amount of time (in seconds) that the player should be from the end of the manifest.</p> */
|
|
108368
109123
|
SuggestedPresentationDelaySeconds?: number;
|
|
109124
|
+
UriPathType?: MediaPackageV2OriginEndpoint_UriPathType;
|
|
108369
109125
|
UtcTiming?: MediaPackageV2OriginEndpoint_DashUtcTiming;
|
|
108370
109126
|
});
|
|
108371
109127
|
}
|
|
@@ -108470,6 +109226,7 @@ export declare class MediaPackageV2OriginEndpoint_HlsManifestConfiguration {
|
|
|
108470
109226
|
ProgramDateTimeIntervalSeconds?: number;
|
|
108471
109227
|
ScteHls?: MediaPackageV2OriginEndpoint_ScteHls;
|
|
108472
109228
|
StartTag?: MediaPackageV2OriginEndpoint_StartTag;
|
|
109229
|
+
UriPathType?: MediaPackageV2OriginEndpoint_UriPathType;
|
|
108473
109230
|
/** <p>The egress domain URL for stream delivery from MediaPackage.</p> */
|
|
108474
109231
|
Url?: string;
|
|
108475
109232
|
/** <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p> */
|
|
@@ -108490,6 +109247,7 @@ export declare class MediaPackageV2OriginEndpoint_LowLatencyHlsManifestConfigura
|
|
|
108490
109247
|
ProgramDateTimeIntervalSeconds?: number;
|
|
108491
109248
|
ScteHls?: MediaPackageV2OriginEndpoint_ScteHls;
|
|
108492
109249
|
StartTag?: MediaPackageV2OriginEndpoint_StartTag;
|
|
109250
|
+
UriPathType?: MediaPackageV2OriginEndpoint_UriPathType;
|
|
108493
109251
|
/** <p>The egress domain URL for stream delivery from MediaPackage.</p> */
|
|
108494
109252
|
Url?: string;
|
|
108495
109253
|
/** <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p> */
|
|
@@ -108510,6 +109268,8 @@ export declare class MediaPackageV2OriginEndpoint_MssManifestConfiguration {
|
|
|
108510
109268
|
|
|
108511
109269
|
export declare class MediaPackageV2OriginEndpoint_Scte {
|
|
108512
109270
|
constructor(props: {
|
|
109271
|
+
/** <p>A list of additional non-Ad SCTE-35 event types to treat as advertisements. When configured, events matching these types produce ad markers (such as <code>SCTE35-OUT</code> and <code>SCTE35-IN</code> in HLS DATERANGE tags) in manifests.</p> <p>Valid values: <code>PROGRAM</code> | <code>CHAPTER</code> | <code>UNSCHEDULED_EVENT</code> | <code>ALTERNATE_CONTENT_OPPORTUNITY</code> | <code>NETWORK</code> </p> <p>If you don't specify any values, the default is empty (only default ad types are used).</p> */
|
|
109272
|
+
CustomAdTypes?: MediaPackageV2OriginEndpoint_CustomAdType[];
|
|
108513
109273
|
/** <p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p> */
|
|
108514
109274
|
ScteFilter?: MediaPackageV2OriginEndpoint_ScteFilter[];
|
|
108515
109275
|
ScteInSegments?: MediaPackageV2OriginEndpoint_ScteInSegments;
|
|
@@ -108519,12 +109279,14 @@ export declare class MediaPackageV2OriginEndpoint_Scte {
|
|
|
108519
109279
|
export declare class MediaPackageV2OriginEndpoint_ScteDash {
|
|
108520
109280
|
constructor(props: {
|
|
108521
109281
|
AdMarkerDash?: MediaPackageV2OriginEndpoint_AdMarkerDash;
|
|
109282
|
+
ScteInManifests?: MediaPackageV2OriginEndpoint_ScteInManifests;
|
|
108522
109283
|
});
|
|
108523
109284
|
}
|
|
108524
109285
|
|
|
108525
109286
|
export declare class MediaPackageV2OriginEndpoint_ScteHls {
|
|
108526
109287
|
constructor(props: {
|
|
108527
109288
|
AdMarkerHls?: MediaPackageV2OriginEndpoint_AdMarkerHls;
|
|
109289
|
+
ScteInManifests?: MediaPackageV2OriginEndpoint_ScteInManifests;
|
|
108528
109290
|
});
|
|
108529
109291
|
}
|
|
108530
109292
|
|
|
@@ -108556,7 +109318,7 @@ export declare class MediaPackageV2OriginEndpoint_SpekeKeyProvider {
|
|
|
108556
109318
|
RoleArn: string;
|
|
108557
109319
|
/** <p>The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.</p> <p>The following example shows a URL: <code>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</code> </p> */
|
|
108558
109320
|
Url: string;
|
|
108559
|
-
/** <p>The ARN for the certificate that you imported to
|
|
109321
|
+
/** <p>The ARN for the certificate that you imported to Amazon Web Services Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.</p> */
|
|
108560
109322
|
CertificateArn?: string;
|
|
108561
109323
|
});
|
|
108562
109324
|
}
|
|
@@ -110208,7 +110970,9 @@ export declare class MicrosoftAD_VpcSettings {
|
|
|
110208
110970
|
export declare class MicrosoftOauth2ProviderConfigInput {
|
|
110209
110971
|
constructor(props: {
|
|
110210
110972
|
ClientId: string;
|
|
110211
|
-
ClientSecret
|
|
110973
|
+
ClientSecret?: string;
|
|
110974
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
110975
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
110212
110976
|
/** The Microsoft Entra ID tenant ID */
|
|
110213
110977
|
TenantId?: string;
|
|
110214
110978
|
});
|
|
@@ -112739,6 +113503,17 @@ export declare class MsSmoothOutputSettings {
|
|
|
112739
113503
|
});
|
|
112740
113504
|
}
|
|
112741
113505
|
|
|
113506
|
+
export declare class MultiAzTargets {
|
|
113507
|
+
constructor(props: {
|
|
113508
|
+
/** Multi-AZ disaster recovery approach. */
|
|
113509
|
+
DisasterRecoveryApproach?: "ACTIVE_ACTIVE" | "BACKUP_AND_RESTORE" | "HOT_STANDBY" | "PILOT_LIGHT" | "WARM_STANDBY";
|
|
113510
|
+
/** Recovery Point Objective in minutes. */
|
|
113511
|
+
RpoInMinutes?: number;
|
|
113512
|
+
/** Recovery Time Objective in minutes. */
|
|
113513
|
+
RtoInMinutes?: number;
|
|
113514
|
+
});
|
|
113515
|
+
}
|
|
113516
|
+
|
|
112742
113517
|
export declare class MulticastGroup_LoRaWAN {
|
|
112743
113518
|
constructor(props: {
|
|
112744
113519
|
/** Multicast group LoRaWAN DL Class */
|
|
@@ -113103,6 +113878,17 @@ export declare class MultiRegionEndpoint_Tag {
|
|
|
113103
113878
|
});
|
|
113104
113879
|
}
|
|
113105
113880
|
|
|
113881
|
+
export declare class MultiRegionTargets {
|
|
113882
|
+
constructor(props: {
|
|
113883
|
+
/** Multi-Region disaster recovery approach. */
|
|
113884
|
+
DisasterRecoveryApproach?: "ACTIVE_ACTIVE" | "BACKUP_AND_RESTORE" | "HOT_STANDBY" | "PILOT_LIGHT" | "WARM_STANDBY";
|
|
113885
|
+
/** Recovery Point Objective in minutes. */
|
|
113886
|
+
RpoInMinutes?: number;
|
|
113887
|
+
/** Recovery Time Objective in minutes. */
|
|
113888
|
+
RtoInMinutes?: number;
|
|
113889
|
+
});
|
|
113890
|
+
}
|
|
113891
|
+
|
|
113106
113892
|
export declare class MultiSelectQuestionRuleCategoryAutomation {
|
|
113107
113893
|
constructor(props: {
|
|
113108
113894
|
/** The category name for this automation rule. */
|
|
@@ -113497,6 +114283,18 @@ export declare class NeptuneEventSubscription_Tag {
|
|
|
113497
114283
|
});
|
|
113498
114284
|
}
|
|
113499
114285
|
|
|
114286
|
+
export declare class NeptuneGlobalDatabaseConfiguration {
|
|
114287
|
+
constructor(props: {
|
|
114288
|
+
Behavior: any;
|
|
114289
|
+
GlobalClusterIdentifier: string;
|
|
114290
|
+
RegionDatabaseClusterArns: Record<string, unknown>;
|
|
114291
|
+
CrossAccountRole?: string;
|
|
114292
|
+
ExternalId?: string;
|
|
114293
|
+
TimeoutMinutes?: number;
|
|
114294
|
+
Ungraceful?: ARCRegionSwitchPlan_NeptuneUngraceful;
|
|
114295
|
+
});
|
|
114296
|
+
}
|
|
114297
|
+
|
|
113500
114298
|
export declare class NeptuneGraphGraph_Tag {
|
|
113501
114299
|
constructor(props: {
|
|
113502
114300
|
/** The key name of the tag. You can specify a value that is 1 to 128 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 -. */
|
|
@@ -113525,6 +114323,12 @@ export declare class NeptuneSettings {
|
|
|
113525
114323
|
});
|
|
113526
114324
|
}
|
|
113527
114325
|
|
|
114326
|
+
export declare class NeptuneUngraceful {
|
|
114327
|
+
constructor(props: {
|
|
114328
|
+
Ungraceful?: ARCRegionSwitchPlan_NeptuneUngracefulBehavior;
|
|
114329
|
+
});
|
|
114330
|
+
}
|
|
114331
|
+
|
|
113528
114332
|
export declare class NetWeaverPrometheusExporter {
|
|
113529
114333
|
constructor(props: {
|
|
113530
114334
|
/** SAP instance numbers for ASCS, ERS, and App Servers. */
|
|
@@ -114881,6 +115685,13 @@ export declare class OamLink_LinkFilter {
|
|
|
114881
115685
|
});
|
|
114882
115686
|
}
|
|
114883
115687
|
|
|
115688
|
+
export declare class OAuth2AuthorizationData {
|
|
115689
|
+
constructor(props: {
|
|
115690
|
+
AuthorizationUrl: string;
|
|
115691
|
+
UserId?: string;
|
|
115692
|
+
});
|
|
115693
|
+
}
|
|
115694
|
+
|
|
114884
115695
|
export declare class Oauth2AuthorizationServerMetadata {
|
|
114885
115696
|
constructor(props: {
|
|
114886
115697
|
/** The authorization endpoint URL */
|
|
@@ -114906,7 +115717,9 @@ export declare class OAuth2ClientCredentialConfiguration {
|
|
|
114906
115717
|
export declare class OAuth2CredentialProvider_AtlassianOauth2ProviderConfigInput {
|
|
114907
115718
|
constructor(props: {
|
|
114908
115719
|
ClientId: string;
|
|
114909
|
-
ClientSecret
|
|
115720
|
+
ClientSecret?: string;
|
|
115721
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115722
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114910
115723
|
});
|
|
114911
115724
|
}
|
|
114912
115725
|
|
|
@@ -114920,10 +115733,15 @@ export declare class OAuth2CredentialProvider_ClientSecretArn {
|
|
|
114920
115733
|
export declare class OAuth2CredentialProvider_CustomOauth2ProviderConfigInput {
|
|
114921
115734
|
constructor(props: {
|
|
114922
115735
|
OauthDiscovery: OAuth2CredentialProvider_Oauth2Discovery;
|
|
115736
|
+
/** The client authentication method to use when authenticating with the token endpoint */
|
|
115737
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
114923
115738
|
/** The client ID for the custom OAuth2 provider */
|
|
114924
115739
|
ClientId?: string;
|
|
114925
115740
|
/** The client secret for the custom OAuth2 provider */
|
|
114926
115741
|
ClientSecret?: string;
|
|
115742
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115743
|
+
/** The source of the client secret */
|
|
115744
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114927
115745
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
114928
115746
|
});
|
|
114929
115747
|
}
|
|
@@ -114931,23 +115749,29 @@ export declare class OAuth2CredentialProvider_CustomOauth2ProviderConfigInput {
|
|
|
114931
115749
|
export declare class OAuth2CredentialProvider_GithubOauth2ProviderConfigInput {
|
|
114932
115750
|
constructor(props: {
|
|
114933
115751
|
ClientId: string;
|
|
114934
|
-
ClientSecret
|
|
115752
|
+
ClientSecret?: string;
|
|
115753
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115754
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114935
115755
|
});
|
|
114936
115756
|
}
|
|
114937
115757
|
|
|
114938
115758
|
export declare class OAuth2CredentialProvider_GoogleOauth2ProviderConfigInput {
|
|
114939
115759
|
constructor(props: {
|
|
114940
115760
|
ClientId: string;
|
|
114941
|
-
ClientSecret
|
|
115761
|
+
ClientSecret?: string;
|
|
115762
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115763
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114942
115764
|
});
|
|
114943
115765
|
}
|
|
114944
115766
|
|
|
114945
115767
|
export declare class OAuth2CredentialProvider_IncludedOauth2ProviderConfigInput {
|
|
114946
115768
|
constructor(props: {
|
|
114947
115769
|
ClientId: string;
|
|
114948
|
-
ClientSecret: string;
|
|
114949
115770
|
/** OAuth2 authorization endpoint for your isolated OAuth2 application tenant */
|
|
114950
115771
|
AuthorizationEndpoint?: string;
|
|
115772
|
+
ClientSecret?: string;
|
|
115773
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115774
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114951
115775
|
/** Token issuer of your isolated OAuth2 application tenant */
|
|
114952
115776
|
Issuer?: string;
|
|
114953
115777
|
/** OAuth2 token endpoint for your isolated OAuth2 application tenant */
|
|
@@ -114958,14 +115782,18 @@ export declare class OAuth2CredentialProvider_IncludedOauth2ProviderConfigInput
|
|
|
114958
115782
|
export declare class OAuth2CredentialProvider_LinkedinOauth2ProviderConfigInput {
|
|
114959
115783
|
constructor(props: {
|
|
114960
115784
|
ClientId: string;
|
|
114961
|
-
ClientSecret
|
|
115785
|
+
ClientSecret?: string;
|
|
115786
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115787
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114962
115788
|
});
|
|
114963
115789
|
}
|
|
114964
115790
|
|
|
114965
115791
|
export declare class OAuth2CredentialProvider_MicrosoftOauth2ProviderConfigInput {
|
|
114966
115792
|
constructor(props: {
|
|
114967
115793
|
ClientId: string;
|
|
114968
|
-
ClientSecret
|
|
115794
|
+
ClientSecret?: string;
|
|
115795
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115796
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
114969
115797
|
/** The Microsoft Entra ID tenant ID */
|
|
114970
115798
|
TenantId?: string;
|
|
114971
115799
|
});
|
|
@@ -115008,6 +115836,8 @@ export declare class OAuth2CredentialProvider_Oauth2ProviderConfigInput {
|
|
|
115008
115836
|
|
|
115009
115837
|
export declare class OAuth2CredentialProvider_Oauth2ProviderConfigOutput {
|
|
115010
115838
|
constructor(props: {
|
|
115839
|
+
/** The client authentication method used when authenticating with the token endpoint */
|
|
115840
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
115011
115841
|
ClientId?: string;
|
|
115012
115842
|
OauthDiscovery?: OAuth2CredentialProvider_Oauth2Discovery;
|
|
115013
115843
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
@@ -115025,14 +115855,27 @@ export declare class OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig {
|
|
|
115025
115855
|
export declare class OAuth2CredentialProvider_SalesforceOauth2ProviderConfigInput {
|
|
115026
115856
|
constructor(props: {
|
|
115027
115857
|
ClientId: string;
|
|
115028
|
-
ClientSecret
|
|
115858
|
+
ClientSecret?: string;
|
|
115859
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115860
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
115861
|
+
});
|
|
115862
|
+
}
|
|
115863
|
+
|
|
115864
|
+
export declare class OAuth2CredentialProvider_SecretReference {
|
|
115865
|
+
constructor(props: {
|
|
115866
|
+
/** The JSON key within the secret that contains the credential value */
|
|
115867
|
+
JsonKey: string;
|
|
115868
|
+
/** The ID or ARN of the secret in AWS Secrets Manager */
|
|
115869
|
+
SecretId: string;
|
|
115029
115870
|
});
|
|
115030
115871
|
}
|
|
115031
115872
|
|
|
115032
115873
|
export declare class OAuth2CredentialProvider_SlackOauth2ProviderConfigInput {
|
|
115033
115874
|
constructor(props: {
|
|
115034
115875
|
ClientId: string;
|
|
115035
|
-
ClientSecret
|
|
115876
|
+
ClientSecret?: string;
|
|
115877
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
115878
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
115036
115879
|
});
|
|
115037
115880
|
}
|
|
115038
115881
|
|
|
@@ -115087,6 +115930,8 @@ export declare class Oauth2ProviderConfigInput {
|
|
|
115087
115930
|
|
|
115088
115931
|
export declare class Oauth2ProviderConfigOutput {
|
|
115089
115932
|
constructor(props: {
|
|
115933
|
+
/** The client authentication method used when authenticating with the token endpoint */
|
|
115934
|
+
ClientAuthenticationMethod?: "AWS_IAM_ID_TOKEN_JWT" | "CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST";
|
|
115090
115935
|
ClientId?: string;
|
|
115091
115936
|
OauthDiscovery?: OAuth2CredentialProvider_Oauth2Discovery;
|
|
115092
115937
|
OnBehalfOfTokenExchangeConfig?: OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig;
|
|
@@ -115995,6 +116840,14 @@ export declare class OpenSearchServiceDomain_AIMLOptions {
|
|
|
115995
116840
|
});
|
|
115996
116841
|
}
|
|
115997
116842
|
|
|
116843
|
+
export declare class OpenSearchServiceDomain_AutomatedSnapshotPauseOptions {
|
|
116844
|
+
constructor(props: {
|
|
116845
|
+
Enabled: boolean;
|
|
116846
|
+
EndTime?: string;
|
|
116847
|
+
StartTime?: string;
|
|
116848
|
+
});
|
|
116849
|
+
}
|
|
116850
|
+
|
|
115998
116851
|
export declare class OpenSearchServiceDomain_ClusterConfig {
|
|
115999
116852
|
constructor(props: {
|
|
116000
116853
|
ColdStorageOptions?: OpenSearchServiceDomain_ColdStorageOptions;
|
|
@@ -116213,6 +117066,8 @@ export declare class OpenSearchServiceDomain_Tag {
|
|
|
116213
117066
|
|
|
116214
117067
|
export declare class OpenSearchServiceDomain_VPCOptions {
|
|
116215
117068
|
constructor(props: {
|
|
117069
|
+
/** Controls whether egress traffic from the domain is routed through the customer VPC. */
|
|
117070
|
+
EgressEnabled?: boolean;
|
|
116216
117071
|
SecurityGroupIds?: string[];
|
|
116217
117072
|
SubnetIds?: string[];
|
|
116218
117073
|
});
|
|
@@ -117056,7 +117911,9 @@ export declare class OriginCustomHeader {
|
|
|
117056
117911
|
|
|
117057
117912
|
export declare class OriginEndpointPolicy_CdnAuthConfiguration {
|
|
117058
117913
|
constructor(props: {
|
|
117914
|
+
/** <p>The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.</p> */
|
|
117059
117915
|
CdnIdentifierSecretArns: string[];
|
|
117916
|
+
/** <p>The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and KMS for CDN authorization.</p> */
|
|
117060
117917
|
SecretsRoleArn: string;
|
|
117061
117918
|
});
|
|
117062
117919
|
}
|
|
@@ -117438,6 +118295,7 @@ export declare class OutputDestination {
|
|
|
117438
118295
|
constructor(props: {
|
|
117439
118296
|
Id?: string;
|
|
117440
118297
|
LogicalInterfaceNames?: string[];
|
|
118298
|
+
MediaConnectRouterSettings?: MediaLiveChannel_MediaConnectRouterOutputDestinationSettings[];
|
|
117441
118299
|
MediaPackageSettings?: MediaLiveChannel_MediaPackageOutputDestinationSettings[];
|
|
117442
118300
|
MultiplexSettings?: MediaLiveChannel_MultiplexProgramChannelDestinationSettings;
|
|
117443
118301
|
Settings?: MediaLiveChannel_OutputDestinationSettings[];
|
|
@@ -117492,6 +118350,7 @@ export declare class OutputGroupSettings {
|
|
|
117492
118350
|
CmafIngestGroupSettings?: MediaLiveChannel_CmafIngestGroupSettings;
|
|
117493
118351
|
FrameCaptureGroupSettings?: MediaLiveChannel_FrameCaptureGroupSettings;
|
|
117494
118352
|
HlsGroupSettings?: MediaLiveChannel_HlsGroupSettings;
|
|
118353
|
+
MediaConnectRouterGroupSettings?: MediaLiveChannel_MediaConnectRouterGroupSettings;
|
|
117495
118354
|
MediaPackageGroupSettings?: MediaLiveChannel_MediaPackageGroupSettings;
|
|
117496
118355
|
MsSmoothGroupSettings?: MediaLiveChannel_MsSmoothGroupSettings;
|
|
117497
118356
|
MultiplexGroupSettings?: Record<string, unknown>;
|
|
@@ -117536,6 +118395,7 @@ export declare class OutputSettings {
|
|
|
117536
118395
|
CmafIngestOutputSettings?: MediaLiveChannel_CmafIngestOutputSettings;
|
|
117537
118396
|
FrameCaptureOutputSettings?: MediaLiveChannel_FrameCaptureOutputSettings;
|
|
117538
118397
|
HlsOutputSettings?: MediaLiveChannel_HlsOutputSettings;
|
|
118398
|
+
MediaConnectRouterOutputSettings?: MediaLiveChannel_MediaConnectRouterOutputSettings;
|
|
117539
118399
|
MediaPackageOutputSettings?: MediaLiveChannel_MediaPackageOutputSettings;
|
|
117540
118400
|
MsSmoothOutputSettings?: MediaLiveChannel_MsSmoothOutputSettings;
|
|
117541
118401
|
MultiplexOutputSettings?: MediaLiveChannel_MultiplexOutputSettings;
|
|
@@ -118672,14 +119532,32 @@ export declare class PaymentConfiguration {
|
|
|
118672
119532
|
});
|
|
118673
119533
|
}
|
|
118674
119534
|
|
|
119535
|
+
export declare class PaymentConnector_CredentialsProviderConfiguration {
|
|
119536
|
+
constructor(props: {
|
|
119537
|
+
CoinbaseCDP?: PaymentConnector_PaymentCredentialProviderConfiguration;
|
|
119538
|
+
StripePrivy?: PaymentConnector_PaymentCredentialProviderConfiguration;
|
|
119539
|
+
});
|
|
119540
|
+
}
|
|
119541
|
+
|
|
119542
|
+
export declare class PaymentConnector_PaymentCredentialProviderConfiguration {
|
|
119543
|
+
constructor(props: {
|
|
119544
|
+
/** The ARN of the payment credential provider */
|
|
119545
|
+
CredentialProviderArn: string;
|
|
119546
|
+
});
|
|
119547
|
+
}
|
|
119548
|
+
|
|
118675
119549
|
export declare class PaymentCredentialProvider_CoinbaseCdpConfigurationInput {
|
|
118676
119550
|
constructor(props: {
|
|
118677
119551
|
/** The Coinbase CDP API key ID */
|
|
118678
119552
|
ApiKeyId: string;
|
|
118679
119553
|
/** The Coinbase CDP API key secret */
|
|
118680
|
-
ApiKeySecret
|
|
119554
|
+
ApiKeySecret?: string;
|
|
119555
|
+
ApiKeySecretConfig?: PaymentCredentialProvider_SecretReference;
|
|
119556
|
+
ApiKeySecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
118681
119557
|
/** The Coinbase CDP wallet secret */
|
|
118682
119558
|
WalletSecret?: string;
|
|
119559
|
+
WalletSecretConfig?: PaymentCredentialProvider_SecretReference;
|
|
119560
|
+
WalletSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
118683
119561
|
});
|
|
118684
119562
|
}
|
|
118685
119563
|
|
|
@@ -118688,7 +119566,13 @@ export declare class PaymentCredentialProvider_CoinbaseCdpConfigurationOutput {
|
|
|
118688
119566
|
/** The Coinbase CDP API key ID */
|
|
118689
119567
|
ApiKeyId: string;
|
|
118690
119568
|
ApiKeySecretArn: PaymentCredentialProvider_SecretInfo;
|
|
119569
|
+
/** The JSON key within the secret that contains the API key secret value */
|
|
119570
|
+
ApiKeySecretJsonKey?: string;
|
|
119571
|
+
ApiKeySecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
118691
119572
|
WalletSecretArn?: PaymentCredentialProvider_SecretInfo;
|
|
119573
|
+
/** The JSON key within the secret that contains the wallet secret value */
|
|
119574
|
+
WalletSecretJsonKey?: string;
|
|
119575
|
+
WalletSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
118692
119576
|
});
|
|
118693
119577
|
}
|
|
118694
119578
|
|
|
@@ -118713,16 +119597,29 @@ export declare class PaymentCredentialProvider_SecretInfo {
|
|
|
118713
119597
|
});
|
|
118714
119598
|
}
|
|
118715
119599
|
|
|
119600
|
+
export declare class PaymentCredentialProvider_SecretReference {
|
|
119601
|
+
constructor(props: {
|
|
119602
|
+
/** The JSON key within the secret that contains the credential value */
|
|
119603
|
+
JsonKey: string;
|
|
119604
|
+
/** The ID or ARN of the secret in AWS Secrets Manager */
|
|
119605
|
+
SecretId: string;
|
|
119606
|
+
});
|
|
119607
|
+
}
|
|
119608
|
+
|
|
118716
119609
|
export declare class PaymentCredentialProvider_StripePrivyConfigurationInput {
|
|
118717
119610
|
constructor(props: {
|
|
118718
119611
|
/** The app ID provided by Privy */
|
|
118719
119612
|
AppId: string;
|
|
118720
|
-
/** The app secret provided by Privy */
|
|
118721
|
-
AppSecret: string;
|
|
118722
119613
|
/** The authorization ID for the Stripe Privy integration */
|
|
118723
119614
|
AuthorizationId: string;
|
|
119615
|
+
/** The app secret provided by Privy */
|
|
119616
|
+
AppSecret?: string;
|
|
119617
|
+
AppSecretConfig?: PaymentCredentialProvider_SecretReference;
|
|
119618
|
+
AppSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
118724
119619
|
/** The authorization private key for the Stripe Privy integration */
|
|
118725
|
-
AuthorizationPrivateKey
|
|
119620
|
+
AuthorizationPrivateKey?: string;
|
|
119621
|
+
AuthorizationPrivateKeyConfig?: PaymentCredentialProvider_SecretReference;
|
|
119622
|
+
AuthorizationPrivateKeySource?: PaymentCredentialProvider_SecretSourceType;
|
|
118726
119623
|
});
|
|
118727
119624
|
}
|
|
118728
119625
|
|
|
@@ -118734,6 +119631,12 @@ export declare class PaymentCredentialProvider_StripePrivyConfigurationOutput {
|
|
|
118734
119631
|
/** The authorization ID for the Stripe Privy integration */
|
|
118735
119632
|
AuthorizationId: string;
|
|
118736
119633
|
AuthorizationPrivateKeyArn: PaymentCredentialProvider_SecretInfo;
|
|
119634
|
+
/** The JSON key within the secret that contains the app secret value */
|
|
119635
|
+
AppSecretJsonKey?: string;
|
|
119636
|
+
AppSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
119637
|
+
/** The JSON key within the secret that contains the authorization private key value */
|
|
119638
|
+
AuthorizationPrivateKeyJsonKey?: string;
|
|
119639
|
+
AuthorizationPrivateKeySource?: PaymentCredentialProvider_SecretSourceType;
|
|
118737
119640
|
});
|
|
118738
119641
|
}
|
|
118739
119642
|
|
|
@@ -118744,6 +119647,64 @@ export declare class PaymentCredentialProvider_Tag {
|
|
|
118744
119647
|
});
|
|
118745
119648
|
}
|
|
118746
119649
|
|
|
119650
|
+
export declare class PaymentCredentialProviderConfiguration {
|
|
119651
|
+
constructor(props: {
|
|
119652
|
+
/** The ARN of the payment credential provider */
|
|
119653
|
+
CredentialProviderArn: string;
|
|
119654
|
+
});
|
|
119655
|
+
}
|
|
119656
|
+
|
|
119657
|
+
export declare class PaymentManager_AuthorizerConfiguration {
|
|
119658
|
+
constructor(props: {
|
|
119659
|
+
CustomJWTAuthorizer: PaymentManager_CustomJWTAuthorizerConfiguration;
|
|
119660
|
+
});
|
|
119661
|
+
}
|
|
119662
|
+
|
|
119663
|
+
export declare class PaymentManager_AuthorizingClaimMatchValueType {
|
|
119664
|
+
constructor(props: {
|
|
119665
|
+
ClaimMatchOperator: "CONTAINS" | "CONTAINS_ANY" | "EQUALS";
|
|
119666
|
+
ClaimMatchValue: PaymentManager_ClaimMatchValueType;
|
|
119667
|
+
});
|
|
119668
|
+
}
|
|
119669
|
+
|
|
119670
|
+
export declare class PaymentManager_ClaimMatchValueType {
|
|
119671
|
+
constructor(props: {
|
|
119672
|
+
MatchValueString?: string;
|
|
119673
|
+
MatchValueStringList?: string[];
|
|
119674
|
+
});
|
|
119675
|
+
}
|
|
119676
|
+
|
|
119677
|
+
export declare class PaymentManager_CustomClaimValidationType {
|
|
119678
|
+
constructor(props: {
|
|
119679
|
+
AuthorizingClaimMatchValue: PaymentManager_AuthorizingClaimMatchValueType;
|
|
119680
|
+
InboundTokenClaimName: string;
|
|
119681
|
+
InboundTokenClaimValueType: "STRING" | "STRING_ARRAY";
|
|
119682
|
+
});
|
|
119683
|
+
}
|
|
119684
|
+
|
|
119685
|
+
export declare class PaymentManager_CustomJWTAuthorizerConfiguration {
|
|
119686
|
+
constructor(props: {
|
|
119687
|
+
DiscoveryUrl: string;
|
|
119688
|
+
AllowedAudience?: string[];
|
|
119689
|
+
AllowedClients?: string[];
|
|
119690
|
+
AllowedScopes?: string[];
|
|
119691
|
+
CustomClaims?: PaymentManager_CustomClaimValidationType[];
|
|
119692
|
+
});
|
|
119693
|
+
}
|
|
119694
|
+
|
|
119695
|
+
export declare class PaymentManager_Tag {
|
|
119696
|
+
constructor(props: {
|
|
119697
|
+
Key: string;
|
|
119698
|
+
Value: string;
|
|
119699
|
+
});
|
|
119700
|
+
}
|
|
119701
|
+
|
|
119702
|
+
export declare class PaymentManager_WorkloadIdentityDetails {
|
|
119703
|
+
constructor(props: {
|
|
119704
|
+
WorkloadIdentityArn: string;
|
|
119705
|
+
});
|
|
119706
|
+
}
|
|
119707
|
+
|
|
118747
119708
|
export declare class PaymentProviderConfigurationInput {
|
|
118748
119709
|
constructor(props: {
|
|
118749
119710
|
CoinbaseCdpConfiguration?: PaymentCredentialProvider_CoinbaseCdpConfigurationInput;
|
|
@@ -119324,17 +120285,6 @@ export declare class PeriodicStateTemplateUpdateStrategy {
|
|
|
119324
120285
|
});
|
|
119325
120286
|
}
|
|
119326
120287
|
|
|
119327
|
-
export declare class PermissionModel {
|
|
119328
|
-
constructor(props: {
|
|
119329
|
-
/** Defines how AWS Resilience Hub scans your resources. It can scan for the resources by using a pre-existing role in your AWS account, or by using the credentials of the current IAM user. */
|
|
119330
|
-
Type: "LegacyIAMUser" | "RoleBased";
|
|
119331
|
-
/** Defines a list of role Amazon Resource Names (ARNs) to be used in other accounts. These ARNs are used for querying purposes while importing resources and assessing your application. */
|
|
119332
|
-
CrossAccountRoleArns?: string[];
|
|
119333
|
-
/** Existing AWS IAM role name in the primary AWS account that will be assumed by AWS Resilience Hub Service Principle to obtain a read-only access to your application resources while running an assessment. */
|
|
119334
|
-
InvokerRoleName?: string;
|
|
119335
|
-
});
|
|
119336
|
-
}
|
|
119337
|
-
|
|
119338
120288
|
export declare class Permissions_ColumnWildcard {
|
|
119339
120289
|
constructor(props: {
|
|
119340
120290
|
ExcludedColumnNames?: string[];
|
|
@@ -122805,6 +123755,14 @@ export declare class PromptVersion_ToolSpecification {
|
|
|
122805
123755
|
});
|
|
122806
123756
|
}
|
|
122807
123757
|
|
|
123758
|
+
export declare class PropagateTagsConfig {
|
|
123759
|
+
constructor(props: {
|
|
123760
|
+
/** A list of tags to explicitly propagate to managed resources. */
|
|
123761
|
+
ExplicitTags?: LambdaCapacityProvider_Tag[];
|
|
123762
|
+
Mode?: LambdaCapacityProvider_PropagateTagsMode;
|
|
123763
|
+
});
|
|
123764
|
+
}
|
|
123765
|
+
|
|
122808
123766
|
export declare class PropagatingAttribute {
|
|
122809
123767
|
constructor(props: {
|
|
122810
123768
|
UserPropertyKey: string;
|
|
@@ -123613,6 +124571,15 @@ export declare class QueryStringKeyValue {
|
|
|
123613
124571
|
});
|
|
123614
124572
|
}
|
|
123615
124573
|
|
|
124574
|
+
export declare class QueryStringKeyValuePair {
|
|
124575
|
+
constructor(props: {
|
|
124576
|
+
/** Query string key — RFC 3986 unreserved characters. */
|
|
124577
|
+
Key: string;
|
|
124578
|
+
/** Query string value — RFC 3986 unreserved characters. */
|
|
124579
|
+
Value: string;
|
|
124580
|
+
});
|
|
124581
|
+
}
|
|
124582
|
+
|
|
123616
124583
|
export declare class QueryStringObject {
|
|
123617
124584
|
constructor(props: {
|
|
123618
124585
|
/** Indicates whether the distribution forwards and caches based on query strings. */
|
|
@@ -136755,6 +137722,12 @@ export declare class ReportGroup_Tag {
|
|
|
136755
137722
|
});
|
|
136756
137723
|
}
|
|
136757
137724
|
|
|
137725
|
+
export declare class ReportOutputConfiguration {
|
|
137726
|
+
constructor(props: {
|
|
137727
|
+
S3?: ResilienceHubV2Service_S3ReportOutputConfiguration;
|
|
137728
|
+
});
|
|
137729
|
+
}
|
|
137730
|
+
|
|
136758
137731
|
export declare class ReportPlan_Tag {
|
|
136759
137732
|
constructor(props: {
|
|
136760
137733
|
/** The key name of the tag. You can specify a value that is 1 to 128 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 -. */
|
|
@@ -137028,6 +138001,187 @@ export declare class ResilienceHubApp_ResourceMapping {
|
|
|
137028
138001
|
});
|
|
137029
138002
|
}
|
|
137030
138003
|
|
|
138004
|
+
export declare class ResilienceHubV2Policy_AvailabilitySlo {
|
|
138005
|
+
constructor(props: {
|
|
138006
|
+
/** Availability target percentage. */
|
|
138007
|
+
Target?: number;
|
|
138008
|
+
});
|
|
138009
|
+
}
|
|
138010
|
+
|
|
138011
|
+
export declare class ResilienceHubV2Policy_DataRecoveryTargets {
|
|
138012
|
+
constructor(props: {
|
|
138013
|
+
/** Time between backups in minutes. */
|
|
138014
|
+
TimeBetweenBackupsInMinutes?: number;
|
|
138015
|
+
});
|
|
138016
|
+
}
|
|
138017
|
+
|
|
138018
|
+
export declare class ResilienceHubV2Policy_MultiAzTargets {
|
|
138019
|
+
constructor(props: {
|
|
138020
|
+
/** Multi-AZ disaster recovery approach. */
|
|
138021
|
+
DisasterRecoveryApproach?: "ACTIVE_ACTIVE" | "BACKUP_AND_RESTORE" | "HOT_STANDBY" | "PILOT_LIGHT" | "WARM_STANDBY";
|
|
138022
|
+
/** Recovery Point Objective in minutes. */
|
|
138023
|
+
RpoInMinutes?: number;
|
|
138024
|
+
/** Recovery Time Objective in minutes. */
|
|
138025
|
+
RtoInMinutes?: number;
|
|
138026
|
+
});
|
|
138027
|
+
}
|
|
138028
|
+
|
|
138029
|
+
export declare class ResilienceHubV2Policy_MultiRegionTargets {
|
|
138030
|
+
constructor(props: {
|
|
138031
|
+
/** Multi-Region disaster recovery approach. */
|
|
138032
|
+
DisasterRecoveryApproach?: "ACTIVE_ACTIVE" | "BACKUP_AND_RESTORE" | "HOT_STANDBY" | "PILOT_LIGHT" | "WARM_STANDBY";
|
|
138033
|
+
/** Recovery Point Objective in minutes. */
|
|
138034
|
+
RpoInMinutes?: number;
|
|
138035
|
+
/** Recovery Time Objective in minutes. */
|
|
138036
|
+
RtoInMinutes?: number;
|
|
138037
|
+
});
|
|
138038
|
+
}
|
|
138039
|
+
|
|
138040
|
+
export declare class ResilienceHubV2Policy_Tag {
|
|
138041
|
+
constructor(props: {
|
|
138042
|
+
/** The tag key. */
|
|
138043
|
+
Key: string;
|
|
138044
|
+
/** The tag value. */
|
|
138045
|
+
Value: string;
|
|
138046
|
+
});
|
|
138047
|
+
}
|
|
138048
|
+
|
|
138049
|
+
export declare class ResilienceHubV2Service_AssertionDefinition {
|
|
138050
|
+
constructor(props: {
|
|
138051
|
+
/** The text of the assertion. */
|
|
138052
|
+
Text: string;
|
|
138053
|
+
});
|
|
138054
|
+
}
|
|
138055
|
+
|
|
138056
|
+
export declare class ResilienceHubV2Service_AssociatedSystem {
|
|
138057
|
+
constructor(props: {
|
|
138058
|
+
/** The system ARN. */
|
|
138059
|
+
SystemArn: string;
|
|
138060
|
+
/** User journey IDs associated with this system. */
|
|
138061
|
+
UserJourneyIds?: string[];
|
|
138062
|
+
});
|
|
138063
|
+
}
|
|
138064
|
+
|
|
138065
|
+
export declare class ResilienceHubV2Service_CrossAccountRoleConfiguration {
|
|
138066
|
+
constructor(props: {
|
|
138067
|
+
/** ARN of the cross-account IAM role. */
|
|
138068
|
+
CrossAccountRoleArn: string;
|
|
138069
|
+
/** External ID for cross-account access. */
|
|
138070
|
+
ExternalId?: string;
|
|
138071
|
+
});
|
|
138072
|
+
}
|
|
138073
|
+
|
|
138074
|
+
export declare class ResilienceHubV2Service_DisasterRecoverySource {
|
|
138075
|
+
constructor(props: {
|
|
138076
|
+
PolicyName?: string;
|
|
138077
|
+
Value?: string;
|
|
138078
|
+
});
|
|
138079
|
+
}
|
|
138080
|
+
|
|
138081
|
+
export declare class ResilienceHubV2Service_EffectivePolicyValues {
|
|
138082
|
+
constructor(props: {
|
|
138083
|
+
AvailabilitySlo?: ResilienceHubV2Service_SloSource;
|
|
138084
|
+
MultiAzDrApproach?: ResilienceHubV2Service_DisasterRecoverySource;
|
|
138085
|
+
MultiAzRpo?: ResilienceHubV2Service_TargetSource;
|
|
138086
|
+
MultiAzRto?: ResilienceHubV2Service_TargetSource;
|
|
138087
|
+
MultiRegionDrApproach?: ResilienceHubV2Service_DisasterRecoverySource;
|
|
138088
|
+
MultiRegionRpo?: ResilienceHubV2Service_TargetSource;
|
|
138089
|
+
MultiRegionRto?: ResilienceHubV2Service_TargetSource;
|
|
138090
|
+
});
|
|
138091
|
+
}
|
|
138092
|
+
|
|
138093
|
+
export declare class ResilienceHubV2Service_EksSource {
|
|
138094
|
+
constructor(props: {
|
|
138095
|
+
/** ARN of the EKS cluster. */
|
|
138096
|
+
ClusterArn: string;
|
|
138097
|
+
/** EKS namespaces. */
|
|
138098
|
+
Namespaces: string[];
|
|
138099
|
+
});
|
|
138100
|
+
}
|
|
138101
|
+
|
|
138102
|
+
export declare class ResilienceHubV2Service_InputSourceDefinition {
|
|
138103
|
+
constructor(props: {
|
|
138104
|
+
ResourceConfiguration: ResilienceHubV2Service_ResourceConfiguration;
|
|
138105
|
+
});
|
|
138106
|
+
}
|
|
138107
|
+
|
|
138108
|
+
export declare class ResilienceHubV2Service_PermissionModel {
|
|
138109
|
+
constructor(props: {
|
|
138110
|
+
/** Name of the invoker IAM role. */
|
|
138111
|
+
InvokerRoleName: string;
|
|
138112
|
+
/** Cross-account role ARNs. */
|
|
138113
|
+
CrossAccountRoleArns?: ResilienceHubV2Service_CrossAccountRoleConfiguration[];
|
|
138114
|
+
});
|
|
138115
|
+
}
|
|
138116
|
+
|
|
138117
|
+
export declare class ResilienceHubV2Service_ReportOutputConfiguration {
|
|
138118
|
+
constructor(props: {
|
|
138119
|
+
S3?: ResilienceHubV2Service_S3ReportOutputConfiguration;
|
|
138120
|
+
});
|
|
138121
|
+
}
|
|
138122
|
+
|
|
138123
|
+
export declare class ResilienceHubV2Service_ResourceConfiguration {
|
|
138124
|
+
constructor(props: {
|
|
138125
|
+
/** ARN of a CloudFormation stack. */
|
|
138126
|
+
CfnStackArn?: string;
|
|
138127
|
+
/** S3 URL of a design file. */
|
|
138128
|
+
DesignFileS3Url?: string;
|
|
138129
|
+
Eks?: ResilienceHubV2Service_EksSource;
|
|
138130
|
+
/** Resource tags to discover resources. */
|
|
138131
|
+
ResourceTags?: ResilienceHubV2Service_ResourceTag[];
|
|
138132
|
+
/** URL of a Terraform state file. */
|
|
138133
|
+
TfStateFileUrl?: string;
|
|
138134
|
+
});
|
|
138135
|
+
}
|
|
138136
|
+
|
|
138137
|
+
export declare class ResilienceHubV2Service_ResourceTag {
|
|
138138
|
+
constructor(props: {
|
|
138139
|
+
/** Tag key. */
|
|
138140
|
+
Key: string;
|
|
138141
|
+
/** Tag values. */
|
|
138142
|
+
Values: string[];
|
|
138143
|
+
});
|
|
138144
|
+
}
|
|
138145
|
+
|
|
138146
|
+
export declare class ResilienceHubV2Service_S3ReportOutputConfiguration {
|
|
138147
|
+
constructor(props: {
|
|
138148
|
+
/** Account ID of the bucket owner. */
|
|
138149
|
+
BucketOwner: string;
|
|
138150
|
+
/** S3 bucket path where reports will be written. */
|
|
138151
|
+
BucketPath: string;
|
|
138152
|
+
});
|
|
138153
|
+
}
|
|
138154
|
+
|
|
138155
|
+
export declare class ResilienceHubV2Service_ServiceReportConfiguration {
|
|
138156
|
+
constructor(props: {
|
|
138157
|
+
/** Output destinations for generated reports. */
|
|
138158
|
+
ReportOutput: ResilienceHubV2Service_ReportOutputConfiguration[];
|
|
138159
|
+
});
|
|
138160
|
+
}
|
|
138161
|
+
|
|
138162
|
+
export declare class ResilienceHubV2Service_SloSource {
|
|
138163
|
+
constructor(props: {
|
|
138164
|
+
PolicyName?: string;
|
|
138165
|
+
Value?: number;
|
|
138166
|
+
});
|
|
138167
|
+
}
|
|
138168
|
+
|
|
138169
|
+
export declare class ResilienceHubV2Service_Tag {
|
|
138170
|
+
constructor(props: {
|
|
138171
|
+
/** The tag key. */
|
|
138172
|
+
Key: string;
|
|
138173
|
+
/** The tag value. */
|
|
138174
|
+
Value: string;
|
|
138175
|
+
});
|
|
138176
|
+
}
|
|
138177
|
+
|
|
138178
|
+
export declare class ResilienceHubV2Service_TargetSource {
|
|
138179
|
+
constructor(props: {
|
|
138180
|
+
PolicyName?: string;
|
|
138181
|
+
Value?: number;
|
|
138182
|
+
});
|
|
138183
|
+
}
|
|
138184
|
+
|
|
137031
138185
|
export declare class ResiliencyPolicy_FailurePolicy {
|
|
137032
138186
|
constructor(props: {
|
|
137033
138187
|
/** RPO in seconds. */
|
|
@@ -137601,6 +138755,12 @@ export declare class ResponderGateway_HealthCheckConfig {
|
|
|
137601
138755
|
});
|
|
137602
138756
|
}
|
|
137603
138757
|
|
|
138758
|
+
export declare class ResponderGateway_ListenerConfig {
|
|
138759
|
+
constructor(props: {
|
|
138760
|
+
Protocols: ResponderGateway_Protocol[];
|
|
138761
|
+
});
|
|
138762
|
+
}
|
|
138763
|
+
|
|
137604
138764
|
export declare class ResponderGateway_Tag {
|
|
137605
138765
|
constructor(props: {
|
|
137606
138766
|
/** The key name of the tag. You can specify a value that is 1 to 128 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 -. */
|
|
@@ -139862,6 +141022,13 @@ export declare class RuntimePolicy {
|
|
|
139862
141022
|
});
|
|
139863
141023
|
}
|
|
139864
141024
|
|
|
141025
|
+
export declare class RuntimeTargetConfiguration {
|
|
141026
|
+
constructor(props: {
|
|
141027
|
+
Arn: string;
|
|
141028
|
+
Qualifier?: string;
|
|
141029
|
+
});
|
|
141030
|
+
}
|
|
141031
|
+
|
|
139865
141032
|
export declare class S3AccessPoint_PublicAccessBlockConfiguration {
|
|
139866
141033
|
constructor(props: {
|
|
139867
141034
|
/** Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
|
|
@@ -140559,13 +141726,6 @@ export declare class S3ReportExportConfig {
|
|
|
140559
141726
|
});
|
|
140560
141727
|
}
|
|
140561
141728
|
|
|
140562
|
-
export declare class S3ReportOutputConfiguration {
|
|
140563
|
-
constructor(props: {
|
|
140564
|
-
BucketOwner?: string;
|
|
140565
|
-
BucketPath?: string;
|
|
140566
|
-
});
|
|
140567
|
-
}
|
|
140568
|
-
|
|
140569
141729
|
export declare class S3Settings {
|
|
140570
141730
|
constructor(props: {
|
|
140571
141731
|
AddColumnName?: boolean;
|
|
@@ -141034,16 +142194,18 @@ export declare class SageMakerCluster_ClusterInstanceGroup {
|
|
|
141034
142194
|
/** The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster. */
|
|
141035
142195
|
InstanceCount: number;
|
|
141036
142196
|
InstanceGroupName: string;
|
|
141037
|
-
InstanceType: string;
|
|
141038
142197
|
CapacityRequirements?: SageMakerCluster_ClusterCapacityRequirements;
|
|
141039
142198
|
/** The number of instances that are currently in the instance group of a SageMaker HyperPod cluster. */
|
|
141040
142199
|
CurrentCount?: number;
|
|
141041
142200
|
ImageId?: string;
|
|
142201
|
+
InstanceRequirements?: SageMakerCluster_InstanceRequirements;
|
|
141042
142202
|
InstanceStorageConfigs?: any;
|
|
142203
|
+
InstanceType?: string;
|
|
141043
142204
|
KubernetesConfig?: SageMakerCluster_ClusterKubernetesConfig;
|
|
141044
142205
|
LifeCycleConfig?: SageMakerCluster_ClusterLifeCycleConfig;
|
|
141045
142206
|
/** The minimum number of instances required for the instance group to be InService. MinInstanceCount must be less than or equal to InstanceCount. */
|
|
141046
142207
|
MinInstanceCount?: number;
|
|
142208
|
+
NetworkInterface?: SageMakerCluster_ClusterNetworkInterface;
|
|
141047
142209
|
OnStartDeepHealthChecks?: any;
|
|
141048
142210
|
OverrideVpcConfig?: SageMakerCluster_VpcConfig;
|
|
141049
142211
|
ScheduledUpdateConfig?: SageMakerCluster_ScheduledUpdateConfig;
|
|
@@ -141084,6 +142246,13 @@ export declare class SageMakerCluster_ClusterLifeCycleConfig {
|
|
|
141084
142246
|
});
|
|
141085
142247
|
}
|
|
141086
142248
|
|
|
142249
|
+
export declare class SageMakerCluster_ClusterNetworkInterface {
|
|
142250
|
+
constructor(props: {
|
|
142251
|
+
/** The type of network interface. */
|
|
142252
|
+
InterfaceType: "efa" | "efa-only";
|
|
142253
|
+
});
|
|
142254
|
+
}
|
|
142255
|
+
|
|
141087
142256
|
export declare class SageMakerCluster_ClusterOrchestratorEksConfig {
|
|
141088
142257
|
constructor(props: {
|
|
141089
142258
|
/** The ARN of the EKS cluster, such as arn:aws:eks:us-west-2:123456789012:cluster/my-eks-cluster */
|
|
@@ -141151,6 +142320,13 @@ export declare class SageMakerCluster_FSxLustreConfig {
|
|
|
141151
142320
|
});
|
|
141152
142321
|
}
|
|
141153
142322
|
|
|
142323
|
+
export declare class SageMakerCluster_InstanceRequirements {
|
|
142324
|
+
constructor(props: {
|
|
142325
|
+
/** A list of instance types that can be used for this instance group. */
|
|
142326
|
+
InstanceTypes: string[];
|
|
142327
|
+
});
|
|
142328
|
+
}
|
|
142329
|
+
|
|
141154
142330
|
export declare class SageMakerCluster_RollingUpdatePolicy {
|
|
141155
142331
|
constructor(props: {
|
|
141156
142332
|
MaximumBatchSize: SageMakerCluster_CapacitySizeConfig;
|
|
@@ -141398,6 +142574,8 @@ export declare class SageMakerDomain_ResourceSpec {
|
|
|
141398
142574
|
SageMakerImageArn?: string;
|
|
141399
142575
|
/** The Amazon Resource Name (ARN) of the image version created on the instance. */
|
|
141400
142576
|
SageMakerImageVersionArn?: string;
|
|
142577
|
+
/** The Amazon Resource Name (ARN) of the training plan to use for the ResourceSpec. */
|
|
142578
|
+
TrainingPlanArn?: string;
|
|
141401
142579
|
});
|
|
141402
142580
|
}
|
|
141403
142581
|
|
|
@@ -142114,7 +143292,9 @@ export declare class SalesforceKnowledgeArticleConfiguration {
|
|
|
142114
143292
|
export declare class SalesforceOauth2ProviderConfigInput {
|
|
142115
143293
|
constructor(props: {
|
|
142116
143294
|
ClientId: string;
|
|
142117
|
-
ClientSecret
|
|
143295
|
+
ClientSecret?: string;
|
|
143296
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
143297
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
142118
143298
|
});
|
|
142119
143299
|
}
|
|
142120
143300
|
|
|
@@ -143271,6 +144451,8 @@ export declare class ScriptDetails {
|
|
|
143271
144451
|
|
|
143272
144452
|
export declare class Scte {
|
|
143273
144453
|
constructor(props: {
|
|
144454
|
+
/** <p>A list of additional non-Ad SCTE-35 event types to treat as advertisements. When configured, events matching these types produce ad markers (such as <code>SCTE35-OUT</code> and <code>SCTE35-IN</code> in HLS DATERANGE tags) in manifests.</p> <p>Valid values: <code>PROGRAM</code> | <code>CHAPTER</code> | <code>UNSCHEDULED_EVENT</code> | <code>ALTERNATE_CONTENT_OPPORTUNITY</code> | <code>NETWORK</code> </p> <p>If you don't specify any values, the default is empty (only default ad types are used).</p> */
|
|
144455
|
+
CustomAdTypes?: MediaPackageV2OriginEndpoint_CustomAdType[];
|
|
143274
144456
|
/** <p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p> */
|
|
143275
144457
|
ScteFilter?: MediaPackageV2OriginEndpoint_ScteFilter[];
|
|
143276
144458
|
ScteInSegments?: MediaPackageV2OriginEndpoint_ScteInSegments;
|
|
@@ -143310,12 +144492,14 @@ export declare class Scte35TimeSignalApos {
|
|
|
143310
144492
|
export declare class ScteDash {
|
|
143311
144493
|
constructor(props: {
|
|
143312
144494
|
AdMarkerDash?: MediaPackageV2OriginEndpoint_AdMarkerDash;
|
|
144495
|
+
ScteInManifests?: MediaPackageV2OriginEndpoint_ScteInManifests;
|
|
143313
144496
|
});
|
|
143314
144497
|
}
|
|
143315
144498
|
|
|
143316
144499
|
export declare class ScteHls {
|
|
143317
144500
|
constructor(props: {
|
|
143318
144501
|
AdMarkerHls?: MediaPackageV2OriginEndpoint_AdMarkerHls;
|
|
144502
|
+
ScteInManifests?: MediaPackageV2OriginEndpoint_ScteInManifests;
|
|
143319
144503
|
});
|
|
143320
144504
|
}
|
|
143321
144505
|
|
|
@@ -145508,6 +146692,13 @@ export declare class ServiceProfile_Tag {
|
|
|
145508
146692
|
});
|
|
145509
146693
|
}
|
|
145510
146694
|
|
|
146695
|
+
export declare class ServiceReportConfiguration {
|
|
146696
|
+
constructor(props: {
|
|
146697
|
+
/** Output destinations for generated reports. */
|
|
146698
|
+
ReportOutput: ResilienceHubV2Service_ReportOutputConfiguration[];
|
|
146699
|
+
});
|
|
146700
|
+
}
|
|
146701
|
+
|
|
145511
146702
|
export declare class ServiceSoftwareOptions {
|
|
145512
146703
|
constructor(props: {
|
|
145513
146704
|
AutomatedUpdateDate?: string;
|
|
@@ -146483,7 +147674,9 @@ export declare class SlackConnectorProfileProperties {
|
|
|
146483
147674
|
export declare class SlackOauth2ProviderConfigInput {
|
|
146484
147675
|
constructor(props: {
|
|
146485
147676
|
ClientId: string;
|
|
146486
|
-
ClientSecret
|
|
147677
|
+
ClientSecret?: string;
|
|
147678
|
+
ClientSecretConfig?: OAuth2CredentialProvider_SecretReference;
|
|
147679
|
+
ClientSecretSource?: "EXTERNAL" | "MANAGED";
|
|
146487
147680
|
});
|
|
146488
147681
|
}
|
|
146489
147682
|
|
|
@@ -146538,6 +147731,13 @@ export declare class SliMetric {
|
|
|
146538
147731
|
});
|
|
146539
147732
|
}
|
|
146540
147733
|
|
|
147734
|
+
export declare class SloSource {
|
|
147735
|
+
constructor(props: {
|
|
147736
|
+
PolicyName?: string;
|
|
147737
|
+
Value?: number;
|
|
147738
|
+
});
|
|
147739
|
+
}
|
|
147740
|
+
|
|
146541
147741
|
export declare class Slot {
|
|
146542
147742
|
constructor(props: {
|
|
146543
147743
|
Name: string;
|
|
@@ -149747,12 +150947,16 @@ export declare class StripePrivyConfigurationInput {
|
|
|
149747
150947
|
constructor(props: {
|
|
149748
150948
|
/** The app ID provided by Privy */
|
|
149749
150949
|
AppId: string;
|
|
149750
|
-
/** The app secret provided by Privy */
|
|
149751
|
-
AppSecret: string;
|
|
149752
150950
|
/** The authorization ID for the Stripe Privy integration */
|
|
149753
150951
|
AuthorizationId: string;
|
|
150952
|
+
/** The app secret provided by Privy */
|
|
150953
|
+
AppSecret?: string;
|
|
150954
|
+
AppSecretConfig?: PaymentCredentialProvider_SecretReference;
|
|
150955
|
+
AppSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
149754
150956
|
/** The authorization private key for the Stripe Privy integration */
|
|
149755
|
-
AuthorizationPrivateKey
|
|
150957
|
+
AuthorizationPrivateKey?: string;
|
|
150958
|
+
AuthorizationPrivateKeyConfig?: PaymentCredentialProvider_SecretReference;
|
|
150959
|
+
AuthorizationPrivateKeySource?: PaymentCredentialProvider_SecretSourceType;
|
|
149756
150960
|
});
|
|
149757
150961
|
}
|
|
149758
150962
|
|
|
@@ -149764,6 +150968,12 @@ export declare class StripePrivyConfigurationOutput {
|
|
|
149764
150968
|
/** The authorization ID for the Stripe Privy integration */
|
|
149765
150969
|
AuthorizationId: string;
|
|
149766
150970
|
AuthorizationPrivateKeyArn: PaymentCredentialProvider_SecretInfo;
|
|
150971
|
+
/** The JSON key within the secret that contains the app secret value */
|
|
150972
|
+
AppSecretJsonKey?: string;
|
|
150973
|
+
AppSecretSource?: PaymentCredentialProvider_SecretSourceType;
|
|
150974
|
+
/** The JSON key within the secret that contains the authorization private key value */
|
|
150975
|
+
AuthorizationPrivateKeyJsonKey?: string;
|
|
150976
|
+
AuthorizationPrivateKeySource?: PaymentCredentialProvider_SecretSourceType;
|
|
149767
150977
|
});
|
|
149768
150978
|
}
|
|
149769
150979
|
|
|
@@ -150207,6 +151417,15 @@ export declare class SyntheticsGroup_Tag {
|
|
|
150207
151417
|
});
|
|
150208
151418
|
}
|
|
150209
151419
|
|
|
151420
|
+
export declare class System_Tag {
|
|
151421
|
+
constructor(props: {
|
|
151422
|
+
/** The tag key. */
|
|
151423
|
+
Key: string;
|
|
151424
|
+
/** The tag value. */
|
|
151425
|
+
Value: string;
|
|
151426
|
+
});
|
|
151427
|
+
}
|
|
151428
|
+
|
|
150210
151429
|
export declare class SystemAttributes {
|
|
150211
151430
|
constructor(props: {
|
|
150212
151431
|
/** The CustomerEndpoint attribute. */
|
|
@@ -150867,7 +152086,7 @@ export declare class TargetDomain_VerificationDetails {
|
|
|
150867
152086
|
DnsTxt?: TargetDomain_DnsVerification;
|
|
150868
152087
|
HttpRoute?: TargetDomain_HttpVerification;
|
|
150869
152088
|
/** Type of domain ownership verification method */
|
|
150870
|
-
Method?: "DNS_TXT" | "HTTP_ROUTE";
|
|
152089
|
+
Method?: "DNS_TXT" | "HTTP_ROUTE" | "PRIVATE_VPC";
|
|
150871
152090
|
});
|
|
150872
152091
|
}
|
|
150873
152092
|
|
|
@@ -150970,6 +152189,13 @@ export declare class TargetResource {
|
|
|
150970
152189
|
});
|
|
150971
152190
|
}
|
|
150972
152191
|
|
|
152192
|
+
export declare class TargetSource {
|
|
152193
|
+
constructor(props: {
|
|
152194
|
+
PolicyName?: string;
|
|
152195
|
+
Value?: number;
|
|
152196
|
+
});
|
|
152197
|
+
}
|
|
152198
|
+
|
|
150973
152199
|
export declare class TargetTrackingMetric {
|
|
150974
152200
|
constructor(props: {
|
|
150975
152201
|
/** The dimensions for the metric. For the list of available dimensions, see the AWS documentation available from the table in [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
@@ -156431,7 +157657,7 @@ export declare class VerificationDetails {
|
|
|
156431
157657
|
DnsTxt?: TargetDomain_DnsVerification;
|
|
156432
157658
|
HttpRoute?: TargetDomain_HttpVerification;
|
|
156433
157659
|
/** Type of domain ownership verification method */
|
|
156434
|
-
Method?: "DNS_TXT" | "HTTP_ROUTE";
|
|
157660
|
+
Method?: "DNS_TXT" | "HTTP_ROUTE" | "PRIVATE_VPC";
|
|
156435
157661
|
});
|
|
156436
157662
|
}
|
|
156437
157663
|
|
|
@@ -163011,6 +164237,8 @@ export type ARCRegionSwitchPlan_ExecutionBlockType =
|
|
|
163011
164237
|
| "ARCRegionSwitchPlan"
|
|
163012
164238
|
| "ARCRoutingControl"
|
|
163013
164239
|
| "AuroraGlobalDatabase"
|
|
164240
|
+
| "AuroraProvisionedScaling"
|
|
164241
|
+
| "AuroraServerlessScaling"
|
|
163014
164242
|
| "CustomActionLambda"
|
|
163015
164243
|
| "DocumentDb"
|
|
163016
164244
|
| "EC2AutoScaling"
|
|
@@ -163018,6 +164246,7 @@ export type ARCRegionSwitchPlan_ExecutionBlockType =
|
|
|
163018
164246
|
| "EKSResourceScaling"
|
|
163019
164247
|
| "LambdaEventSourceMapping"
|
|
163020
164248
|
| "ManualApproval"
|
|
164249
|
+
| "NeptuneGlobalDatabase"
|
|
163021
164250
|
| "Parallel"
|
|
163022
164251
|
| "RdsCreateCrossRegionReplica"
|
|
163023
164252
|
| "RdsPromoteReadReplica"
|
|
@@ -163029,6 +164258,10 @@ export type ARCRegionSwitchPlan_GlobalAuroraUngracefulBehavior = "failover";
|
|
|
163029
164258
|
|
|
163030
164259
|
export type ARCRegionSwitchPlan_LambdaUngracefulBehavior = "skip";
|
|
163031
164260
|
|
|
164261
|
+
export type ARCRegionSwitchPlan_NeptuneDefaultBehavior = "failover" | "switchoverOnly";
|
|
164262
|
+
|
|
164263
|
+
export type ARCRegionSwitchPlan_NeptuneUngracefulBehavior = "failover";
|
|
164264
|
+
|
|
163032
164265
|
export type ARCRegionSwitchPlan_RecoveryApproach = "activeActive" | "activePassive";
|
|
163033
164266
|
|
|
163034
164267
|
export type ARCRegionSwitchPlan_RegionToRunIn =
|
|
@@ -163877,7 +165110,11 @@ export type BedrockAgent_RequireConfirmation = "DISABLED" | "ENABLED";
|
|
|
163877
165110
|
|
|
163878
165111
|
export type BedrockAgent_Type = "array" | "boolean" | "integer" | "number" | "string";
|
|
163879
165112
|
|
|
163880
|
-
export type BedrockAgentCoreGateway_AuthorizerType =
|
|
165113
|
+
export type BedrockAgentCoreGateway_AuthorizerType =
|
|
165114
|
+
| "AUTHENTICATE_ONLY"
|
|
165115
|
+
| "AWS_IAM"
|
|
165116
|
+
| "CUSTOM_JWT"
|
|
165117
|
+
| "NONE";
|
|
163881
165118
|
|
|
163882
165119
|
export type BedrockAgentCoreGateway_ClaimMatchOperator = "CONTAINS" | "CONTAINS_ANY" | "EQUALS";
|
|
163883
165120
|
|
|
@@ -164065,7 +165302,7 @@ export type Bot_SpeechDetectionSensitivity =
|
|
|
164065
165302
|
| "HighNoiseTolerance"
|
|
164066
165303
|
| "MaximumNoiseTolerance";
|
|
164067
165304
|
|
|
164068
|
-
export type Bot_SpeechModelPreference = "
|
|
165305
|
+
export type Bot_SpeechModelPreference = "Advanced" | "Deepgram" | "Neural" | "Standard";
|
|
164069
165306
|
|
|
164070
165307
|
export type BotAlias_BotAliasStatus = "Available" | "Creating" | "Deleting" | "Failed";
|
|
164071
165308
|
|
|
@@ -164488,6 +165725,10 @@ export type ConnectCampaignsV2Campaign_DayOfWeek =
|
|
|
164488
165725
|
|
|
164489
165726
|
export type ConnectCampaignsV2Campaign_InstanceLimitsHandling = "OPT_IN" | "OPT_OUT";
|
|
164490
165727
|
|
|
165728
|
+
export type ConnectCampaignsV2Campaign_LocalTimeZoneDetectionScope =
|
|
165729
|
+
| "ALL_AVAILABLE"
|
|
165730
|
+
| "PRIMARY_ONLY";
|
|
165731
|
+
|
|
164491
165732
|
export type ConnectCampaignsV2Campaign_LocalTimeZoneDetectionType = "AREA_CODE" | "ZIP_CODE";
|
|
164492
165733
|
|
|
164493
165734
|
export type ConnectorProfile_AuthenticationType = "APIKEY" | "BASIC" | "CUSTOM" | "OAUTH2";
|
|
@@ -165340,11 +166581,21 @@ export type GameServerGroup_Status =
|
|
|
165340
166581
|
|
|
165341
166582
|
export type GatewayTarget_ApiKeyCredentialLocation = "HEADER" | "QUERY_PARAMETER";
|
|
165342
166583
|
|
|
165343
|
-
export type GatewayTarget_CredentialProviderType =
|
|
166584
|
+
export type GatewayTarget_CredentialProviderType =
|
|
166585
|
+
| "API_KEY"
|
|
166586
|
+
| "CALLER_IAM_CREDENTIALS"
|
|
166587
|
+
| "GATEWAY_IAM_ROLE"
|
|
166588
|
+
| "JWT_PASSTHROUGH"
|
|
166589
|
+
| "OAUTH";
|
|
166590
|
+
|
|
166591
|
+
export type GatewayTarget_EndpointIpAddressType = "IPV4" | "IPV6";
|
|
165344
166592
|
|
|
165345
166593
|
export type GatewayTarget_McpServerListingMode = "DEFAULT" | "DYNAMIC";
|
|
165346
166594
|
|
|
165347
|
-
export type GatewayTarget_OAuthGrantType =
|
|
166595
|
+
export type GatewayTarget_OAuthGrantType =
|
|
166596
|
+
| "AUTHORIZATION_CODE"
|
|
166597
|
+
| "CLIENT_CREDENTIALS"
|
|
166598
|
+
| "TOKEN_EXCHANGE";
|
|
165348
166599
|
|
|
165349
166600
|
export type GatewayTarget_RestApiMethod =
|
|
165350
166601
|
| "DELETE"
|
|
@@ -165363,13 +166614,18 @@ export type GatewayTarget_SchemaType =
|
|
|
165363
166614
|
| "object"
|
|
165364
166615
|
| "string";
|
|
165365
166616
|
|
|
166617
|
+
export type GatewayTarget_TargetProtocolType = "HTTP" | "MCP";
|
|
166618
|
+
|
|
165366
166619
|
export type GatewayTarget_TargetStatus =
|
|
166620
|
+
| "CREATE_PENDING_AUTH"
|
|
165367
166621
|
| "CREATING"
|
|
165368
166622
|
| "DELETING"
|
|
165369
166623
|
| "FAILED"
|
|
165370
166624
|
| "READY"
|
|
166625
|
+
| "SYNCHRONIZE_PENDING_AUTH"
|
|
165371
166626
|
| "SYNCHRONIZE_UNSUCCESSFUL"
|
|
165372
166627
|
| "SYNCHRONIZING"
|
|
166628
|
+
| "UPDATE_PENDING_AUTH"
|
|
165373
166629
|
| "UPDATE_UNSUCCESSFUL"
|
|
165374
166630
|
| "UPDATING";
|
|
165375
166631
|
|
|
@@ -165601,11 +166857,18 @@ export type InstanceStorageConfig_EncryptionType = "KMS";
|
|
|
165601
166857
|
|
|
165602
166858
|
export type InstanceStorageConfig_InstanceStorageResourceType =
|
|
165603
166859
|
| "AGENT_EVENTS"
|
|
166860
|
+
| "ATTACHMENTS"
|
|
165604
166861
|
| "CALL_RECORDINGS"
|
|
165605
166862
|
| "CHAT_TRANSCRIPTS"
|
|
166863
|
+
| "CONTACT_EVALUATIONS"
|
|
165606
166864
|
| "CONTACT_TRACE_RECORDS"
|
|
166865
|
+
| "EMAIL_MESSAGES"
|
|
165607
166866
|
| "MEDIA_STREAMS"
|
|
165608
|
-
| "
|
|
166867
|
+
| "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS"
|
|
166868
|
+
| "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"
|
|
166869
|
+
| "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS"
|
|
166870
|
+
| "SCHEDULED_REPORTS"
|
|
166871
|
+
| "SCREEN_RECORDINGS";
|
|
165609
166872
|
|
|
165610
166873
|
export type InstanceStorageConfig_StorageType =
|
|
165611
166874
|
| "KINESIS_FIREHOSE"
|
|
@@ -165616,8 +166879,15 @@ export type InstanceStorageConfig_StorageType =
|
|
|
165616
166879
|
export type IntegrationAssociation_IntegrationType =
|
|
165617
166880
|
| "APPLICATION"
|
|
165618
166881
|
| "CASES_DOMAIN"
|
|
166882
|
+
| "FILE_SCANNER"
|
|
165619
166883
|
| "LAMBDA_FUNCTION"
|
|
165620
|
-
| "LEX_BOT"
|
|
166884
|
+
| "LEX_BOT"
|
|
166885
|
+
| "MESSAGE_PROCESSOR"
|
|
166886
|
+
| "Q_MESSAGE_TEMPLATES"
|
|
166887
|
+
| "SES_IDENTITY"
|
|
166888
|
+
| "WISDOM_ASSISTANT"
|
|
166889
|
+
| "WISDOM_KNOWLEDGE_BASE"
|
|
166890
|
+
| "WISDOM_QUICK_RESPONSES";
|
|
165621
166891
|
|
|
165622
166892
|
export type IntelligentPromptRouter_PromptRouterStatus = "AVAILABLE";
|
|
165623
166893
|
|
|
@@ -165909,6 +167179,8 @@ export type LambdaCapacityProvider_CapacityProviderState =
|
|
|
165909
167179
|
| "Failed"
|
|
165910
167180
|
| "Pending";
|
|
165911
167181
|
|
|
167182
|
+
export type LambdaCapacityProvider_PropagateTagsMode = "Explicit" | "None";
|
|
167183
|
+
|
|
165912
167184
|
export type LambdaHook_Action = "CREATE" | "DELETE" | "UPDATE";
|
|
165913
167185
|
|
|
165914
167186
|
export type LambdaHook_InvocationPoint = "PRE_PROVISION";
|
|
@@ -165936,6 +167208,14 @@ export type LicenseEndpoint_LicenseEndpointStatus =
|
|
|
165936
167208
|
| "NOT_READY"
|
|
165937
167209
|
| "READY";
|
|
165938
167210
|
|
|
167211
|
+
export type LinkRoutingRule_RuleStatus =
|
|
167212
|
+
| "ACTIVE"
|
|
167213
|
+
| "CREATION_IN_PROGRESS"
|
|
167214
|
+
| "DELETED"
|
|
167215
|
+
| "DELETION_IN_PROGRESS"
|
|
167216
|
+
| "FAILED"
|
|
167217
|
+
| "UPDATE_IN_PROGRESS";
|
|
167218
|
+
|
|
165939
167219
|
export type LiveSource_Type = "DASH" | "HLS";
|
|
165940
167220
|
|
|
165941
167221
|
export type LogsScheduledQuery_ScheduledQueryState = "DISABLED" | "ENABLED";
|
|
@@ -166162,6 +167442,13 @@ export type MediaPackageV2OriginEndpoint_CmafEncryptionMethod = "CBCS" | "CENC";
|
|
|
166162
167442
|
|
|
166163
167443
|
export type MediaPackageV2OriginEndpoint_ContainerType = "CMAF" | "ISM" | "TS";
|
|
166164
167444
|
|
|
167445
|
+
export type MediaPackageV2OriginEndpoint_CustomAdType =
|
|
167446
|
+
| "ALTERNATE_CONTENT_OPPORTUNITY"
|
|
167447
|
+
| "CHAPTER"
|
|
167448
|
+
| "NETWORK"
|
|
167449
|
+
| "PROGRAM"
|
|
167450
|
+
| "UNSCHEDULED_EVENT";
|
|
167451
|
+
|
|
166165
167452
|
export type MediaPackageV2OriginEndpoint_DashCompactness = "NONE" | "STANDARD";
|
|
166166
167453
|
|
|
166167
167454
|
export type MediaPackageV2OriginEndpoint_DashDrmSignaling = "INDIVIDUAL" | "REFERENCED";
|
|
@@ -166222,20 +167509,34 @@ export type MediaPackageV2OriginEndpoint_PresetSpeke20Video =
|
|
|
166222
167509
|
| "UNENCRYPTED";
|
|
166223
167510
|
|
|
166224
167511
|
export type MediaPackageV2OriginEndpoint_ScteFilter =
|
|
167512
|
+
| "ALTERNATE_CONTENT_OPPORTUNITY"
|
|
166225
167513
|
| "BREAK"
|
|
167514
|
+
| "CHAPTER"
|
|
166226
167515
|
| "DISTRIBUTOR_ADVERTISEMENT"
|
|
167516
|
+
| "DISTRIBUTOR_AD_BLOCK"
|
|
166227
167517
|
| "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
166228
167518
|
| "DISTRIBUTOR_PLACEMENT_OPPORTUNITY"
|
|
167519
|
+
| "DISTRIBUTOR_PROMO"
|
|
167520
|
+
| "NETWORK"
|
|
166229
167521
|
| "PROGRAM"
|
|
166230
167522
|
| "PROVIDER_ADVERTISEMENT"
|
|
167523
|
+
| "PROVIDER_AD_BLOCK"
|
|
166231
167524
|
| "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
166232
167525
|
| "PROVIDER_PLACEMENT_OPPORTUNITY"
|
|
166233
|
-
| "
|
|
167526
|
+
| "PROVIDER_PROMO"
|
|
167527
|
+
| "SPLICE_INSERT"
|
|
167528
|
+
| "UNSCHEDULED_EVENT";
|
|
166234
167529
|
|
|
166235
|
-
export type
|
|
167530
|
+
export type MediaPackageV2OriginEndpoint_ScteInManifests = "ALL" | "MATCHES_FILTER";
|
|
167531
|
+
|
|
167532
|
+
export type MediaPackageV2OriginEndpoint_ScteInSegments = "ALL" | "MATCHES_FILTER" | "NONE";
|
|
166236
167533
|
|
|
166237
167534
|
export type MediaPackageV2OriginEndpoint_TsEncryptionMethod = "AES_128" | "SAMPLE_AES";
|
|
166238
167535
|
|
|
167536
|
+
export type MediaPackageV2OriginEndpoint_UriPathType = "LEAF" | "ROOT";
|
|
167537
|
+
|
|
167538
|
+
export type MediaPackageV2OriginEndpoint_UriSeparator = "HYPHEN" | "UNDERSCORE";
|
|
167539
|
+
|
|
166239
167540
|
export type MediaTailorChannel_AdMarkupType = "DATERANGE" | "SCTE35_ENHANCED";
|
|
166240
167541
|
|
|
166241
167542
|
export type MediaTailorChannel_LogType = "AS_RUN";
|
|
@@ -166314,7 +167615,10 @@ export type MWAAEnvironment_LoggingLevel = "CRITICAL" | "DEBUG" | "ERROR" | "INF
|
|
|
166314
167615
|
|
|
166315
167616
|
export type MWAAEnvironment_UpdateStatus = "FAILED" | "PENDING" | "SUCCESS";
|
|
166316
167617
|
|
|
166317
|
-
export type MWAAEnvironment_WebserverAccessMode =
|
|
167618
|
+
export type MWAAEnvironment_WebserverAccessMode =
|
|
167619
|
+
| "PRIVATE_ONLY"
|
|
167620
|
+
| "PUBLIC_AND_PRIVATE"
|
|
167621
|
+
| "PUBLIC_ONLY";
|
|
166318
167622
|
|
|
166319
167623
|
export type MWAAEnvironment_WorkerReplacementStrategy = "FORCED" | "GRACEFUL";
|
|
166320
167624
|
|
|
@@ -166427,6 +167731,8 @@ export type OpenSearchServerlessCollection_CollectionType =
|
|
|
166427
167731
|
| "TIMESERIES"
|
|
166428
167732
|
| "VECTORSEARCH";
|
|
166429
167733
|
|
|
167734
|
+
export type OpenSearchServerlessCollection_DeletionProtection = "DISABLED" | "ENABLED";
|
|
167735
|
+
|
|
166430
167736
|
export type OpenSearchServerlessCollection_ServerlessVectorAcceleration =
|
|
166431
167737
|
| "ALLOWED"
|
|
166432
167738
|
| "DISABLED"
|
|
@@ -166519,10 +167825,34 @@ export type Partnership_X12GS05TimeFormat = "HHMM" | "HHMMSS" | "HHMMSSDD";
|
|
|
166519
167825
|
|
|
166520
167826
|
export type Partnership_X12TechnicalAcknowledgment = "DO_NOT_GENERATE" | "GENERATE_ALL_SEGMENTS";
|
|
166521
167827
|
|
|
167828
|
+
export type PaymentConnector_PaymentConnectorStatus =
|
|
167829
|
+
| "CREATE_FAILED"
|
|
167830
|
+
| "CREATING"
|
|
167831
|
+
| "DELETE_FAILED"
|
|
167832
|
+
| "DELETING"
|
|
167833
|
+
| "READY"
|
|
167834
|
+
| "UPDATE_FAILED"
|
|
167835
|
+
| "UPDATING";
|
|
167836
|
+
|
|
167837
|
+
export type PaymentConnector_PaymentConnectorType = "CoinbaseCDP" | "StripePrivy";
|
|
167838
|
+
|
|
166522
167839
|
export type PaymentCredentialProvider_PaymentCredentialProviderVendorType =
|
|
166523
167840
|
| "CoinbaseCDP"
|
|
166524
167841
|
| "StripePrivy";
|
|
166525
167842
|
|
|
167843
|
+
export type PaymentCredentialProvider_SecretSourceType = "EXTERNAL" | "MANAGED";
|
|
167844
|
+
|
|
167845
|
+
export type PaymentManager_PaymentManagerStatus =
|
|
167846
|
+
| "CREATE_FAILED"
|
|
167847
|
+
| "CREATING"
|
|
167848
|
+
| "DELETE_FAILED"
|
|
167849
|
+
| "DELETING"
|
|
167850
|
+
| "READY"
|
|
167851
|
+
| "UPDATE_FAILED"
|
|
167852
|
+
| "UPDATING";
|
|
167853
|
+
|
|
167854
|
+
export type PaymentManager_PaymentsAuthorizerType = "AWS_IAM" | "CUSTOM_JWT";
|
|
167855
|
+
|
|
166526
167856
|
export type PCAConnectorADTemplate_ApplicationPolicyType =
|
|
166527
167857
|
| "ALL_APPLICATION_POLICIES"
|
|
166528
167858
|
| "ANY_PURPOSE"
|
|
@@ -168095,6 +169425,16 @@ export type ResourceExplorer2Index_IndexState =
|
|
|
168095
169425
|
|
|
168096
169426
|
export type ResourceExplorer2Index_IndexType = "AGGREGATOR" | "LOCAL";
|
|
168097
169427
|
|
|
169428
|
+
export type ResponderGateway_CertificateAssociationStatus =
|
|
169429
|
+
| "ASSOCIATED"
|
|
169430
|
+
| "DISASSOCIATED"
|
|
169431
|
+
| "EXPIRED"
|
|
169432
|
+
| "FAILED"
|
|
169433
|
+
| "PENDING_ASSOCIATION"
|
|
169434
|
+
| "PENDING_DISASSOCIATION";
|
|
169435
|
+
|
|
169436
|
+
export type ResponderGateway_GatewayType = "EXTERNAL" | "INTERNAL";
|
|
169437
|
+
|
|
168098
169438
|
export type ResponderGateway_Protocol = "HTTP" | "HTTPS";
|
|
168099
169439
|
|
|
168100
169440
|
export type ResponderGateway_ResponderGatewayStatus =
|