aws-sdk 2.995.0 → 2.999.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.
Files changed (69) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/amp-2020-08-01.min.json +442 -11
  7. package/apis/amp-2020-08-01.paginators.json +6 -0
  8. package/apis/amp-2020-08-01.waiters2.json +43 -0
  9. package/apis/appintegrations-2020-07-29.min.json +222 -8
  10. package/apis/apprunner-2020-05-15.min.json +10 -10
  11. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  12. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  13. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  14. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  15. package/apis/connect-2017-08-08.min.json +25 -11
  16. package/apis/dataexchange-2017-07-25.min.json +277 -38
  17. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  18. package/apis/lambda-2015-03-31.min.json +79 -42
  19. package/apis/macie2-2020-01-01.min.json +79 -67
  20. package/apis/metadata.json +13 -0
  21. package/apis/network-firewall-2020-11-12.min.json +65 -31
  22. package/apis/pinpoint-2016-12-01.min.json +226 -213
  23. package/apis/sesv2-2019-09-27.min.json +72 -70
  24. package/apis/ssm-2014-11-06.min.json +3 -0
  25. package/apis/synthetics-2017-10-11.min.json +39 -9
  26. package/apis/voice-id-2021-09-27.examples.json +5 -0
  27. package/apis/voice-id-2021-09-27.min.json +903 -0
  28. package/apis/voice-id-2021-09-27.paginators.json +24 -0
  29. package/apis/wisdom-2020-10-19.examples.json +5 -0
  30. package/apis/wisdom-2020-10-19.min.json +1525 -0
  31. package/apis/wisdom-2020-10-19.paginators.json +46 -0
  32. package/apis/workmail-2017-10-01.min.json +139 -27
  33. package/apis/workmail-2017-10-01.paginators.json +5 -0
  34. package/apis/workspaces-2015-04-08.min.json +83 -50
  35. package/clients/account.d.ts +136 -0
  36. package/clients/account.js +18 -0
  37. package/clients/all.d.ts +4 -0
  38. package/clients/all.js +5 -1
  39. package/clients/amp.d.ts +387 -0
  40. package/clients/amp.js +1 -0
  41. package/clients/appintegrations.d.ts +273 -2
  42. package/clients/apprunner.d.ts +55 -54
  43. package/clients/cloudcontrol.d.ts +385 -0
  44. package/clients/cloudcontrol.js +19 -0
  45. package/clients/connect.d.ts +60 -32
  46. package/clients/dataexchange.d.ts +226 -2
  47. package/clients/elbv2.d.ts +7 -7
  48. package/clients/imagebuilder.d.ts +27 -27
  49. package/clients/lambda.d.ts +61 -22
  50. package/clients/macie2.d.ts +29 -12
  51. package/clients/networkfirewall.d.ts +61 -10
  52. package/clients/pinpoint.d.ts +24 -0
  53. package/clients/sesv2.d.ts +128 -108
  54. package/clients/ssm.d.ts +7 -3
  55. package/clients/synthetics.d.ts +40 -0
  56. package/clients/transfer.d.ts +12 -12
  57. package/clients/voiceid.d.ts +1133 -0
  58. package/clients/voiceid.js +18 -0
  59. package/clients/wisdom.d.ts +1499 -0
  60. package/clients/wisdom.js +18 -0
  61. package/clients/workmail.d.ts +173 -0
  62. package/clients/workspaces.d.ts +87 -40
  63. package/dist/aws-sdk-core-react-native.js +2 -2
  64. package/dist/aws-sdk-react-native.js +371 -209
  65. package/dist/aws-sdk.js +123 -56
  66. package/dist/aws-sdk.min.js +70 -70
  67. package/lib/config_service_placeholders.d.ts +8 -0
  68. package/lib/core.js +1 -1
  69. package/package.json +1 -1
@@ -659,7 +659,7 @@ declare namespace Macie2 {
659
659
  }
660
660
  export interface BucketCountByEncryptionType {
661
661
  /**
662
- * The total number of buckets that use an Key Management Service (KMS) customer master key (CMK) to encrypt new objects by default. These buckets use Amazon Web Services managed KMS encryption (AWS-KMS) or customer managed KMS encryption (SSE-KMS) by default.
662
+ * The total number of buckets that use an KMS key to encrypt new objects by default, either an Amazon Web Services managed key or a customer managed key. These buckets use KMS encryption (SSE-KMS) by default.
663
663
  */
664
664
  kmsManaged?: __long;
665
665
  /**
@@ -710,7 +710,7 @@ declare namespace Macie2 {
710
710
  export type BucketCriteria = {[key: string]: BucketCriteriaAdditionalProperties};
711
711
  export interface BucketCriteriaAdditionalProperties {
712
712
  /**
713
- * The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
713
+ * The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
714
714
  */
715
715
  eq?: __listOf__string;
716
716
  /**
@@ -781,6 +781,14 @@ declare namespace Macie2 {
781
781
  * The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket. These objects use a supported storage class and have a file name extension for a supported file or storage format. If versioning is enabled for the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
782
782
  */
783
783
  classifiableSizeInBytes?: __long;
784
+ /**
785
+ * Specifies the error code for an error that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. If this value is ACCESS_DENIED, Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. If this value is null, Macie was able to retrieve and process the information.
786
+ */
787
+ errorCode?: BucketMetadataErrorCode;
788
+ /**
789
+ * A brief description of the error (errorCode) that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. This value is null if Macie was able to retrieve and process the information.
790
+ */
791
+ errorMessage?: __string;
784
792
  /**
785
793
  * Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket, and, if so, the details of the job that ran most recently.
786
794
  */
@@ -822,7 +830,7 @@ declare namespace Macie2 {
822
830
  */
823
831
  sizeInBytes?: __long;
824
832
  /**
825
- * The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket. If versioning is enabled for the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
833
+ * The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket. If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
826
834
  */
827
835
  sizeInBytesCompressed?: __long;
828
836
  /**
@@ -842,6 +850,7 @@ declare namespace Macie2 {
842
850
  */
843
851
  versioning?: __boolean;
844
852
  }
853
+ export type BucketMetadataErrorCode = "ACCESS_DENIED"|string;
845
854
  export interface BucketPermissionConfiguration {
846
855
  /**
847
856
  * The account-level permissions settings that apply to the bucket.
@@ -874,11 +883,11 @@ declare namespace Macie2 {
874
883
  }
875
884
  export interface BucketServerSideEncryption {
876
885
  /**
877
- * The Amazon Resource Name (ARN) or unique identifier (key ID) for the Key Management Service (KMS) customer master key (CMK) that's used by default to encrypt objects that are added to the bucket. This value is null if the bucket uses an Amazon S3 managed key to encrypt new objects or the bucket doesn't encrypt new objects by default.
886
+ * The Amazon Resource Name (ARN) or unique identifier (key ID) for the KMS key that's used by default to encrypt objects that are added to the bucket. This value is null if the bucket uses an Amazon S3 managed key to encrypt new objects or the bucket doesn't encrypt new objects by default.
878
887
  */
879
888
  kmsMasterKeyId?: __string;
880
889
  /**
881
- * The type of server-side encryption that's used by default when storing new objects in the bucket. Possible values are: AES256 - New objects are encrypted with an Amazon S3 managed key and use Amazon S3 managed encryption (SSE-S3). aws:kms - New objects are encrypted with an KMS CMK, specified by the kmsMasterKeyId property, and use Amazon Web Services managed KMS encryption (AWS-KMS) or customer managed KMS encryption (SSE-KMS). NONE - New objects aren't encrypted by default. Default encryption is disabled for the bucket.
890
+ * The type of server-side encryption that's used by default when storing new objects in the bucket. Possible values are: AES256 - New objects are encrypted with an Amazon S3 managed key. They use SSE-S3 encryption. aws:kms - New objects are encrypted with an KMS key (kmsMasterKeyId), either an Amazon Web Services managed key or a customer managed key. They use SSE-KMS encryption. NONE - New objects aren't encrypted by default. Default encryption is disabled for the bucket.
882
891
  */
883
892
  type?: Type;
884
893
  }
@@ -1729,11 +1738,11 @@ declare namespace Macie2 {
1729
1738
  */
1730
1739
  objectCount?: __long;
1731
1740
  /**
1732
- * The total storage size, in bytes, of the buckets. If versioning is enabled for any of the buckets, Macie calculates this value based on the size of the latest version of each object in those buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
1741
+ * The total storage size, in bytes, of the buckets. If versioning is enabled for any of the buckets, Amazon Macie calculates this value based on the size of the latest version of each object in those buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
1733
1742
  */
1734
1743
  sizeInBytes?: __long;
1735
1744
  /**
1736
- * The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets. If versioning is enabled for any of the buckets, Macie calculates this value based on the size of the latest version of each applicable object in those buckets. This value doesn't reflect the storage size of all versions of the applicable objects in the buckets.
1745
+ * The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets. If versioning is enabled for any of the buckets, Amazon Macie calculates this value based on the size of the latest version of each applicable object in those buckets. This value doesn't reflect the storage size of all versions of the applicable objects in the buckets.
1737
1746
  */
1738
1747
  sizeInBytesCompressed?: __long;
1739
1748
  /**
@@ -2504,6 +2513,14 @@ declare namespace Macie2 {
2504
2513
  * The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket. These objects use a supported storage class and have a file name extension for a supported file or storage format. If versioning is enabled for the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
2505
2514
  */
2506
2515
  classifiableSizeInBytes?: __long;
2516
+ /**
2517
+ * Specifies the error code for an error that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. If this value is ACCESS_DENIED, Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. If this value is null, Macie was able to retrieve and process the information.
2518
+ */
2519
+ errorCode?: BucketMetadataErrorCode;
2520
+ /**
2521
+ * A brief description of the error (errorCode) that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. This value is null if Macie was able to retrieve and process the information.
2522
+ */
2523
+ errorMessage?: __string;
2507
2524
  /**
2508
2525
  * Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.
2509
2526
  */
@@ -2521,7 +2538,7 @@ declare namespace Macie2 {
2521
2538
  */
2522
2539
  sizeInBytes?: __long;
2523
2540
  /**
2524
- * The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket. If versioning is enabled for the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
2541
+ * The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket. If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
2525
2542
  */
2526
2543
  sizeInBytesCompressed?: __long;
2527
2544
  /**
@@ -2586,11 +2603,11 @@ declare namespace Macie2 {
2586
2603
  }
2587
2604
  export interface ObjectCountByEncryptionType {
2588
2605
  /**
2589
- * The total number of objects that are encrypted with a customer-managed key. The objects use customer-provided server-side encryption (SSE-C).
2606
+ * The total number of objects that are encrypted with a customer-provided key. The objects use customer-provided server-side encryption (SSE-C).
2590
2607
  */
2591
2608
  customerManaged?: __long;
2592
2609
  /**
2593
- * The total number of objects that are encrypted with an Key Management Service (KMS) customer master key (CMK). The objects use Amazon Web Services managed KMS encryption (AWS-KMS) or customer managed KMS encryption (SSE-KMS).
2610
+ * The total number of objects that are encrypted with an KMS key, either an Amazon Web Services managed key or a customer managed key. The objects use KMS encryption (SSE-KMS).
2594
2611
  */
2595
2612
  kmsManaged?: __long;
2596
2613
  /**
@@ -2817,7 +2834,7 @@ declare namespace Macie2 {
2817
2834
  */
2818
2835
  keyPrefix?: __string;
2819
2836
  /**
2820
- * The Amazon Resource Name (ARN) of the Key Management Service (KMS) customer master key (CMK) to use for encryption of the results. This must be the ARN of an existing CMK that's in the same Amazon Web Services Region as the bucket.
2837
+ * The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric, customer managed KMS key that's in the same Amazon Web Services Region as the bucket.
2821
2838
  */
2822
2839
  kmsKeyArn: __string;
2823
2840
  }
@@ -3029,7 +3046,7 @@ declare namespace Macie2 {
3029
3046
  */
3030
3047
  encryptionType?: EncryptionType;
3031
3048
  /**
3032
- * The Amazon Resource Name (ARN) or unique identifier (key ID) for the Key Management Service (KMS) customer master key (CMK) that's used to encrypt data in the bucket or the object. If an KMS CMK isn't used, this value is null.
3049
+ * The Amazon Resource Name (ARN) or unique identifier (key ID) for the KMS key that's used to encrypt data in the bucket or the object. This value is null if an KMS key isn't used to encrypt the data.
3033
3050
  */
3034
3051
  kmsMasterKeyId?: __string;
3035
3052
  }
@@ -773,9 +773,17 @@ declare namespace NetworkFirewall {
773
773
  */
774
774
  StatelessCustomActions?: CustomActions;
775
775
  /**
776
- * References to the stateless rule groups that are used in the policy. These define the inspection criteria in stateful rules.
776
+ * References to the stateful rule groups that are used in the policy. These define the inspection criteria in stateful rules.
777
777
  */
778
778
  StatefulRuleGroupReferences?: StatefulRuleGroupReferences;
779
+ /**
780
+ * The default actions to take on a packet that doesn't match any stateful rules.
781
+ */
782
+ StatefulDefaultActions?: StatefulActions;
783
+ /**
784
+ * Additional options governing how Network Firewall handles stateful rules. The stateful rule groups that you use in your policy must have stateful rule options settings that are compatible with these settings.
785
+ */
786
+ StatefulEngineOptions?: StatefulEngineOptions;
779
787
  }
780
788
  export interface FirewallPolicyMetadata {
781
789
  /**
@@ -812,6 +820,18 @@ declare namespace NetworkFirewall {
812
820
  * The key:value pairs to associate with the resource.
813
821
  */
814
822
  Tags?: TagList;
823
+ /**
824
+ * The number of capacity units currently consumed by the policy's stateless rules.
825
+ */
826
+ ConsumedStatelessRuleCapacity?: RuleCapacity;
827
+ /**
828
+ * The number of capacity units currently consumed by the policy's stateful rules.
829
+ */
830
+ ConsumedStatefulRuleCapacity?: RuleCapacity;
831
+ /**
832
+ * The number of firewalls that are associated with this firewall policy.
833
+ */
834
+ NumberOfAssociations?: NumberOfAssociations;
815
835
  }
816
836
  export interface FirewallStatus {
817
837
  /**
@@ -843,7 +863,7 @@ declare namespace NetworkFirewall {
843
863
  */
844
864
  Source: Source;
845
865
  /**
846
- * The source port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990-1994. To match with any port, specify ANY.
866
+ * The source port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.
847
867
  */
848
868
  SourcePort: Port;
849
869
  /**
@@ -855,7 +875,7 @@ declare namespace NetworkFirewall {
855
875
  */
856
876
  Destination: Destination;
857
877
  /**
858
- * The destination port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990-1994. To match with any port, specify ANY.
878
+ * The destination port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.
859
879
  */
860
880
  DestinationPort: Port;
861
881
  }
@@ -989,11 +1009,11 @@ declare namespace NetworkFirewall {
989
1009
  */
990
1010
  Destinations?: Addresses;
991
1011
  /**
992
- * The source ports to inspect for. If not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP). You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990-1994.
1012
+ * The source ports to inspect for. If not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP). You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990:1994.
993
1013
  */
994
1014
  SourcePorts?: PortRanges;
995
1015
  /**
996
- * The destination ports to inspect for. If not specified, this matches with any destination port. This setting is only used for protocols 6 (TCP) and 17 (UDP). You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990-1994.
1016
+ * The destination ports to inspect for. If not specified, this matches with any destination port. This setting is only used for protocols 6 (TCP) and 17 (UDP). You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990:1994.
997
1017
  */
998
1018
  DestinationPorts?: PortRanges;
999
1019
  /**
@@ -1005,6 +1025,7 @@ declare namespace NetworkFirewall {
1005
1025
  */
1006
1026
  TCPFlags?: TCPFlags;
1007
1027
  }
1028
+ export type NumberOfAssociations = number;
1008
1029
  export type PaginationMaxResults = number;
1009
1030
  export type PaginationToken = string;
1010
1031
  export interface PerObjectStatus {
@@ -1084,6 +1105,10 @@ declare namespace NetworkFirewall {
1084
1105
  * The stateful rules or stateless rules for the rule group.
1085
1106
  */
1086
1107
  RulesSource: RulesSource;
1108
+ /**
1109
+ * Additional options governing how Network Firewall handles stateful rules. The policies where you use your stateful rule group must have stateful rule options settings that are compatible with these settings.
1110
+ */
1111
+ StatefulRuleOptions?: StatefulRuleOptions;
1087
1112
  }
1088
1113
  export interface RuleGroupMetadata {
1089
1114
  /**
@@ -1128,6 +1153,14 @@ declare namespace NetworkFirewall {
1128
1153
  * The key:value pairs to associate with the resource.
1129
1154
  */
1130
1155
  Tags?: TagList;
1156
+ /**
1157
+ * The number of capacity units currently consumed by the rule group rules.
1158
+ */
1159
+ ConsumedCapacity?: RuleCapacity;
1160
+ /**
1161
+ * The number of firewall policies that use this rule group.
1162
+ */
1163
+ NumberOfAssociations?: NumberOfAssociations;
1131
1164
  }
1132
1165
  export type RuleGroupType = "STATELESS"|"STATEFUL"|string;
1133
1166
  export type RuleGroups = RuleGroupMetadata[];
@@ -1142,6 +1175,7 @@ declare namespace NetworkFirewall {
1142
1175
  Settings?: Settings;
1143
1176
  }
1144
1177
  export type RuleOptions = RuleOption[];
1178
+ export type RuleOrder = "DEFAULT_ACTION_ORDER"|"STRICT_ORDER"|string;
1145
1179
  export type RuleTargets = CollectionMember_String[];
1146
1180
  export type RuleVariableName = string;
1147
1181
  export interface RuleVariables {
@@ -1164,7 +1198,7 @@ declare namespace NetworkFirewall {
1164
1198
  */
1165
1199
  RulesSourceList?: RulesSourceList;
1166
1200
  /**
1167
- * The 5-tuple stateful inspection criteria. This contains an array of individual 5-tuple stateful rules to be used together in a stateful rule group.
1201
+ * An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata Rules format, see Rules Format.
1168
1202
  */
1169
1203
  StatefulRules?: StatefulRules;
1170
1204
  /**
@@ -1178,7 +1212,7 @@ declare namespace NetworkFirewall {
1178
1212
  */
1179
1213
  Targets: RuleTargets;
1180
1214
  /**
1181
- * The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specity HTTP_HOST for HTTP. You can specify either or both.
1215
+ * The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.
1182
1216
  */
1183
1217
  TargetTypes: TargetTypes;
1184
1218
  /**
@@ -1191,17 +1225,24 @@ declare namespace NetworkFirewall {
1191
1225
  export type Settings = Setting[];
1192
1226
  export type Source = string;
1193
1227
  export type StatefulAction = "PASS"|"DROP"|"ALERT"|string;
1228
+ export type StatefulActions = CollectionMember_String[];
1229
+ export interface StatefulEngineOptions {
1230
+ /**
1231
+ * Indicates how to manage the order of stateful rule evaluation for the policy. By default, Network Firewall leaves the rule evaluation order up to the Suricata rule processing engine. If you set this to STRICT_ORDER, your rules are evaluated in the exact order that you provide them in the policy. With strict ordering, the rule groups are evaluated by order of priority, starting from the lowest number, and the rules in each rule group are processed in the order that they're defined.
1232
+ */
1233
+ RuleOrder?: RuleOrder;
1234
+ }
1194
1235
  export interface StatefulRule {
1195
1236
  /**
1196
1237
  * Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. The actions for a stateful rule are defined as follows: PASS - Permits the packets to go to the intended destination. DROP - Blocks the packets from going to the intended destination and sends an alert log message, if alert logging is configured in the Firewall LoggingConfiguration. ALERT - Permits the packets to go to the intended destination and sends an alert log message, if alert logging is configured in the Firewall LoggingConfiguration. You can use this action to test a rule that you intend to use to drop traffic. You can enable the rule with ALERT action, verify in the logs that the rule is filtering as you want, then change the action to DROP.
1197
1238
  */
1198
1239
  Action: StatefulAction;
1199
1240
  /**
1200
- * The stateful 5-tuple inspection criteria for this rule, used to inspect traffic flows.
1241
+ * The stateful inspection criteria for this rule, used to inspect traffic flows.
1201
1242
  */
1202
1243
  Header: Header;
1203
1244
  /**
1204
- *
1245
+ * Additional options for the rule. These are the Suricata RuleOptions settings.
1205
1246
  */
1206
1247
  RuleOptions: RuleOptions;
1207
1248
  }
@@ -1211,8 +1252,18 @@ declare namespace NetworkFirewall {
1211
1252
  * The Amazon Resource Name (ARN) of the stateful rule group.
1212
1253
  */
1213
1254
  ResourceArn: ResourceArn;
1255
+ /**
1256
+ * 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
+ */
1258
+ Priority?: Priority;
1214
1259
  }
1215
1260
  export type StatefulRuleGroupReferences = StatefulRuleGroupReference[];
1261
+ export interface StatefulRuleOptions {
1262
+ /**
1263
+ * Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall leaves the rule evaluation order up to the Suricata rule processing engine. If you set this to STRICT_ORDER, your rules are evaluated in the exact order that they're listed in your Suricata rules string.
1264
+ */
1265
+ RuleOrder?: RuleOrder;
1266
+ }
1216
1267
  export type StatefulRuleProtocol = "IP"|"TCP"|"UDP"|"ICMP"|"HTTP"|"FTP"|"TLS"|"SMB"|"DNS"|"DCERPC"|"SSH"|"SMTP"|"IMAP"|"MSN"|"KRB5"|"IKEV2"|"TFTP"|"NTP"|"DHCP"|string;
1217
1268
  export type StatefulRules = StatefulRule[];
1218
1269
  export type StatelessActions = CollectionMember_String[];
@@ -1222,7 +1273,7 @@ declare namespace NetworkFirewall {
1222
1273
  */
1223
1274
  RuleDefinition: RuleDefinition;
1224
1275
  /**
1225
- * A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group. Network Firewall evaluates the rules in a rule group starting with the lowest priority setting. You must ensure that the priority settings are unique for the rule group. Each stateless rule group uses exactly one StatelessRulesAndCustomActions object, and each StatelessRulesAndCustomActions contains exactly one StatelessRules object. To ensure unique priority settings for your rule groups, set unique priorities for the stateless rules that you define inside any single StatelessRules object. You can change the priority settings of your rules at any time. To make it easier to insert rules later, number them so there's a wide range in between, for example use 100, 200, and so on.
1276
+ * Indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group. Network Firewall evaluates the rules in a rule group starting with the lowest priority setting. You must ensure that the priority settings are unique for the rule group. Each stateless rule group uses exactly one StatelessRulesAndCustomActions object, and each StatelessRulesAndCustomActions contains exactly one StatelessRules object. To ensure unique priority settings for your rule groups, set unique priorities for the stateless rules that you define inside any single StatelessRules object. You can change the priority settings of your rules at any time. To make it easier to insert rules later, number them so there's a wide range in between, for example use 100, 200, and so on.
1226
1277
  */
1227
1278
  Priority: Priority;
1228
1279
  }
@@ -1563,6 +1563,10 @@ declare namespace Pinpoint {
1563
1563
  * The settings for a wait activity. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.
1564
1564
  */
1565
1565
  Wait?: WaitActivity;
1566
+ /**
1567
+ * The settings for a connect activity. This type of activity initiates a contact center call to participants.
1568
+ */
1569
+ ContactCenter?: ContactCenterActivity;
1566
1570
  }
1567
1571
  export interface ActivityResponse {
1568
1572
  /**
@@ -2245,6 +2249,12 @@ declare namespace Pinpoint {
2245
2249
  */
2246
2250
  TrueActivity?: __string;
2247
2251
  }
2252
+ export interface ContactCenterActivity {
2253
+ /**
2254
+ * The unique identifier for the next activity to perform after the this activity.
2255
+ */
2256
+ NextActivity?: __string;
2257
+ }
2248
2258
  export interface CreateAppRequest {
2249
2259
  CreateApplicationRequest: CreateApplicationRequest;
2250
2260
  }
@@ -4884,6 +4894,16 @@ declare namespace Pinpoint {
4884
4894
  */
4885
4895
  TimeToLive?: __string;
4886
4896
  }
4897
+ export interface JourneyChannelSettings {
4898
+ /**
4899
+ * Amazon Resource Name (ARN) of the Connect Campaign.
4900
+ */
4901
+ ConnectCampaignArn?: __string;
4902
+ /**
4903
+ * IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.
4904
+ */
4905
+ ConnectCampaignExecutionRoleArn?: __string;
4906
+ }
4887
4907
  export interface JourneyResponse {
4888
4908
  /**
4889
4909
  * A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.
@@ -4953,6 +4973,10 @@ declare namespace Pinpoint {
4953
4973
  * Specifies whether a journey should be refreshed on segment update.
4954
4974
  */
4955
4975
  RefreshOnSegmentUpdate?: __boolean;
4976
+ /**
4977
+ * The channel-specific configurations for the journey.
4978
+ */
4979
+ JourneyChannelSettings?: JourneyChannelSettings;
4956
4980
  }
4957
4981
  export interface JourneySMSMessage {
4958
4982
  /**