@intentius/chant-lexicon-aws 0.0.18 → 0.0.22
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 +6 -6
- package/dist/manifest.json +1 -1
- package/dist/meta.json +172 -78
- package/dist/rules/ext001.ts +4 -0
- package/dist/skills/chant-aws.md +1 -1
- package/dist/types/index.d.ts +147 -11
- package/package.json +20 -2
- package/src/composites/composites.test.ts +4 -2
- package/src/composites/lambda-sqs.ts +2 -2
- package/src/generated/index.d.ts +147 -11
- package/src/generated/index.ts +17 -2
- package/src/generated/lexicon-aws.json +172 -78
- package/src/lint/post-synth/ext001.ts +4 -0
- package/src/plugin.ts +87 -2
- package/src/skills/chant-eks.md +3 -0
package/src/generated/index.d.ts
CHANGED
|
@@ -643,11 +643,6 @@ export declare class AIPromptVersion {
|
|
|
643
643
|
|
|
644
644
|
export declare class Alarm {
|
|
645
645
|
constructor(props: {
|
|
646
|
-
/** The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand. */
|
|
647
|
-
ComparisonOperator: string;
|
|
648
|
-
/** 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.
|
|
649
|
-
For more information, see [Evaluating an Alarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation) in the *User Guide*. */
|
|
650
|
-
EvaluationPeriods: number;
|
|
651
646
|
/** Indicates whether actions should be executed during any changes to the alarm state. The default is TRUE. */
|
|
652
647
|
ActionsEnabled?: boolean;
|
|
653
648
|
/** The list of actions to execute when this alarm transitions into an ALARM state from any other state. Specify each action as an Amazon Resource Name (ARN). For more information about creating alarms and the actions that you can specify, see [PutMetricAlarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutMetricAlarm.html) in the *API Reference*. */
|
|
@@ -658,6 +653,8 @@ export declare class Alarm {
|
|
|
658
653
|
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. */
|
|
659
654
|
AlarmName?: string;
|
|
660
655
|
Arn?: string;
|
|
656
|
+
/** The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand. */
|
|
657
|
+
ComparisonOperator?: string;
|
|
661
658
|
/** The number of datapoints that must be breaching to trigger the alarm. This is used only if you are setting an "M out of N" alarm. In that case, this value is the M, and the value that you set for ``EvaluationPeriods`` is the N value. For more information, see [Evaluating an Alarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation) in the *User Guide*.
|
|
662
659
|
If you omit this parameter, CW uses the same value here that you set for ``EvaluationPeriods``, and the alarm goes to alarm state if that many consecutive periods are breaching. */
|
|
663
660
|
DatapointsToAlarm?: number;
|
|
@@ -665,6 +662,9 @@ export declare class Alarm {
|
|
|
665
662
|
Dimensions?: Alarm_Dimension[];
|
|
666
663
|
/** 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. */
|
|
667
664
|
EvaluateLowSampleCountPercentile?: string;
|
|
665
|
+
/** 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.
|
|
666
|
+
For more information, see [Evaluating an Alarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation) in the *User Guide*. */
|
|
667
|
+
EvaluationPeriods?: number;
|
|
668
668
|
/** The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
|
|
669
669
|
For an alarm based on a metric, you must specify either ``Statistic`` or ``ExtendedStatistic`` but not both.
|
|
670
670
|
For an alarm based on a math expression, you can't specify ``ExtendedStatistic``. Instead, you use ``Metrics``. */
|
|
@@ -6232,6 +6232,8 @@ export declare class ConnectQueue {
|
|
|
6232
6232
|
InstanceArn: string;
|
|
6233
6233
|
/** The name of the queue. */
|
|
6234
6234
|
Name: string;
|
|
6235
|
+
/** The email addresses that agents can use when replying to or initiating email contacts */
|
|
6236
|
+
AdditionalEmailAddresses?: ConnectQueue_EmailAddress[];
|
|
6235
6237
|
/** The description of the queue. */
|
|
6236
6238
|
Description?: string;
|
|
6237
6239
|
/** The maximum number of contacts that can be in the queue before it is considered full. */
|
|
@@ -6287,6 +6289,8 @@ export declare class ConnectSecurityProfile {
|
|
|
6287
6289
|
AllowedAccessControlHierarchyGroupId?: string;
|
|
6288
6290
|
/** The list of tags that a security profile uses to restrict access to resources in Amazon Connect. */
|
|
6289
6291
|
AllowedAccessControlTags?: ConnectSecurityProfile_Tag[];
|
|
6292
|
+
/** The list of flow-module resources to be linked to a security profile in Amazon Connect. */
|
|
6293
|
+
AllowedFlowModules?: ConnectSecurityProfile_FlowModule[];
|
|
6290
6294
|
/** A list of third-party applications that the security profile will give access to. */
|
|
6291
6295
|
Applications?: ConnectSecurityProfile_Application[];
|
|
6292
6296
|
/** The description of the security profile. */
|
|
@@ -6624,6 +6628,8 @@ export declare class ContainerFleet {
|
|
|
6624
6628
|
PerInstanceContainerGroupDefinitionArn?: string;
|
|
6625
6629
|
/** The name of the container group definition that will be created per instance. This field is optional if you specify GameServerContainerGroupDefinitionName. */
|
|
6626
6630
|
PerInstanceContainerGroupDefinitionName?: string;
|
|
6631
|
+
/** The player gateway mode for the container fleet. */
|
|
6632
|
+
PlayerGatewayMode?: "DISABLED" | "ENABLED" | "REQUIRED";
|
|
6627
6633
|
/** A list of rules that control how a fleet is scaled. */
|
|
6628
6634
|
ScalingPolicies?: ContainerFleet_ScalingPolicy[];
|
|
6629
6635
|
/** The current status of the container fleet. */
|
|
@@ -6636,6 +6642,7 @@ export declare class ContainerFleet {
|
|
|
6636
6642
|
readonly FleetArn: string;
|
|
6637
6643
|
readonly FleetId: string;
|
|
6638
6644
|
readonly GameServerContainerGroupDefinitionArn: string;
|
|
6645
|
+
readonly Locations_Item_PlayerGatewayStatus: string;
|
|
6639
6646
|
readonly MaximumGameServerContainerGroupsPerInstance: number;
|
|
6640
6647
|
readonly PerInstanceContainerGroupDefinitionArn: string;
|
|
6641
6648
|
readonly Status: "ACTIVATING" | "ACTIVE" | "CREATED" | "CREATING" | "DELETING" | "PENDING" | "UPDATING";
|
|
@@ -12290,6 +12297,7 @@ export declare class EvaluationForm {
|
|
|
12290
12297
|
EvaluationFormArn?: string;
|
|
12291
12298
|
/** Configuration for language settings of this evaluation form. */
|
|
12292
12299
|
LanguageConfiguration?: EvaluationForm_EvaluationFormLanguageConfiguration;
|
|
12300
|
+
/** Configuration for evaluation review settings of this evaluation form. */
|
|
12293
12301
|
ReviewConfiguration?: EvaluationForm_EvaluationReviewConfiguration;
|
|
12294
12302
|
/** A scoring strategy of the evaluation form. */
|
|
12295
12303
|
ScoringStrategy?: EvaluationForm_ScoringStrategy;
|
|
@@ -14219,6 +14227,10 @@ export declare class GameLiftFleet {
|
|
|
14219
14227
|
PeerVpcAwsAccountId?: string;
|
|
14220
14228
|
/** A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. */
|
|
14221
14229
|
PeerVpcId?: string;
|
|
14230
|
+
/** Configuration for player gateway. */
|
|
14231
|
+
PlayerGatewayConfiguration?: GameLiftFleet_PlayerGatewayConfiguration;
|
|
14232
|
+
/** The player gateway mode for the fleet. */
|
|
14233
|
+
PlayerGatewayMode?: "DISABLED" | "ENABLED" | "REQUIRED";
|
|
14222
14234
|
/** A policy that limits the number of game sessions an individual player can create over a span of time for this fleet. */
|
|
14223
14235
|
ResourceCreationLimitPolicy?: GameLiftFleet_ResourceCreationLimitPolicy;
|
|
14224
14236
|
/** Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception.
|
|
@@ -14240,6 +14252,7 @@ Note: It is not currently possible to use the !Ref command to reference a script
|
|
|
14240
14252
|
}, attributes?: CFResourceAttributes);
|
|
14241
14253
|
readonly FleetArn: string;
|
|
14242
14254
|
readonly FleetId: string;
|
|
14255
|
+
readonly Locations_Item_PlayerGatewayStatus: string;
|
|
14243
14256
|
}
|
|
14244
14257
|
|
|
14245
14258
|
export declare class GameServerGroup {
|
|
@@ -20584,6 +20597,7 @@ export declare class Memory {
|
|
|
20584
20597
|
MemoryId?: string;
|
|
20585
20598
|
MemoryStrategies?: any;
|
|
20586
20599
|
Status?: Memory_MemoryStatus;
|
|
20600
|
+
StreamDeliveryResources?: Memory_StreamDeliveryResources;
|
|
20587
20601
|
Tags?: Record<string, unknown>;
|
|
20588
20602
|
UpdatedAt?: string;
|
|
20589
20603
|
}, attributes?: CFResourceAttributes);
|
|
@@ -62031,6 +62045,13 @@ export declare class ConnectPrompt_Tag {
|
|
|
62031
62045
|
});
|
|
62032
62046
|
}
|
|
62033
62047
|
|
|
62048
|
+
export declare class ConnectQueue_EmailAddress {
|
|
62049
|
+
constructor(props: {
|
|
62050
|
+
/** The Amazon Resource Name (ARN) of the email address */
|
|
62051
|
+
EmailAddressArn: string;
|
|
62052
|
+
});
|
|
62053
|
+
}
|
|
62054
|
+
|
|
62034
62055
|
export declare class ConnectQueue_OutboundCallerConfig {
|
|
62035
62056
|
constructor(props: {
|
|
62036
62057
|
OutboundCallerIdName?: string;
|
|
@@ -62184,6 +62205,8 @@ export declare class ConnectSecurityProfile_Application {
|
|
|
62184
62205
|
ApplicationPermissions: string[];
|
|
62185
62206
|
/** Namespace of the application that you want to give access to. */
|
|
62186
62207
|
Namespace: string;
|
|
62208
|
+
/** The type of the application. */
|
|
62209
|
+
Type?: "MCP" | "THIRD_PARTY_APPLICATION";
|
|
62187
62210
|
});
|
|
62188
62211
|
}
|
|
62189
62212
|
|
|
@@ -62193,6 +62216,15 @@ export declare class ConnectSecurityProfile_DataTableAccessControlConfiguration
|
|
|
62193
62216
|
});
|
|
62194
62217
|
}
|
|
62195
62218
|
|
|
62219
|
+
export declare class ConnectSecurityProfile_FlowModule {
|
|
62220
|
+
constructor(props: {
|
|
62221
|
+
/** The identifier of the application that you want to give access to. */
|
|
62222
|
+
FlowModuleId: string;
|
|
62223
|
+
/** The type of the first-party application */
|
|
62224
|
+
Type: string;
|
|
62225
|
+
});
|
|
62226
|
+
}
|
|
62227
|
+
|
|
62196
62228
|
export declare class ConnectSecurityProfile_PrimaryAttributeAccessControlConfigurationItem {
|
|
62197
62229
|
constructor(props: {
|
|
62198
62230
|
/** An array of PrimaryAttributeValue objects. */
|
|
@@ -62653,6 +62685,8 @@ export declare class ContainerFleet_LocationConfiguration {
|
|
|
62653
62685
|
constructor(props: {
|
|
62654
62686
|
Location: string;
|
|
62655
62687
|
LocationCapacity?: ContainerFleet_LocationCapacity;
|
|
62688
|
+
/** The player gateway status for the location. */
|
|
62689
|
+
PlayerGatewayStatus?: "DISABLED" | "ENABLED";
|
|
62656
62690
|
StoppedActions?: any;
|
|
62657
62691
|
});
|
|
62658
62692
|
}
|
|
@@ -62998,6 +63032,15 @@ export declare class ContainerServiceDeployment {
|
|
|
62998
63032
|
});
|
|
62999
63033
|
}
|
|
63000
63034
|
|
|
63035
|
+
export declare class ContentConfiguration {
|
|
63036
|
+
constructor(props: {
|
|
63037
|
+
/** The type of content to deliver */
|
|
63038
|
+
Type: "MEMORY_RECORDS";
|
|
63039
|
+
/** The level of content detail to deliver */
|
|
63040
|
+
Level?: "FULL_CONTENT" | "METADATA_ONLY";
|
|
63041
|
+
});
|
|
63042
|
+
}
|
|
63043
|
+
|
|
63001
63044
|
export declare class ContentFilterConfig {
|
|
63002
63045
|
constructor(props: {
|
|
63003
63046
|
InputStrength: Guardrail_FilterStrength;
|
|
@@ -63193,7 +63236,7 @@ export declare class ControlPlanePlacement {
|
|
|
63193
63236
|
export declare class ControlPlaneScalingConfig {
|
|
63194
63237
|
constructor(props: {
|
|
63195
63238
|
/** The scaling tier for the provisioned control plane. */
|
|
63196
|
-
Tier?: "standard" | "tier-2xl" | "tier-4xl" | "tier-xl";
|
|
63239
|
+
Tier?: "standard" | "tier-2xl" | "tier-4xl" | "tier-8xl" | "tier-xl" | "ultra";
|
|
63197
63240
|
});
|
|
63198
63241
|
}
|
|
63199
63242
|
|
|
@@ -75921,7 +75964,7 @@ export declare class EKSCluster_ControlPlanePlacement {
|
|
|
75921
75964
|
export declare class EKSCluster_ControlPlaneScalingConfig {
|
|
75922
75965
|
constructor(props: {
|
|
75923
75966
|
/** The scaling tier for the provisioned control plane. */
|
|
75924
|
-
Tier?: "standard" | "tier-2xl" | "tier-4xl" | "tier-xl";
|
|
75967
|
+
Tier?: "standard" | "tier-2xl" | "tier-4xl" | "tier-8xl" | "tier-xl" | "ultra";
|
|
75925
75968
|
});
|
|
75926
75969
|
}
|
|
75927
75970
|
|
|
@@ -82210,6 +82253,15 @@ export declare class FlowLog_Tag {
|
|
|
82210
82253
|
});
|
|
82211
82254
|
}
|
|
82212
82255
|
|
|
82256
|
+
export declare class FlowModule {
|
|
82257
|
+
constructor(props: {
|
|
82258
|
+
/** The identifier of the application that you want to give access to. */
|
|
82259
|
+
FlowModuleId: string;
|
|
82260
|
+
/** The type of the first-party application */
|
|
82261
|
+
Type: string;
|
|
82262
|
+
});
|
|
82263
|
+
}
|
|
82264
|
+
|
|
82213
82265
|
export declare class FlowOutput_DestinationConfiguration {
|
|
82214
82266
|
constructor(props: {
|
|
82215
82267
|
/** The IP address where contents of the media stream will be sent. */
|
|
@@ -84166,6 +84218,8 @@ export declare class GameLiftFleet_LocationConfiguration {
|
|
|
84166
84218
|
constructor(props: {
|
|
84167
84219
|
Location: string;
|
|
84168
84220
|
LocationCapacity?: GameLiftFleet_LocationCapacity;
|
|
84221
|
+
/** The player gateway status for the location. */
|
|
84222
|
+
PlayerGatewayStatus?: "DISABLED" | "ENABLED";
|
|
84169
84223
|
});
|
|
84170
84224
|
}
|
|
84171
84225
|
|
|
@@ -84178,6 +84232,13 @@ export declare class GameLiftFleet_ManagedCapacityConfiguration {
|
|
|
84178
84232
|
});
|
|
84179
84233
|
}
|
|
84180
84234
|
|
|
84235
|
+
export declare class GameLiftFleet_PlayerGatewayConfiguration {
|
|
84236
|
+
constructor(props: {
|
|
84237
|
+
/** The IP protocol supported by the game server. */
|
|
84238
|
+
GameServerIpProtocolSupported?: "DUAL_STACK" | "IPv4";
|
|
84239
|
+
});
|
|
84240
|
+
}
|
|
84241
|
+
|
|
84181
84242
|
export declare class GameLiftFleet_ResourceCreationLimitPolicy {
|
|
84182
84243
|
constructor(props: {
|
|
84183
84244
|
/** The maximum number of game sessions that an individual can create during the policy period. */
|
|
@@ -95320,6 +95381,13 @@ export declare class KinesisFirehoseConfig {
|
|
|
95320
95381
|
});
|
|
95321
95382
|
}
|
|
95322
95383
|
|
|
95384
|
+
export declare class KinesisResource {
|
|
95385
|
+
constructor(props: {
|
|
95386
|
+
ContentConfigurations: Memory_ContentConfiguration[];
|
|
95387
|
+
DataStreamArn: string;
|
|
95388
|
+
});
|
|
95389
|
+
}
|
|
95390
|
+
|
|
95323
95391
|
export declare class KinesisSettings {
|
|
95324
95392
|
constructor(props: {
|
|
95325
95393
|
IncludeControlDetails?: boolean;
|
|
@@ -103099,13 +103167,13 @@ export declare class MediaPackageChannel_HlsIngest {
|
|
|
103099
103167
|
export declare class MediaPackageChannel_IngestEndpoint {
|
|
103100
103168
|
constructor(props: {
|
|
103101
103169
|
/** The system generated unique identifier for the IngestEndpoint */
|
|
103102
|
-
Id
|
|
103170
|
+
Id?: string;
|
|
103103
103171
|
/** The system generated password for ingest authentication. */
|
|
103104
|
-
Password
|
|
103172
|
+
Password?: string;
|
|
103105
103173
|
/** The ingest URL to which the source stream should be sent. */
|
|
103106
|
-
Url
|
|
103174
|
+
Url?: string;
|
|
103107
103175
|
/** The system generated username for ingest authentication. */
|
|
103108
|
-
Username
|
|
103176
|
+
Username?: string;
|
|
103109
103177
|
});
|
|
103110
103178
|
}
|
|
103111
103179
|
|
|
@@ -104058,6 +104126,15 @@ export declare class MemberSpecification {
|
|
|
104058
104126
|
});
|
|
104059
104127
|
}
|
|
104060
104128
|
|
|
104129
|
+
export declare class Memory_ContentConfiguration {
|
|
104130
|
+
constructor(props: {
|
|
104131
|
+
/** The type of content to deliver */
|
|
104132
|
+
Type: "MEMORY_RECORDS";
|
|
104133
|
+
/** The level of content detail to deliver */
|
|
104134
|
+
Level?: "FULL_CONTENT" | "METADATA_ONLY";
|
|
104135
|
+
});
|
|
104136
|
+
}
|
|
104137
|
+
|
|
104061
104138
|
export declare class Memory_CustomConfigurationInput {
|
|
104062
104139
|
constructor(props: {
|
|
104063
104140
|
EpisodicOverride?: Memory_EpisodicOverride;
|
|
@@ -104149,6 +104226,13 @@ export declare class Memory_InvocationConfigurationInput {
|
|
|
104149
104226
|
});
|
|
104150
104227
|
}
|
|
104151
104228
|
|
|
104229
|
+
export declare class Memory_KinesisResource {
|
|
104230
|
+
constructor(props: {
|
|
104231
|
+
ContentConfigurations: Memory_ContentConfiguration[];
|
|
104232
|
+
DataStreamArn: string;
|
|
104233
|
+
});
|
|
104234
|
+
}
|
|
104235
|
+
|
|
104152
104236
|
export declare class Memory_MemoryStrategy {
|
|
104153
104237
|
constructor(props: {
|
|
104154
104238
|
CustomMemoryStrategy?: Memory_CustomMemoryStrategy;
|
|
@@ -104237,6 +104321,18 @@ export declare class Memory_StrategyConfiguration {
|
|
|
104237
104321
|
});
|
|
104238
104322
|
}
|
|
104239
104323
|
|
|
104324
|
+
export declare class Memory_StreamDeliveryResource {
|
|
104325
|
+
constructor(props: {
|
|
104326
|
+
Kinesis?: Memory_KinesisResource;
|
|
104327
|
+
});
|
|
104328
|
+
}
|
|
104329
|
+
|
|
104330
|
+
export declare class Memory_StreamDeliveryResources {
|
|
104331
|
+
constructor(props: {
|
|
104332
|
+
Resources: Memory_StreamDeliveryResource[];
|
|
104333
|
+
});
|
|
104334
|
+
}
|
|
104335
|
+
|
|
104240
104336
|
export declare class Memory_SummaryConsolidationOverride {
|
|
104241
104337
|
constructor(props: {
|
|
104242
104338
|
AppendToPrompt: string;
|
|
@@ -115443,6 +115539,13 @@ export declare class PlaybackRestrictionPolicy_Tag {
|
|
|
115443
115539
|
});
|
|
115444
115540
|
}
|
|
115445
115541
|
|
|
115542
|
+
export declare class PlayerGatewayConfiguration {
|
|
115543
|
+
constructor(props: {
|
|
115544
|
+
/** The IP protocol supported by the game server. */
|
|
115545
|
+
GameServerIpProtocolSupported?: "DUAL_STACK" | "IPv4";
|
|
115546
|
+
});
|
|
115547
|
+
}
|
|
115548
|
+
|
|
115446
115549
|
export declare class PlayerLatencyPolicy {
|
|
115447
115550
|
constructor(props: {
|
|
115448
115551
|
/** The maximum latency value that is allowed for any player, in milliseconds. All policies must have a value set for this property. */
|
|
@@ -136114,6 +136217,24 @@ export declare class SamplingConfig {
|
|
|
136114
136217
|
});
|
|
136115
136218
|
}
|
|
136116
136219
|
|
|
136220
|
+
export declare class SamplingRateBoost {
|
|
136221
|
+
constructor(props: {
|
|
136222
|
+
/** Time window (in minutes) in which only one sampling rate boost can be triggered. After a boost occurs, no further boosts are allowed until the next window. */
|
|
136223
|
+
CooldownWindowMinutes: number;
|
|
136224
|
+
/** The maximum sampling rate X-Ray will apply when it detects anomalies. X-Ray determines the appropriate rate between your baseline and the maximum, depending on anomaly activity. */
|
|
136225
|
+
MaxRate: number;
|
|
136226
|
+
});
|
|
136227
|
+
}
|
|
136228
|
+
|
|
136229
|
+
export declare class SamplingRule_SamplingRateBoost {
|
|
136230
|
+
constructor(props: {
|
|
136231
|
+
/** Time window (in minutes) in which only one sampling rate boost can be triggered. After a boost occurs, no further boosts are allowed until the next window. */
|
|
136232
|
+
CooldownWindowMinutes: number;
|
|
136233
|
+
/** The maximum sampling rate X-Ray will apply when it detects anomalies. X-Ray determines the appropriate rate between your baseline and the maximum, depending on anomaly activity. */
|
|
136234
|
+
MaxRate: number;
|
|
136235
|
+
});
|
|
136236
|
+
}
|
|
136237
|
+
|
|
136117
136238
|
export declare class SamplingRule_SamplingRule {
|
|
136118
136239
|
constructor(props: {
|
|
136119
136240
|
/** The percentage of matching requests to instrument, after the reservoir is exhausted. */
|
|
@@ -136138,6 +136259,7 @@ export declare class SamplingRule_SamplingRule {
|
|
|
136138
136259
|
Attributes?: Record<string, unknown>;
|
|
136139
136260
|
RuleARN?: string;
|
|
136140
136261
|
RuleName?: string;
|
|
136262
|
+
SamplingRateBoost?: SamplingRule_SamplingRateBoost;
|
|
136141
136263
|
/** The version of the sampling rule format (1) */
|
|
136142
136264
|
Version?: number;
|
|
136143
136265
|
});
|
|
@@ -136171,6 +136293,7 @@ export declare class SamplingRule_SamplingRuleUpdate {
|
|
|
136171
136293
|
ResourceARN?: string;
|
|
136172
136294
|
RuleARN?: string;
|
|
136173
136295
|
RuleName?: string;
|
|
136296
|
+
SamplingRateBoost?: SamplingRule_SamplingRateBoost;
|
|
136174
136297
|
/** Matches the name that the service uses to identify itself in segments. */
|
|
136175
136298
|
ServiceName?: string;
|
|
136176
136299
|
/** Matches the origin that the service uses to identify its type in segments. */
|
|
@@ -136217,6 +136340,7 @@ export declare class SamplingRuleUpdate {
|
|
|
136217
136340
|
ResourceARN?: string;
|
|
136218
136341
|
RuleARN?: string;
|
|
136219
136342
|
RuleName?: string;
|
|
136343
|
+
SamplingRateBoost?: SamplingRule_SamplingRateBoost;
|
|
136220
136344
|
/** Matches the name that the service uses to identify itself in segments. */
|
|
136221
136345
|
ServiceName?: string;
|
|
136222
136346
|
/** Matches the origin that the service uses to identify its type in segments. */
|
|
@@ -142979,6 +143103,18 @@ export declare class StreamConsumer_Tag {
|
|
|
142979
143103
|
});
|
|
142980
143104
|
}
|
|
142981
143105
|
|
|
143106
|
+
export declare class StreamDeliveryResource {
|
|
143107
|
+
constructor(props: {
|
|
143108
|
+
Kinesis?: Memory_KinesisResource;
|
|
143109
|
+
});
|
|
143110
|
+
}
|
|
143111
|
+
|
|
143112
|
+
export declare class StreamDeliveryResources {
|
|
143113
|
+
constructor(props: {
|
|
143114
|
+
Resources: Memory_StreamDeliveryResource[];
|
|
143115
|
+
});
|
|
143116
|
+
}
|
|
143117
|
+
|
|
142982
143118
|
export declare class StreamEncryption {
|
|
142983
143119
|
constructor(props: {
|
|
142984
143120
|
/** The encryption type to use. The only valid value is KMS. */
|
package/src/generated/index.ts
CHANGED
|
@@ -287,7 +287,7 @@ export const ContactFlowModuleAlias = createResource("AWS::Connect::ContactFlowM
|
|
|
287
287
|
export const ContactFlowModuleVersion = createResource("AWS::Connect::ContactFlowModuleVersion", "aws", {"ContactFlowModuleVersionARN":"ContactFlowModuleVersionARN","Version":"Version","FlowModuleContentSha256":"FlowModuleContentSha256"});
|
|
288
288
|
export const ContactFlowVersion = createResource("AWS::Connect::ContactFlowVersion", "aws", {"ContactFlowVersionARN":"ContactFlowVersionARN","Version":"Version","FlowContentSha256":"FlowContentSha256"});
|
|
289
289
|
export const ContactList = createResource("AWS::SES::ContactList", "aws", {});
|
|
290
|
-
export const ContainerFleet = createResource("AWS::GameLift::ContainerFleet", "aws", {"CreationTime":"CreationTime","Status":"Status","FleetId":"FleetId","FleetArn":"FleetArn","DeploymentDetails":"DeploymentDetails","GameServerContainerGroupDefinitionArn":"GameServerContainerGroupDefinitionArn","PerInstanceContainerGroupDefinitionArn":"PerInstanceContainerGroupDefinitionArn","MaximumGameServerContainerGroupsPerInstance":"MaximumGameServerContainerGroupsPerInstance"});
|
|
290
|
+
export const ContainerFleet = createResource("AWS::GameLift::ContainerFleet", "aws", {"CreationTime":"CreationTime","Status":"Status","FleetId":"FleetId","FleetArn":"FleetArn","DeploymentDetails":"DeploymentDetails","GameServerContainerGroupDefinitionArn":"GameServerContainerGroupDefinitionArn","PerInstanceContainerGroupDefinitionArn":"PerInstanceContainerGroupDefinitionArn","MaximumGameServerContainerGroupsPerInstance":"MaximumGameServerContainerGroupsPerInstance","Locations_Item_PlayerGatewayStatus":"Locations.*.PlayerGatewayStatus"});
|
|
291
291
|
export const ContainerGroupDefinition = createResource("AWS::GameLift::ContainerGroupDefinition", "aws", {"ContainerGroupDefinitionArn":"ContainerGroupDefinitionArn","CreationTime":"CreationTime","VersionNumber":"VersionNumber","Status":"Status","StatusReason":"StatusReason"});
|
|
292
292
|
export const ContainerRecipe = createResource("AWS::ImageBuilder::ContainerRecipe", "aws", {"Arn":"Arn","LatestVersion":"LatestVersion","LatestVersion_Arn":"LatestVersion.Arn","LatestVersion_Major":"LatestVersion.Major","LatestVersion_Minor":"LatestVersion.Minor","LatestVersion_Patch":"LatestVersion.Patch"});
|
|
293
293
|
export const ContinuousDeploymentPolicy = createResource("AWS::CloudFront::ContinuousDeploymentPolicy", "aws", {"Id":"Id","LastModifiedTime":"LastModifiedTime"});
|
|
@@ -554,7 +554,7 @@ export const FunctionDefinition = createResource("AWS::Greengrass::FunctionDefin
|
|
|
554
554
|
export const FunctionDefinitionVersion = createResource("AWS::Greengrass::FunctionDefinitionVersion", "aws", {"Id":"Id"});
|
|
555
555
|
export const FuotaTask = createResource("AWS::IoTWireless::FuotaTask", "aws", {"Arn":"Arn","Id":"Id","FuotaTaskStatus":"FuotaTaskStatus","LoRaWAN_StartTime":"LoRaWAN.StartTime"});
|
|
556
556
|
export const GameLiftAlias = createResource("AWS::GameLift::Alias", "aws", {"AliasId":"AliasId","AliasArn":"AliasArn"});
|
|
557
|
-
export const GameLiftFleet = createResource("AWS::GameLift::Fleet", "aws", {"FleetId":"FleetId","FleetArn":"FleetArn"});
|
|
557
|
+
export const GameLiftFleet = createResource("AWS::GameLift::Fleet", "aws", {"FleetId":"FleetId","FleetArn":"FleetArn","Locations_Item_PlayerGatewayStatus":"Locations.*.PlayerGatewayStatus"});
|
|
558
558
|
export const GameServerGroup = createResource("AWS::GameLift::GameServerGroup", "aws", {"GameServerGroupArn":"GameServerGroupArn","AutoScalingGroupArn":"AutoScalingGroupArn"});
|
|
559
559
|
export const GameSessionQueue = createResource("AWS::GameLift::GameSessionQueue", "aws", {"Arn":"Arn"});
|
|
560
560
|
export const GatewayResponse = createResource("AWS::ApiGateway::GatewayResponse", "aws", {"Id":"Id"});
|
|
@@ -4388,6 +4388,7 @@ export const ConnectPeerBgpConfiguration = createProperty("AWS::NetworkManager::
|
|
|
4388
4388
|
export const ConnectPeerConfiguration = createProperty("AWS::NetworkManager::ConnectPeer.ConnectPeerConfiguration", "aws");
|
|
4389
4389
|
export const ConnectPhoneNumber_Tag = createProperty("AWS::Connect::PhoneNumber.Tag", "aws");
|
|
4390
4390
|
export const ConnectPrompt_Tag = createProperty("AWS::Connect::Prompt.Tag", "aws");
|
|
4391
|
+
export const ConnectQueue_EmailAddress = createProperty("AWS::Connect::Queue.EmailAddress", "aws");
|
|
4391
4392
|
export const ConnectQueue_OutboundCallerConfig = createProperty("AWS::Connect::Queue.OutboundCallerConfig", "aws");
|
|
4392
4393
|
export const ConnectQueue_OutboundEmailConfig = createProperty("AWS::Connect::Queue.OutboundEmailConfig", "aws");
|
|
4393
4394
|
export const ConnectQueue_Tag = createProperty("AWS::Connect::Queue.Tag", "aws");
|
|
@@ -4406,6 +4407,7 @@ export const ConnectRule_TaskAction = createProperty("AWS::Connect::Rule.TaskAct
|
|
|
4406
4407
|
export const ConnectRule_UpdateCaseAction = createProperty("AWS::Connect::Rule.UpdateCaseAction", "aws");
|
|
4407
4408
|
export const ConnectSecurityProfile_Application = createProperty("AWS::Connect::SecurityProfile.Application", "aws");
|
|
4408
4409
|
export const ConnectSecurityProfile_DataTableAccessControlConfiguration = createProperty("AWS::Connect::SecurityProfile.DataTableAccessControlConfiguration", "aws");
|
|
4410
|
+
export const ConnectSecurityProfile_FlowModule = createProperty("AWS::Connect::SecurityProfile.FlowModule", "aws");
|
|
4409
4411
|
export const ConnectSecurityProfile_PrimaryAttributeAccessControlConfigurationItem = createProperty("AWS::Connect::SecurityProfile.PrimaryAttributeAccessControlConfigurationItem", "aws");
|
|
4410
4412
|
export const ConnectSecurityProfile_PrimaryAttributeValue = createProperty("AWS::Connect::SecurityProfile.PrimaryAttributeValue", "aws");
|
|
4411
4413
|
export const ConnectSecurityProfile_Tag = createProperty("AWS::Connect::SecurityProfile.Tag", "aws");
|
|
@@ -4486,6 +4488,7 @@ export const ContainerRecipe_InstanceConfiguration = createProperty("AWS::ImageB
|
|
|
4486
4488
|
export const ContainerRecipe_LatestVersion = createProperty("AWS::ImageBuilder::ContainerRecipe.LatestVersion", "aws");
|
|
4487
4489
|
export const ContainerRecipe_TargetContainerRepository = createProperty("AWS::ImageBuilder::ContainerRecipe.TargetContainerRepository", "aws");
|
|
4488
4490
|
export const ContainerServiceDeployment = createProperty("AWS::Lightsail::Container.ContainerServiceDeployment", "aws");
|
|
4491
|
+
export const ContentConfiguration = createProperty("AWS::BedrockAgentCore::Memory.ContentConfiguration", "aws");
|
|
4489
4492
|
export const ContentFilterConfig = createProperty("AWS::Bedrock::Guardrail.ContentFilterConfig", "aws");
|
|
4490
4493
|
export const ContentPolicyConfig = createProperty("AWS::Bedrock::Guardrail.ContentPolicyConfig", "aws");
|
|
4491
4494
|
export const ContentSecurityPolicy = createProperty("AWS::CloudFront::ResponseHeadersPolicy.ContentSecurityPolicy", "aws");
|
|
@@ -6541,6 +6544,7 @@ export const FlowAliasConcurrencyConfiguration = createProperty("AWS::Bedrock::F
|
|
|
6541
6544
|
export const FlowAliasRoutingConfigurationListItem = createProperty("AWS::Bedrock::FlowAlias.FlowAliasRoutingConfigurationListItem", "aws");
|
|
6542
6545
|
export const FlowEntitlement_Encryption = createProperty("AWS::MediaConnect::FlowEntitlement.Encryption", "aws");
|
|
6543
6546
|
export const FlowLog_Tag = createProperty("AWS::EC2::FlowLog.Tag", "aws");
|
|
6547
|
+
export const FlowModule = createProperty("AWS::Connect::SecurityProfile.FlowModule", "aws");
|
|
6544
6548
|
export const FlowOutput_DestinationConfiguration = createProperty("AWS::MediaConnect::FlowOutput.DestinationConfiguration", "aws");
|
|
6545
6549
|
export const FlowOutput_EncodingParameters = createProperty("AWS::MediaConnect::FlowOutput.EncodingParameters", "aws");
|
|
6546
6550
|
export const FlowOutput_Encryption = createProperty("AWS::MediaConnect::FlowOutput.Encryption", "aws");
|
|
@@ -6755,6 +6759,7 @@ export const GameLiftFleet_IpPermission = createProperty("AWS::GameLift::Fleet.I
|
|
|
6755
6759
|
export const GameLiftFleet_LocationCapacity = createProperty("AWS::GameLift::Fleet.LocationCapacity", "aws");
|
|
6756
6760
|
export const GameLiftFleet_LocationConfiguration = createProperty("AWS::GameLift::Fleet.LocationConfiguration", "aws");
|
|
6757
6761
|
export const GameLiftFleet_ManagedCapacityConfiguration = createProperty("AWS::GameLift::Fleet.ManagedCapacityConfiguration", "aws");
|
|
6762
|
+
export const GameLiftFleet_PlayerGatewayConfiguration = createProperty("AWS::GameLift::Fleet.PlayerGatewayConfiguration", "aws");
|
|
6758
6763
|
export const GameLiftFleet_ResourceCreationLimitPolicy = createProperty("AWS::GameLift::Fleet.ResourceCreationLimitPolicy", "aws");
|
|
6759
6764
|
export const GameLiftFleet_RuntimeConfiguration = createProperty("AWS::GameLift::Fleet.RuntimeConfiguration", "aws");
|
|
6760
6765
|
export const GameLiftFleet_ScalingPolicy = createProperty("AWS::GameLift::Fleet.ScalingPolicy", "aws");
|
|
@@ -8001,6 +8006,7 @@ export const KinesisConfiguration = createProperty("AWS::QLDB::Stream.KinesisCon
|
|
|
8001
8006
|
export const KinesisDataStream = createProperty("AWS::Rekognition::StreamProcessor.KinesisDataStream", "aws");
|
|
8002
8007
|
export const KinesisDataStreamData = createProperty("AWS::GroundStation::Config.KinesisDataStreamData", "aws");
|
|
8003
8008
|
export const KinesisFirehoseConfig = createProperty("AWS::Connect::InstanceStorageConfig.KinesisFirehoseConfig", "aws");
|
|
8009
|
+
export const KinesisResource = createProperty("AWS::BedrockAgentCore::Memory.KinesisResource", "aws");
|
|
8004
8010
|
export const KinesisSettings = createProperty("AWS::DMS::Endpoint.KinesisSettings", "aws");
|
|
8005
8011
|
export const KinesisStream_StreamEncryption = createProperty("AWS::Kinesis::Stream.StreamEncryption", "aws");
|
|
8006
8012
|
export const KinesisStream_StreamModeDetails = createProperty("AWS::Kinesis::Stream.StreamModeDetails", "aws");
|
|
@@ -8860,6 +8866,7 @@ export const MembershipProtectedQueryResultConfiguration = createProperty("AWS::
|
|
|
8860
8866
|
export const MembershipQueryComputePaymentConfig = createProperty("AWS::CleanRooms::Membership.MembershipQueryComputePaymentConfig", "aws");
|
|
8861
8867
|
export const MembershipSyntheticDataGenerationPaymentConfig = createProperty("AWS::CleanRooms::Membership.MembershipSyntheticDataGenerationPaymentConfig", "aws");
|
|
8862
8868
|
export const MemberSpecification = createProperty("AWS::CleanRooms::Collaboration.MemberSpecification", "aws");
|
|
8869
|
+
export const Memory_ContentConfiguration = createProperty("AWS::BedrockAgentCore::Memory.ContentConfiguration", "aws");
|
|
8863
8870
|
export const Memory_CustomConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.CustomConfigurationInput", "aws");
|
|
8864
8871
|
export const Memory_CustomMemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.CustomMemoryStrategy", "aws");
|
|
8865
8872
|
export const Memory_EpisodicMemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.EpisodicMemoryStrategy", "aws");
|
|
@@ -8869,6 +8876,7 @@ export const Memory_EpisodicOverrideExtractionConfigurationInput = createPropert
|
|
|
8869
8876
|
export const Memory_EpisodicOverrideReflectionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.EpisodicOverrideReflectionConfigurationInput", "aws");
|
|
8870
8877
|
export const Memory_EpisodicReflectionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.EpisodicReflectionConfigurationInput", "aws");
|
|
8871
8878
|
export const Memory_InvocationConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.InvocationConfigurationInput", "aws");
|
|
8879
|
+
export const Memory_KinesisResource = createProperty("AWS::BedrockAgentCore::Memory.KinesisResource", "aws");
|
|
8872
8880
|
export const Memory_MemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.MemoryStrategy", "aws");
|
|
8873
8881
|
export const Memory_MessageBasedTriggerInput = createProperty("AWS::BedrockAgentCore::Memory.MessageBasedTriggerInput", "aws");
|
|
8874
8882
|
export const Memory_SelfManagedConfiguration = createProperty("AWS::BedrockAgentCore::Memory.SelfManagedConfiguration", "aws");
|
|
@@ -8879,6 +8887,8 @@ export const Memory_SemanticOverride = createProperty("AWS::BedrockAgentCore::Me
|
|
|
8879
8887
|
export const Memory_SemanticOverrideConsolidationConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.SemanticOverrideConsolidationConfigurationInput", "aws");
|
|
8880
8888
|
export const Memory_SemanticOverrideExtractionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.SemanticOverrideExtractionConfigurationInput", "aws");
|
|
8881
8889
|
export const Memory_StrategyConfiguration = createProperty("AWS::BedrockAgentCore::Memory.StrategyConfiguration", "aws");
|
|
8890
|
+
export const Memory_StreamDeliveryResource = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResource", "aws");
|
|
8891
|
+
export const Memory_StreamDeliveryResources = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResources", "aws");
|
|
8882
8892
|
export const Memory_SummaryConsolidationOverride = createProperty("AWS::BedrockAgentCore::Memory.SummaryConsolidationOverride", "aws");
|
|
8883
8893
|
export const Memory_SummaryMemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.SummaryMemoryStrategy", "aws");
|
|
8884
8894
|
export const Memory_SummaryOverride = createProperty("AWS::BedrockAgentCore::Memory.SummaryOverride", "aws");
|
|
@@ -10081,6 +10091,7 @@ export const PlaybackConfiguration_ManifestServiceInteractionLog = createPropert
|
|
|
10081
10091
|
export const PlaybackConfiguration_Tag = createProperty("AWS::MediaTailor::PlaybackConfiguration.Tag", "aws");
|
|
10082
10092
|
export const PlaybackKeyPair_Tag = createProperty("AWS::IVS::PlaybackKeyPair.Tag", "aws");
|
|
10083
10093
|
export const PlaybackRestrictionPolicy_Tag = createProperty("AWS::IVS::PlaybackRestrictionPolicy.Tag", "aws");
|
|
10094
|
+
export const PlayerGatewayConfiguration = createProperty("AWS::GameLift::Fleet.PlayerGatewayConfiguration", "aws");
|
|
10084
10095
|
export const PlayerLatencyPolicy = createProperty("AWS::GameLift::GameSessionQueue.PlayerLatencyPolicy", "aws");
|
|
10085
10096
|
export const Plugin_BasicAuthConfiguration = createProperty("AWS::QBusiness::Plugin.BasicAuthConfiguration", "aws");
|
|
10086
10097
|
export const Plugin_CustomPluginConfiguration = createProperty("AWS::QBusiness::Plugin.CustomPluginConfiguration", "aws");
|
|
@@ -12411,6 +12422,8 @@ export const SampleDocuments = createProperty("AWS::B2BI::Transformer.SampleDocu
|
|
|
12411
12422
|
export const SampleUtterance = createProperty("AWS::Lex::Bot.SampleUtterance", "aws");
|
|
12412
12423
|
export const SampleValue = createProperty("AWS::Lex::Bot.SampleValue", "aws");
|
|
12413
12424
|
export const SamplingConfig = createProperty("AWS::BedrockAgentCore::OnlineEvaluationConfig.SamplingConfig", "aws");
|
|
12425
|
+
export const SamplingRateBoost = createProperty("AWS::XRay::SamplingRule.SamplingRateBoost", "aws");
|
|
12426
|
+
export const SamplingRule_SamplingRateBoost = createProperty("AWS::XRay::SamplingRule.SamplingRateBoost", "aws");
|
|
12414
12427
|
export const SamplingRule_SamplingRule = createProperty("AWS::XRay::SamplingRule.SamplingRule", "aws");
|
|
12415
12428
|
export const SamplingRule_SamplingRuleRecord = createProperty("AWS::XRay::SamplingRule.SamplingRuleRecord", "aws");
|
|
12416
12429
|
export const SamplingRule_SamplingRuleUpdate = createProperty("AWS::XRay::SamplingRule.SamplingRuleUpdate", "aws");
|
|
@@ -13130,6 +13143,8 @@ export const StorageVirtualMachine_Tag = createProperty("AWS::FSx::StorageVirtua
|
|
|
13130
13143
|
export const StoredQuery_Tag = createProperty("AWS::Config::StoredQuery.Tag", "aws");
|
|
13131
13144
|
export const StrategyConfiguration = createProperty("AWS::BedrockAgentCore::Memory.StrategyConfiguration", "aws");
|
|
13132
13145
|
export const StreamConsumer_Tag = createProperty("AWS::Kinesis::StreamConsumer.Tag", "aws");
|
|
13146
|
+
export const StreamDeliveryResource = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResource", "aws");
|
|
13147
|
+
export const StreamDeliveryResources = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResources", "aws");
|
|
13133
13148
|
export const StreamEncryption = createProperty("AWS::Kinesis::Stream.StreamEncryption", "aws");
|
|
13134
13149
|
export const StreamingDistribution_Logging = createProperty("AWS::CloudFront::StreamingDistribution.Logging", "aws");
|
|
13135
13150
|
export const StreamingDistribution_S3Origin = createProperty("AWS::CloudFront::StreamingDistribution.S3Origin", "aws");
|