cdk-comprehend-s3olap 2.0.104 → 2.0.106
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +99 -95
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +59 -22
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +228 -142
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +1 -1
- package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +85 -0
- package/node_modules/aws-sdk/clients/lightsail.d.ts +66 -3
- package/node_modules/aws-sdk/clients/nimble.d.ts +14 -14
- package/node_modules/aws-sdk/clients/ssm.d.ts +1 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +102 -98
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +15 -15
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/is-callable/CHANGELOG.md +13 -0
- package/node_modules/is-callable/README.md +5 -2
- package/node_modules/is-callable/index.js +13 -7
- package/node_modules/is-callable/package.json +1 -1
- package/node_modules/is-callable/test/index.js +26 -9
- package/package.json +5 -5
@@ -80,7 +80,7 @@
|
|
80
80
|
} ]
|
81
81
|
},
|
82
82
|
"StreamingSessionDeleted" : {
|
83
|
-
"description" : "Wait until a StreamingSessionDeleted. Use this after invoking
|
83
|
+
"description" : "Wait until a StreamingSessionDeleted. Use this after invoking DeleteStreamingSession",
|
84
84
|
"delay" : 5,
|
85
85
|
"maxAttempts" : 180,
|
86
86
|
"operation" : "GetStreamingSession",
|
@@ -1181,7 +1181,7 @@ declare namespace AppRunner {
|
|
1181
1181
|
OperationId?: UUID;
|
1182
1182
|
}
|
1183
1183
|
export type RoleArn = string;
|
1184
|
-
export type Runtime = "PYTHON_3"|"NODEJS_12"|"NODEJS_14"|"CORRETTO_8"|"CORRETTO_11"|string;
|
1184
|
+
export type Runtime = "PYTHON_3"|"NODEJS_12"|"NODEJS_14"|"CORRETTO_8"|"CORRETTO_11"|"NODEJS_16"|string;
|
1185
1185
|
export type RuntimeEnvironmentVariables = {[key: string]: RuntimeEnvironmentVariablesValue};
|
1186
1186
|
export type RuntimeEnvironmentVariablesKey = string;
|
1187
1187
|
export type RuntimeEnvironmentVariablesValue = string;
|
@@ -18187,6 +18187,10 @@ declare namespace EC2 {
|
|
18187
18187
|
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
18188
18188
|
*/
|
18189
18189
|
InstanceRequirements?: InstanceRequirements;
|
18190
|
+
/**
|
18191
|
+
* The ID of the AMI. An AMI is required to launch an instance. The AMI ID must be specified here or in the launch template.
|
18192
|
+
*/
|
18193
|
+
ImageId?: ImageId;
|
18190
18194
|
}
|
18191
18195
|
export type FleetLaunchTemplateOverridesList = FleetLaunchTemplateOverrides[];
|
18192
18196
|
export type FleetLaunchTemplateOverridesListRequest = FleetLaunchTemplateOverridesRequest[];
|
@@ -18223,6 +18227,10 @@ declare namespace EC2 {
|
|
18223
18227
|
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
18224
18228
|
*/
|
18225
18229
|
InstanceRequirements?: InstanceRequirementsRequest;
|
18230
|
+
/**
|
18231
|
+
* The ID of the AMI. An AMI is required to launch an instance. The AMI ID must be specified here or in the launch template.
|
18232
|
+
*/
|
18233
|
+
ImageId?: ImageId;
|
18226
18234
|
}
|
18227
18235
|
export interface FleetLaunchTemplateSpecification {
|
18228
18236
|
/**
|
@@ -610,6 +610,16 @@ declare namespace LexModelsV2 {
|
|
610
610
|
containsDataFromDeletedResources?: BoxedBoolean;
|
611
611
|
}
|
612
612
|
export type AggregatedUtterancesSummaryList = AggregatedUtterancesSummary[];
|
613
|
+
export interface AllowedInputTypes {
|
614
|
+
/**
|
615
|
+
* Indicates whether audio input is allowed.
|
616
|
+
*/
|
617
|
+
allowAudioInput: BoxedBoolean;
|
618
|
+
/**
|
619
|
+
* Indicates whether DTMF input is allowed.
|
620
|
+
*/
|
621
|
+
allowDTMFInput: BoxedBoolean;
|
622
|
+
}
|
613
623
|
export type AmazonResourceName = string;
|
614
624
|
export interface AssociatedTranscript {
|
615
625
|
/**
|
@@ -632,6 +642,20 @@ declare namespace LexModelsV2 {
|
|
632
642
|
export type AssociatedTranscriptList = AssociatedTranscript[];
|
633
643
|
export type AttachmentTitle = string;
|
634
644
|
export type AttachmentUrl = string;
|
645
|
+
export interface AudioAndDTMFInputSpecification {
|
646
|
+
/**
|
647
|
+
* Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
|
648
|
+
*/
|
649
|
+
startTimeoutMs: TimeInMilliSeconds;
|
650
|
+
/**
|
651
|
+
* Specifies the settings on audio input.
|
652
|
+
*/
|
653
|
+
audioSpecification?: AudioSpecification;
|
654
|
+
/**
|
655
|
+
* Specifies the settings on DTMF input.
|
656
|
+
*/
|
657
|
+
dtmfSpecification?: DTMFSpecification;
|
658
|
+
}
|
635
659
|
export interface AudioLogDestination {
|
636
660
|
/**
|
637
661
|
* The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn parameter of the CreateBot operation must have permission to write to this bucket.
|
@@ -647,6 +671,16 @@ declare namespace LexModelsV2 {
|
|
647
671
|
}
|
648
672
|
export type AudioLogSettingsList = AudioLogSetting[];
|
649
673
|
export type AudioRecognitionStrategy = "UseSlotValuesAsCustomVocabulary"|string;
|
674
|
+
export interface AudioSpecification {
|
675
|
+
/**
|
676
|
+
* Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
|
677
|
+
*/
|
678
|
+
maxLengthMs: TimeInMilliSeconds;
|
679
|
+
/**
|
680
|
+
* Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
|
681
|
+
*/
|
682
|
+
endTimeoutMs: TimeInMilliSeconds;
|
683
|
+
}
|
650
684
|
export type Boolean = boolean;
|
651
685
|
export interface BotAliasHistoryEvent {
|
652
686
|
/**
|
@@ -1875,6 +1909,25 @@ declare namespace LexModelsV2 {
|
|
1875
1909
|
localeId: LocaleId;
|
1876
1910
|
}
|
1877
1911
|
export type CustomVocabularyStatus = "Ready"|"Deleting"|"Exporting"|"Importing"|"Creating"|string;
|
1912
|
+
export type DTMFCharacter = string;
|
1913
|
+
export interface DTMFSpecification {
|
1914
|
+
/**
|
1915
|
+
* The maximum number of DTMF digits allowed in an utterance.
|
1916
|
+
*/
|
1917
|
+
maxLength: MaxUtteranceDigits;
|
1918
|
+
/**
|
1919
|
+
* How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
|
1920
|
+
*/
|
1921
|
+
endTimeoutMs: TimeInMilliSeconds;
|
1922
|
+
/**
|
1923
|
+
* The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
1924
|
+
*/
|
1925
|
+
deletionCharacter: DTMFCharacter;
|
1926
|
+
/**
|
1927
|
+
* The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
|
1928
|
+
*/
|
1929
|
+
endCharacter: DTMFCharacter;
|
1930
|
+
}
|
1878
1931
|
export interface DataPrivacy {
|
1879
1932
|
/**
|
1880
1933
|
* For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field. By specifying true in the childDirected field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
|
@@ -4063,6 +4116,7 @@ declare namespace LexModelsV2 {
|
|
4063
4116
|
export type LocaleName = string;
|
4064
4117
|
export type LogPrefix = string;
|
4065
4118
|
export type MaxResults = number;
|
4119
|
+
export type MaxUtteranceDigits = number;
|
4066
4120
|
export type MergeStrategy = "Overwrite"|"FailOnConflict"|"Append"|string;
|
4067
4121
|
export interface Message {
|
4068
4122
|
/**
|
@@ -4219,6 +4273,26 @@ declare namespace LexModelsV2 {
|
|
4219
4273
|
export type PrincipalArn = string;
|
4220
4274
|
export type PrincipalList = Principal[];
|
4221
4275
|
export type PriorityValue = number;
|
4276
|
+
export type PromptAttempt = "Initial"|"Retry1"|"Retry2"|"Retry3"|"Retry4"|"Retry5"|string;
|
4277
|
+
export interface PromptAttemptSpecification {
|
4278
|
+
/**
|
4279
|
+
* Indicates whether the user can interrupt a speech prompt attempt from the bot.
|
4280
|
+
*/
|
4281
|
+
allowInterrupt?: BoxedBoolean;
|
4282
|
+
/**
|
4283
|
+
* Indicates the allowed input types of the prompt attempt.
|
4284
|
+
*/
|
4285
|
+
allowedInputTypes: AllowedInputTypes;
|
4286
|
+
/**
|
4287
|
+
* Specifies the settings on audio and DTMF input.
|
4288
|
+
*/
|
4289
|
+
audioAndDTMFInputSpecification?: AudioAndDTMFInputSpecification;
|
4290
|
+
/**
|
4291
|
+
* Specifies the settings on text input.
|
4292
|
+
*/
|
4293
|
+
textInputSpecification?: TextInputSpecification;
|
4294
|
+
}
|
4295
|
+
export type PromptAttemptsSpecificationMap = {[key: string]: PromptAttemptSpecification};
|
4222
4296
|
export type PromptMaxRetries = number;
|
4223
4297
|
export interface PromptSpecification {
|
4224
4298
|
/**
|
@@ -4237,6 +4311,10 @@ declare namespace LexModelsV2 {
|
|
4237
4311
|
* Indicates how a message is selected from a message group among retries.
|
4238
4312
|
*/
|
4239
4313
|
messageSelectionStrategy?: MessageSelectionStrategy;
|
4314
|
+
/**
|
4315
|
+
* Specifies the advanced settings on each attempt of the prompt.
|
4316
|
+
*/
|
4317
|
+
promptAttemptsSpecification?: PromptAttemptsSpecificationMap;
|
4240
4318
|
}
|
4241
4319
|
export type QueryFilterString = string;
|
4242
4320
|
export type RecommendedAction = string;
|
@@ -4887,6 +4965,12 @@ declare namespace LexModelsV2 {
|
|
4887
4965
|
export interface TagResourceResponse {
|
4888
4966
|
}
|
4889
4967
|
export type TagValue = string;
|
4968
|
+
export interface TextInputSpecification {
|
4969
|
+
/**
|
4970
|
+
* Time for which a bot waits before re-prompting a customer for text input.
|
4971
|
+
*/
|
4972
|
+
startTimeoutMs: TimeInMilliSeconds;
|
4973
|
+
}
|
4890
4974
|
export interface TextLogDestination {
|
4891
4975
|
/**
|
4892
4976
|
* Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
|
@@ -4902,6 +4986,7 @@ declare namespace LexModelsV2 {
|
|
4902
4986
|
}
|
4903
4987
|
export type TextLogSettingsList = TextLogSetting[];
|
4904
4988
|
export type TimeDimension = "Hours"|"Days"|"Weeks"|string;
|
4989
|
+
export type TimeInMilliSeconds = number;
|
4905
4990
|
export type TimeValue = number;
|
4906
4991
|
export type Timestamp = Date;
|
4907
4992
|
export type Transcript = string;
|
@@ -1219,6 +1219,14 @@ declare class Lightsail extends Service {
|
|
1219
1219
|
* Updates a domain recordset after it is created. The update domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Amazon Lightsail Developer Guide.
|
1220
1220
|
*/
|
1221
1221
|
updateDomainEntry(callback?: (err: AWSError, data: Lightsail.Types.UpdateDomainEntryResult) => void): Request<Lightsail.Types.UpdateDomainEntryResult, AWSError>;
|
1222
|
+
/**
|
1223
|
+
* Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance. When you modify the parameters on a running instance, the GetInstance or GetInstances API operation initially responds with a state of pending. After the parameter modifications are successfully applied, the state changes to applied in subsequent GetInstance or GetInstances API calls. For more information, see Use IMDSv2 with an Amazon Lightsail instance in the Amazon Lightsail Developer Guide.
|
1224
|
+
*/
|
1225
|
+
updateInstanceMetadataOptions(params: Lightsail.Types.UpdateInstanceMetadataOptionsRequest, callback?: (err: AWSError, data: Lightsail.Types.UpdateInstanceMetadataOptionsResult) => void): Request<Lightsail.Types.UpdateInstanceMetadataOptionsResult, AWSError>;
|
1226
|
+
/**
|
1227
|
+
* Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance. When you modify the parameters on a running instance, the GetInstance or GetInstances API operation initially responds with a state of pending. After the parameter modifications are successfully applied, the state changes to applied in subsequent GetInstance or GetInstances API calls. For more information, see Use IMDSv2 with an Amazon Lightsail instance in the Amazon Lightsail Developer Guide.
|
1228
|
+
*/
|
1229
|
+
updateInstanceMetadataOptions(callback?: (err: AWSError, data: Lightsail.Types.UpdateInstanceMetadataOptionsResult) => void): Request<Lightsail.Types.UpdateInstanceMetadataOptionsResult, AWSError>;
|
1222
1230
|
/**
|
1223
1231
|
* Updates the specified attribute for a load balancer. You can only update one attribute at a time. The update load balancer attribute operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Amazon Lightsail Developer Guide.
|
1224
1232
|
*/
|
@@ -4422,7 +4430,7 @@ declare namespace Lightsail {
|
|
4422
4430
|
*/
|
4423
4431
|
instanceName: ResourceName;
|
4424
4432
|
/**
|
4425
|
-
* The metric for which you want to return information. Valid instance metric names are listed below, along with the most useful statistics to include in your request, and the published unit value. BurstCapacityPercentage - The percentage of CPU performance available for your instance to burst above its baseline. Your instance continuously accrues and consumes burst capacity. Burst capacity stops accruing when your instance's BurstCapacityPercentage reaches 100%. For more information, see Viewing instance burst capacity in Amazon Lightsail. Statistics: The most useful statistics are Maximum and Average. Unit: The published unit is Percent. BurstCapacityTime - The available amount of time for your instance to burst at 100% CPU utilization. Your instance continuously accrues and consumes burst capacity. Burst capacity time stops accruing when your instance's BurstCapacityPercentage metric reaches 100%. Burst capacity time is consumed at the full rate only when your instance operates at 100% CPU utilization. For example, if your instance operates at 50% CPU utilization in the burstable zone for a 5-minute period, then it consumes CPU burst capacity minutes at a 50% rate in that period. Your instance consumed 2 minutes and 30 seconds of CPU burst capacity minutes in the 5-minute period. For more information, see Viewing instance burst capacity in Amazon Lightsail. Statistics: The most useful statistics are Maximum and Average. Unit: The published unit is Seconds. CPUUtilization - The percentage of allocated compute units that are currently in use on the instance. This metric identifies the processing power to run the applications on the instance. Tools in your operating system can show a lower percentage than Lightsail when the instance is not allocated a full processor core. Statistics: The most useful statistics are Maximum and Average. Unit: The published unit is Percent. NetworkIn - The number of bytes received on all network interfaces by the instance. This metric identifies the volume of incoming network traffic to the instance. The number reported is the number of bytes received during the period. Because this metric is reported in 5-minute intervals, divide the reported number by 300 to find Bytes/second. Statistics: The most useful statistic is Sum. Unit: The published unit is Bytes. NetworkOut - The number of bytes sent out on all network interfaces by the instance. This metric identifies the volume of outgoing network traffic from the instance. The number reported is the number of bytes sent during the period. Because this metric is reported in 5-minute intervals, divide the reported number by 300 to find Bytes/second. Statistics: The most useful statistic is Sum. Unit: The published unit is Bytes. StatusCheckFailed - Reports whether the instance passed or failed both the instance status check and the system status check. This metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds) granularity. Statistics: The most useful statistic is Sum. Unit: The published unit is Count. StatusCheckFailed_Instance - Reports whether the instance passed or failed the instance status check. This metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds) granularity. Statistics: The most useful statistic is Sum. Unit: The published unit is Count. StatusCheckFailed_System - Reports whether the instance passed or failed the system status check. This metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds) granularity. Statistics: The most useful statistic is Sum. Unit: The published unit is Count.
|
4433
|
+
* The metric for which you want to return information. Valid instance metric names are listed below, along with the most useful statistics to include in your request, and the published unit value. BurstCapacityPercentage - The percentage of CPU performance available for your instance to burst above its baseline. Your instance continuously accrues and consumes burst capacity. Burst capacity stops accruing when your instance's BurstCapacityPercentage reaches 100%. For more information, see Viewing instance burst capacity in Amazon Lightsail. Statistics: The most useful statistics are Maximum and Average. Unit: The published unit is Percent. BurstCapacityTime - The available amount of time for your instance to burst at 100% CPU utilization. Your instance continuously accrues and consumes burst capacity. Burst capacity time stops accruing when your instance's BurstCapacityPercentage metric reaches 100%. Burst capacity time is consumed at the full rate only when your instance operates at 100% CPU utilization. For example, if your instance operates at 50% CPU utilization in the burstable zone for a 5-minute period, then it consumes CPU burst capacity minutes at a 50% rate in that period. Your instance consumed 2 minutes and 30 seconds of CPU burst capacity minutes in the 5-minute period. For more information, see Viewing instance burst capacity in Amazon Lightsail. Statistics: The most useful statistics are Maximum and Average. Unit: The published unit is Seconds. CPUUtilization - The percentage of allocated compute units that are currently in use on the instance. This metric identifies the processing power to run the applications on the instance. Tools in your operating system can show a lower percentage than Lightsail when the instance is not allocated a full processor core. Statistics: The most useful statistics are Maximum and Average. Unit: The published unit is Percent. NetworkIn - The number of bytes received on all network interfaces by the instance. This metric identifies the volume of incoming network traffic to the instance. The number reported is the number of bytes received during the period. Because this metric is reported in 5-minute intervals, divide the reported number by 300 to find Bytes/second. Statistics: The most useful statistic is Sum. Unit: The published unit is Bytes. NetworkOut - The number of bytes sent out on all network interfaces by the instance. This metric identifies the volume of outgoing network traffic from the instance. The number reported is the number of bytes sent during the period. Because this metric is reported in 5-minute intervals, divide the reported number by 300 to find Bytes/second. Statistics: The most useful statistic is Sum. Unit: The published unit is Bytes. StatusCheckFailed - Reports whether the instance passed or failed both the instance status check and the system status check. This metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds) granularity. Statistics: The most useful statistic is Sum. Unit: The published unit is Count. StatusCheckFailed_Instance - Reports whether the instance passed or failed the instance status check. This metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds) granularity. Statistics: The most useful statistic is Sum. Unit: The published unit is Count. StatusCheckFailed_System - Reports whether the instance passed or failed the system status check. This metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds) granularity. Statistics: The most useful statistic is Sum. Unit: The published unit is Count. MetadataNoToken - Reports the number of times that the instance metadata service was successfully accessed without a token. This metric determines if there are any processes accessing instance metadata by using Instance Metadata Service Version 1, which doesn't use a token. If all requests use token-backed sessions, such as Instance Metadata Service Version 2, then the value is 0. Statistics: The most useful statistic is Sum. Unit: The published unit is Count.
|
4426
4434
|
*/
|
4427
4435
|
metricName: InstanceMetricName;
|
4428
4436
|
/**
|
@@ -5051,6 +5059,9 @@ declare namespace Lightsail {
|
|
5051
5059
|
notValidAfter?: IsoDate;
|
5052
5060
|
}
|
5053
5061
|
export type HostKeysList = HostKeyAttributes[];
|
5062
|
+
export type HttpEndpoint = "disabled"|"enabled"|string;
|
5063
|
+
export type HttpProtocolIpv6 = "disabled"|"enabled"|string;
|
5064
|
+
export type HttpTokens = "optional"|"required"|string;
|
5054
5065
|
export type IAMAccessKeyId = string;
|
5055
5066
|
export interface ImportKeyPairRequest {
|
5056
5067
|
/**
|
@@ -5169,6 +5180,10 @@ declare namespace Lightsail {
|
|
5169
5180
|
* The name of the SSH key being used to connect to the instance (e.g., LightsailDefaultKeyPair).
|
5170
5181
|
*/
|
5171
5182
|
sshKeyName?: ResourceName;
|
5183
|
+
/**
|
5184
|
+
* The metadata options for the Amazon Lightsail instance.
|
5185
|
+
*/
|
5186
|
+
metadataOptions?: InstanceMetadataOptions;
|
5172
5187
|
}
|
5173
5188
|
export interface InstanceAccessDetails {
|
5174
5189
|
/**
|
@@ -5268,7 +5283,30 @@ declare namespace Lightsail {
|
|
5268
5283
|
}
|
5269
5284
|
export type InstanceHealthSummaryList = InstanceHealthSummary[];
|
5270
5285
|
export type InstanceList = Instance[];
|
5271
|
-
export
|
5286
|
+
export interface InstanceMetadataOptions {
|
5287
|
+
/**
|
5288
|
+
* The state of the metadata option changes. The following states are possible: pending - The metadata options are being updated. The instance is not yet ready to process metadata traffic with the new selection. applied - The metadata options have been successfully applied to the instance.
|
5289
|
+
*/
|
5290
|
+
state?: InstanceMetadataState;
|
5291
|
+
/**
|
5292
|
+
* The state of token usage for your instance metadata requests. If the state is optional, you can choose whether to retrieve instance metadata with a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials by using a valid signed token, the version 2.0 role credentials are returned. If the state is required, you must send a signed token header with all instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials. The version 1.0 credentials are not available. Not all instance blueprints in Lightsail support version 2.0 credentials. Use the MetadataNoToken instance metric to track the number of calls to the instance metadata service that are using version 1.0 credentials. For more information, see Viewing instance metrics in Amazon Lightsail in the Amazon Lightsail Developer Guide.
|
5293
|
+
*/
|
5294
|
+
httpTokens?: HttpTokens;
|
5295
|
+
/**
|
5296
|
+
* Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled. If the value is disabled, you cannot access your instance metadata.
|
5297
|
+
*/
|
5298
|
+
httpEndpoint?: HttpEndpoint;
|
5299
|
+
/**
|
5300
|
+
* The desired HTTP PUT response hop limit for instance metadata requests. A larger number means that the instance metadata requests can travel farther.
|
5301
|
+
*/
|
5302
|
+
httpPutResponseHopLimit?: integer;
|
5303
|
+
/**
|
5304
|
+
* Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
5305
|
+
*/
|
5306
|
+
httpProtocolIpv6?: HttpProtocolIpv6;
|
5307
|
+
}
|
5308
|
+
export type InstanceMetadataState = "pending"|"applied"|string;
|
5309
|
+
export type InstanceMetricName = "CPUUtilization"|"NetworkIn"|"NetworkOut"|"StatusCheckFailed"|"StatusCheckFailed_Instance"|"StatusCheckFailed_System"|"BurstCapacityTime"|"BurstCapacityPercentage"|"MetadataNoToken"|string;
|
5272
5310
|
export interface InstanceNetworking {
|
5273
5311
|
/**
|
5274
5312
|
* The amount of data in GB allocated for monthly data transfers.
|
@@ -5987,7 +6025,7 @@ declare namespace Lightsail {
|
|
5987
6025
|
}
|
5988
6026
|
export type OperationList = Operation[];
|
5989
6027
|
export type OperationStatus = "NotStarted"|"Started"|"Failed"|"Completed"|"Succeeded"|string;
|
5990
|
-
export type OperationType = "DeleteKnownHostKeys"|"DeleteInstance"|"CreateInstance"|"StopInstance"|"StartInstance"|"RebootInstance"|"OpenInstancePublicPorts"|"PutInstancePublicPorts"|"CloseInstancePublicPorts"|"AllocateStaticIp"|"ReleaseStaticIp"|"AttachStaticIp"|"DetachStaticIp"|"UpdateDomainEntry"|"DeleteDomainEntry"|"CreateDomain"|"DeleteDomain"|"CreateInstanceSnapshot"|"DeleteInstanceSnapshot"|"CreateInstancesFromSnapshot"|"CreateLoadBalancer"|"DeleteLoadBalancer"|"AttachInstancesToLoadBalancer"|"DetachInstancesFromLoadBalancer"|"UpdateLoadBalancerAttribute"|"CreateLoadBalancerTlsCertificate"|"DeleteLoadBalancerTlsCertificate"|"AttachLoadBalancerTlsCertificate"|"CreateDisk"|"DeleteDisk"|"AttachDisk"|"DetachDisk"|"CreateDiskSnapshot"|"DeleteDiskSnapshot"|"CreateDiskFromSnapshot"|"CreateRelationalDatabase"|"UpdateRelationalDatabase"|"DeleteRelationalDatabase"|"CreateRelationalDatabaseFromSnapshot"|"CreateRelationalDatabaseSnapshot"|"DeleteRelationalDatabaseSnapshot"|"UpdateRelationalDatabaseParameters"|"StartRelationalDatabase"|"RebootRelationalDatabase"|"StopRelationalDatabase"|"EnableAddOn"|"DisableAddOn"|"PutAlarm"|"GetAlarms"|"DeleteAlarm"|"TestAlarm"|"CreateContactMethod"|"GetContactMethods"|"SendContactMethodVerification"|"DeleteContactMethod"|"CreateDistribution"|"UpdateDistribution"|"DeleteDistribution"|"ResetDistributionCache"|"AttachCertificateToDistribution"|"DetachCertificateFromDistribution"|"UpdateDistributionBundle"|"SetIpAddressType"|"CreateCertificate"|"DeleteCertificate"|"CreateContainerService"|"UpdateContainerService"|"DeleteContainerService"|"CreateContainerServiceDeployment"|"CreateContainerServiceRegistryLogin"|"RegisterContainerImage"|"DeleteContainerImage"|"CreateBucket"|"DeleteBucket"|"CreateBucketAccessKey"|"DeleteBucketAccessKey"|"UpdateBucketBundle"|"UpdateBucket"|"SetResourceAccessForBucket"|string;
|
6028
|
+
export type OperationType = "DeleteKnownHostKeys"|"DeleteInstance"|"CreateInstance"|"StopInstance"|"StartInstance"|"RebootInstance"|"OpenInstancePublicPorts"|"PutInstancePublicPorts"|"CloseInstancePublicPorts"|"AllocateStaticIp"|"ReleaseStaticIp"|"AttachStaticIp"|"DetachStaticIp"|"UpdateDomainEntry"|"DeleteDomainEntry"|"CreateDomain"|"DeleteDomain"|"CreateInstanceSnapshot"|"DeleteInstanceSnapshot"|"CreateInstancesFromSnapshot"|"CreateLoadBalancer"|"DeleteLoadBalancer"|"AttachInstancesToLoadBalancer"|"DetachInstancesFromLoadBalancer"|"UpdateLoadBalancerAttribute"|"CreateLoadBalancerTlsCertificate"|"DeleteLoadBalancerTlsCertificate"|"AttachLoadBalancerTlsCertificate"|"CreateDisk"|"DeleteDisk"|"AttachDisk"|"DetachDisk"|"CreateDiskSnapshot"|"DeleteDiskSnapshot"|"CreateDiskFromSnapshot"|"CreateRelationalDatabase"|"UpdateRelationalDatabase"|"DeleteRelationalDatabase"|"CreateRelationalDatabaseFromSnapshot"|"CreateRelationalDatabaseSnapshot"|"DeleteRelationalDatabaseSnapshot"|"UpdateRelationalDatabaseParameters"|"StartRelationalDatabase"|"RebootRelationalDatabase"|"StopRelationalDatabase"|"EnableAddOn"|"DisableAddOn"|"PutAlarm"|"GetAlarms"|"DeleteAlarm"|"TestAlarm"|"CreateContactMethod"|"GetContactMethods"|"SendContactMethodVerification"|"DeleteContactMethod"|"CreateDistribution"|"UpdateDistribution"|"DeleteDistribution"|"ResetDistributionCache"|"AttachCertificateToDistribution"|"DetachCertificateFromDistribution"|"UpdateDistributionBundle"|"SetIpAddressType"|"CreateCertificate"|"DeleteCertificate"|"CreateContainerService"|"UpdateContainerService"|"DeleteContainerService"|"CreateContainerServiceDeployment"|"CreateContainerServiceRegistryLogin"|"RegisterContainerImage"|"DeleteContainerImage"|"CreateBucket"|"DeleteBucket"|"CreateBucketAccessKey"|"DeleteBucketAccessKey"|"UpdateBucketBundle"|"UpdateBucket"|"SetResourceAccessForBucket"|"UpdateInstanceMetadataOptions"|string;
|
5991
6029
|
export interface Origin {
|
5992
6030
|
/**
|
5993
6031
|
* The name of the origin resource.
|
@@ -7038,6 +7076,31 @@ declare namespace Lightsail {
|
|
7038
7076
|
*/
|
7039
7077
|
operations?: OperationList;
|
7040
7078
|
}
|
7079
|
+
export interface UpdateInstanceMetadataOptionsRequest {
|
7080
|
+
/**
|
7081
|
+
* The name of the instance for which to update metadata parameters.
|
7082
|
+
*/
|
7083
|
+
instanceName: ResourceName;
|
7084
|
+
/**
|
7085
|
+
* The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional. If the state is optional, you can choose whether to retrieve instance metadata with a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials by using a valid signed token, the version 2.0 role credentials are returned. If the state is required, you must send a signed token header with all instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials. The version 1.0 credentials are not available.
|
7086
|
+
*/
|
7087
|
+
httpTokens?: HttpTokens;
|
7088
|
+
/**
|
7089
|
+
* Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not specified, the existing state is maintained. If you specify a value of disabled, you cannot access your instance metadata.
|
7090
|
+
*/
|
7091
|
+
httpEndpoint?: HttpEndpoint;
|
7092
|
+
/**
|
7093
|
+
* The desired HTTP PUT response hop limit for instance metadata requests. A larger number means that the instance metadata requests can travel farther. If no parameter is specified, the existing state is maintained.
|
7094
|
+
*/
|
7095
|
+
httpPutResponseHopLimit?: integer;
|
7096
|
+
/**
|
7097
|
+
* Enables or disables the IPv6 endpoint for the instance metadata service. This setting applies only when the HTTP metadata endpoint is enabled. This parameter is available only for instances in the Europe (Stockholm) Amazon Web Services Region (eu-north-1).
|
7098
|
+
*/
|
7099
|
+
httpProtocolIpv6?: HttpProtocolIpv6;
|
7100
|
+
}
|
7101
|
+
export interface UpdateInstanceMetadataOptionsResult {
|
7102
|
+
operation?: Operation;
|
7103
|
+
}
|
7041
7104
|
export interface UpdateLoadBalancerAttributeRequest {
|
7042
7105
|
/**
|
7043
7106
|
* The name of the load balancer that you want to modify (e.g., my-load-balancer.
|
@@ -317,11 +317,11 @@ declare class Nimble extends Service {
|
|
317
317
|
*/
|
318
318
|
startStreamingSession(callback?: (err: AWSError, data: Nimble.Types.StartStreamingSessionResponse) => void): Request<Nimble.Types.StartStreamingSessionResponse, AWSError>;
|
319
319
|
/**
|
320
|
-
* Repairs the
|
320
|
+
* Repairs the IAM Identity Center configuration for a given studio. If the studio has a valid IAM Identity Center configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid IAM Identity Center configuration currently associated with it, then a new IAM Identity Center application is created for the studio and the studio is changed to the READY state. After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
321
321
|
*/
|
322
322
|
startStudioSSOConfigurationRepair(params: Nimble.Types.StartStudioSSOConfigurationRepairRequest, callback?: (err: AWSError, data: Nimble.Types.StartStudioSSOConfigurationRepairResponse) => void): Request<Nimble.Types.StartStudioSSOConfigurationRepairResponse, AWSError>;
|
323
323
|
/**
|
324
|
-
* Repairs the
|
324
|
+
* Repairs the IAM Identity Center configuration for a given studio. If the studio has a valid IAM Identity Center configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid IAM Identity Center configuration currently associated with it, then a new IAM Identity Center application is created for the studio and the studio is changed to the READY state. After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
325
325
|
*/
|
326
326
|
startStudioSSOConfigurationRepair(callback?: (err: AWSError, data: Nimble.Types.StartStudioSSOConfigurationRepairResponse) => void): Request<Nimble.Types.StartStudioSSOConfigurationRepairResponse, AWSError>;
|
327
327
|
/**
|
@@ -421,11 +421,11 @@ declare class Nimble extends Service {
|
|
421
421
|
*/
|
422
422
|
waitFor(state: "streamingImageReady", callback?: (err: AWSError, data: Nimble.Types.GetStreamingImageResponse) => void): Request<Nimble.Types.GetStreamingImageResponse, AWSError>;
|
423
423
|
/**
|
424
|
-
* Waits for the streamingSessionDeleted state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionDeleted. Use this after invoking
|
424
|
+
* Waits for the streamingSessionDeleted state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionDeleted. Use this after invoking DeleteStreamingSession
|
425
425
|
*/
|
426
426
|
waitFor(state: "streamingSessionDeleted", params: Nimble.Types.GetStreamingSessionRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
427
427
|
/**
|
428
|
-
* Waits for the streamingSessionDeleted state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionDeleted. Use this after invoking
|
428
|
+
* Waits for the streamingSessionDeleted state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionDeleted. Use this after invoking DeleteStreamingSession
|
429
429
|
*/
|
430
430
|
waitFor(state: "streamingSessionDeleted", callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
431
431
|
/**
|
@@ -496,7 +496,7 @@ declare namespace Nimble {
|
|
496
496
|
*/
|
497
497
|
eulaIds?: EulaIdList;
|
498
498
|
/**
|
499
|
-
*
|
499
|
+
* The studio ID.
|
500
500
|
*/
|
501
501
|
studioId: String;
|
502
502
|
}
|
@@ -789,7 +789,7 @@ declare namespace Nimble {
|
|
789
789
|
*/
|
790
790
|
launchProfileId: String;
|
791
791
|
/**
|
792
|
-
* The principal ID. This currently supports a
|
792
|
+
* The principal ID. This currently supports a IAM Identity Center UserId.
|
793
793
|
*/
|
794
794
|
principalId: String;
|
795
795
|
/**
|
@@ -885,7 +885,7 @@ declare namespace Nimble {
|
|
885
885
|
*/
|
886
886
|
clientToken?: ClientToken;
|
887
887
|
/**
|
888
|
-
* The principal ID. This currently supports a
|
888
|
+
* The principal ID. This currently supports a IAM Identity Center UserId.
|
889
889
|
*/
|
890
890
|
principalId: String;
|
891
891
|
/**
|
@@ -1035,7 +1035,7 @@ declare namespace Nimble {
|
|
1035
1035
|
*/
|
1036
1036
|
launchProfileId: String;
|
1037
1037
|
/**
|
1038
|
-
* The principal ID. This currently supports a
|
1038
|
+
* The principal ID. This currently supports a IAM Identity Center UserId.
|
1039
1039
|
*/
|
1040
1040
|
principalId: String;
|
1041
1041
|
/**
|
@@ -1135,7 +1135,7 @@ declare namespace Nimble {
|
|
1135
1135
|
}
|
1136
1136
|
export interface GetStudioMemberRequest {
|
1137
1137
|
/**
|
1138
|
-
* The principal ID. This currently supports a
|
1138
|
+
* The principal ID. This currently supports a IAM Identity Center UserId.
|
1139
1139
|
*/
|
1140
1140
|
principalId: String;
|
1141
1141
|
/**
|
@@ -1352,7 +1352,7 @@ declare namespace Nimble {
|
|
1352
1352
|
export type LaunchProfileSecurityGroupIdList = SecurityGroupId[];
|
1353
1353
|
export type LaunchProfileState = "CREATE_IN_PROGRESS"|"READY"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"DELETED"|"DELETE_FAILED"|"CREATE_FAILED"|"UPDATE_FAILED"|string;
|
1354
1354
|
export type LaunchProfileStateList = LaunchProfileState[];
|
1355
|
-
export type LaunchProfileStatusCode = "LAUNCH_PROFILE_CREATED"|"LAUNCH_PROFILE_UPDATED"|"LAUNCH_PROFILE_DELETED"|"LAUNCH_PROFILE_CREATE_IN_PROGRESS"|"LAUNCH_PROFILE_UPDATE_IN_PROGRESS"|"LAUNCH_PROFILE_DELETE_IN_PROGRESS"|"INTERNAL_ERROR"|"STREAMING_IMAGE_NOT_FOUND"|"STREAMING_IMAGE_NOT_READY"|"LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED"|"ENCRYPTION_KEY_ACCESS_DENIED"|"ENCRYPTION_KEY_NOT_FOUND"|"INVALID_SUBNETS_PROVIDED"|string;
|
1355
|
+
export type LaunchProfileStatusCode = "LAUNCH_PROFILE_CREATED"|"LAUNCH_PROFILE_UPDATED"|"LAUNCH_PROFILE_DELETED"|"LAUNCH_PROFILE_CREATE_IN_PROGRESS"|"LAUNCH_PROFILE_UPDATE_IN_PROGRESS"|"LAUNCH_PROFILE_DELETE_IN_PROGRESS"|"INTERNAL_ERROR"|"STREAMING_IMAGE_NOT_FOUND"|"STREAMING_IMAGE_NOT_READY"|"LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED"|"ENCRYPTION_KEY_ACCESS_DENIED"|"ENCRYPTION_KEY_NOT_FOUND"|"INVALID_SUBNETS_PROVIDED"|"INVALID_INSTANCE_TYPES_PROVIDED"|"INVALID_SUBNETS_COMBINATION"|string;
|
1356
1356
|
export type LaunchProfileStudioComponentIdList = String[];
|
1357
1357
|
export type LaunchProfileValidationState = "VALIDATION_NOT_STARTED"|"VALIDATION_IN_PROGRESS"|"VALIDATION_SUCCESS"|"VALIDATION_FAILED"|"VALIDATION_FAILED_INTERNAL_SERVER_ERROR"|string;
|
1358
1358
|
export type LaunchProfileValidationStatusCode = "VALIDATION_NOT_STARTED"|"VALIDATION_IN_PROGRESS"|"VALIDATION_SUCCESS"|"VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION"|"VALIDATION_FAILED_SUBNET_NOT_FOUND"|"VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION"|"VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY"|"VALIDATION_FAILED_UNAUTHORIZED"|"VALIDATION_FAILED_INTERNAL_SERVER_ERROR"|string;
|
@@ -1448,7 +1448,7 @@ declare namespace Nimble {
|
|
1448
1448
|
*/
|
1449
1449
|
nextToken?: String;
|
1450
1450
|
/**
|
1451
|
-
* The principal ID. This currently supports a
|
1451
|
+
* The principal ID. This currently supports a IAM Identity Center UserId.
|
1452
1452
|
*/
|
1453
1453
|
principalId?: String;
|
1454
1454
|
/**
|
@@ -1905,7 +1905,7 @@ declare namespace Nimble {
|
|
1905
1905
|
export type StreamingImagePlatform = string;
|
1906
1906
|
export type StreamingImageState = "CREATE_IN_PROGRESS"|"READY"|"DELETE_IN_PROGRESS"|"DELETED"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|"CREATE_FAILED"|"DELETE_FAILED"|string;
|
1907
1907
|
export type StreamingImageStatusCode = "STREAMING_IMAGE_CREATE_IN_PROGRESS"|"STREAMING_IMAGE_READY"|"STREAMING_IMAGE_DELETE_IN_PROGRESS"|"STREAMING_IMAGE_DELETED"|"STREAMING_IMAGE_UPDATE_IN_PROGRESS"|"INTERNAL_ERROR"|"ACCESS_DENIED"|string;
|
1908
|
-
export type StreamingInstanceType = "g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|string;
|
1908
|
+
export type StreamingInstanceType = "g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g3.4xlarge"|"g3s.xlarge"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.16xlarge"|string;
|
1909
1909
|
export type StreamingInstanceTypeList = StreamingInstanceType[];
|
1910
1910
|
export interface StreamingSession {
|
1911
1911
|
/**
|
@@ -2068,7 +2068,7 @@ declare namespace Nimble {
|
|
2068
2068
|
*/
|
2069
2069
|
homeRegion?: Region;
|
2070
2070
|
/**
|
2071
|
-
* The
|
2071
|
+
* The IAM Identity Center application client ID used to integrate with IAM Identity Center to enable IAM Identity Center users to log in to Nimble Studio portal.
|
2072
2072
|
*/
|
2073
2073
|
ssoClientId?: String;
|
2074
2074
|
/**
|
@@ -2361,7 +2361,7 @@ declare namespace Nimble {
|
|
2361
2361
|
*/
|
2362
2362
|
persona: LaunchProfilePersona;
|
2363
2363
|
/**
|
2364
|
-
* The principal ID. This currently supports a
|
2364
|
+
* The principal ID. This currently supports a IAM Identity Center UserId.
|
2365
2365
|
*/
|
2366
2366
|
principalId: String;
|
2367
2367
|
/**
|
@@ -4339,7 +4339,7 @@ declare namespace SSM {
|
|
4339
4339
|
export type DocumentSha1 = string;
|
4340
4340
|
export type DocumentStatus = "Creating"|"Active"|"Updating"|"Deleting"|"Failed"|string;
|
4341
4341
|
export type DocumentStatusInformation = string;
|
4342
|
-
export type DocumentType = "Command"|"Policy"|"Automation"|"Session"|"Package"|"ApplicationConfiguration"|"ApplicationConfigurationSchema"|"DeploymentStrategy"|"ChangeCalendar"|"Automation.ChangeTemplate"|"ProblemAnalysis"|"ProblemAnalysisTemplate"|string;
|
4342
|
+
export type DocumentType = "Command"|"Policy"|"Automation"|"Session"|"Package"|"ApplicationConfiguration"|"ApplicationConfigurationSchema"|"DeploymentStrategy"|"ChangeCalendar"|"Automation.ChangeTemplate"|"ProblemAnalysis"|"ProblemAnalysisTemplate"|"CloudFormation"|"ConformancePackTemplate"|string;
|
4343
4343
|
export type DocumentVersion = string;
|
4344
4344
|
export interface DocumentVersionInfo {
|
4345
4345
|
/**
|
@@ -577,7 +577,7 @@ declare namespace WAFV2 {
|
|
577
577
|
*/
|
578
578
|
IPAddressVersion: IPAddressVersion;
|
579
579
|
/**
|
580
|
-
* Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses
|
580
|
+
* Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0. Example address strings: To configure WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32. To configure WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24. To configure WAF to allow, block, or count requests that originated from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128. To configure WAF to allow, block, or count requests that originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing. Example JSON Addresses specifications: Empty array: "Addresses": [] Array with one address: "Addresses": ["192.0.2.44/32"] Array with three addresses: "Addresses": ["192.0.2.44/32", "192.0.2.0/24", "192.0.0.0/16"] INVALID specification: "Addresses": [""] INVALID
|
581
581
|
*/
|
582
582
|
Addresses: IPAddresses;
|
583
583
|
/**
|
@@ -1024,7 +1024,7 @@ declare namespace WAFV2 {
|
|
1024
1024
|
export type FirewallManagerRuleGroups = FirewallManagerRuleGroup[];
|
1025
1025
|
export interface FirewallManagerStatement {
|
1026
1026
|
/**
|
1027
|
-
* A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups. You cannot nest a ManagedRuleGroupStatement, for example for use inside a NotStatement or OrStatement. It can only be referenced as a top-level statement within a rule.
|
1027
|
+
* A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups. You cannot nest a ManagedRuleGroupStatement, for example for use inside a NotStatement or OrStatement. It can only be referenced as a top-level statement within a rule. You are charged additional fees when you use the WAF Bot Control managed rule group AWSManagedRulesBotControlRuleSet or the WAF Fraud Control account takeover prevention (ATP) managed rule group AWSManagedRulesATPRuleSet. For more information, see WAF Pricing.
|
1028
1028
|
*/
|
1029
1029
|
ManagedRuleGroupStatement?: ManagedRuleGroupStatement;
|
1030
1030
|
/**
|
@@ -1413,7 +1413,7 @@ declare namespace WAFV2 {
|
|
1413
1413
|
*/
|
1414
1414
|
IPAddressVersion: IPAddressVersion;
|
1415
1415
|
/**
|
1416
|
-
* Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses
|
1416
|
+
* Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0. Example address strings: To configure WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32. To configure WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24. To configure WAF to allow, block, or count requests that originated from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128. To configure WAF to allow, block, or count requests that originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing. Example JSON Addresses specifications: Empty array: "Addresses": [] Array with one address: "Addresses": ["192.0.2.44/32"] Array with three addresses: "Addresses": ["192.0.2.44/32", "192.0.2.0/24", "192.0.0.0/16"] INVALID specification: "Addresses": [""] INVALID
|
1417
1417
|
*/
|
1418
1418
|
Addresses: IPAddresses;
|
1419
1419
|
}
|
@@ -1722,7 +1722,7 @@ declare namespace WAFV2 {
|
|
1722
1722
|
*/
|
1723
1723
|
WebACLArn: ResourceArn;
|
1724
1724
|
/**
|
1725
|
-
* Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.
|
1725
|
+
* Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER. Default: APPLICATION_LOAD_BALANCER
|
1726
1726
|
*/
|
1727
1727
|
ResourceType?: ResourceType;
|
1728
1728
|
}
|
@@ -2293,7 +2293,7 @@ declare namespace WAFV2 {
|
|
2293
2293
|
*/
|
2294
2294
|
Allow?: AllowAction;
|
2295
2295
|
/**
|
2296
|
-
* Instructs WAF to count the web request and
|
2296
|
+
* Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
|
2297
2297
|
*/
|
2298
2298
|
Count?: CountAction;
|
2299
2299
|
/**
|
@@ -2533,7 +2533,7 @@ declare namespace WAFV2 {
|
|
2533
2533
|
*/
|
2534
2534
|
NotStatement?: NotStatement;
|
2535
2535
|
/**
|
2536
|
-
* A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups. You cannot nest a ManagedRuleGroupStatement, for example for use inside a NotStatement or OrStatement. It can only be referenced as a top-level statement within a rule.
|
2536
|
+
* A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups. You cannot nest a ManagedRuleGroupStatement, for example for use inside a NotStatement or OrStatement. It can only be referenced as a top-level statement within a rule. You are charged additional fees when you use the WAF Bot Control managed rule group AWSManagedRulesBotControlRuleSet or the WAF Fraud Control account takeover prevention (ATP) managed rule group AWSManagedRulesATPRuleSet. For more information, see WAF Pricing.
|
2537
2537
|
*/
|
2538
2538
|
ManagedRuleGroupStatement?: ManagedRuleGroupStatement;
|
2539
2539
|
/**
|
@@ -2639,7 +2639,7 @@ declare namespace WAFV2 {
|
|
2639
2639
|
*/
|
2640
2640
|
Description?: EntityDescription;
|
2641
2641
|
/**
|
2642
|
-
* Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses
|
2642
|
+
* Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0. Example address strings: To configure WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32. To configure WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24. To configure WAF to allow, block, or count requests that originated from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128. To configure WAF to allow, block, or count requests that originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing. Example JSON Addresses specifications: Empty array: "Addresses": [] Array with one address: "Addresses": ["192.0.2.44/32"] Array with three addresses: "Addresses": ["192.0.2.44/32", "192.0.2.0/24", "192.0.0.0/16"] INVALID specification: "Addresses": [""] INVALID
|
2643
2643
|
*/
|
2644
2644
|
Addresses: IPAddresses;
|
2645
2645
|
/**
|