cdk-comprehend-s3olap 2.0.88 → 2.0.89

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 (32) hide show
  1. package/.jsii +3 -3
  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 +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  12. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +547 -538
  14. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  15. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  16. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  19. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  20. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  21. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +15 -0
  23. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +750 -743
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +45 -13
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  30. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +5 -5
@@ -154,7 +154,8 @@
154
154
  },
155
155
  "Tags": {
156
156
  "shape": "Sw"
157
- }
157
+ },
158
+ "DataProtectionPolicy": {}
158
159
  }
159
160
  },
160
161
  "output": {
@@ -214,6 +215,24 @@
214
215
  }
215
216
  }
216
217
  },
218
+ "GetDataProtectionPolicy": {
219
+ "input": {
220
+ "type": "structure",
221
+ "required": [
222
+ "ResourceArn"
223
+ ],
224
+ "members": {
225
+ "ResourceArn": {}
226
+ }
227
+ },
228
+ "output": {
229
+ "resultWrapper": "GetDataProtectionPolicyResult",
230
+ "type": "structure",
231
+ "members": {
232
+ "DataProtectionPolicy": {}
233
+ }
234
+ }
235
+ },
217
236
  "GetEndpointAttributes": {
218
237
  "input": {
219
238
  "type": "structure",
@@ -307,7 +326,7 @@
307
326
  "type": "structure",
308
327
  "members": {
309
328
  "Attributes": {
310
- "shape": "S1h"
329
+ "shape": "S1j"
311
330
  }
312
331
  }
313
332
  }
@@ -489,7 +508,7 @@
489
508
  "type": "structure",
490
509
  "members": {
491
510
  "Subscriptions": {
492
- "shape": "S2f"
511
+ "shape": "S2h"
493
512
  },
494
513
  "NextToken": {}
495
514
  }
@@ -511,7 +530,7 @@
511
530
  "type": "structure",
512
531
  "members": {
513
532
  "Subscriptions": {
514
- "shape": "S2f"
533
+ "shape": "S2h"
515
534
  },
516
535
  "NextToken": {}
517
536
  }
@@ -591,7 +610,7 @@
591
610
  "Subject": {},
592
611
  "MessageStructure": {},
593
612
  "MessageAttributes": {
594
- "shape": "S2z"
613
+ "shape": "S31"
595
614
  },
596
615
  "MessageDeduplicationId": {},
597
616
  "MessageGroupId": {}
@@ -629,7 +648,7 @@
629
648
  "Subject": {},
630
649
  "MessageStructure": {},
631
650
  "MessageAttributes": {
632
- "shape": "S2z"
651
+ "shape": "S31"
633
652
  },
634
653
  "MessageDeduplicationId": {},
635
654
  "MessageGroupId": {}
@@ -675,6 +694,19 @@
675
694
  }
676
695
  }
677
696
  },
697
+ "PutDataProtectionPolicy": {
698
+ "input": {
699
+ "type": "structure",
700
+ "required": [
701
+ "ResourceArn",
702
+ "DataProtectionPolicy"
703
+ ],
704
+ "members": {
705
+ "ResourceArn": {},
706
+ "DataProtectionPolicy": {}
707
+ }
708
+ }
709
+ },
678
710
  "RemovePermission": {
679
711
  "input": {
680
712
  "type": "structure",
@@ -776,7 +808,7 @@
776
808
  "Protocol": {},
777
809
  "Endpoint": {},
778
810
  "Attributes": {
779
- "shape": "S1h"
811
+ "shape": "S1j"
780
812
  },
781
813
  "ReturnSubscriptionArn": {
782
814
  "type": "boolean"
@@ -887,12 +919,12 @@
887
919
  }
888
920
  }
889
921
  },
890
- "S1h": {
922
+ "S1j": {
891
923
  "type": "map",
892
924
  "key": {},
893
925
  "value": {}
894
926
  },
895
- "S2f": {
927
+ "S2h": {
896
928
  "type": "list",
897
929
  "member": {
898
930
  "type": "structure",
@@ -905,7 +937,7 @@
905
937
  }
906
938
  }
907
939
  },
908
- "S2z": {
940
+ "S31": {
909
941
  "type": "map",
910
942
  "key": {
911
943
  "locationName": "Name"
@@ -1441,9 +1441,16 @@ declare namespace DataExchange {
1441
1441
  NextToken?: NextToken;
1442
1442
  }
1443
1443
  export type ListOfAssetDestinationEntry = AssetDestinationEntry[];
1444
+ export type ListOfAssetEntry = AssetEntry[];
1444
1445
  export type ListOfAssetSourceEntry = AssetSourceEntry[];
1446
+ export type ListOfDataSetEntry = DataSetEntry[];
1447
+ export type ListOfEventActionEntry = EventActionEntry[];
1448
+ export type ListOfJobEntry = JobEntry[];
1449
+ export type ListOfJobError = JobError[];
1445
1450
  export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
1446
1451
  export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
1452
+ export type ListOfRevisionEntry = RevisionEntry[];
1453
+ export type ListOf__string = __string[];
1447
1454
  export interface ListRevisionAssetsRequest {
1448
1455
  /**
1449
1456
  * The unique identifier for a data set.
@@ -1484,6 +1491,7 @@ declare namespace DataExchange {
1484
1491
  */
1485
1492
  Tags?: MapOf__string;
1486
1493
  }
1494
+ export type MapOf__string = {[key: string]: __string};
1487
1495
  export type MaxResults = number;
1488
1496
  export type Name = string;
1489
1497
  export type NextToken = string;
@@ -1521,11 +1529,11 @@ declare namespace DataExchange {
1521
1529
  */
1522
1530
  ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
1523
1531
  /**
1524
- * Details about the import from signed URL request.
1532
+ * Details about the import from Amazon S3 request.
1525
1533
  */
1526
1534
  ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
1527
1535
  /**
1528
- * Details about the import from Amazon S3 request.
1536
+ * Information about the import asset from API Gateway API request.
1529
1537
  */
1530
1538
  ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
1531
1539
  /**
@@ -1533,7 +1541,7 @@ declare namespace DataExchange {
1533
1541
  */
1534
1542
  ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
1535
1543
  /**
1536
- * Information about the import asset from API Gateway API request.
1544
+ * Details about the import from signed URL request.
1537
1545
  */
1538
1546
  ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
1539
1547
  }
@@ -1725,7 +1733,7 @@ declare namespace DataExchange {
1725
1733
  */
1726
1734
  Method?: __string;
1727
1735
  /**
1728
- * URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}
1736
+ * URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.
1729
1737
  */
1730
1738
  Path?: __string;
1731
1739
  /**
@@ -1994,18 +2002,10 @@ declare namespace DataExchange {
1994
2002
  export type __boolean = boolean;
1995
2003
  export type __double = number;
1996
2004
  export type __doubleMin0 = number;
1997
- export type ListOfAssetEntry = AssetEntry[];
1998
- export type ListOfDataSetEntry = DataSetEntry[];
1999
- export type ListOfEventActionEntry = EventActionEntry[];
2000
- export type ListOfJobEntry = JobEntry[];
2001
- export type ListOfJobError = JobError[];
2002
- export type ListOfRevisionEntry = RevisionEntry[];
2003
- export type ListOf__string = __string[];
2004
- export type MapOf__string = {[key: string]: __string};
2005
2005
  export type __string = string;
2006
2006
  export type __stringMin0Max16384 = string;
2007
- export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2008
2007
  export type __stringMin10Max512 = string;
2008
+ export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2009
2009
  /**
2010
2010
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
2011
2011
  */
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['dataexchange'], '2017-07-25', {
9
9
  get: function get() {
10
10
  var model = require('../apis/dataexchange-2017-07-25.min.json');
11
11
  model.paginators = require('../apis/dataexchange-2017-07-25.paginators.json').pagination;
12
+ model.waiters = require('../apis/dataexchange-2017-07-25.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -28794,7 +28794,7 @@ declare namespace EC2 {
28794
28794
  */
28795
28795
  ResourceTypes?: ValueStringList;
28796
28796
  }
28797
- export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|string;
28797
+ export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
28798
28798
  export interface ResponseError {
28799
28799
  /**
28800
28800
  * The error code.
@@ -429,7 +429,7 @@ declare namespace EKS {
429
429
  }
430
430
  export type AddonIssueCode = "AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"InsufficientNumberOfReplicas"|"ConfigurationConflict"|"AdmissionRequestDenied"|"UnsupportedAddonModification"|"K8sResourceNotFound"|string;
431
431
  export type AddonIssueList = AddonIssue[];
432
- export type AddonStatus = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"DELETING"|"DELETE_FAILED"|"DEGRADED"|string;
432
+ export type AddonStatus = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"DELETING"|"DELETE_FAILED"|"DEGRADED"|"UPDATE_FAILED"|string;
433
433
  export interface AddonVersionInfo {
434
434
  /**
435
435
  * The version of the add-on.
@@ -644,7 +644,7 @@ declare namespace EKS {
644
644
  */
645
645
  serviceAccountRoleArn?: RoleArn;
646
646
  /**
647
- * How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on.
647
+ * How to resolve field value conflicts for an Amazon EKS add-on. Conflicts are handled based on the value you choose: None – If the self-managed version of the add-on is installed on your cluster, Amazon EKS doesn't change the value. Creation of the add-on might fail. Overwrite – If the self-managed version of the add-on is installed on your cluster and the Amazon EKS default value is different than the existing value, Amazon EKS changes the value to the Amazon EKS default value. Preserve – Not supported. You can set this value when updating an add-on though. For more information, see UpdateAddon. If you don't currently have the self-managed version of the add-on installed on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all values to default values, regardless of the option that you specify.
648
648
  */
649
649
  resolveConflicts?: ResolveConflicts;
650
650
  /**
@@ -1177,15 +1177,15 @@ declare namespace EKS {
1177
1177
  }
1178
1178
  export interface LaunchTemplateSpecification {
1179
1179
  /**
1180
- * The name of the launch template.
1180
+ * The name of the launch template. You must specify either the launch template name or the launch template ID in the request, but not both.
1181
1181
  */
1182
1182
  name?: String;
1183
1183
  /**
1184
- * The version of the launch template to use. If no version is specified, then the template's default version is used.
1184
+ * The launch template version number, $Latest, or $Default. If the value is $Latest, Amazon EKS uses the latest version of the launch template. If the value is $Default, Amazon EKS uses the default version of the launch template. Default: The default version of the launch template.
1185
1185
  */
1186
1186
  version?: String;
1187
1187
  /**
1188
- * The ID of the launch template.
1188
+ * The ID of the launch template. You must specify either the launch template ID or the launch template name in the request, but not both.
1189
1189
  */
1190
1190
  id?: String;
1191
1191
  }
@@ -1642,7 +1642,7 @@ declare namespace EKS {
1642
1642
  */
1643
1643
  sourceSecurityGroups?: StringList;
1644
1644
  }
1645
- export type ResolveConflicts = "OVERWRITE"|"NONE"|string;
1645
+ export type ResolveConflicts = "OVERWRITE"|"NONE"|"PRESERVE"|string;
1646
1646
  export type RoleArn = string;
1647
1647
  export type String = string;
1648
1648
  export type StringList = String[];
@@ -1734,7 +1734,7 @@ declare namespace EKS {
1734
1734
  */
1735
1735
  serviceAccountRoleArn?: RoleArn;
1736
1736
  /**
1737
- * How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
1737
+ * How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS default value. Conflicts are handled based on the option you choose: None – Amazon EKS doesn't change the value. The update might fail. Overwrite – Amazon EKS overwrites the changed value back to the Amazon EKS default value. Preserve – Amazon EKS preserves the value. If you choose this option, we recommend that you test any field and value changes on a non-production cluster before updating the add-on on your production cluster.
1738
1738
  */
1739
1739
  resolveConflicts?: ResolveConflicts;
1740
1740
  /**
@@ -853,7 +853,7 @@ declare namespace FSx {
853
853
  */
854
854
  JunctionPath: JunctionPath;
855
855
  /**
856
- * The security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. Specify one of the following values: UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
856
+ * Specifies the security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. The security style determines the type of permissions that FSx for ONTAP uses to control data access. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide. Specify one of the following values: UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
857
857
  */
858
858
  SecurityStyle?: SecurityStyle;
859
859
  /**
@@ -1694,7 +1694,7 @@ declare namespace FSx {
1694
1694
  }
1695
1695
  export interface FileSystemFailureDetails {
1696
1696
  /**
1697
- * A message describing any failures that occurred during file system creation.
1697
+ * A message describing any failures that occurred.
1698
1698
  */
1699
1699
  Message?: ErrorMessage;
1700
1700
  }
@@ -1282,6 +1282,10 @@ declare namespace Inspector2 {
1282
1282
  * Details on the date and time a finding was first seen used to filter findings.
1283
1283
  */
1284
1284
  firstObservedAt?: DateFilterList;
1285
+ /**
1286
+ * Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.
1287
+ */
1288
+ fixAvailable?: StringFilterList;
1285
1289
  /**
1286
1290
  * The Amazon Inspector score to filter on.
1287
1291
  */
@@ -1364,6 +1368,10 @@ declare namespace Inspector2 {
1364
1368
  * The date and time that the finding was first observed.
1365
1369
  */
1366
1370
  firstObservedAt: DateTimeTimestamp;
1371
+ /**
1372
+ * Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.
1373
+ */
1374
+ fixAvailable?: FixAvailable;
1367
1375
  /**
1368
1376
  * The Amazon Inspector score given to the finding.
1369
1377
  */
@@ -1448,6 +1456,7 @@ declare namespace Inspector2 {
1448
1456
  severityCounts?: SeverityCounts;
1449
1457
  }
1450
1458
  export type FindingTypeSortBy = "CRITICAL"|"HIGH"|"ALL"|string;
1459
+ export type FixAvailable = "YES"|"NO"|"PARTIAL"|string;
1451
1460
  export interface FreeTrialAccountInfo {
1452
1461
  /**
1453
1462
  * The account associated with the Amazon Inspector free trial information.
@@ -2050,7 +2059,7 @@ declare namespace Inspector2 {
2050
2059
  /**
2051
2060
  * The packages impacted by this vulnerability.
2052
2061
  */
2053
- vulnerablePackages: VulnerablePackageList;
2062
+ vulnerablePackages?: VulnerablePackageList;
2054
2063
  }
2055
2064
  export interface Permission {
2056
2065
  /**
@@ -2224,7 +2233,7 @@ declare namespace Inspector2 {
2224
2233
  statusCode: ScanStatusCode;
2225
2234
  }
2226
2235
  export type ScanStatusCode = "ACTIVE"|"INACTIVE"|string;
2227
- export type ScanStatusReason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|string;
2236
+ export type ScanStatusReason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|"NO_INVENTORY"|"STALE_INVENTORY"|string;
2228
2237
  export type ScanType = "NETWORK"|"PACKAGE"|string;
2229
2238
  export type Service = "EC2"|"ECR"|string;
2230
2239
  export type Severity = "INFORMATIONAL"|"LOW"|"MEDIUM"|"HIGH"|"CRITICAL"|"UNTRIAGED"|string;
@@ -2487,6 +2496,10 @@ declare namespace Inspector2 {
2487
2496
  * The release of the vulnerable package.
2488
2497
  */
2489
2498
  release?: PackageRelease;
2499
+ /**
2500
+ * The code to run in your environment to update packages with a fix available.
2501
+ */
2502
+ remediation?: VulnerablePackageRemediation;
2490
2503
  /**
2491
2504
  * The source layer hash of the vulnerable package.
2492
2505
  */
@@ -2497,6 +2510,7 @@ declare namespace Inspector2 {
2497
2510
  version: PackageVersion;
2498
2511
  }
2499
2512
  export type VulnerablePackageList = VulnerablePackage[];
2513
+ export type VulnerablePackageRemediation = string;
2500
2514
  /**
2501
2515
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
2502
2516
  */
@@ -101,11 +101,11 @@ declare class IoTSiteWise extends Service {
101
101
  */
102
102
  createAssetModel(callback?: (err: AWSError, data: IoTSiteWise.Types.CreateAssetModelResponse) => void): Request<IoTSiteWise.Types.CreateAssetModelResponse, AWSError>;
103
103
  /**
104
- * This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments. Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.
104
+ * Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.
105
105
  */
106
106
  createBulkImportJob(params: IoTSiteWise.Types.CreateBulkImportJobRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.CreateBulkImportJobResponse) => void): Request<IoTSiteWise.Types.CreateBulkImportJobResponse, AWSError>;
107
107
  /**
108
- * This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments. Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.
108
+ * Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.
109
109
  */
110
110
  createBulkImportJob(callback?: (err: AWSError, data: IoTSiteWise.Types.CreateBulkImportJobResponse) => void): Request<IoTSiteWise.Types.CreateBulkImportJobResponse, AWSError>;
111
111
  /**
@@ -237,11 +237,11 @@ declare class IoTSiteWise extends Service {
237
237
  */
238
238
  describeAssetProperty(callback?: (err: AWSError, data: IoTSiteWise.Types.DescribeAssetPropertyResponse) => void): Request<IoTSiteWise.Types.DescribeAssetPropertyResponse, AWSError>;
239
239
  /**
240
- * This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments. Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
240
+ * Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
241
241
  */
242
242
  describeBulkImportJob(params: IoTSiteWise.Types.DescribeBulkImportJobRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.DescribeBulkImportJobResponse) => void): Request<IoTSiteWise.Types.DescribeBulkImportJobResponse, AWSError>;
243
243
  /**
244
- * This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments. Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
244
+ * Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
245
245
  */
246
246
  describeBulkImportJob(callback?: (err: AWSError, data: IoTSiteWise.Types.DescribeBulkImportJobResponse) => void): Request<IoTSiteWise.Types.DescribeBulkImportJobResponse, AWSError>;
247
247
  /**
@@ -405,11 +405,11 @@ declare class IoTSiteWise extends Service {
405
405
  */
406
406
  listAssociatedAssets(callback?: (err: AWSError, data: IoTSiteWise.Types.ListAssociatedAssetsResponse) => void): Request<IoTSiteWise.Types.ListAssociatedAssetsResponse, AWSError>;
407
407
  /**
408
- * This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments. Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the Amazon Simple Storage Service User Guide.
408
+ * Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.
409
409
  */
410
410
  listBulkImportJobs(params: IoTSiteWise.Types.ListBulkImportJobsRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.ListBulkImportJobsResponse) => void): Request<IoTSiteWise.Types.ListBulkImportJobsResponse, AWSError>;
411
411
  /**
412
- * This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments. Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the Amazon Simple Storage Service User Guide.
412
+ * Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.
413
413
  */
414
414
  listBulkImportJobs(callback?: (err: AWSError, data: IoTSiteWise.Types.ListBulkImportJobsResponse) => void): Request<IoTSiteWise.Types.ListBulkImportJobsResponse, AWSError>;
415
415
  /**
@@ -1663,7 +1663,7 @@ declare namespace IoTSiteWise {
1663
1663
  }
1664
1664
  export interface CreateAssetRequest {
1665
1665
  /**
1666
- * A unique, friendly name for the asset.
1666
+ * A friendly name for the asset.
1667
1667
  */
1668
1668
  assetName: Name;
1669
1669
  /**
@@ -3880,6 +3880,10 @@ declare namespace IoTSiteWise {
3880
3880
  * A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
3881
3881
  */
3882
3882
  clientToken?: ClientToken;
3883
+ /**
3884
+ * The unit of measure (such as Newtons or RPM) of the asset property. If you don't specify a value for this parameter, the service uses the value of the assetModelProperty in the asset model.
3885
+ */
3886
+ propertyUnit?: PropertyUnit;
3883
3887
  }
3884
3888
  export interface UpdateAssetRequest {
3885
3889
  /**
@@ -3887,7 +3891,7 @@ declare namespace IoTSiteWise {
3887
3891
  */
3888
3892
  assetId: ID;
3889
3893
  /**
3890
- * A unique, friendly name for the asset.
3894
+ * A friendly name for the asset.
3891
3895
  */
3892
3896
  assetName: Name;
3893
3897
  /**
@@ -15564,8 +15564,21 @@ declare namespace SageMaker {
15564
15564
  * The serverless configuration for an endpoint. Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.
15565
15565
  */
15566
15566
  ServerlessConfig?: ProductionVariantServerlessConfig;
15567
+ /**
15568
+ * The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Currenly only Amazon EBS gp2 storage volumes are supported.
15569
+ */
15570
+ VolumeSizeInGB?: ProductionVariantVolumeSizeInGB;
15571
+ /**
15572
+ * The timeout value, in seconds, to download and extract customer model artifact from Amazon S3 to individual inference instance associated with this production variant.
15573
+ */
15574
+ ModelDataDownloadTimeoutInSeconds?: ProductionVariantModelDataDownloadTimeoutInSeconds;
15575
+ /**
15576
+ * The timeout value, in seconds, for the customer inference container to pass health check by SageMaker Hosting. For more information on health check, see How Your Container Should Respond to Health Check (Ping) Requests.
15577
+ */
15578
+ ContainerStartupHealthCheckTimeoutInSeconds?: ProductionVariantContainerStartupHealthCheckTimeoutInSeconds;
15567
15579
  }
15568
15580
  export type ProductionVariantAcceleratorType = "ml.eia1.medium"|"ml.eia1.large"|"ml.eia1.xlarge"|"ml.eia2.medium"|"ml.eia2.large"|"ml.eia2.xlarge"|string;
15581
+ export type ProductionVariantContainerStartupHealthCheckTimeoutInSeconds = number;
15569
15582
  export interface ProductionVariantCoreDumpConfig {
15570
15583
  /**
15571
15584
  * The Amazon S3 bucket to send the core dump to.
@@ -15578,6 +15591,7 @@ declare namespace SageMaker {
15578
15591
  }
15579
15592
  export type ProductionVariantInstanceType = "ml.t2.medium"|"ml.t2.large"|"ml.t2.xlarge"|"ml.t2.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.12xlarge"|"ml.m5d.24xlarge"|"ml.c4.large"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5d.large"|"ml.c5d.xlarge"|"ml.c5d.2xlarge"|"ml.c5d.4xlarge"|"ml.c5d.9xlarge"|"ml.c5d.18xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.12xlarge"|"ml.r5.24xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.12xlarge"|"ml.r5d.24xlarge"|"ml.inf1.xlarge"|"ml.inf1.2xlarge"|"ml.inf1.6xlarge"|"ml.inf1.24xlarge"|"ml.c6i.large"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.4xlarge"|"ml.c6i.8xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.12xlarge"|"ml.g5.16xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.p4d.24xlarge"|string;
15580
15593
  export type ProductionVariantList = ProductionVariant[];
15594
+ export type ProductionVariantModelDataDownloadTimeoutInSeconds = number;
15581
15595
  export interface ProductionVariantServerlessConfig {
15582
15596
  /**
15583
15597
  * The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.
@@ -15642,6 +15656,7 @@ declare namespace SageMaker {
15642
15656
  DesiredServerlessConfig?: ProductionVariantServerlessConfig;
15643
15657
  }
15644
15658
  export type ProductionVariantSummaryList = ProductionVariantSummary[];
15659
+ export type ProductionVariantVolumeSizeInGB = number;
15645
15660
  export interface ProfilerConfig {
15646
15661
  /**
15647
15662
  * Path to Amazon S3 storage location for system and framework metrics.
@@ -99,6 +99,14 @@ declare class SNS extends Service {
99
99
  * Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
100
100
  */
101
101
  deleteTopic(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
102
+ /**
103
+ * Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
104
+ */
105
+ getDataProtectionPolicy(params: SNS.Types.GetDataProtectionPolicyInput, callback?: (err: AWSError, data: SNS.Types.GetDataProtectionPolicyResponse) => void): Request<SNS.Types.GetDataProtectionPolicyResponse, AWSError>;
106
+ /**
107
+ * Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
108
+ */
109
+ getDataProtectionPolicy(callback?: (err: AWSError, data: SNS.Types.GetDataProtectionPolicyResponse) => void): Request<SNS.Types.GetDataProtectionPolicyResponse, AWSError>;
102
110
  /**
103
111
  * Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
104
112
  */
@@ -243,6 +251,14 @@ declare class SNS extends Service {
243
251
  * Publishes up to ten messages to the specified topic. This is a batch version of Publish. For FIFO topics, multiple messages within a single batch are published in the order they are sent, and messages are deduplicated within the batch and across batches for 5 minutes. The result of publishing each message is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200. The maximum allowed individual message size and the maximum total payload size (the sum of the individual lengths of all of the batched messages) are both 256 KB (262,144 bytes). Some actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this: &amp;AttributeName.1=first &amp;AttributeName.2=second If you send a batch message to a topic, Amazon SNS publishes the batch message to each endpoint that is subscribed to the topic. The format of the batch message depends on the notification protocol for each subscribed endpoint. When a messageId is returned, the batch message is saved and Amazon SNS immediately delivers the message to subscribers.
244
252
  */
245
253
  publishBatch(callback?: (err: AWSError, data: SNS.Types.PublishBatchResponse) => void): Request<SNS.Types.PublishBatchResponse, AWSError>;
254
+ /**
255
+ * Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.
256
+ */
257
+ putDataProtectionPolicy(params: SNS.Types.PutDataProtectionPolicyInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
258
+ /**
259
+ * Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.
260
+ */
261
+ putDataProtectionPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
246
262
  /**
247
263
  * Removes a statement from a topic's access control policy.
248
264
  */
@@ -474,6 +490,10 @@ declare namespace SNS {
474
490
  * The list of tags to add to a new topic. To be able to tag a topic on creation, you must have the sns:CreateTopic and sns:TagResource permissions.
475
491
  */
476
492
  Tags?: TagList;
493
+ /**
494
+ * The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
495
+ */
496
+ DataProtectionPolicy?: attributeValue;
477
497
  }
478
498
  export interface CreateTopicResponse {
479
499
  /**
@@ -518,6 +538,18 @@ declare namespace SNS {
518
538
  */
519
539
  Attributes?: MapStringToString;
520
540
  }
541
+ export interface GetDataProtectionPolicyInput {
542
+ /**
543
+ * The ARN of the topic whose DataProtectionPolicy you want to get. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
544
+ */
545
+ ResourceArn: topicARN;
546
+ }
547
+ export interface GetDataProtectionPolicyResponse {
548
+ /**
549
+ * Retrieves the DataProtectionPolicy in JSON string format.
550
+ */
551
+ DataProtectionPolicy?: attributeValue;
552
+ }
521
553
  export interface GetEndpointAttributesInput {
522
554
  /**
523
555
  * EndpointArn for GetEndpointAttributes input.
@@ -930,6 +962,16 @@ declare namespace SNS {
930
962
  */
931
963
  SequenceNumber?: String;
932
964
  }
965
+ export interface PutDataProtectionPolicyInput {
966
+ /**
967
+ * The ARN of the topic whose DataProtectionPolicy you want to add or update. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
968
+ */
969
+ ResourceArn: topicARN;
970
+ /**
971
+ * The JSON serialization of the topic's DataProtectionPolicy. The DataProtectionPolicy must be in JSON string format. Length Constraints: Maximum length of 30,720.
972
+ */
973
+ DataProtectionPolicy: attributeValue;
974
+ }
933
975
  export interface RemovePermissionInput {
934
976
  /**
935
977
  * The ARN of the topic whose access control policy you wish to modify.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1210.0',
86
+ VERSION: '2.1211.0',
87
87
 
88
88
  /**
89
89
  * @api private