aws-sdk 2.1608.0 → 2.1610.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/README.md +1 -1
  2. package/apis/amplify-2017-07-25.min.json +3 -0
  3. package/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
  4. package/apis/connectcases-2022-10-03.min.json +184 -63
  5. package/apis/fms-2018-01-01.min.json +59 -58
  6. package/apis/inspector2-2020-06-08.min.json +99 -74
  7. package/apis/omics-2022-11-28.min.json +36 -22
  8. package/apis/opensearch-2021-01-01.min.json +93 -92
  9. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
  10. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
  11. package/apis/qbusiness-2023-11-27.examples.json +2 -3
  12. package/apis/qbusiness-2023-11-27.min.json +778 -693
  13. package/apis/qbusiness-2023-11-27.paginators.json +1 -1
  14. package/apis/qbusiness-2023-11-27.waiters2.json +5 -0
  15. package/apis/quicksight-2018-04-01.min.json +557 -494
  16. package/apis/route53resolver-2018-04-01.min.json +58 -52
  17. package/apis/sagemaker-2017-07-24.min.json +330 -319
  18. package/apis/signer-2017-08-25.min.json +3 -0
  19. package/apis/timestream-query-2018-11-01.min.json +71 -23
  20. package/apis/transcribe-2017-10-26.min.json +101 -76
  21. package/apis/trustedadvisor-2022-09-15.min.json +107 -46
  22. package/clients/amplify.d.ts +2 -1
  23. package/clients/chimesdkvoice.d.ts +9 -9
  24. package/clients/codeartifact.d.ts +27 -27
  25. package/clients/connectcases.d.ts +98 -0
  26. package/clients/fms.d.ts +8 -3
  27. package/clients/inspector2.d.ts +44 -3
  28. package/clients/omics.d.ts +89 -53
  29. package/clients/opensearch.d.ts +8 -3
  30. package/clients/pinpointsmsvoicev2.d.ts +514 -8
  31. package/clients/qbusiness.d.ts +818 -700
  32. package/clients/qbusiness.js +1 -0
  33. package/clients/quicksight.d.ts +91 -12
  34. package/clients/route53resolver.d.ts +18 -5
  35. package/clients/sagemaker.d.ts +12 -1
  36. package/clients/signer.d.ts +3 -3
  37. package/clients/timestreamquery.d.ts +54 -0
  38. package/clients/transcribeservice.d.ts +32 -0
  39. package/clients/trustedadvisor.d.ts +66 -2
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +106 -99
  42. package/dist/aws-sdk.js +3 -3
  43. package/dist/aws-sdk.min.js +2 -2
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -205,11 +205,11 @@ declare class CodeArtifact extends Service {
205
205
  */
206
206
  getPackageVersionReadme(callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionReadmeResult) => void): Request<CodeArtifact.Types.GetPackageVersionReadmeResult, AWSError>;
207
207
  /**
208
- * Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi swift
208
+ * Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi ruby swift
209
209
  */
210
210
  getRepositoryEndpoint(params: CodeArtifact.Types.GetRepositoryEndpointRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryEndpointResult) => void): Request<CodeArtifact.Types.GetRepositoryEndpointResult, AWSError>;
211
211
  /**
212
- * Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi swift
212
+ * Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi ruby swift
213
213
  */
214
214
  getRepositoryEndpoint(callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryEndpointResult) => void): Request<CodeArtifact.Types.GetRepositoryEndpointResult, AWSError>;
215
215
  /**
@@ -450,7 +450,7 @@ declare namespace CodeArtifact {
450
450
  */
451
451
  format?: PackageFormat;
452
452
  /**
453
- * The namespace of the associated package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
453
+ * The namespace of the associated package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
454
454
  */
455
455
  namespace?: PackageNamespace;
456
456
  /**
@@ -487,7 +487,7 @@ declare namespace CodeArtifact {
487
487
  */
488
488
  format: PackageFormat;
489
489
  /**
490
- * The namespace of the package versions to be copied. The package component that specifies its namespace depends on its type. For example: The namespace is required when copying package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
490
+ * The namespace of the package versions to be copied. The package component that specifies its namespace depends on its type. For example: The namespace is required when copying package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
491
491
  */
492
492
  namespace?: PackageNamespace;
493
493
  /**
@@ -679,7 +679,7 @@ declare namespace CodeArtifact {
679
679
  */
680
680
  format: PackageFormat;
681
681
  /**
682
- * The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
682
+ * The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
683
683
  */
684
684
  namespace?: PackageNamespace;
685
685
  /**
@@ -708,7 +708,7 @@ declare namespace CodeArtifact {
708
708
  */
709
709
  format: PackageFormat;
710
710
  /**
711
- * The namespace of the package versions to be deleted. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
711
+ * The namespace of the package versions to be deleted. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
712
712
  */
713
713
  namespace?: PackageNamespace;
714
714
  /**
@@ -829,7 +829,7 @@ declare namespace CodeArtifact {
829
829
  */
830
830
  format: PackageFormat;
831
831
  /**
832
- * The namespace of the requested package. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
832
+ * The namespace of the requested package. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
833
833
  */
834
834
  namespace?: PackageNamespace;
835
835
  /**
@@ -861,7 +861,7 @@ declare namespace CodeArtifact {
861
861
  */
862
862
  format: PackageFormat;
863
863
  /**
864
- * The namespace of the requested package version. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
864
+ * The namespace of the requested package version. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
865
865
  */
866
866
  namespace?: PackageNamespace;
867
867
  /**
@@ -942,7 +942,7 @@ declare namespace CodeArtifact {
942
942
  */
943
943
  format: PackageFormat;
944
944
  /**
945
- * The namespace of the package versions to be disposed. The package component that specifies its namespace depends on its type. For example: The namespace is required when disposing package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
945
+ * The namespace of the package versions to be disposed. The package component that specifies its namespace depends on its type. For example: The namespace is required when disposing package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
946
946
  */
947
947
  namespace?: PackageNamespace;
948
948
  /**
@@ -1066,7 +1066,7 @@ declare namespace CodeArtifact {
1066
1066
  */
1067
1067
  format: PackageFormat;
1068
1068
  /**
1069
- * The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1069
+ * The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1070
1070
  */
1071
1071
  namespace?: PackageNamespace;
1072
1072
  /**
@@ -1142,7 +1142,7 @@ declare namespace CodeArtifact {
1142
1142
  */
1143
1143
  format: PackageFormat;
1144
1144
  /**
1145
- * The namespace of the package version with the requested asset file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1145
+ * The namespace of the package version with the requested asset file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1146
1146
  */
1147
1147
  namespace?: PackageNamespace;
1148
1148
  /**
@@ -1198,7 +1198,7 @@ declare namespace CodeArtifact {
1198
1198
  */
1199
1199
  format: PackageFormat;
1200
1200
  /**
1201
- * The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting the readme from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1201
+ * The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting the readme from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1202
1202
  */
1203
1203
  namespace?: PackageNamespace;
1204
1204
  /**
@@ -1216,7 +1216,7 @@ declare namespace CodeArtifact {
1216
1216
  */
1217
1217
  format?: PackageFormat;
1218
1218
  /**
1219
- * The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1219
+ * The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1220
1220
  */
1221
1221
  namespace?: PackageNamespace;
1222
1222
  /**
@@ -1440,7 +1440,7 @@ declare namespace CodeArtifact {
1440
1440
  */
1441
1441
  format: PackageFormat;
1442
1442
  /**
1443
- * The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace is required requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1443
+ * The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace is required requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1444
1444
  */
1445
1445
  namespace?: PackageNamespace;
1446
1446
  /**
@@ -1466,7 +1466,7 @@ declare namespace CodeArtifact {
1466
1466
  */
1467
1467
  format?: PackageFormat;
1468
1468
  /**
1469
- * The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1469
+ * The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1470
1470
  */
1471
1471
  namespace?: PackageNamespace;
1472
1472
  /**
@@ -1508,7 +1508,7 @@ declare namespace CodeArtifact {
1508
1508
  */
1509
1509
  format: PackageFormat;
1510
1510
  /**
1511
- * The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1511
+ * The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1512
1512
  */
1513
1513
  namespace?: PackageNamespace;
1514
1514
  /**
@@ -1530,7 +1530,7 @@ declare namespace CodeArtifact {
1530
1530
  */
1531
1531
  format?: PackageFormat;
1532
1532
  /**
1533
- * The namespace of the package version that contains the returned dependencies. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1533
+ * The namespace of the package version that contains the returned dependencies. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1534
1534
  */
1535
1535
  namespace?: PackageNamespace;
1536
1536
  /**
@@ -1573,7 +1573,7 @@ declare namespace CodeArtifact {
1573
1573
  */
1574
1574
  format: PackageFormat;
1575
1575
  /**
1576
- * The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1576
+ * The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1577
1577
  */
1578
1578
  namespace?: PackageNamespace;
1579
1579
  /**
@@ -1611,7 +1611,7 @@ declare namespace CodeArtifact {
1611
1611
  */
1612
1612
  format?: PackageFormat;
1613
1613
  /**
1614
- * The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1614
+ * The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1615
1615
  */
1616
1616
  namespace?: PackageNamespace;
1617
1617
  /**
@@ -1646,7 +1646,7 @@ declare namespace CodeArtifact {
1646
1646
  */
1647
1647
  format?: PackageFormat;
1648
1648
  /**
1649
- * The namespace prefix used to filter requested packages. Only packages with a namespace that starts with the provided string value are returned. Note that although this option is called --namespace and not --namespace-prefix, it has prefix-matching behavior. Each package format uses namespace as follows: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1649
+ * The namespace prefix used to filter requested packages. Only packages with a namespace that starts with the provided string value are returned. Note that although this option is called --namespace and not --namespace-prefix, it has prefix-matching behavior. Each package format uses namespace as follows: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1650
1650
  */
1651
1651
  namespace?: PackageNamespace;
1652
1652
  /**
@@ -1791,7 +1791,7 @@ declare namespace CodeArtifact {
1791
1791
  export type OriginRestrictions = {[key: string]: PackageGroupOriginRestrictionMode};
1792
1792
  export interface PackageDependency {
1793
1793
  /**
1794
- * The namespace of the package that this package depends on. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1794
+ * The namespace of the package that this package depends on. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1795
1795
  */
1796
1796
  namespace?: PackageNamespace;
1797
1797
  /**
@@ -1814,7 +1814,7 @@ declare namespace CodeArtifact {
1814
1814
  */
1815
1815
  format?: PackageFormat;
1816
1816
  /**
1817
- * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1817
+ * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1818
1818
  */
1819
1819
  namespace?: PackageNamespace;
1820
1820
  /**
@@ -1826,7 +1826,7 @@ declare namespace CodeArtifact {
1826
1826
  */
1827
1827
  originConfiguration?: PackageOriginConfiguration;
1828
1828
  }
1829
- export type PackageFormat = "npm"|"pypi"|"maven"|"nuget"|"generic"|"swift"|string;
1829
+ export type PackageFormat = "npm"|"pypi"|"maven"|"nuget"|"generic"|"ruby"|"swift"|string;
1830
1830
  export interface PackageGroupAllowedRepository {
1831
1831
  /**
1832
1832
  * The name of the allowed repository.
@@ -1983,7 +1983,7 @@ declare namespace CodeArtifact {
1983
1983
  */
1984
1984
  format?: PackageFormat;
1985
1985
  /**
1986
- * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1986
+ * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1987
1987
  */
1988
1988
  namespace?: PackageNamespace;
1989
1989
  /**
@@ -2003,7 +2003,7 @@ declare namespace CodeArtifact {
2003
2003
  */
2004
2004
  format?: PackageFormat;
2005
2005
  /**
2006
- * The namespace of the package version. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2006
+ * The namespace of the package version. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2007
2007
  */
2008
2008
  namespace?: PackageNamespace;
2009
2009
  /**
@@ -2219,7 +2219,7 @@ declare namespace CodeArtifact {
2219
2219
  */
2220
2220
  format: PackageFormat;
2221
2221
  /**
2222
- * The namespace of the package to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2222
+ * The namespace of the package to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2223
2223
  */
2224
2224
  namespace?: PackageNamespace;
2225
2225
  /**
@@ -2500,7 +2500,7 @@ declare namespace CodeArtifact {
2500
2500
  */
2501
2501
  format: PackageFormat;
2502
2502
  /**
2503
- * The namespace of the package version to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2503
+ * The namespace of the package version to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2504
2504
  */
2505
2505
  namespace?: PackageNamespace;
2506
2506
  /**
@@ -83,6 +83,30 @@ declare class ConnectCases extends Service {
83
83
  * Deletes a Cases domain. &lt;note&gt; &lt;p&gt;After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See &lt;a href=&quot;https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html&quot;&gt;DeleteIntegrationAssociation&lt;/a&gt;.&lt;/p&gt; &lt;/note&gt;
84
84
  */
85
85
  deleteDomain(callback?: (err: AWSError, data: ConnectCases.Types.DeleteDomainResponse) => void): Request<ConnectCases.Types.DeleteDomainResponse, AWSError>;
86
+ /**
87
+ * Deletes a field from a cases template. You can delete up to 100 fields per domain. After a field is deleted: You can still retrieve the field by calling BatchGetField. You cannot update a deleted field by calling UpdateField; it throws a ValidationException. Deleted fields are not included in the ListFields response. Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted. Calling GetCase with a deleted field ID returns the deleted field's value if one exists. Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case. GetTemplate does not return field IDs for deleted fields. GetLayout does not return field IDs for deleted fields. Calling SearchCases with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. Calling SearchCases with a searchTerm value that matches a deleted field's value on a case returns the case in the response. Calling BatchPutFieldOptions with a deleted field ID throw a ValidationException. Calling GetCaseEventConfiguration does not return field IDs for deleted fields.
88
+ */
89
+ deleteField(params: ConnectCases.Types.DeleteFieldRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteFieldResponse) => void): Request<ConnectCases.Types.DeleteFieldResponse, AWSError>;
90
+ /**
91
+ * Deletes a field from a cases template. You can delete up to 100 fields per domain. After a field is deleted: You can still retrieve the field by calling BatchGetField. You cannot update a deleted field by calling UpdateField; it throws a ValidationException. Deleted fields are not included in the ListFields response. Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted. Calling GetCase with a deleted field ID returns the deleted field's value if one exists. Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case. GetTemplate does not return field IDs for deleted fields. GetLayout does not return field IDs for deleted fields. Calling SearchCases with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. Calling SearchCases with a searchTerm value that matches a deleted field's value on a case returns the case in the response. Calling BatchPutFieldOptions with a deleted field ID throw a ValidationException. Calling GetCaseEventConfiguration does not return field IDs for deleted fields.
92
+ */
93
+ deleteField(callback?: (err: AWSError, data: ConnectCases.Types.DeleteFieldResponse) => void): Request<ConnectCases.Types.DeleteFieldResponse, AWSError>;
94
+ /**
95
+ * Deletes a layout from a cases template. You can delete up to 100 layouts per domain. &lt;p&gt;After a layout is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the layout by calling &lt;code&gt;GetLayout&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update a deleted layout by calling &lt;code&gt;UpdateLayout&lt;/code&gt;; it throws a &lt;code&gt;ValidationException&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted layouts are not included in the &lt;code&gt;ListLayouts&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
96
+ */
97
+ deleteLayout(params: ConnectCases.Types.DeleteLayoutRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteLayoutResponse) => void): Request<ConnectCases.Types.DeleteLayoutResponse, AWSError>;
98
+ /**
99
+ * Deletes a layout from a cases template. You can delete up to 100 layouts per domain. &lt;p&gt;After a layout is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the layout by calling &lt;code&gt;GetLayout&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update a deleted layout by calling &lt;code&gt;UpdateLayout&lt;/code&gt;; it throws a &lt;code&gt;ValidationException&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted layouts are not included in the &lt;code&gt;ListLayouts&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
100
+ */
101
+ deleteLayout(callback?: (err: AWSError, data: ConnectCases.Types.DeleteLayoutResponse) => void): Request<ConnectCases.Types.DeleteLayoutResponse, AWSError>;
102
+ /**
103
+ * Deletes a cases template. You can delete up to 100 templates per domain. &lt;p&gt;After a cases template is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the template by calling &lt;code&gt;GetTemplate&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update the template. &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot create a case by using the deleted template.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted templates are not included in the &lt;code&gt;ListTemplates&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
104
+ */
105
+ deleteTemplate(params: ConnectCases.Types.DeleteTemplateRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteTemplateResponse) => void): Request<ConnectCases.Types.DeleteTemplateResponse, AWSError>;
106
+ /**
107
+ * Deletes a cases template. You can delete up to 100 templates per domain. &lt;p&gt;After a cases template is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the template by calling &lt;code&gt;GetTemplate&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update the template. &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot create a case by using the deleted template.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted templates are not included in the &lt;code&gt;ListTemplates&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
108
+ */
109
+ deleteTemplate(callback?: (err: AWSError, data: ConnectCases.Types.DeleteTemplateResponse) => void): Request<ConnectCases.Types.DeleteTemplateResponse, AWSError>;
86
110
  /**
87
111
  * Returns information about a specific case if it exists.
88
112
  */
@@ -655,6 +679,43 @@ declare namespace ConnectCases {
655
679
  }
656
680
  export interface DeleteDomainResponse {
657
681
  }
682
+ export interface DeleteFieldRequest {
683
+ /**
684
+ * The unique identifier of the Cases domain.
685
+ */
686
+ domainId: DomainId;
687
+ /**
688
+ * The unique identifier of a field.
689
+ */
690
+ fieldId: FieldId;
691
+ }
692
+ export interface DeleteFieldResponse {
693
+ }
694
+ export interface DeleteLayoutRequest {
695
+ /**
696
+ * The unique identifier of the Cases domain.
697
+ */
698
+ domainId: DomainId;
699
+ /**
700
+ * The unique identifier of the layout.
701
+ */
702
+ layoutId: LayoutId;
703
+ }
704
+ export interface DeleteLayoutResponse {
705
+ }
706
+ export interface DeleteTemplateRequest {
707
+ /**
708
+ * The unique identifier of the Cases domain.
709
+ */
710
+ domainId: DomainId;
711
+ /**
712
+ * A unique identifier of a template.
713
+ */
714
+ templateId: TemplateId;
715
+ }
716
+ export interface DeleteTemplateResponse {
717
+ }
718
+ export type Deleted = boolean;
658
719
  export type DomainArn = string;
659
720
  export type DomainId = string;
660
721
  export type DomainName = string;
@@ -966,6 +1027,14 @@ declare namespace ConnectCases {
966
1027
  tags?: Tags;
967
1028
  }
968
1029
  export interface GetFieldResponse {
1030
+ /**
1031
+ * The timestamp for when the resource was created.
1032
+ */
1033
+ createdTime?: CreatedTime;
1034
+ /**
1035
+ * Indicates whether the resource has been deleted.
1036
+ */
1037
+ deleted?: Deleted;
969
1038
  /**
970
1039
  * Description of the field.
971
1040
  */
@@ -978,6 +1047,10 @@ declare namespace ConnectCases {
978
1047
  * Unique identifier of the field.
979
1048
  */
980
1049
  fieldId: FieldId;
1050
+ /**
1051
+ * The timestamp for when the resource was created or last modified.
1052
+ */
1053
+ lastModifiedTime?: LastModifiedTime;
981
1054
  /**
982
1055
  * Name of the field.
983
1056
  */
@@ -1010,6 +1083,18 @@ declare namespace ConnectCases {
1010
1083
  * Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
1011
1084
  */
1012
1085
  content: LayoutContent;
1086
+ /**
1087
+ * The timestamp for when the resource was created.
1088
+ */
1089
+ createdTime?: CreatedTime;
1090
+ /**
1091
+ * Indicates whether the resource has been deleted.
1092
+ */
1093
+ deleted?: Deleted;
1094
+ /**
1095
+ * The timestamp for when the resource was created or last modified.
1096
+ */
1097
+ lastModifiedTime?: LastModifiedTime;
1013
1098
  /**
1014
1099
  * The Amazon Resource Name (ARN) of the newly created layout.
1015
1100
  */
@@ -1038,10 +1123,22 @@ declare namespace ConnectCases {
1038
1123
  templateId: TemplateId;
1039
1124
  }
1040
1125
  export interface GetTemplateResponse {
1126
+ /**
1127
+ * The timestamp for when the resource was created.
1128
+ */
1129
+ createdTime?: CreatedTime;
1130
+ /**
1131
+ * Indicates whether the resource has been deleted.
1132
+ */
1133
+ deleted?: Deleted;
1041
1134
  /**
1042
1135
  * A brief description of the template.
1043
1136
  */
1044
1137
  description?: TemplateDescription;
1138
+ /**
1139
+ * The timestamp for when the resource was created or last modified.
1140
+ */
1141
+ lastModifiedTime?: LastModifiedTime;
1045
1142
  /**
1046
1143
  * Configuration of layouts associated to the template.
1047
1144
  */
@@ -1072,6 +1169,7 @@ declare namespace ConnectCases {
1072
1169
  templateId: TemplateId;
1073
1170
  }
1074
1171
  export type IamPrincipalArn = string;
1172
+ export type LastModifiedTime = Date;
1075
1173
  export type LayoutArn = string;
1076
1174
  export interface LayoutConfiguration {
1077
1175
  /**
package/clients/fms.d.ts CHANGED
@@ -1603,7 +1603,7 @@ declare namespace FMS {
1603
1603
  }
1604
1604
  export interface NetworkAclEntrySet {
1605
1605
  /**
1606
- * The rules that you want to run first in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates.
1606
+ * The rules that you want to run first in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.
1607
1607
  */
1608
1608
  FirstEntries?: NetworkAclEntries;
1609
1609
  /**
@@ -1611,7 +1611,7 @@ declare namespace FMS {
1611
1611
  */
1612
1612
  ForceRemediateForFirstEntries: BooleanObject;
1613
1613
  /**
1614
- * The rules that you want to run last in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates.
1614
+ * The rules that you want to run last in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.
1615
1615
  */
1616
1616
  LastEntries?: NetworkAclEntries;
1617
1617
  /**
@@ -2763,9 +2763,13 @@ declare namespace FMS {
2763
2763
  export type SecurityServiceTypeList = SecurityServiceType[];
2764
2764
  export interface StatefulEngineOptions {
2765
2765
  /**
2766
- * Indicates how to manage the order of stateful rule evaluation for the policy. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.
2766
+ * Indicates how to manage the order of stateful rule evaluation for the policy. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide. Default: DEFAULT_ACTION_ORDER
2767
2767
  */
2768
2768
  RuleOrder?: RuleOrder;
2769
+ /**
2770
+ * Indicates how Network Firewall should handle traffic when a network connection breaks midstream. DROP - Fail closed and drop all subsequent traffic going to the firewall. CONTINUE - Continue to apply rules to subsequent traffic without context from traffic before the break. This impacts the behavior of rules that depend on context. For example, with a stateful rule that drops HTTP traffic, Network Firewall won't match subsequent traffic because the it won't have the context from session initialization, which defines the application layer protocol as HTTP. However, a TCP-layer rule using a flow:stateless rule would still match, and so would the aws:drop_strict default action. REJECT - Fail closed and drop all subsequent traffic going to the firewall. With this option, Network Firewall also sends a TCP reject packet back to the client so the client can immediately establish a new session. With the new session, Network Firewall will have context and will apply rules appropriately. For applications that are reliant on long-lived TCP connections that trigger Gateway Load Balancer idle timeouts, this is the recommended setting. FMS_IGNORE - Firewall Manager doesn't monitor or modify the Network Firewall stream exception policy settings. For more information, see Stream exception policy in your firewall policy in the Network Firewall Developer Guide. Default: FMS_IGNORE
2771
+ */
2772
+ StreamExceptionPolicy?: StreamExceptionPolicy;
2769
2773
  }
2770
2774
  export interface StatefulRuleGroup {
2771
2775
  /**
@@ -2802,6 +2806,7 @@ declare namespace FMS {
2802
2806
  }
2803
2807
  export type StatelessRuleGroupList = StatelessRuleGroup[];
2804
2808
  export type StatelessRuleGroupPriority = number;
2809
+ export type StreamExceptionPolicy = "DROP"|"CONTINUE"|"REJECT"|"FMS_IGNORE"|string;
2805
2810
  export interface Tag {
2806
2811
  /**
2807
2812
  * Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as "customer." Tag keys are case-sensitive.
@@ -1674,6 +1674,10 @@ declare namespace Inspector2 {
1674
1674
  * An array of Amazon Web Services resource types to return coverage statistics for. The values can be AWS_EC2_INSTANCE, AWS_LAMBDA_FUNCTION, AWS_ECR_CONTAINER_IMAGE, AWS_ECR_REPOSITORY or AWS_ACCOUNT.
1675
1675
  */
1676
1676
  resourceType?: CoverageStringFilterList;
1677
+ /**
1678
+ * The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED and EC2_HYBRID.
1679
+ */
1680
+ scanMode?: CoverageStringFilterList;
1677
1681
  /**
1678
1682
  * The scan status code to filter on. Valid values are: ValidationException, InternalServerException, ResourceNotFoundException, BadRequestException, and ThrottlingException.
1679
1683
  */
@@ -1738,6 +1742,10 @@ declare namespace Inspector2 {
1738
1742
  * The type of the covered resource.
1739
1743
  */
1740
1744
  resourceType: CoverageResourceType;
1745
+ /**
1746
+ * The scan method that is applied to the instance.
1747
+ */
1748
+ scanMode?: ScanMode;
1741
1749
  /**
1742
1750
  * The status of the scan covering the resource.
1743
1751
  */
@@ -2079,6 +2087,18 @@ declare namespace Inspector2 {
2079
2087
  accountId: AccountId;
2080
2088
  }
2081
2089
  export type Double = number;
2090
+ export interface Ec2Configuration {
2091
+ /**
2092
+ * The scan method that is applied to the instance.
2093
+ */
2094
+ scanMode: Ec2ScanMode;
2095
+ }
2096
+ export interface Ec2ConfigurationState {
2097
+ /**
2098
+ * An object that contains details about the state of the Amazon EC2 scan mode.
2099
+ */
2100
+ scanModeState?: Ec2ScanModeState;
2101
+ }
2082
2102
  export type Ec2DeepInspectionStatus = "ACTIVATED"|"DEACTIVATED"|"PENDING"|"FAILED"|string;
2083
2103
  export interface Ec2InstanceAggregation {
2084
2104
  /**
@@ -2152,6 +2172,18 @@ declare namespace Inspector2 {
2152
2172
  tags?: TagMap;
2153
2173
  }
2154
2174
  export type Ec2Platform = "WINDOWS"|"LINUX"|"UNKNOWN"|"MACOS"|string;
2175
+ export type Ec2ScanMode = "EC2_SSM_AGENT_BASED"|"EC2_HYBRID"|string;
2176
+ export interface Ec2ScanModeState {
2177
+ /**
2178
+ * The scan method that is applied to the instance.
2179
+ */
2180
+ scanMode?: Ec2ScanMode;
2181
+ /**
2182
+ * The status of the Amazon EC2 scan mode setting.
2183
+ */
2184
+ scanModeStatus?: Ec2ScanModeStatus;
2185
+ }
2186
+ export type Ec2ScanModeStatus = "SUCCESS"|"PENDING"|string;
2155
2187
  export interface EcrConfiguration {
2156
2188
  /**
2157
2189
  * The rescan duration configured for image pull date.
@@ -2608,7 +2640,7 @@ declare namespace Inspector2 {
2608
2640
  */
2609
2641
  inspectorScoreDetails?: InspectorScoreDetails;
2610
2642
  /**
2611
- * The date and time that the finding was last observed.
2643
+ * The date and time the finding was last observed. This timestamp for this field remains unchanged until a finding is updated.
2612
2644
  */
2613
2645
  lastObservedAt: DateTimeTimestamp;
2614
2646
  /**
@@ -2804,7 +2836,7 @@ declare namespace Inspector2 {
2804
2836
  */
2805
2837
  status?: CisReportStatus;
2806
2838
  /**
2807
- * The URL where the CIS scan report PDF can be downloaded.
2839
+ * The URL where a PDF of the CIS scan report can be downloaded.
2808
2840
  */
2809
2841
  url?: String;
2810
2842
  }
@@ -2856,6 +2888,10 @@ declare namespace Inspector2 {
2856
2888
  export interface GetConfigurationRequest {
2857
2889
  }
2858
2890
  export interface GetConfigurationResponse {
2891
+ /**
2892
+ * Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.
2893
+ */
2894
+ ec2Configuration?: Ec2ConfigurationState;
2859
2895
  /**
2860
2896
  * Specifies how the ECR automated re-scan duration is currently configured for your environment.
2861
2897
  */
@@ -4123,6 +4159,7 @@ declare namespace Inspector2 {
4123
4159
  export type RuleId = string;
4124
4160
  export type Runtime = "NODEJS"|"NODEJS_12_X"|"NODEJS_14_X"|"NODEJS_16_X"|"JAVA_8"|"JAVA_8_AL2"|"JAVA_11"|"PYTHON_3_7"|"PYTHON_3_8"|"PYTHON_3_9"|"UNSUPPORTED"|"NODEJS_18_X"|"GO_1_X"|"JAVA_17"|"PYTHON_3_10"|string;
4125
4161
  export type SbomReportFormat = "CYCLONEDX_1_4"|"SPDX_2_3"|string;
4162
+ export type ScanMode = "EC2_SSM_AGENT_BASED"|"EC2_AGENTLESS"|string;
4126
4163
  export interface ScanStatus {
4127
4164
  /**
4128
4165
  * The scan status. Possible return values and descriptions are: PENDING_INITIAL_SCAN - This resource has been identified for scanning, results will be available soon. ACCESS_DENIED - Resource access policy restricting Amazon Inspector access. Please update the IAM policy. INTERNAL_ERROR - Amazon Inspector has encountered an internal error for this resource. Amazon Inspector service will automatically resolve the issue and resume the scanning. No action required from the user. UNMANAGED_EC2_INSTANCE - The EC2 instance is not managed by SSM, please use the following SSM automation to remediate the issue: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-managed-instance.html. Once the instance becomes managed by SSM, Inspector will automatically begin scanning this instance. UNSUPPORTED_OS - Amazon Inspector does not support this OS, architecture, or image manifest type at this time. To see a complete list of supported operating systems see: https://docs.aws.amazon.com/inspector/latest/user/supported.html. SCAN_ELIGIBILITY_EXPIRED - The configured scan duration has lapsed for this image. RESOURCE_TERMINATED - This resource has been terminated. The findings and coverage associated with this resource are in the process of being cleaned up. SUCCESSFUL - The scan was successful. NO_RESOURCES_FOUND - Reserved for future use. IMAGE_SIZE_EXCEEDED - Reserved for future use. SCAN_FREQUENCY_MANUAL - This image will not be covered by Amazon Inspector due to the repository scan frequency configuration. SCAN_FREQUENCY_SCAN_ON_PUSH - This image will be scanned one time and will not new findings because of the scan frequency configuration. EC2_INSTANCE_STOPPED - This EC2 instance is in a stopped state, therefore, Amazon Inspector will pause scanning. The existing findings will continue to exist until the instance is terminated. Once the instance is re-started, Inspector will automatically start scanning the instance again. Please note that you will not be charged for this instance while it’s in a stopped state. PENDING_DISABLE - This resource is pending cleanup during disablement. The customer will not be billed while a resource is in the pending disable status. NO INVENTORY - Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of InspectorInventoryCollection-do-not-delete association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. STALE_INVENTORY - Amazon Inspector wasn’t able to collect an updated software application inventory in the last 7 days. Please confirm the required Amazon Inspector associations still exist and you can still see an updated inventory in the SSM console. EXCLUDED_BY_TAG - This resource was not scanned because it has been excluded by a tag. UNSUPPORTED_RUNTIME - The function was not scanned because it has an unsupported runtime. To see a complete list of supported runtimes see: https://docs.aws.amazon.com/inspector/latest/user/supported.html. UNSUPPORTED_MEDIA_TYPE - The ECR image has an unsupported media type. UNSUPPORTED_CONFIG_FILE - Reserved for future use. DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED - The instance has exceeded the 5000 package limit for Amazon Inspector Deep inspection. To resume Deep inspection for this instance you can try to adjust the custom paths associated with the account. DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED - The SSM agent couldn't send inventory to Amazon Inspector because the SSM quota for Inventory data collected per instance per day has already been reached for this instance. DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED - Amazon Inspector failed to extract the package inventory because the package collection time exceeding the maximum threshold of 15 minutes. DEEP_INSPECTION_NO_INVENTORY The Amazon Inspector plugin hasn't yet been able to collect an inventory of packages for this instance. This is usually the result of a pending scan, however, if this status persists after 6 hours, use SSM to ensure that the required Amazon Inspector associations exist and are running for the instance.
@@ -4562,10 +4599,14 @@ declare namespace Inspector2 {
4562
4599
  targetResourceTags?: TargetResourceTags;
4563
4600
  }
4564
4601
  export interface UpdateConfigurationRequest {
4602
+ /**
4603
+ * Specifies how the Amazon EC2 automated scan will be updated for your environment.
4604
+ */
4605
+ ec2Configuration?: Ec2Configuration;
4565
4606
  /**
4566
4607
  * Specifies how the ECR automated re-scan will be updated for your environment.
4567
4608
  */
4568
- ecrConfiguration: EcrConfiguration;
4609
+ ecrConfiguration?: EcrConfiguration;
4569
4610
  }
4570
4611
  export interface UpdateConfigurationResponse {
4571
4612
  }