cdk-comprehend-s3olap 2.0.49 → 2.0.52

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 (43) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +116 -0
  8. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
  9. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
  12. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +22 -2
  13. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
  14. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +40 -0
  16. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
  17. package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
  18. package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +79 -79
  20. package/node_modules/aws-sdk/clients/es.d.ts +7 -3
  21. package/node_modules/aws-sdk/clients/fsx.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
  23. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +39 -7
  24. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
  25. package/node_modules/aws-sdk/clients/opensearch.d.ts +7 -3
  26. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/shield.d.ts +75 -23
  28. package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +75 -23
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  34. package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/node_modules/esbuild/install.js +4 -4
  38. package/node_modules/esbuild/lib/main.d.ts +5 -1
  39. package/node_modules/esbuild/lib/main.js +13 -7
  40. package/node_modules/esbuild/package.json +21 -21
  41. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  42. package/node_modules/esbuild-linux-64/package.json +1 -1
  43. package/package.json +10 -10
@@ -1204,11 +1204,11 @@ declare class Chime extends Service {
1204
1204
  */
1205
1205
  putVoiceConnectorProxy(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorProxyResponse) => void): Request<Chime.Types.PutVoiceConnectorProxyResponse, AWSError>;
1206
1206
  /**
1207
- * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Indonesians. It also sets the retention period, in hours, for the Amazon Kinesis data.
1207
+ * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
1208
1208
  */
1209
1209
  putVoiceConnectorStreamingConfiguration(params: Chime.Types.PutVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request<Chime.Types.PutVoiceConnectorStreamingConfigurationResponse, AWSError>;
1210
1210
  /**
1211
- * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Indonesians. It also sets the retention period, in hours, for the Amazon Kinesis data.
1211
+ * Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
1212
1212
  */
1213
1213
  putVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request<Chime.Types.PutVoiceConnectorStreamingConfigurationResponse, AWSError>;
1214
1214
  /**
@@ -1523,6 +1523,14 @@ declare class Chime extends Service {
1523
1523
  * Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.
1524
1524
  */
1525
1525
  updateVoiceConnectorGroup(callback?: (err: AWSError, data: Chime.Types.UpdateVoiceConnectorGroupResponse) => void): Request<Chime.Types.UpdateVoiceConnectorGroupResponse, AWSError>;
1526
+ /**
1527
+ * Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
1528
+ */
1529
+ validateE911Address(params: Chime.Types.ValidateE911AddressRequest, callback?: (err: AWSError, data: Chime.Types.ValidateE911AddressResponse) => void): Request<Chime.Types.ValidateE911AddressResponse, AWSError>;
1530
+ /**
1531
+ * Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
1532
+ */
1533
+ validateE911Address(callback?: (err: AWSError, data: Chime.Types.ValidateE911AddressResponse) => void): Request<Chime.Types.ValidateE911AddressResponse, AWSError>;
1526
1534
  }
1527
1535
  declare namespace Chime {
1528
1536
  export interface Account {
@@ -1577,6 +1585,48 @@ declare namespace Chime {
1577
1585
  }
1578
1586
  export type AccountStatus = "Suspended"|"Active"|string;
1579
1587
  export type AccountType = "Team"|"EnterpriseDirectory"|"EnterpriseLWA"|"EnterpriseOIDC"|string;
1588
+ export interface Address {
1589
+ /**
1590
+ * The address street, such as 8th Avenue.
1591
+ */
1592
+ streetName?: SensitiveNonEmptyString;
1593
+ /**
1594
+ * The address suffix, such as the N in 8th Avenue N.
1595
+ */
1596
+ streetSuffix?: SensitiveNonEmptyString;
1597
+ /**
1598
+ * An address suffix location, such as the S. Unit A in Central Park S. Unit A.
1599
+ */
1600
+ postDirectional?: SensitiveNonEmptyString;
1601
+ /**
1602
+ * An address prefix location, such as the N in N. Third St..
1603
+ */
1604
+ preDirectional?: SensitiveNonEmptyString;
1605
+ /**
1606
+ * The numeric portion of an address.
1607
+ */
1608
+ streetNumber?: SensitiveNonEmptyString;
1609
+ /**
1610
+ * The city of an address.
1611
+ */
1612
+ city?: SensitiveNonEmptyString;
1613
+ /**
1614
+ * The state of an address.
1615
+ */
1616
+ state?: SensitiveNonEmptyString;
1617
+ /**
1618
+ * The postal code of an address.
1619
+ */
1620
+ postalCode?: SensitiveNonEmptyString;
1621
+ /**
1622
+ * The Zip + 4 or postal code + 4 of an address.
1623
+ */
1624
+ postalCodePlus4?: SensitiveNonEmptyString;
1625
+ /**
1626
+ * The country of an address.
1627
+ */
1628
+ country?: SensitiveNonEmptyString;
1629
+ }
1580
1630
  export interface AlexaForBusinessMetadata {
1581
1631
  /**
1582
1632
  * Starts or stops Alexa for Business.
@@ -2046,6 +2096,37 @@ declare namespace Chime {
2046
2096
  export type CallingNameStatus = "Unassigned"|"UpdateInProgress"|"UpdateSucceeded"|"UpdateFailed"|string;
2047
2097
  export type CallingRegion = string;
2048
2098
  export type CallingRegionList = CallingRegion[];
2099
+ export interface CandidateAddress {
2100
+ /**
2101
+ * The street information of a candidate address
2102
+ */
2103
+ streetInfo?: SensitiveNonEmptyString;
2104
+ /**
2105
+ * The numeric portion of a candidate address.
2106
+ */
2107
+ streetNumber?: SensitiveNonEmptyString;
2108
+ /**
2109
+ * The city of a candidate address.
2110
+ */
2111
+ city?: SensitiveNonEmptyString;
2112
+ /**
2113
+ * The state of a candidate address.
2114
+ */
2115
+ state?: SensitiveNonEmptyString;
2116
+ /**
2117
+ * The postal code of a candidate address.
2118
+ */
2119
+ postalCode?: SensitiveNonEmptyString;
2120
+ /**
2121
+ * The Zip + 4 or postal code + 4 of a candidate address.
2122
+ */
2123
+ postalCodePlus4?: SensitiveNonEmptyString;
2124
+ /**
2125
+ * The country of a candidate address.
2126
+ */
2127
+ country?: SensitiveNonEmptyString;
2128
+ }
2129
+ export type CandidateAddressList = CandidateAddress[];
2049
2130
  export type Capability = "Voice"|"SMS"|string;
2050
2131
  export type CapabilityList = Capability[];
2051
2132
  export interface Channel {
@@ -4773,11 +4854,11 @@ declare namespace Chime {
4773
4854
  }
4774
4855
  export interface LoggingConfiguration {
4775
4856
  /**
4776
- * Boolean that enables SIP message logs to CloudWatch logs.
4857
+ * When true, enables SIP message logs for sending to Amazon CloudWatch Logs.
4777
4858
  */
4778
4859
  EnableSIPLogs?: Boolean;
4779
4860
  /**
4780
- * Boolean that enables logging of detailed media metrics for Voice Connectors to CloudWatch logs.
4861
+ * Boolean that enables the logging of Voice Connector metrics to Cloudwatch.
4781
4862
  */
4782
4863
  EnableMediaMetricLogs?: Boolean;
4783
4864
  }
@@ -5733,6 +5814,7 @@ declare namespace Chime {
5733
5814
  */
5734
5815
  MessageId?: MessageId;
5735
5816
  }
5817
+ export type SensitiveNonEmptyString = string;
5736
5818
  export type SensitiveString = string;
5737
5819
  export type SensitiveStringList = SensitiveString[];
5738
5820
  export interface SigninDelegateGroup {
@@ -6579,6 +6661,55 @@ declare namespace Chime {
6579
6661
  Telephony: TelephonySettings;
6580
6662
  }
6581
6663
  export type UserType = "PrivateUser"|"SharedDevice"|string;
6664
+ export interface ValidateE911AddressRequest {
6665
+ /**
6666
+ * The AWS account ID.
6667
+ */
6668
+ AwsAccountId: NonEmptyString;
6669
+ /**
6670
+ * The address street number, such as 200 or 2121.
6671
+ */
6672
+ StreetNumber: SensitiveNonEmptyString;
6673
+ /**
6674
+ * The address street information, such as 8th Avenue.
6675
+ */
6676
+ StreetInfo: SensitiveNonEmptyString;
6677
+ /**
6678
+ * The address city, such as Portland.
6679
+ */
6680
+ City: SensitiveNonEmptyString;
6681
+ /**
6682
+ * The address state, such as ME.
6683
+ */
6684
+ State: SensitiveNonEmptyString;
6685
+ /**
6686
+ * The address country, such as US.
6687
+ */
6688
+ Country: SensitiveNonEmptyString;
6689
+ /**
6690
+ * The address postal code, such as 04352.
6691
+ */
6692
+ PostalCode: SensitiveNonEmptyString;
6693
+ }
6694
+ export interface ValidateE911AddressResponse {
6695
+ /**
6696
+ * Number indicating the result of address validation. 0 means the address was perfect as is and successfully validated. 1 means the address was corrected. 2 means the address sent was not close enough and was not validated.
6697
+ */
6698
+ ValidationResult?: ValidationResult;
6699
+ /**
6700
+ * The ID that represents the address.
6701
+ */
6702
+ AddressExternalId?: String;
6703
+ /**
6704
+ * The validated address.
6705
+ */
6706
+ Address?: Address;
6707
+ /**
6708
+ * The list of address suggestions.
6709
+ */
6710
+ CandidateAddressList?: CandidateAddressList;
6711
+ }
6712
+ export type ValidationResult = number;
6582
6713
  export interface VideoArtifactsConfiguration {
6583
6714
  /**
6584
6715
  * Indicates whether the video artifact is enabled or disabled.
@@ -503,6 +503,14 @@ declare class ConfigService extends Service {
503
503
  * Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region. For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.
504
504
  */
505
505
  listAggregateDiscoveredResources(callback?: (err: AWSError, data: ConfigService.Types.ListAggregateDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListAggregateDiscoveredResourcesResponse, AWSError>;
506
+ /**
507
+ * Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs, and can be used to identify, investigate, and understand compliance deviations in your conformance packs.
508
+ */
509
+ listConformancePackComplianceScores(params: ConfigService.Types.ListConformancePackComplianceScoresRequest, callback?: (err: AWSError, data: ConfigService.Types.ListConformancePackComplianceScoresResponse) => void): Request<ConfigService.Types.ListConformancePackComplianceScoresResponse, AWSError>;
510
+ /**
511
+ * Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs, and can be used to identify, investigate, and understand compliance deviations in your conformance packs.
512
+ */
513
+ listConformancePackComplianceScores(callback?: (err: AWSError, data: ConfigService.Types.ListConformancePackComplianceScoresResponse) => void): Request<ConfigService.Types.ListConformancePackComplianceScoresResponse, AWSError>;
506
514
  /**
507
515
  * Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that Config has discovered, including those that Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. You can specify either resource IDs or a resource name, but not both, in the same request. The response is paginated. By default, Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
508
516
  */
@@ -1108,6 +1116,7 @@ declare namespace ConfigService {
1108
1116
  CapExceeded?: Boolean;
1109
1117
  }
1110
1118
  export type ComplianceResourceTypes = StringWithCharLimit256[];
1119
+ export type ComplianceScore = string;
1111
1120
  export type ComplianceSummariesByResourceType = ComplianceSummaryByResourceType[];
1112
1121
  export interface ComplianceSummary {
1113
1122
  /**
@@ -1500,6 +1509,27 @@ declare namespace ConfigService {
1500
1509
  ComplianceType?: ConformancePackComplianceType;
1501
1510
  }
1502
1511
  export type ConformancePackComplianceResourceIds = StringWithCharLimit256[];
1512
+ export interface ConformancePackComplianceScore {
1513
+ /**
1514
+ * Compliance score for the conformance pack.
1515
+ */
1516
+ Score?: ComplianceScore;
1517
+ /**
1518
+ * The name of the conformance pack.
1519
+ */
1520
+ ConformancePackName?: ConformancePackName;
1521
+ /**
1522
+ * The time that the conformance pack compliance score was last updated.
1523
+ */
1524
+ LastUpdatedTime?: LastUpdatedTime;
1525
+ }
1526
+ export type ConformancePackComplianceScores = ConformancePackComplianceScore[];
1527
+ export interface ConformancePackComplianceScoresFilters {
1528
+ /**
1529
+ * The name of a conformance pack whose score should be included in the compliance score result.
1530
+ */
1531
+ ConformancePackNames: ConformancePackNameFilter;
1532
+ }
1503
1533
  export interface ConformancePackComplianceSummary {
1504
1534
  /**
1505
1535
  * The name of the conformance pack name.
@@ -1598,6 +1628,7 @@ declare namespace ConfigService {
1598
1628
  }
1599
1629
  export type ConformancePackInputParameters = ConformancePackInputParameter[];
1600
1630
  export type ConformancePackName = string;
1631
+ export type ConformancePackNameFilter = ConformancePackName[];
1601
1632
  export type ConformancePackNamesList = ConformancePackName[];
1602
1633
  export type ConformancePackNamesToSummarizeList = ConformancePackName[];
1603
1634
  export interface ConformancePackRuleCompliance {
@@ -3039,6 +3070,7 @@ declare namespace ConfigService {
3039
3070
  export type GroupedResourceCountList = GroupedResourceCount[];
3040
3071
  export type IncludeGlobalResourceTypes = boolean;
3041
3072
  export type Integer = number;
3073
+ export type LastUpdatedTime = Date;
3042
3074
  export type LaterTime = Date;
3043
3075
  export type Limit = number;
3044
3076
  export interface ListAggregateDiscoveredResourcesRequest {
@@ -3073,6 +3105,38 @@ declare namespace ConfigService {
3073
3105
  */
3074
3106
  NextToken?: NextToken;
3075
3107
  }
3108
+ export interface ListConformancePackComplianceScoresRequest {
3109
+ /**
3110
+ * Filters the results based on the ConformancePackComplianceScoresFilters.
3111
+ */
3112
+ Filters?: ConformancePackComplianceScoresFilters;
3113
+ /**
3114
+ * Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
3115
+ */
3116
+ SortOrder?: SortOrder;
3117
+ /**
3118
+ * Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.
3119
+ */
3120
+ SortBy?: SortBy;
3121
+ /**
3122
+ * The maximum number of conformance pack compliance scores returned on each page.
3123
+ */
3124
+ Limit?: PageSizeLimit;
3125
+ /**
3126
+ * The nextToken string in a prior request that you can use to get the paginated response for next set of conformance pack compliance scores.
3127
+ */
3128
+ NextToken?: NextToken;
3129
+ }
3130
+ export interface ListConformancePackComplianceScoresResponse {
3131
+ /**
3132
+ * The nextToken string that you can use to get the next page of results in a paginated response.
3133
+ */
3134
+ NextToken?: NextToken;
3135
+ /**
3136
+ * A list of ConformancePackComplianceScore objects
3137
+ */
3138
+ ConformancePackComplianceScores: ConformancePackComplianceScores;
3139
+ }
3076
3140
  export interface ListDiscoveredResourcesRequest {
3077
3141
  /**
3078
3142
  * The type of resources that you want Config to list in the response.
@@ -4199,6 +4263,8 @@ declare namespace ConfigService {
4199
4263
  */
4200
4264
  NextToken?: NextToken;
4201
4265
  }
4266
+ export type SortBy = "SCORE"|string;
4267
+ export type SortOrder = "ASCENDING"|"DESCENDING"|string;
4202
4268
  export interface Source {
4203
4269
  /**
4204
4270
  * Indicates whether Amazon Web Services or the customer owns and manages the Config rule. Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see Config Managed Rules in the Config developer guide. Config Custom Rules are rules that you can develop either with Guard (CUSTOM_POLICY) or Lambda (CUSTOM_LAMBDA). For more information, see Config Custom Rules in the Config developer guide.