cdk-docker-image-deployment 0.0.138 → 0.0.140

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
  9. package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
  12. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
  13. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
  14. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
  15. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +17 -11
  16. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
  17. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
  19. package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
  20. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +11 -2
  21. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
  22. package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
  23. package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
  24. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -2
  26. package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
  27. package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
  28. package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
  29. package/node_modules/aws-sdk/clients/groundstation.js +1 -0
  30. package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
  31. package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
  32. package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
  34. package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -12
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1040 -1033
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +43 -22
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +5 -5
@@ -2375,6 +2375,28 @@ declare namespace Glue {
2375
2375
  TableName: NameString;
2376
2376
  }
2377
2377
  export type CatalogGetterPageSize = number;
2378
+ export interface CatalogHudiSource {
2379
+ /**
2380
+ * The name of the Hudi data source.
2381
+ */
2382
+ Name: NodeName;
2383
+ /**
2384
+ * The name of the database to read from.
2385
+ */
2386
+ Database: EnclosedInStringProperty;
2387
+ /**
2388
+ * The name of the table in the database to read from.
2389
+ */
2390
+ Table: EnclosedInStringProperty;
2391
+ /**
2392
+ * Specifies additional connection options.
2393
+ */
2394
+ AdditionalHudiOptions?: AdditionalOptions;
2395
+ /**
2396
+ * Specifies the data schema for the Hudi source.
2397
+ */
2398
+ OutputSchemas?: GlueSchemas;
2399
+ }
2378
2400
  export type CatalogIdString = string;
2379
2401
  export interface CatalogImportStatus {
2380
2402
  /**
@@ -2755,6 +2777,26 @@ declare namespace Glue {
2755
2777
  * Specifies your data quality evaluation criteria.
2756
2778
  */
2757
2779
  EvaluateDataQuality?: EvaluateDataQuality;
2780
+ /**
2781
+ * Specifies a Hudi data source that is registered in the Glue Data Catalog. The Hudi data source must be stored in Amazon S3.
2782
+ */
2783
+ S3CatalogHudiSource?: S3CatalogHudiSource;
2784
+ /**
2785
+ * Specifies a Hudi data source that is registered in the Glue Data Catalog.
2786
+ */
2787
+ CatalogHudiSource?: CatalogHudiSource;
2788
+ /**
2789
+ * Specifies a Hudi data source stored in Amazon S3.
2790
+ */
2791
+ S3HudiSource?: S3HudiSource;
2792
+ /**
2793
+ * Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
2794
+ */
2795
+ S3HudiCatalogTarget?: S3HudiCatalogTarget;
2796
+ /**
2797
+ * Specifies a target that writes to a Hudi data source in Amazon S3.
2798
+ */
2799
+ S3HudiDirectTarget?: S3HudiDirectTarget;
2758
2800
  }
2759
2801
  export type CodeGenConfigurationNodes = {[key: string]: CodeGenConfigurationNode};
2760
2802
  export interface CodeGenEdge {
@@ -7600,6 +7642,7 @@ declare namespace Glue {
7600
7642
  }
7601
7643
  export type GrokPattern = string;
7602
7644
  export type HashString = string;
7645
+ export type HudiTargetCompressionType = "gzip"|"lzo"|"uncompressed"|"snappy"|string;
7603
7646
  export type IdString = string;
7604
7647
  export interface ImportCatalogToGlueRequest {
7605
7648
  /**
@@ -9964,6 +10007,28 @@ declare namespace Glue {
9964
10007
  */
9965
10008
  Id?: IntegerValue;
9966
10009
  }
10010
+ export interface S3CatalogHudiSource {
10011
+ /**
10012
+ * The name of the Hudi data source.
10013
+ */
10014
+ Name: NodeName;
10015
+ /**
10016
+ * The name of the database to read from.
10017
+ */
10018
+ Database: EnclosedInStringProperty;
10019
+ /**
10020
+ * The name of the table in the database to read from.
10021
+ */
10022
+ Table: EnclosedInStringProperty;
10023
+ /**
10024
+ * Specifies additional connection options.
10025
+ */
10026
+ AdditionalHudiOptions?: AdditionalOptions;
10027
+ /**
10028
+ * Specifies the data schema for the Hudi source.
10029
+ */
10030
+ OutputSchemas?: GlueSchemas;
10031
+ }
9967
10032
  export interface S3CatalogSource {
9968
10033
  /**
9969
10034
  * The name of the data store.
@@ -10176,6 +10241,80 @@ declare namespace Glue {
10176
10241
  */
10177
10242
  SchemaChangePolicy?: DirectSchemaChangePolicy;
10178
10243
  }
10244
+ export interface S3HudiCatalogTarget {
10245
+ /**
10246
+ * The name of the data target.
10247
+ */
10248
+ Name: NodeName;
10249
+ /**
10250
+ * The nodes that are inputs to the data target.
10251
+ */
10252
+ Inputs: OneInput;
10253
+ /**
10254
+ * Specifies native partitioning using a sequence of keys.
10255
+ */
10256
+ PartitionKeys?: GlueStudioPathList;
10257
+ /**
10258
+ * The name of the table in the database to write to.
10259
+ */
10260
+ Table: EnclosedInStringProperty;
10261
+ /**
10262
+ * The name of the database to write to.
10263
+ */
10264
+ Database: EnclosedInStringProperty;
10265
+ /**
10266
+ * Specifies additional connection options for the connector.
10267
+ */
10268
+ AdditionalOptions: AdditionalOptions;
10269
+ SchemaChangePolicy?: CatalogSchemaChangePolicy;
10270
+ }
10271
+ export interface S3HudiDirectTarget {
10272
+ /**
10273
+ * The name of the data target.
10274
+ */
10275
+ Name: NodeName;
10276
+ /**
10277
+ * The nodes that are inputs to the data target.
10278
+ */
10279
+ Inputs: OneInput;
10280
+ /**
10281
+ * The Amazon S3 path of your Hudi data source to write to.
10282
+ */
10283
+ Path: EnclosedInStringProperty;
10284
+ /**
10285
+ * Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").
10286
+ */
10287
+ Compression: HudiTargetCompressionType;
10288
+ /**
10289
+ * Specifies native partitioning using a sequence of keys.
10290
+ */
10291
+ PartitionKeys?: GlueStudioPathList;
10292
+ /**
10293
+ * Specifies the data output format for the target.
10294
+ */
10295
+ Format: TargetFormat;
10296
+ AdditionalOptions: AdditionalOptions;
10297
+ SchemaChangePolicy?: DirectSchemaChangePolicy;
10298
+ }
10299
+ export interface S3HudiSource {
10300
+ /**
10301
+ * The name of the Hudi source.
10302
+ */
10303
+ Name: NodeName;
10304
+ /**
10305
+ * A list of the Amazon S3 paths to read from.
10306
+ */
10307
+ Paths: EnclosedInStringProperties;
10308
+ /**
10309
+ * Specifies additional connection options.
10310
+ */
10311
+ AdditionalHudiOptions?: AdditionalOptions;
10312
+ AdditionalOptions?: S3DirectSourceAdditionalOptions;
10313
+ /**
10314
+ * Specifies the data schema for the Hudi source.
10315
+ */
10316
+ OutputSchemas?: GlueSchemas;
10317
+ }
10179
10318
  export interface S3JsonSource {
10180
10319
  /**
10181
10320
  * The name of the data store.
@@ -11498,7 +11637,7 @@ declare namespace Glue {
11498
11637
  }
11499
11638
  export type TagValue = string;
11500
11639
  export type TagsMap = {[key: string]: TagValue};
11501
- export type TargetFormat = "json"|"csv"|"avro"|"orc"|"parquet"|string;
11640
+ export type TargetFormat = "json"|"csv"|"avro"|"orc"|"parquet"|"hudi"|string;
11502
11641
  export interface TaskRun {
11503
11642
  /**
11504
11643
  * The unique identifier for the transform.
@@ -2,6 +2,7 @@ import {Request} from '../lib/request';
2
2
  import {Response} from '../lib/response';
3
3
  import {AWSError} from '../lib/error';
4
4
  import {Service} from '../lib/service';
5
+ import {WaiterConfiguration} from '../lib/service';
5
6
  import {ServiceConfigurationOptions} from '../lib/service';
6
7
  import {ConfigBase as Config} from '../lib/config-base';
7
8
  interface Blob {}
@@ -251,6 +252,14 @@ declare class GroundStation extends Service {
251
252
  * Updates a mission profile. Updating a mission profile will not update the execution parameters for existing future contacts.
252
253
  */
253
254
  updateMissionProfile(callback?: (err: AWSError, data: GroundStation.Types.MissionProfileIdResponse) => void): Request<GroundStation.Types.MissionProfileIdResponse, AWSError>;
255
+ /**
256
+ * Waits for the contactScheduled state by periodically calling the underlying GroundStation.describeContactoperation every 5 seconds (at most 180 times). Waits until a contact has been scheduled
257
+ */
258
+ waitFor(state: "contactScheduled", params: GroundStation.Types.DescribeContactRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: GroundStation.Types.DescribeContactResponse) => void): Request<GroundStation.Types.DescribeContactResponse, AWSError>;
259
+ /**
260
+ * Waits for the contactScheduled state by periodically calling the underlying GroundStation.describeContactoperation every 5 seconds (at most 180 times). Waits until a contact has been scheduled
261
+ */
262
+ waitFor(state: "contactScheduled", callback?: (err: AWSError, data: GroundStation.Types.DescribeContactResponse) => void): Request<GroundStation.Types.DescribeContactResponse, AWSError>;
254
263
  }
255
264
  declare namespace GroundStation {
256
265
  export type AWSRegion = string;
@@ -458,6 +467,14 @@ declare namespace GroundStation {
458
467
  tags?: TagsMap;
459
468
  }
460
469
  export interface CreateDataflowEndpointGroupRequest {
470
+ /**
471
+ * Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
472
+ */
473
+ contactPostPassDurationSeconds?: DataflowEndpointGroupDurationInSeconds;
474
+ /**
475
+ * Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.
476
+ */
477
+ contactPrePassDurationSeconds?: DataflowEndpointGroupDurationInSeconds;
461
478
  /**
462
479
  * Endpoint details of each endpoint in the dataflow endpoint group.
463
480
  */
@@ -572,6 +589,7 @@ declare namespace GroundStation {
572
589
  dataflowEndpointRegion?: String;
573
590
  }
574
591
  export type DataflowEndpointGroupArn = string;
592
+ export type DataflowEndpointGroupDurationInSeconds = number;
575
593
  export interface DataflowEndpointGroupIdResponse {
576
594
  /**
577
595
  * UUID of a dataflow endpoint group.
@@ -938,6 +956,14 @@ declare namespace GroundStation {
938
956
  dataflowEndpointGroupId: Uuid;
939
957
  }
940
958
  export interface GetDataflowEndpointGroupResponse {
959
+ /**
960
+ * Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
961
+ */
962
+ contactPostPassDurationSeconds?: DataflowEndpointGroupDurationInSeconds;
963
+ /**
964
+ * Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.
965
+ */
966
+ contactPrePassDurationSeconds?: DataflowEndpointGroupDurationInSeconds;
941
967
  /**
942
968
  * ARN of a dataflow endpoint group.
943
969
  */
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['groundstation'], '2019-05-23', {
9
9
  get: function get() {
10
10
  var model = require('../apis/groundstation-2019-05-23.min.json');
11
11
  model.paginators = require('../apis/groundstation-2019-05-23.paginators.json').pagination;
12
+ model.waiters = require('../apis/groundstation-2019-05-23.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -4801,6 +4801,10 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
4801
4801
  * Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
4802
4802
  */
4803
4803
  VideoPid?: __string;
4804
+ /**
4805
+ * Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.
4806
+ */
4807
+ Scte35PrerollPullupMilliseconds?: __doubleMin0Max5000;
4804
4808
  }
4805
4809
  export type M2tsTimedMetadataBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
4806
4810
  export type M3u8NielsenId3Behavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
@@ -7092,6 +7096,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
7092
7096
  export type __doubleMin0 = number;
7093
7097
  export type __doubleMin0Max1 = number;
7094
7098
  export type __doubleMin0Max100 = number;
7099
+ export type __doubleMin0Max5000 = number;
7095
7100
  export type __doubleMin1 = number;
7096
7101
  export type __doubleMin1Max65535 = number;
7097
7102
  export type __doubleMinNegative59Max0 = number;
@@ -20,11 +20,11 @@ declare class OpenSearch extends Service {
20
20
  */
21
21
  acceptInboundConnection(callback?: (err: AWSError, data: OpenSearch.Types.AcceptInboundConnectionResponse) => void): Request<OpenSearch.Types.AcceptInboundConnectionResponse, AWSError>;
22
22
  /**
23
- * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. An domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
23
+ * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
24
24
  */
25
25
  addTags(params: OpenSearch.Types.AddTagsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
26
26
  /**
27
- * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. An domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
27
+ * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
28
28
  */
29
29
  addTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
30
30
  /**
@@ -163,6 +163,14 @@ declare class OpenSearch extends Service {
163
163
  * Returns domain configuration information about the specified Amazon OpenSearch Service domains.
164
164
  */
165
165
  describeDomains(callback?: (err: AWSError, data: OpenSearch.Types.DescribeDomainsResponse) => void): Request<OpenSearch.Types.DescribeDomainsResponse, AWSError>;
166
+ /**
167
+ * Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment.
168
+ */
169
+ describeDryRunProgress(params: OpenSearch.Types.DescribeDryRunProgressRequest, callback?: (err: AWSError, data: OpenSearch.Types.DescribeDryRunProgressResponse) => void): Request<OpenSearch.Types.DescribeDryRunProgressResponse, AWSError>;
170
+ /**
171
+ * Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment.
172
+ */
173
+ describeDryRunProgress(callback?: (err: AWSError, data: OpenSearch.Types.DescribeDryRunProgressResponse) => void): Request<OpenSearch.Types.DescribeDryRunProgressResponse, AWSError>;
166
174
  /**
167
175
  * Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.
168
176
  */
@@ -994,7 +1002,7 @@ declare namespace OpenSearch {
994
1002
  }
995
1003
  export interface CreateVpcEndpointRequest {
996
1004
  /**
997
- * The Amazon Resource Name (ARN) of the domain to grant access to.
1005
+ * The Amazon Resource Name (ARN) of the domain to create the endpoint for.
998
1006
  */
999
1007
  DomainArn: DomainArn;
1000
1008
  /**
@@ -1152,6 +1160,34 @@ declare namespace OpenSearch {
1152
1160
  */
1153
1161
  DomainStatusList: DomainStatusList;
1154
1162
  }
1163
+ export interface DescribeDryRunProgressRequest {
1164
+ /**
1165
+ * The name of the domain.
1166
+ */
1167
+ DomainName: DomainName;
1168
+ /**
1169
+ * The unique identifier of the dry run.
1170
+ */
1171
+ DryRunId?: GUID;
1172
+ /**
1173
+ * Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
1174
+ */
1175
+ LoadDryRunConfig?: Boolean;
1176
+ }
1177
+ export interface DescribeDryRunProgressResponse {
1178
+ /**
1179
+ * The current status of the dry run, including any validation errors.
1180
+ */
1181
+ DryRunProgressStatus?: DryRunProgressStatus;
1182
+ /**
1183
+ * Details about the changes you're planning to make on the domain.
1184
+ */
1185
+ DryRunConfig?: DomainStatus;
1186
+ /**
1187
+ * The results of the dry run.
1188
+ */
1189
+ DryRunResults?: DryRunResults;
1190
+ }
1155
1191
  export interface DescribeInboundConnectionsRequest {
1156
1192
  /**
1157
1193
  * A list of filters used to match properties for inbound cross-cluster connections.
@@ -1601,6 +1637,29 @@ declare namespace OpenSearch {
1601
1637
  export type DomainStatusList = DomainStatus[];
1602
1638
  export type Double = number;
1603
1639
  export type DryRun = boolean;
1640
+ export type DryRunMode = "Basic"|"Verbose"|string;
1641
+ export interface DryRunProgressStatus {
1642
+ /**
1643
+ * The unique identifier of the dry run.
1644
+ */
1645
+ DryRunId: GUID;
1646
+ /**
1647
+ * The current status of the dry run.
1648
+ */
1649
+ DryRunStatus: String;
1650
+ /**
1651
+ * The timestamp when the dry run was initiated.
1652
+ */
1653
+ CreationDate: String;
1654
+ /**
1655
+ * The timestamp when the dry run was last updated.
1656
+ */
1657
+ UpdateDate: String;
1658
+ /**
1659
+ * Any validation failures that occurred as a result of the dry run.
1660
+ */
1661
+ ValidationFailures?: ValidationFailures;
1662
+ }
1604
1663
  export interface DryRunResults {
1605
1664
  /**
1606
1665
  * Specifies the way in which OpenSearch Service will apply an update. Possible values are: Blue/Green - The update requires a blue/green deployment. DynamicUpdate - No blue/green deployment required Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete. None - The request doesn't include any configuration changes.
@@ -2685,9 +2744,13 @@ declare namespace OpenSearch {
2685
2744
  */
2686
2745
  AutoTuneOptions?: AutoTuneOptions;
2687
2746
  /**
2688
- * This flag, when set to True, specifies whether the UpdateDomain request should return the results of validation check without actually applying the change.
2747
+ * This flag, when set to True, specifies whether the UpdateDomain request should return the results of a dry run analysis without actually applying the change. A dry run determines what type of deployment the update will cause.
2689
2748
  */
2690
2749
  DryRun?: DryRun;
2750
+ /**
2751
+ * The type of dry run to perform. Basic only returns the type of deployment (blue/green or dynamic) that the update will cause. Verbose runs an additional check to validate the changes you're making. For more information, see Validating a domain update.
2752
+ */
2753
+ DryRunMode?: DryRunMode;
2691
2754
  }
2692
2755
  export interface UpdateDomainConfigResponse {
2693
2756
  /**
@@ -2695,9 +2758,13 @@ declare namespace OpenSearch {
2695
2758
  */
2696
2759
  DomainConfig: DomainConfig;
2697
2760
  /**
2698
- * Results of a dry run performed in an update domain request.
2761
+ * Results of the dry run performed in the update domain request.
2699
2762
  */
2700
2763
  DryRunResults?: DryRunResults;
2764
+ /**
2765
+ * The status of the dry run being performed on the domain, if any.
2766
+ */
2767
+ DryRunProgressStatus?: DryRunProgressStatus;
2701
2768
  }
2702
2769
  export interface UpdatePackageRequest {
2703
2770
  /**
@@ -2865,6 +2932,17 @@ declare namespace OpenSearch {
2865
2932
  */
2866
2933
  SecurityGroupIds?: StringList;
2867
2934
  }
2935
+ export interface ValidationFailure {
2936
+ /**
2937
+ * The error code of the failure.
2938
+ */
2939
+ Code?: String;
2940
+ /**
2941
+ * A message corresponding to the failure.
2942
+ */
2943
+ Message?: String;
2944
+ }
2945
+ export type ValidationFailures = ValidationFailure[];
2868
2946
  export type ValueStringList = NonEmptyString[];
2869
2947
  export type VersionList = VersionString[];
2870
2948
  export interface VersionStatus {
@@ -20,11 +20,11 @@ declare class Panorama extends Service {
20
20
  */
21
21
  createApplicationInstance(callback?: (err: AWSError, data: Panorama.Types.CreateApplicationInstanceResponse) => void): Request<Panorama.Types.CreateApplicationInstanceResponse, AWSError>;
22
22
  /**
23
- * Creates a job to run on one or more devices. A job can update a device's software or reboot it.
23
+ * Creates a job to run on a device. A job can update a device's software or reboot it.
24
24
  */
25
25
  createJobForDevices(params: Panorama.Types.CreateJobForDevicesRequest, callback?: (err: AWSError, data: Panorama.Types.CreateJobForDevicesResponse) => void): Request<Panorama.Types.CreateJobForDevicesResponse, AWSError>;
26
26
  /**
27
- * Creates a job to run on one or more devices. A job can update a device's software or reboot it.
27
+ * Creates a job to run on a device. A job can update a device's software or reboot it.
28
28
  */
29
29
  createJobForDevices(callback?: (err: AWSError, data: Panorama.Types.CreateJobForDevicesResponse) => void): Request<Panorama.Types.CreateJobForDevicesResponse, AWSError>;
30
30
  /**
@@ -397,7 +397,7 @@ declare namespace Panorama {
397
397
  }
398
398
  export interface CreateJobForDevicesRequest {
399
399
  /**
400
- * IDs of target devices.
400
+ * ID of target device.
401
401
  */
402
402
  DeviceIds: DeviceIdList;
403
403
  /**
@@ -1744,6 +1744,10 @@ declare namespace Panorama {
1744
1744
  NtpServerName?: NtpServerName;
1745
1745
  }
1746
1746
  export interface OTAJobConfig {
1747
+ /**
1748
+ * Whether to apply the update if it is a major version change.
1749
+ */
1750
+ AllowMajorVersionUpdate?: Boolean;
1747
1751
  /**
1748
1752
  * The target version of the device software.
1749
1753
  */
@@ -11525,9 +11525,16 @@ declare namespace SageMaker {
11525
11525
  * The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecification parameter to additionally store training data in the storage volume (optional).
11526
11526
  */
11527
11527
  HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
11528
+ /**
11529
+ * An environment variable that you can pass into the SageMaker CreateTrainingJob API. You can use an existing environment variable from the training container or use your own. See Define metrics and variables for more information. The maximum number of items specified for Map Entries refers to the maximum number of environment variables for each TrainingJobDefinition and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of environment variables for all the training job definitions can't exceed the maximum number specified.
11530
+ */
11531
+ Environment?: HyperParameterTrainingJobEnvironmentMap;
11528
11532
  }
11529
11533
  export type HyperParameterTrainingJobDefinitionName = string;
11530
11534
  export type HyperParameterTrainingJobDefinitions = HyperParameterTrainingJobDefinition[];
11535
+ export type HyperParameterTrainingJobEnvironmentKey = string;
11536
+ export type HyperParameterTrainingJobEnvironmentMap = {[key: string]: HyperParameterTrainingJobEnvironmentValue};
11537
+ export type HyperParameterTrainingJobEnvironmentValue = string;
11531
11538
  export type HyperParameterTrainingJobSummaries = HyperParameterTrainingJobSummary[];
11532
11539
  export interface HyperParameterTrainingJobSummary {
11533
11540
  /**
@@ -11586,7 +11593,7 @@ declare namespace SageMaker {
11586
11593
  */
11587
11594
  InstanceType: TrainingInstanceType;
11588
11595
  /**
11589
- * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more informcration.
11596
+ * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more information.
11590
11597
  */
11591
11598
  InstanceCount: TrainingInstanceCount;
11592
11599
  /**
@@ -20849,7 +20856,7 @@ declare namespace SageMaker {
20849
20856
  */
20850
20857
  RetainAllVariantProperties?: Boolean;
20851
20858
  /**
20852
- * When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeAllVariantProperties, no variant properties are overridden.
20859
+ * When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
20853
20860
  */
20854
20861
  ExcludeRetainedVariantProperties?: VariantPropertyList;
20855
20862
  /**
@@ -316,11 +316,11 @@ declare class WAFV2 extends Service {
316
316
  */
317
317
  listWebACLs(callback?: (err: AWSError, data: WAFV2.Types.ListWebACLsResponse) => void): Request<WAFV2.Types.ListWebACLsResponse, AWSError>;
318
318
  /**
319
- * Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided. You can define one logging destination per web ACL. You can access information about the traffic that WAF inspects using the following steps: Create your logging destination. You can use an Amazon CloudWatch Logs log group, an Amazon Simple Storage Service (Amazon S3) bucket, or an Amazon Kinesis Data Firehose. The name that you give the destination must start with aws-waf-logs-. Depending on the type of destination, you might need to configure additional settings or permissions. For configuration requirements and pricing information for each destination type, see Logging web ACL traffic in the WAF Developer Guide. Associate your logging destination to your web ACL using a PutLoggingConfiguration request. When you successfully enable logging using a PutLoggingConfiguration request, WAF creates an additional role or policy that is required to write logs to the logging destination. For an Amazon CloudWatch Logs log group, WAF creates a resource policy on the log group. For an Amazon S3 bucket, WAF creates a bucket policy. For an Amazon Kinesis Data Firehose, WAF creates a service-linked role. For additional information about web ACL logging, see Logging web ACL traffic information in the WAF Developer Guide. This operation completely replaces the mutable specifications that you already have for the logging configuration with the ones that you provide to this call. To modify the logging configuration, retrieve it by calling GetLoggingConfiguration, update the settings as needed, and then provide the complete logging configuration specification to this call.
319
+ * Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided. This operation completely replaces any mutable specifications that you already have for a logging configuration with the ones that you provide to this call. To modify an existing logging configuration, do the following: Retrieve it by calling GetLoggingConfiguration Update its settings as needed Provide the complete logging configuration specification to this call You can define one logging destination per web ACL. You can access information about the traffic that WAF inspects using the following steps: Create your logging destination. You can use an Amazon CloudWatch Logs log group, an Amazon Simple Storage Service (Amazon S3) bucket, or an Amazon Kinesis Data Firehose. The name that you give the destination must start with aws-waf-logs-. Depending on the type of destination, you might need to configure additional settings or permissions. For configuration requirements and pricing information for each destination type, see Logging web ACL traffic in the WAF Developer Guide. Associate your logging destination to your web ACL using a PutLoggingConfiguration request. When you successfully enable logging using a PutLoggingConfiguration request, WAF creates an additional role or policy that is required to write logs to the logging destination. For an Amazon CloudWatch Logs log group, WAF creates a resource policy on the log group. For an Amazon S3 bucket, WAF creates a bucket policy. For an Amazon Kinesis Data Firehose, WAF creates a service-linked role. For additional information about web ACL logging, see Logging web ACL traffic information in the WAF Developer Guide.
320
320
  */
321
321
  putLoggingConfiguration(params: WAFV2.Types.PutLoggingConfigurationRequest, callback?: (err: AWSError, data: WAFV2.Types.PutLoggingConfigurationResponse) => void): Request<WAFV2.Types.PutLoggingConfigurationResponse, AWSError>;
322
322
  /**
323
- * Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided. You can define one logging destination per web ACL. You can access information about the traffic that WAF inspects using the following steps: Create your logging destination. You can use an Amazon CloudWatch Logs log group, an Amazon Simple Storage Service (Amazon S3) bucket, or an Amazon Kinesis Data Firehose. The name that you give the destination must start with aws-waf-logs-. Depending on the type of destination, you might need to configure additional settings or permissions. For configuration requirements and pricing information for each destination type, see Logging web ACL traffic in the WAF Developer Guide. Associate your logging destination to your web ACL using a PutLoggingConfiguration request. When you successfully enable logging using a PutLoggingConfiguration request, WAF creates an additional role or policy that is required to write logs to the logging destination. For an Amazon CloudWatch Logs log group, WAF creates a resource policy on the log group. For an Amazon S3 bucket, WAF creates a bucket policy. For an Amazon Kinesis Data Firehose, WAF creates a service-linked role. For additional information about web ACL logging, see Logging web ACL traffic information in the WAF Developer Guide. This operation completely replaces the mutable specifications that you already have for the logging configuration with the ones that you provide to this call. To modify the logging configuration, retrieve it by calling GetLoggingConfiguration, update the settings as needed, and then provide the complete logging configuration specification to this call.
323
+ * Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided. This operation completely replaces any mutable specifications that you already have for a logging configuration with the ones that you provide to this call. To modify an existing logging configuration, do the following: Retrieve it by calling GetLoggingConfiguration Update its settings as needed Provide the complete logging configuration specification to this call You can define one logging destination per web ACL. You can access information about the traffic that WAF inspects using the following steps: Create your logging destination. You can use an Amazon CloudWatch Logs log group, an Amazon Simple Storage Service (Amazon S3) bucket, or an Amazon Kinesis Data Firehose. The name that you give the destination must start with aws-waf-logs-. Depending on the type of destination, you might need to configure additional settings or permissions. For configuration requirements and pricing information for each destination type, see Logging web ACL traffic in the WAF Developer Guide. Associate your logging destination to your web ACL using a PutLoggingConfiguration request. When you successfully enable logging using a PutLoggingConfiguration request, WAF creates an additional role or policy that is required to write logs to the logging destination. For an Amazon CloudWatch Logs log group, WAF creates a resource policy on the log group. For an Amazon S3 bucket, WAF creates a bucket policy. For an Amazon Kinesis Data Firehose, WAF creates a service-linked role. For additional information about web ACL logging, see Logging web ACL traffic information in the WAF Developer Guide.
324
324
  */
325
325
  putLoggingConfiguration(callback?: (err: AWSError, data: WAFV2.Types.PutLoggingConfigurationResponse) => void): Request<WAFV2.Types.PutLoggingConfigurationResponse, AWSError>;
326
326
  /**
@@ -356,11 +356,11 @@ declare class WAFV2 extends Service {
356
356
  */
357
357
  untagResource(callback?: (err: AWSError, data: WAFV2.Types.UntagResourceResponse) => void): Request<WAFV2.Types.UntagResourceResponse, AWSError>;
358
358
  /**
359
- * Updates the specified IPSet. This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. To modify the IP set, retrieve it by calling GetIPSet, update the settings as needed, and then provide the complete IP set specification to this call. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
359
+ * Updates the specified IPSet. This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. To modify an IP set, do the following: Retrieve it by calling GetIPSet Update its settings as needed Provide the complete IP set specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
360
360
  */
361
361
  updateIPSet(params: WAFV2.Types.UpdateIPSetRequest, callback?: (err: AWSError, data: WAFV2.Types.UpdateIPSetResponse) => void): Request<WAFV2.Types.UpdateIPSetResponse, AWSError>;
362
362
  /**
363
- * Updates the specified IPSet. This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. To modify the IP set, retrieve it by calling GetIPSet, update the settings as needed, and then provide the complete IP set specification to this call. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
363
+ * Updates the specified IPSet. This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. To modify an IP set, do the following: Retrieve it by calling GetIPSet Update its settings as needed Provide the complete IP set specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
364
364
  */
365
365
  updateIPSet(callback?: (err: AWSError, data: WAFV2.Types.UpdateIPSetResponse) => void): Request<WAFV2.Types.UpdateIPSetResponse, AWSError>;
366
366
  /**
@@ -372,27 +372,27 @@ declare class WAFV2 extends Service {
372
372
  */
373
373
  updateManagedRuleSetVersionExpiryDate(callback?: (err: AWSError, data: WAFV2.Types.UpdateManagedRuleSetVersionExpiryDateResponse) => void): Request<WAFV2.Types.UpdateManagedRuleSetVersionExpiryDateResponse, AWSError>;
374
374
  /**
375
- * Updates the specified RegexPatternSet. This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. To modify the regex pattern set, retrieve it by calling GetRegexPatternSet, update the settings as needed, and then provide the complete regex pattern set specification to this call. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
375
+ * Updates the specified RegexPatternSet. This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. To modify a regex pattern set, do the following: Retrieve it by calling GetRegexPatternSet Update its settings as needed Provide the complete regex pattern set specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
376
376
  */
377
377
  updateRegexPatternSet(params: WAFV2.Types.UpdateRegexPatternSetRequest, callback?: (err: AWSError, data: WAFV2.Types.UpdateRegexPatternSetResponse) => void): Request<WAFV2.Types.UpdateRegexPatternSetResponse, AWSError>;
378
378
  /**
379
- * Updates the specified RegexPatternSet. This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. To modify the regex pattern set, retrieve it by calling GetRegexPatternSet, update the settings as needed, and then provide the complete regex pattern set specification to this call. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
379
+ * Updates the specified RegexPatternSet. This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. To modify a regex pattern set, do the following: Retrieve it by calling GetRegexPatternSet Update its settings as needed Provide the complete regex pattern set specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.
380
380
  */
381
381
  updateRegexPatternSet(callback?: (err: AWSError, data: WAFV2.Types.UpdateRegexPatternSetResponse) => void): Request<WAFV2.Types.UpdateRegexPatternSetResponse, AWSError>;
382
382
  /**
383
- * Updates the specified RuleGroup. This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. To modify the rule group, retrieve it by calling GetRuleGroup, update the settings as needed, and then provide the complete rule group specification to this call. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
383
+ * Updates the specified RuleGroup. This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. To modify a rule group, do the following: Retrieve it by calling GetRuleGroup Update its settings as needed Provide the complete rule group specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
384
384
  */
385
385
  updateRuleGroup(params: WAFV2.Types.UpdateRuleGroupRequest, callback?: (err: AWSError, data: WAFV2.Types.UpdateRuleGroupResponse) => void): Request<WAFV2.Types.UpdateRuleGroupResponse, AWSError>;
386
386
  /**
387
- * Updates the specified RuleGroup. This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. To modify the rule group, retrieve it by calling GetRuleGroup, update the settings as needed, and then provide the complete rule group specification to this call. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
387
+ * Updates the specified RuleGroup. This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. To modify a rule group, do the following: Retrieve it by calling GetRuleGroup Update its settings as needed Provide the complete rule group specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
388
388
  */
389
389
  updateRuleGroup(callback?: (err: AWSError, data: WAFV2.Types.UpdateRuleGroupResponse) => void): Request<WAFV2.Types.UpdateRuleGroupResponse, AWSError>;
390
390
  /**
391
- * Updates the specified WebACL. While updating a web ACL, WAF provides continuous coverage to the resources that you have associated with the web ACL. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. This operation completely replaces the mutable specifications that you already have for the web ACL with the ones that you provide to this call. To modify the web ACL, retrieve it by calling GetWebACL, update the settings as needed, and then provide the complete web ACL specification to this call. A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool.
391
+ * Updates the specified WebACL. While updating a web ACL, WAF provides continuous coverage to the resources that you have associated with the web ACL. This operation completely replaces the mutable specifications that you already have for the web ACL with the ones that you provide to this call. To modify a web ACL, do the following: Retrieve it by calling GetWebACL Update its settings as needed Provide the complete web ACL specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool.
392
392
  */
393
393
  updateWebACL(params: WAFV2.Types.UpdateWebACLRequest, callback?: (err: AWSError, data: WAFV2.Types.UpdateWebACLResponse) => void): Request<WAFV2.Types.UpdateWebACLResponse, AWSError>;
394
394
  /**
395
- * Updates the specified WebACL. While updating a web ACL, WAF provides continuous coverage to the resources that you have associated with the web ACL. When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. This operation completely replaces the mutable specifications that you already have for the web ACL with the ones that you provide to this call. To modify the web ACL, retrieve it by calling GetWebACL, update the settings as needed, and then provide the complete web ACL specification to this call. A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool.
395
+ * Updates the specified WebACL. While updating a web ACL, WAF provides continuous coverage to the resources that you have associated with the web ACL. This operation completely replaces the mutable specifications that you already have for the web ACL with the ones that you provide to this call. To modify a web ACL, do the following: Retrieve it by calling GetWebACL Update its settings as needed Provide the complete web ACL specification to this call When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds. A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool.
396
396
  */
397
397
  updateWebACL(callback?: (err: AWSError, data: WAFV2.Types.UpdateWebACLResponse) => void): Request<WAFV2.Types.UpdateWebACLResponse, AWSError>;
398
398
  }
@@ -1288,7 +1288,7 @@ declare namespace WAFV2 {
1288
1288
  */
1289
1289
  WebAclArn: ResourceArn;
1290
1290
  /**
1291
- * The metric name assigned to the Rule or RuleGroup for which you want a sample of requests.
1291
+ * The metric name assigned to the Rule or RuleGroup dimension for which you want a sample of requests.
1292
1292
  */
1293
1293
  RuleMetricName: MetricName;
1294
1294
  /**
@@ -2934,7 +2934,7 @@ declare namespace WAFV2 {
2934
2934
  */
2935
2935
  CloudWatchMetricsEnabled: Boolean;
2936
2936
  /**
2937
- * A name of the Amazon CloudWatch metric. The name can contain only the characters: A-Z, a-z, 0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain whitespace or metric names reserved for WAF, for example All and Default_Action.
2937
+ * A name of the Amazon CloudWatch metric dimension. The name can contain only the characters: A-Z, a-z, 0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain whitespace or metric names that are reserved for WAF, for example All and Default_Action.
2938
2938
  */
2939
2939
  MetricName: MetricName;
2940
2940
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1296.0',
86
+ VERSION: '2.1298.0',
87
87
 
88
88
  /**
89
89
  * @api private