aws-sdk 2.1045.0 → 2.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/apis/models.lex.v2-2020-08-07.min.json +91 -45
- package/apis/network-firewall-2020-11-12.min.json +74 -35
- package/apis/route53-recovery-control-config-2020-11-02.min.json +137 -39
- package/apis/route53domains-2014-05-15.min.json +132 -22
- package/apis/route53domains-2014-05-15.paginators.json +12 -0
- package/clients/ec2.d.ts +9 -1
- package/clients/lexmodelsv2.d.ts +57 -4
- package/clients/networkfirewall.d.ts +68 -7
- package/clients/route53domains.d.ts +179 -49
- package/clients/route53recoverycontrolconfig.d.ts +185 -78
- package/clients/savingsplans.d.ts +1 -1
- package/clients/sms.d.ts +31 -31
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +165 -25
- package/dist/aws-sdk.min.js +57 -57
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -97,6 +97,23 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
+
"DeleteDomain": {
|
|
101
|
+
"input": {
|
|
102
|
+
"type": "structure",
|
|
103
|
+
"required": [
|
|
104
|
+
"DomainName"
|
|
105
|
+
],
|
|
106
|
+
"members": {
|
|
107
|
+
"DomainName": {}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"output": {
|
|
111
|
+
"type": "structure",
|
|
112
|
+
"members": {
|
|
113
|
+
"OperationId": {}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
100
117
|
"DeleteTagsForDomain": {
|
|
101
118
|
"input": {
|
|
102
119
|
"type": "structure",
|
|
@@ -224,19 +241,19 @@
|
|
|
224
241
|
"members": {
|
|
225
242
|
"DomainName": {},
|
|
226
243
|
"Nameservers": {
|
|
227
|
-
"shape": "
|
|
244
|
+
"shape": "S10"
|
|
228
245
|
},
|
|
229
246
|
"AutoRenew": {
|
|
230
247
|
"type": "boolean"
|
|
231
248
|
},
|
|
232
249
|
"AdminContact": {
|
|
233
|
-
"shape": "
|
|
250
|
+
"shape": "S16"
|
|
234
251
|
},
|
|
235
252
|
"RegistrantContact": {
|
|
236
|
-
"shape": "
|
|
253
|
+
"shape": "S16"
|
|
237
254
|
},
|
|
238
255
|
"TechContact": {
|
|
239
|
-
"shape": "
|
|
256
|
+
"shape": "S16"
|
|
240
257
|
},
|
|
241
258
|
"AdminPrivacy": {
|
|
242
259
|
"type": "boolean"
|
|
@@ -333,6 +350,36 @@
|
|
|
333
350
|
"input": {
|
|
334
351
|
"type": "structure",
|
|
335
352
|
"members": {
|
|
353
|
+
"FilterConditions": {
|
|
354
|
+
"type": "list",
|
|
355
|
+
"member": {
|
|
356
|
+
"type": "structure",
|
|
357
|
+
"required": [
|
|
358
|
+
"Name",
|
|
359
|
+
"Operator",
|
|
360
|
+
"Values"
|
|
361
|
+
],
|
|
362
|
+
"members": {
|
|
363
|
+
"Name": {},
|
|
364
|
+
"Operator": {},
|
|
365
|
+
"Values": {
|
|
366
|
+
"type": "list",
|
|
367
|
+
"member": {}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"SortCondition": {
|
|
373
|
+
"type": "structure",
|
|
374
|
+
"required": [
|
|
375
|
+
"Name",
|
|
376
|
+
"SortOrder"
|
|
377
|
+
],
|
|
378
|
+
"members": {
|
|
379
|
+
"Name": {},
|
|
380
|
+
"SortOrder": {}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
336
383
|
"Marker": {},
|
|
337
384
|
"MaxItems": {
|
|
338
385
|
"type": "integer"
|
|
@@ -413,6 +460,51 @@
|
|
|
413
460
|
}
|
|
414
461
|
}
|
|
415
462
|
},
|
|
463
|
+
"ListPrices": {
|
|
464
|
+
"input": {
|
|
465
|
+
"type": "structure",
|
|
466
|
+
"members": {
|
|
467
|
+
"Tld": {},
|
|
468
|
+
"Marker": {},
|
|
469
|
+
"MaxItems": {
|
|
470
|
+
"type": "integer"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"output": {
|
|
475
|
+
"type": "structure",
|
|
476
|
+
"required": [
|
|
477
|
+
"Prices"
|
|
478
|
+
],
|
|
479
|
+
"members": {
|
|
480
|
+
"Prices": {
|
|
481
|
+
"type": "list",
|
|
482
|
+
"member": {
|
|
483
|
+
"type": "structure",
|
|
484
|
+
"members": {
|
|
485
|
+
"Name": {},
|
|
486
|
+
"RegistrationPrice": {
|
|
487
|
+
"shape": "S2r"
|
|
488
|
+
},
|
|
489
|
+
"TransferPrice": {
|
|
490
|
+
"shape": "S2r"
|
|
491
|
+
},
|
|
492
|
+
"RenewalPrice": {
|
|
493
|
+
"shape": "S2r"
|
|
494
|
+
},
|
|
495
|
+
"ChangeOwnershipPrice": {
|
|
496
|
+
"shape": "S2r"
|
|
497
|
+
},
|
|
498
|
+
"RestorationPrice": {
|
|
499
|
+
"shape": "S2r"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"NextPageMarker": {}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
},
|
|
416
508
|
"ListTagsForDomain": {
|
|
417
509
|
"input": {
|
|
418
510
|
"type": "structure",
|
|
@@ -430,7 +522,7 @@
|
|
|
430
522
|
],
|
|
431
523
|
"members": {
|
|
432
524
|
"TagList": {
|
|
433
|
-
"shape": "
|
|
525
|
+
"shape": "S2w"
|
|
434
526
|
}
|
|
435
527
|
}
|
|
436
528
|
}
|
|
@@ -455,13 +547,13 @@
|
|
|
455
547
|
"type": "boolean"
|
|
456
548
|
},
|
|
457
549
|
"AdminContact": {
|
|
458
|
-
"shape": "
|
|
550
|
+
"shape": "S16"
|
|
459
551
|
},
|
|
460
552
|
"RegistrantContact": {
|
|
461
|
-
"shape": "
|
|
553
|
+
"shape": "S16"
|
|
462
554
|
},
|
|
463
555
|
"TechContact": {
|
|
464
|
-
"shape": "
|
|
556
|
+
"shape": "S16"
|
|
465
557
|
},
|
|
466
558
|
"PrivacyProtectAdminContact": {
|
|
467
559
|
"type": "boolean"
|
|
@@ -585,7 +677,7 @@
|
|
|
585
677
|
"type": "integer"
|
|
586
678
|
},
|
|
587
679
|
"Nameservers": {
|
|
588
|
-
"shape": "
|
|
680
|
+
"shape": "S10"
|
|
589
681
|
},
|
|
590
682
|
"AuthCode": {
|
|
591
683
|
"shape": "Sd"
|
|
@@ -594,13 +686,13 @@
|
|
|
594
686
|
"type": "boolean"
|
|
595
687
|
},
|
|
596
688
|
"AdminContact": {
|
|
597
|
-
"shape": "
|
|
689
|
+
"shape": "S16"
|
|
598
690
|
},
|
|
599
691
|
"RegistrantContact": {
|
|
600
|
-
"shape": "
|
|
692
|
+
"shape": "S16"
|
|
601
693
|
},
|
|
602
694
|
"TechContact": {
|
|
603
|
-
"shape": "
|
|
695
|
+
"shape": "S16"
|
|
604
696
|
},
|
|
605
697
|
"PrivacyProtectAdminContact": {
|
|
606
698
|
"type": "boolean"
|
|
@@ -652,13 +744,13 @@
|
|
|
652
744
|
"members": {
|
|
653
745
|
"DomainName": {},
|
|
654
746
|
"AdminContact": {
|
|
655
|
-
"shape": "
|
|
747
|
+
"shape": "S16"
|
|
656
748
|
},
|
|
657
749
|
"RegistrantContact": {
|
|
658
|
-
"shape": "
|
|
750
|
+
"shape": "S16"
|
|
659
751
|
},
|
|
660
752
|
"TechContact": {
|
|
661
|
-
"shape": "
|
|
753
|
+
"shape": "S16"
|
|
662
754
|
}
|
|
663
755
|
}
|
|
664
756
|
},
|
|
@@ -711,10 +803,12 @@
|
|
|
711
803
|
"members": {
|
|
712
804
|
"DomainName": {},
|
|
713
805
|
"FIAuthKey": {
|
|
714
|
-
"deprecated": true
|
|
806
|
+
"deprecated": true,
|
|
807
|
+
"type": "string",
|
|
808
|
+
"sensitive": true
|
|
715
809
|
},
|
|
716
810
|
"Nameservers": {
|
|
717
|
-
"shape": "
|
|
811
|
+
"shape": "S10"
|
|
718
812
|
}
|
|
719
813
|
}
|
|
720
814
|
},
|
|
@@ -737,7 +831,7 @@
|
|
|
737
831
|
"members": {
|
|
738
832
|
"DomainName": {},
|
|
739
833
|
"TagsToUpdate": {
|
|
740
|
-
"shape": "
|
|
834
|
+
"shape": "S2w"
|
|
741
835
|
}
|
|
742
836
|
}
|
|
743
837
|
},
|
|
@@ -792,7 +886,7 @@
|
|
|
792
886
|
"type": "string",
|
|
793
887
|
"sensitive": true
|
|
794
888
|
},
|
|
795
|
-
"
|
|
889
|
+
"S10": {
|
|
796
890
|
"type": "list",
|
|
797
891
|
"member": {
|
|
798
892
|
"type": "structure",
|
|
@@ -808,7 +902,7 @@
|
|
|
808
902
|
}
|
|
809
903
|
}
|
|
810
904
|
},
|
|
811
|
-
"
|
|
905
|
+
"S16": {
|
|
812
906
|
"type": "structure",
|
|
813
907
|
"members": {
|
|
814
908
|
"FirstName": {},
|
|
@@ -834,14 +928,30 @@
|
|
|
834
928
|
],
|
|
835
929
|
"members": {
|
|
836
930
|
"Name": {},
|
|
837
|
-
"Value": {
|
|
931
|
+
"Value": {
|
|
932
|
+
"type": "string",
|
|
933
|
+
"sensitive": true
|
|
934
|
+
}
|
|
838
935
|
}
|
|
839
936
|
}
|
|
840
937
|
}
|
|
841
938
|
},
|
|
842
939
|
"sensitive": true
|
|
843
940
|
},
|
|
844
|
-
"
|
|
941
|
+
"S2r": {
|
|
942
|
+
"type": "structure",
|
|
943
|
+
"required": [
|
|
944
|
+
"Price",
|
|
945
|
+
"Currency"
|
|
946
|
+
],
|
|
947
|
+
"members": {
|
|
948
|
+
"Price": {
|
|
949
|
+
"type": "double"
|
|
950
|
+
},
|
|
951
|
+
"Currency": {}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"S2w": {
|
|
845
955
|
"type": "list",
|
|
846
956
|
"member": {
|
|
847
957
|
"type": "structure",
|
|
@@ -11,6 +11,18 @@
|
|
|
11
11
|
"limit_key": "MaxItems",
|
|
12
12
|
"output_token": "NextPageMarker",
|
|
13
13
|
"result_key": "Operations"
|
|
14
|
+
},
|
|
15
|
+
"ListPrices": {
|
|
16
|
+
"input_token": "Marker",
|
|
17
|
+
"limit_key": "MaxItems",
|
|
18
|
+
"output_token": "NextPageMarker",
|
|
19
|
+
"result_key": "Prices"
|
|
20
|
+
},
|
|
21
|
+
"ViewBilling": {
|
|
22
|
+
"input_token": "Marker",
|
|
23
|
+
"limit_key": "MaxItems",
|
|
24
|
+
"output_token": "NextPageMarker",
|
|
25
|
+
"result_key": "BillingRecords"
|
|
14
26
|
}
|
|
15
27
|
}
|
|
16
28
|
}
|
package/clients/ec2.d.ts
CHANGED
|
@@ -4244,6 +4244,14 @@ declare class EC2 extends Service {
|
|
|
4244
4244
|
* Waits for the instanceTerminated state by periodically calling the underlying EC2.describeInstancesoperation every 15 seconds (at most 40 times).
|
|
4245
4245
|
*/
|
|
4246
4246
|
waitFor(state: "instanceTerminated", callback?: (err: AWSError, data: EC2.Types.DescribeInstancesResult) => void): Request<EC2.Types.DescribeInstancesResult, AWSError>;
|
|
4247
|
+
/**
|
|
4248
|
+
* Waits for the internetGatewayExists state by periodically calling the underlying EC2.describeInternetGatewaysoperation every 5 seconds (at most 6 times).
|
|
4249
|
+
*/
|
|
4250
|
+
waitFor(state: "internetGatewayExists", params: EC2.Types.DescribeInternetGatewaysRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: EC2.Types.DescribeInternetGatewaysResult) => void): Request<EC2.Types.DescribeInternetGatewaysResult, AWSError>;
|
|
4251
|
+
/**
|
|
4252
|
+
* Waits for the internetGatewayExists state by periodically calling the underlying EC2.describeInternetGatewaysoperation every 5 seconds (at most 6 times).
|
|
4253
|
+
*/
|
|
4254
|
+
waitFor(state: "internetGatewayExists", callback?: (err: AWSError, data: EC2.Types.DescribeInternetGatewaysResult) => void): Request<EC2.Types.DescribeInternetGatewaysResult, AWSError>;
|
|
4247
4255
|
/**
|
|
4248
4256
|
* Waits for the keyPairExists state by periodically calling the underlying EC2.describeKeyPairsoperation every 5 seconds (at most 6 times).
|
|
4249
4257
|
*/
|
|
@@ -16076,7 +16084,7 @@ declare namespace EC2 {
|
|
|
16076
16084
|
/**
|
|
16077
16085
|
* The ID of the Elastic Graphics accelerator.
|
|
16078
16086
|
*/
|
|
16079
|
-
ElasticGpuId?:
|
|
16087
|
+
ElasticGpuId?: ElasticGpuId;
|
|
16080
16088
|
/**
|
|
16081
16089
|
* The ID of the association.
|
|
16082
16090
|
*/
|
package/clients/lexmodelsv2.d.ts
CHANGED
|
@@ -1661,7 +1661,7 @@ declare namespace LexModelsV2 {
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Determines the strategy that Amazon Lex uses to select a value from the list of possible values. The field can be set to one of the following values: OriginalValue - Returns the value entered by the user, if the user value is similar to the slot value. TopResolution - If there is a resolution list for the slot, return the first value in the resolution list. If there is no resolution list, return null. If you don't specify the valueSelectionSetting parameter, the default is OriginalValue.
|
|
1663
1663
|
*/
|
|
1664
|
-
valueSelectionSetting
|
|
1664
|
+
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
1665
1665
|
/**
|
|
1666
1666
|
* The built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent slot type. Only AMAZON.AlphaNumeric is supported.
|
|
1667
1667
|
*/
|
|
@@ -1678,6 +1678,10 @@ declare namespace LexModelsV2 {
|
|
|
1678
1678
|
* The identifier of the language and locale that the slot type will be used in. The string must match one of the supported locales. All of the bots, intents, and slots used by the slot type must have the same locale. For more information, see Supported languages.
|
|
1679
1679
|
*/
|
|
1680
1680
|
localeId: LocaleId;
|
|
1681
|
+
/**
|
|
1682
|
+
* Sets the type of external information used to create the slot type.
|
|
1683
|
+
*/
|
|
1684
|
+
externalSourceSetting?: ExternalSourceSetting;
|
|
1681
1685
|
}
|
|
1682
1686
|
export interface CreateSlotTypeResponse {
|
|
1683
1687
|
/**
|
|
@@ -1720,6 +1724,10 @@ declare namespace LexModelsV2 {
|
|
|
1720
1724
|
* A timestamp of the date and time that the slot type was created.
|
|
1721
1725
|
*/
|
|
1722
1726
|
creationDateTime?: Timestamp;
|
|
1727
|
+
/**
|
|
1728
|
+
* The type of external information used to create the slot type.
|
|
1729
|
+
*/
|
|
1730
|
+
externalSourceSetting?: ExternalSourceSetting;
|
|
1723
1731
|
}
|
|
1724
1732
|
export interface CreateUploadUrlRequest {
|
|
1725
1733
|
}
|
|
@@ -2150,6 +2158,10 @@ declare namespace LexModelsV2 {
|
|
|
2150
2158
|
* History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
|
2151
2159
|
*/
|
|
2152
2160
|
botLocaleHistoryEvents?: BotLocaleHistoryEventsList;
|
|
2161
|
+
/**
|
|
2162
|
+
* Recommended actions to take to resolve an error in the failureReasons field.
|
|
2163
|
+
*/
|
|
2164
|
+
recommendedActions?: RecommendedActions;
|
|
2153
2165
|
}
|
|
2154
2166
|
export interface DescribeBotRecommendationRequest {
|
|
2155
2167
|
/**
|
|
@@ -2646,6 +2658,7 @@ declare namespace LexModelsV2 {
|
|
|
2646
2658
|
* A timestamp of the date and time that the slot type was last updated.
|
|
2647
2659
|
*/
|
|
2648
2660
|
lastUpdatedDateTime?: Timestamp;
|
|
2661
|
+
externalSourceSetting?: ExternalSourceSetting;
|
|
2649
2662
|
}
|
|
2650
2663
|
export type Description = string;
|
|
2651
2664
|
export interface DialogCodeHookSettings {
|
|
@@ -2736,6 +2749,12 @@ declare namespace LexModelsV2 {
|
|
|
2736
2749
|
lastUpdatedDateTime?: Timestamp;
|
|
2737
2750
|
}
|
|
2738
2751
|
export type ExportSummaryList = ExportSummary[];
|
|
2752
|
+
export interface ExternalSourceSetting {
|
|
2753
|
+
/**
|
|
2754
|
+
* Settings required for a slot type based on a grammar that you provide.
|
|
2755
|
+
*/
|
|
2756
|
+
grammarSlotTypeSetting?: GrammarSlotTypeSetting;
|
|
2757
|
+
}
|
|
2739
2758
|
export type FailureReason = string;
|
|
2740
2759
|
export type FailureReasons = FailureReason[];
|
|
2741
2760
|
export type FilePassword = string;
|
|
@@ -2804,6 +2823,26 @@ declare namespace LexModelsV2 {
|
|
|
2804
2823
|
*/
|
|
2805
2824
|
timeoutInSeconds?: FulfillmentTimeout;
|
|
2806
2825
|
}
|
|
2826
|
+
export interface GrammarSlotTypeSetting {
|
|
2827
|
+
/**
|
|
2828
|
+
* The source of the grammar used to create the slot type.
|
|
2829
|
+
*/
|
|
2830
|
+
source?: GrammarSlotTypeSource;
|
|
2831
|
+
}
|
|
2832
|
+
export interface GrammarSlotTypeSource {
|
|
2833
|
+
/**
|
|
2834
|
+
* The name of the S3 bucket that contains the grammar source.
|
|
2835
|
+
*/
|
|
2836
|
+
s3BucketName: S3BucketName;
|
|
2837
|
+
/**
|
|
2838
|
+
* The path to the grammar in the S3 bucket.
|
|
2839
|
+
*/
|
|
2840
|
+
s3ObjectKey: S3ObjectPath;
|
|
2841
|
+
/**
|
|
2842
|
+
* The Amazon KMS key required to decrypt the contents of the grammar, if any.
|
|
2843
|
+
*/
|
|
2844
|
+
kmsKeyArn?: KmsKeyArn;
|
|
2845
|
+
}
|
|
2807
2846
|
export type HitCount = number;
|
|
2808
2847
|
export type Id = string;
|
|
2809
2848
|
export interface ImageResponseCard {
|
|
@@ -3784,6 +3823,8 @@ declare namespace LexModelsV2 {
|
|
|
3784
3823
|
allowInterrupt?: BoxedBoolean;
|
|
3785
3824
|
}
|
|
3786
3825
|
export type QueryFilterString = string;
|
|
3826
|
+
export type RecommendedAction = string;
|
|
3827
|
+
export type RecommendedActions = RecommendedAction[];
|
|
3787
3828
|
export interface RecommendedIntentSummary {
|
|
3788
3829
|
/**
|
|
3789
3830
|
* The unique identifier of a recommended intent associated with the bot recommendation.
|
|
@@ -3861,6 +3902,7 @@ declare namespace LexModelsV2 {
|
|
|
3861
3902
|
*/
|
|
3862
3903
|
kmsKeyArn?: KmsKeyArn;
|
|
3863
3904
|
}
|
|
3905
|
+
export type S3ObjectPath = string;
|
|
3864
3906
|
export interface SSMLMessage {
|
|
3865
3907
|
/**
|
|
3866
3908
|
* The SSML text that defines the prompt.
|
|
@@ -4042,6 +4084,7 @@ declare namespace LexModelsV2 {
|
|
|
4042
4084
|
lastUpdatedDateTime?: Timestamp;
|
|
4043
4085
|
}
|
|
4044
4086
|
export type SlotSummaryList = SlotSummary[];
|
|
4087
|
+
export type SlotTypeCategory = "Custom"|"Extended"|"ExternalGrammar"|string;
|
|
4045
4088
|
export interface SlotTypeFilter {
|
|
4046
4089
|
/**
|
|
4047
4090
|
* The name of the field to use for filtering.
|
|
@@ -4056,7 +4099,7 @@ declare namespace LexModelsV2 {
|
|
|
4056
4099
|
*/
|
|
4057
4100
|
operator: SlotTypeFilterOperator;
|
|
4058
4101
|
}
|
|
4059
|
-
export type SlotTypeFilterName = "SlotTypeName"|string;
|
|
4102
|
+
export type SlotTypeFilterName = "SlotTypeName"|"ExternalSourceType"|string;
|
|
4060
4103
|
export type SlotTypeFilterOperator = "CO"|"EQ"|string;
|
|
4061
4104
|
export type SlotTypeFilters = SlotTypeFilter[];
|
|
4062
4105
|
export type SlotTypeSignature = string;
|
|
@@ -4098,6 +4141,10 @@ declare namespace LexModelsV2 {
|
|
|
4098
4141
|
* A timestamp of the date and time that the slot type was last updated.
|
|
4099
4142
|
*/
|
|
4100
4143
|
lastUpdatedDateTime?: Timestamp;
|
|
4144
|
+
/**
|
|
4145
|
+
* Indicates the type of the slot type. Custom - A slot type that you created using custom values. For more information, see Creating custom slot types. Extended - A slot type created by extending the AMAZON.AlphaNumeric built-in slot type. For more information, see AMAZON.AlphaNumeric. ExternalGrammar - A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
|
|
4146
|
+
*/
|
|
4147
|
+
slotTypeCategory?: SlotTypeCategory;
|
|
4101
4148
|
}
|
|
4102
4149
|
export type SlotTypeSummaryList = SlotTypeSummary[];
|
|
4103
4150
|
export interface SlotTypeValue {
|
|
@@ -4469,6 +4516,10 @@ declare namespace LexModelsV2 {
|
|
|
4469
4516
|
* A timestamp of the date and time that the locale was last updated.
|
|
4470
4517
|
*/
|
|
4471
4518
|
lastUpdatedDateTime?: Timestamp;
|
|
4519
|
+
/**
|
|
4520
|
+
* Recommended actions to take to resolve an error in the failureReasons field.
|
|
4521
|
+
*/
|
|
4522
|
+
recommendedActions?: RecommendedActions;
|
|
4472
4523
|
}
|
|
4473
4524
|
export interface UpdateBotRecommendationRequest {
|
|
4474
4525
|
/**
|
|
@@ -4914,7 +4965,7 @@ declare namespace LexModelsV2 {
|
|
|
4914
4965
|
/**
|
|
4915
4966
|
* The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
|
4916
4967
|
*/
|
|
4917
|
-
valueSelectionSetting
|
|
4968
|
+
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
4918
4969
|
/**
|
|
4919
4970
|
* The new built-in slot type that should be used as the parent of this slot type.
|
|
4920
4971
|
*/
|
|
@@ -4931,6 +4982,7 @@ declare namespace LexModelsV2 {
|
|
|
4931
4982
|
* The identifier of the language and locale that contains the slot type. The string must match one of the supported locales. For more information, see Supported languages.
|
|
4932
4983
|
*/
|
|
4933
4984
|
localeId: LocaleId;
|
|
4985
|
+
externalSourceSetting?: ExternalSourceSetting;
|
|
4934
4986
|
}
|
|
4935
4987
|
export interface UpdateSlotTypeResponse {
|
|
4936
4988
|
/**
|
|
@@ -4977,6 +5029,7 @@ declare namespace LexModelsV2 {
|
|
|
4977
5029
|
* A timestamp of the date and time that the slot type was last updated.
|
|
4978
5030
|
*/
|
|
4979
5031
|
lastUpdatedDateTime?: Timestamp;
|
|
5032
|
+
externalSourceSetting?: ExternalSourceSetting;
|
|
4980
5033
|
}
|
|
4981
5034
|
export type Utterance = string;
|
|
4982
5035
|
export interface UtteranceAggregationDuration {
|
|
@@ -4994,7 +5047,7 @@ declare namespace LexModelsV2 {
|
|
|
4994
5047
|
*/
|
|
4995
5048
|
voiceId: VoiceId;
|
|
4996
5049
|
/**
|
|
4997
|
-
* Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see
|
|
5050
|
+
* Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide. If you do not specify a value, the default is standard.
|
|
4998
5051
|
*/
|
|
4999
5052
|
engine?: VoiceEngine;
|
|
5000
5053
|
}
|
|
@@ -123,6 +123,14 @@ declare class NetworkFirewall extends Service {
|
|
|
123
123
|
* Returns the data objects for the specified rule group.
|
|
124
124
|
*/
|
|
125
125
|
describeRuleGroup(callback?: (err: AWSError, data: NetworkFirewall.Types.DescribeRuleGroupResponse) => void): Request<NetworkFirewall.Types.DescribeRuleGroupResponse, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
* High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
|
|
128
|
+
*/
|
|
129
|
+
describeRuleGroupMetadata(params: NetworkFirewall.Types.DescribeRuleGroupMetadataRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.DescribeRuleGroupMetadataResponse) => void): Request<NetworkFirewall.Types.DescribeRuleGroupMetadataResponse, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
* High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
|
|
132
|
+
*/
|
|
133
|
+
describeRuleGroupMetadata(callback?: (err: AWSError, data: NetworkFirewall.Types.DescribeRuleGroupMetadataResponse) => void): Request<NetworkFirewall.Types.DescribeRuleGroupMetadataResponse, AWSError>;
|
|
126
134
|
/**
|
|
127
135
|
* Removes the specified subnet associations from the firewall. This removes the firewall endpoints from the subnets and removes any network filtering protections that the endpoints were providing.
|
|
128
136
|
*/
|
|
@@ -212,11 +220,11 @@ declare class NetworkFirewall extends Service {
|
|
|
212
220
|
*/
|
|
213
221
|
updateFirewallPolicy(callback?: (err: AWSError, data: NetworkFirewall.Types.UpdateFirewallPolicyResponse) => void): Request<NetworkFirewall.Types.UpdateFirewallPolicyResponse, AWSError>;
|
|
214
222
|
/**
|
|
215
|
-
*
|
|
223
|
+
* Modifies the flag, ChangeProtection, which indicates whether it is possible to change the firewall. If the flag is set to TRUE, the firewall is protected from changes. This setting helps protect against accidentally changing a firewall that's in use.
|
|
216
224
|
*/
|
|
217
225
|
updateFirewallPolicyChangeProtection(params: NetworkFirewall.Types.UpdateFirewallPolicyChangeProtectionRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.UpdateFirewallPolicyChangeProtectionResponse) => void): Request<NetworkFirewall.Types.UpdateFirewallPolicyChangeProtectionResponse, AWSError>;
|
|
218
226
|
/**
|
|
219
|
-
*
|
|
227
|
+
* Modifies the flag, ChangeProtection, which indicates whether it is possible to change the firewall. If the flag is set to TRUE, the firewall is protected from changes. This setting helps protect against accidentally changing a firewall that's in use.
|
|
220
228
|
*/
|
|
221
229
|
updateFirewallPolicyChangeProtection(callback?: (err: AWSError, data: NetworkFirewall.Types.UpdateFirewallPolicyChangeProtectionResponse) => void): Request<NetworkFirewall.Types.UpdateFirewallPolicyChangeProtectionResponse, AWSError>;
|
|
222
230
|
/**
|
|
@@ -623,6 +631,43 @@ declare namespace NetworkFirewall {
|
|
|
623
631
|
*/
|
|
624
632
|
Policy?: PolicyString;
|
|
625
633
|
}
|
|
634
|
+
export interface DescribeRuleGroupMetadataRequest {
|
|
635
|
+
/**
|
|
636
|
+
* The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both.
|
|
637
|
+
*/
|
|
638
|
+
RuleGroupName?: ResourceName;
|
|
639
|
+
/**
|
|
640
|
+
* The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both.
|
|
641
|
+
*/
|
|
642
|
+
RuleGroupArn?: ResourceArn;
|
|
643
|
+
/**
|
|
644
|
+
* Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules. This setting is required for requests that do not include the RuleGroupARN.
|
|
645
|
+
*/
|
|
646
|
+
Type?: RuleGroupType;
|
|
647
|
+
}
|
|
648
|
+
export interface DescribeRuleGroupMetadataResponse {
|
|
649
|
+
/**
|
|
650
|
+
* The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both.
|
|
651
|
+
*/
|
|
652
|
+
RuleGroupArn: ResourceArn;
|
|
653
|
+
/**
|
|
654
|
+
* The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both.
|
|
655
|
+
*/
|
|
656
|
+
RuleGroupName: ResourceName;
|
|
657
|
+
/**
|
|
658
|
+
* Returns the metadata objects for the specified rule group.
|
|
659
|
+
*/
|
|
660
|
+
Description?: Description;
|
|
661
|
+
/**
|
|
662
|
+
* Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules. This setting is required for requests that do not include the RuleGroupARN.
|
|
663
|
+
*/
|
|
664
|
+
Type?: RuleGroupType;
|
|
665
|
+
/**
|
|
666
|
+
* The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group. You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.
|
|
667
|
+
*/
|
|
668
|
+
Capacity?: RuleCapacity;
|
|
669
|
+
StatefulRuleOptions?: StatefulRuleOptions;
|
|
670
|
+
}
|
|
626
671
|
export interface DescribeRuleGroupRequest {
|
|
627
672
|
/**
|
|
628
673
|
* The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both.
|
|
@@ -777,7 +822,7 @@ declare namespace NetworkFirewall {
|
|
|
777
822
|
*/
|
|
778
823
|
StatefulRuleGroupReferences?: StatefulRuleGroupReferences;
|
|
779
824
|
/**
|
|
780
|
-
* The default actions to take on a packet that doesn't match any stateful rules.
|
|
825
|
+
* The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order. Valid values of the stateful default action: aws:drop_strict aws:drop_established aws:alert_strict aws:alert_established For more information, see Strict evaluation order in the AWS Network Firewall Developer Guide.
|
|
781
826
|
*/
|
|
782
827
|
StatefulDefaultActions?: StatefulActions;
|
|
783
828
|
/**
|
|
@@ -940,6 +985,10 @@ declare namespace NetworkFirewall {
|
|
|
940
985
|
* The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.
|
|
941
986
|
*/
|
|
942
987
|
MaxResults?: PaginationMaxResults;
|
|
988
|
+
/**
|
|
989
|
+
* The scope of the request. The default setting of ACCOUNT or a setting of NULL returns all of the rule groups in your account. A setting of MANAGED returns all available managed rule groups.
|
|
990
|
+
*/
|
|
991
|
+
Scope?: ResourceManagedStatus;
|
|
943
992
|
}
|
|
944
993
|
export interface ListRuleGroupsResponse {
|
|
945
994
|
/**
|
|
@@ -1026,6 +1075,7 @@ declare namespace NetworkFirewall {
|
|
|
1026
1075
|
TCPFlags?: TCPFlags;
|
|
1027
1076
|
}
|
|
1028
1077
|
export type NumberOfAssociations = number;
|
|
1078
|
+
export type OverrideAction = "DROP_TO_ALERT"|string;
|
|
1029
1079
|
export type PaginationMaxResults = number;
|
|
1030
1080
|
export type PaginationToken = string;
|
|
1031
1081
|
export interface PerObjectStatus {
|
|
@@ -1083,6 +1133,7 @@ declare namespace NetworkFirewall {
|
|
|
1083
1133
|
}
|
|
1084
1134
|
export type ResourceArn = string;
|
|
1085
1135
|
export type ResourceId = string;
|
|
1136
|
+
export type ResourceManagedStatus = "MANAGED"|"ACCOUNT"|string;
|
|
1086
1137
|
export type ResourceName = string;
|
|
1087
1138
|
export type ResourceStatus = "ACTIVE"|"DELETING"|string;
|
|
1088
1139
|
export type RuleCapacity = number;
|
|
@@ -1208,7 +1259,7 @@ declare namespace NetworkFirewall {
|
|
|
1208
1259
|
}
|
|
1209
1260
|
export interface RulesSourceList {
|
|
1210
1261
|
/**
|
|
1211
|
-
* The domains that you want to inspect for in your traffic flows.
|
|
1262
|
+
* The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following: Explicit names. For example, abc.example.com matches only the domain abc.example.com. Names that use a domain wildcard, which you indicate with an initial '.'. For example,.example.com matches example.com and matches all subdomains of example.com, such as abc.example.com and www.example.com.
|
|
1212
1263
|
*/
|
|
1213
1264
|
Targets: RuleTargets;
|
|
1214
1265
|
/**
|
|
@@ -1228,7 +1279,7 @@ declare namespace NetworkFirewall {
|
|
|
1228
1279
|
export type StatefulActions = CollectionMember_String[];
|
|
1229
1280
|
export interface StatefulEngineOptions {
|
|
1230
1281
|
/**
|
|
1231
|
-
* Indicates how to manage the order of stateful rule evaluation for the policy.
|
|
1282
|
+
* Indicates how to manage the order of stateful rule evaluation for the policy. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the AWS Network Firewall Developer Guide.
|
|
1232
1283
|
*/
|
|
1233
1284
|
RuleOrder?: RuleOrder;
|
|
1234
1285
|
}
|
|
@@ -1247,6 +1298,12 @@ declare namespace NetworkFirewall {
|
|
|
1247
1298
|
RuleOptions: RuleOptions;
|
|
1248
1299
|
}
|
|
1249
1300
|
export type StatefulRuleDirection = "FORWARD"|"ANY"|string;
|
|
1301
|
+
export interface StatefulRuleGroupOverride {
|
|
1302
|
+
/**
|
|
1303
|
+
* The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.
|
|
1304
|
+
*/
|
|
1305
|
+
Action?: OverrideAction;
|
|
1306
|
+
}
|
|
1250
1307
|
export interface StatefulRuleGroupReference {
|
|
1251
1308
|
/**
|
|
1252
1309
|
* The Amazon Resource Name (ARN) of the stateful rule group.
|
|
@@ -1256,11 +1313,15 @@ declare namespace NetworkFirewall {
|
|
|
1256
1313
|
* An integer setting that indicates the order in which to run the stateful rule groups in a single FirewallPolicy. This setting only applies to firewall policies that specify the STRICT_ORDER rule order in the stateful engine options settings. Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
|
|
1257
1314
|
*/
|
|
1258
1315
|
Priority?: Priority;
|
|
1316
|
+
/**
|
|
1317
|
+
* The action that allows the policy owner to override the behavior of the rule group within a policy.
|
|
1318
|
+
*/
|
|
1319
|
+
Override?: StatefulRuleGroupOverride;
|
|
1259
1320
|
}
|
|
1260
1321
|
export type StatefulRuleGroupReferences = StatefulRuleGroupReference[];
|
|
1261
1322
|
export interface StatefulRuleOptions {
|
|
1262
1323
|
/**
|
|
1263
|
-
* Indicates how to manage the order of the rule evaluation for the rule group.
|
|
1324
|
+
* Indicates how to manage the order of the rule evaluation for the rule group. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the AWS Network Firewall Developer Guide.
|
|
1264
1325
|
*/
|
|
1265
1326
|
RuleOrder?: RuleOrder;
|
|
1266
1327
|
}
|
|
@@ -1399,7 +1460,7 @@ declare namespace NetworkFirewall {
|
|
|
1399
1460
|
*/
|
|
1400
1461
|
FirewallName?: ResourceName;
|
|
1401
1462
|
/**
|
|
1402
|
-
*
|
|
1463
|
+
* A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE.
|
|
1403
1464
|
*/
|
|
1404
1465
|
DeleteProtection?: Boolean;
|
|
1405
1466
|
/**
|