cdk-docker-image-deployment 0.0.200 → 0.0.202

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 (47) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  21. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  23. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  24. package/node_modules/aws-sdk/clients/all.js +2 -1
  25. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  26. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  27. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  28. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  29. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  30. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +13 -13
  31. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  32. package/node_modules/aws-sdk/clients/comprehend.d.ts +110 -106
  33. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  34. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  35. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  36. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  39. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +9 -4
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +13 -13
  44. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +7 -7
@@ -253,11 +253,11 @@ declare class CodeArtifact extends Service {
253
253
  */
254
254
  listTagsForResource(callback?: (err: AWSError, data: CodeArtifact.Types.ListTagsForResourceResult) => void): Request<CodeArtifact.Types.ListTagsForResourceResult, AWSError>;
255
255
  /**
256
- * Creates a new package version containing one or more assets (or files). The unfinished flag can be used to keep the package version in the Unfinished state until all of it’s assets have been uploaded (see Package version status in the CodeArtifact user guide). To set the package version’s status to Published, omit the unfinished flag when uploading the final asset, or set the status using UpdatePackageVersionStatus. Once a package version’s status is set to Published, it cannot change back to Unfinished. Only generic packages can be published using this API.
256
+ * Creates a new package version containing one or more assets (or files). The unfinished flag can be used to keep the package version in the Unfinished state until all of its assets have been uploaded (see Package version status in the CodeArtifact user guide). To set the package version’s status to Published, omit the unfinished flag when uploading the final asset, or set the status using UpdatePackageVersionStatus. Once a package version’s status is set to Published, it cannot change back to Unfinished. Only generic packages can be published using this API. For more information, see Using generic packages in the CodeArtifact User Guide.
257
257
  */
258
258
  publishPackageVersion(params: CodeArtifact.Types.PublishPackageVersionRequest, callback?: (err: AWSError, data: CodeArtifact.Types.PublishPackageVersionResult) => void): Request<CodeArtifact.Types.PublishPackageVersionResult, AWSError>;
259
259
  /**
260
- * Creates a new package version containing one or more assets (or files). The unfinished flag can be used to keep the package version in the Unfinished state until all of it’s assets have been uploaded (see Package version status in the CodeArtifact user guide). To set the package version’s status to Published, omit the unfinished flag when uploading the final asset, or set the status using UpdatePackageVersionStatus. Once a package version’s status is set to Published, it cannot change back to Unfinished. Only generic packages can be published using this API.
260
+ * Creates a new package version containing one or more assets (or files). The unfinished flag can be used to keep the package version in the Unfinished state until all of its assets have been uploaded (see Package version status in the CodeArtifact user guide). To set the package version’s status to Published, omit the unfinished flag when uploading the final asset, or set the status using UpdatePackageVersionStatus. Once a package version’s status is set to Published, it cannot change back to Unfinished. Only generic packages can be published using this API. For more information, see Using generic packages in the CodeArtifact User Guide.
261
261
  */
262
262
  publishPackageVersion(callback?: (err: AWSError, data: CodeArtifact.Types.PublishPackageVersionResult) => void): Request<CodeArtifact.Types.PublishPackageVersionResult, AWSError>;
263
263
  /**
@@ -354,7 +354,7 @@ declare namespace CodeArtifact {
354
354
  */
355
355
  repository: RepositoryName;
356
356
  /**
357
- * The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:nuget-org - for the NuGet Gallery. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository.
357
+ * The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:nuget-org - for the NuGet Gallery. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository. public:maven-clojars - for the Clojars repository.
358
358
  */
359
359
  externalConnection: ExternalConnectionName;
360
360
  }
@@ -388,7 +388,7 @@ declare namespace CodeArtifact {
388
388
  */
389
389
  format: PackageFormat;
390
390
  /**
391
- * The namespace of the package versions to be copied. The package version component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace is required when copying Maven package versions. The namespace of an npm package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
391
+ * The namespace of the package versions to be copied. The package version component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace is required when copying Maven package versions. The namespace of an npm package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
392
392
  */
393
393
  namespace?: PackageNamespace;
394
394
  /**
@@ -528,7 +528,7 @@ declare namespace CodeArtifact {
528
528
  */
529
529
  format: PackageFormat;
530
530
  /**
531
- * The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace is required when deleting Maven package versions. The namespace of an npm package is its scope. Python and NuGet packages do not contain corresponding components, packages of those formats do not have a namespace.
531
+ * The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace is required when deleting Maven package versions. The namespace of an npm package is its scope. Python and NuGet packages do not contain corresponding components, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
532
532
  */
533
533
  namespace?: PackageNamespace;
534
534
  /**
@@ -557,7 +557,7 @@ declare namespace CodeArtifact {
557
557
  */
558
558
  format: PackageFormat;
559
559
  /**
560
- * The namespace of the package versions to be deleted. The package version component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace is required when deleting Maven package versions. The namespace of an npm package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
560
+ * The namespace of the package versions to be deleted. The package version component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace is required when deleting Maven package versions. The namespace of an npm package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
561
561
  */
562
562
  namespace?: PackageNamespace;
563
563
  /**
@@ -658,7 +658,7 @@ declare namespace CodeArtifact {
658
658
  */
659
659
  format: PackageFormat;
660
660
  /**
661
- * The namespace of the requested package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace is required when requesting Maven packages. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
661
+ * The namespace of the requested package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace is required when requesting Maven packages. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
662
662
  */
663
663
  namespace?: PackageNamespace;
664
664
  /**
@@ -690,7 +690,7 @@ declare namespace CodeArtifact {
690
690
  */
691
691
  format: PackageFormat;
692
692
  /**
693
- * The namespace of the requested package version. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
693
+ * The namespace of the requested package version. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
694
694
  */
695
695
  namespace?: PackageNamespace;
696
696
  /**
@@ -771,7 +771,7 @@ declare namespace CodeArtifact {
771
771
  */
772
772
  format: PackageFormat;
773
773
  /**
774
- * The namespace of the package versions to be disposed. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
774
+ * The namespace of the package versions to be disposed. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
775
775
  */
776
776
  namespace?: PackageNamespace;
777
777
  /**
@@ -939,7 +939,7 @@ declare namespace CodeArtifact {
939
939
  */
940
940
  format: PackageFormat;
941
941
  /**
942
- * The namespace of the package version with the requested asset file. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
942
+ * The namespace of the package version with the requested asset file. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
943
943
  */
944
944
  namespace?: PackageNamespace;
945
945
  /**
@@ -995,7 +995,7 @@ declare namespace CodeArtifact {
995
995
  */
996
996
  format: PackageFormat;
997
997
  /**
998
- * The namespace of the package version with the requested readme file. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
998
+ * The namespace of the package version with the requested readme file. The package version component that specifies its namespace depends on its type. For example: The namespace of an npm package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
999
999
  */
1000
1000
  namespace?: PackageNamespace;
1001
1001
  /**
@@ -1131,7 +1131,7 @@ declare namespace CodeArtifact {
1131
1131
  */
1132
1132
  format: PackageFormat;
1133
1133
  /**
1134
- * The namespace of the package version that contains the requested package version assets. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1134
+ * The namespace of the package version that contains the requested package version assets. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
1135
1135
  */
1136
1136
  namespace?: PackageNamespace;
1137
1137
  /**
@@ -1199,7 +1199,7 @@ declare namespace CodeArtifact {
1199
1199
  */
1200
1200
  format: PackageFormat;
1201
1201
  /**
1202
- * The namespace of the package version with the requested dependencies. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1202
+ * The namespace of the package version with the requested dependencies. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
1203
1203
  */
1204
1204
  namespace?: PackageNamespace;
1205
1205
  /**
@@ -1264,7 +1264,7 @@ declare namespace CodeArtifact {
1264
1264
  */
1265
1265
  format: PackageFormat;
1266
1266
  /**
1267
- * 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 is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1267
+ * 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 is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
1268
1268
  */
1269
1269
  namespace?: PackageNamespace;
1270
1270
  /**
@@ -1337,7 +1337,7 @@ declare namespace CodeArtifact {
1337
1337
  */
1338
1338
  format?: PackageFormat;
1339
1339
  /**
1340
- * 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 is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1340
+ * 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 is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
1341
1341
  */
1342
1342
  namespace?: PackageNamespace;
1343
1343
  /**
@@ -1472,7 +1472,7 @@ declare namespace CodeArtifact {
1472
1472
  */
1473
1473
  format?: PackageFormat;
1474
1474
  /**
1475
- * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1475
+ * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
1476
1476
  */
1477
1477
  namespace?: PackageNamespace;
1478
1478
  /**
@@ -1509,7 +1509,7 @@ declare namespace CodeArtifact {
1509
1509
  */
1510
1510
  format?: PackageFormat;
1511
1511
  /**
1512
- * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1512
+ * The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
1513
1513
  */
1514
1514
  namespace?: PackageNamespace;
1515
1515
  /**
@@ -1529,7 +1529,7 @@ declare namespace CodeArtifact {
1529
1529
  */
1530
1530
  format?: PackageFormat;
1531
1531
  /**
1532
- * The namespace of the package version. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1532
+ * The namespace of the package version. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
1533
1533
  */
1534
1534
  namespace?: PackageNamespace;
1535
1535
  /**
@@ -1665,7 +1665,7 @@ declare namespace CodeArtifact {
1665
1665
  */
1666
1666
  assetName: AssetName;
1667
1667
  /**
1668
- * The SHA256 hash of the assetContent to publish. This value must be calculated by the caller and provided with the request. This value is used as an integrity check to verify that the assetContent has not changed after it was originally sent.
1668
+ * The SHA256 hash of the assetContent to publish. This value must be calculated by the caller and provided with the request (see Publishing a generic package in the CodeArtifact User Guide). This value is used as an integrity check to verify that the assetContent has not changed after it was originally sent.
1669
1669
  */
1670
1670
  assetSHA256: SHA256;
1671
1671
  /**
@@ -1745,7 +1745,7 @@ declare namespace CodeArtifact {
1745
1745
  */
1746
1746
  format: PackageFormat;
1747
1747
  /**
1748
- * 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 is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1748
+ * 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 is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. The namespace of a generic package is its namespace.
1749
1749
  */
1750
1750
  namespace?: PackageNamespace;
1751
1751
  /**
@@ -1824,6 +1824,10 @@ declare namespace CodeArtifact {
1824
1824
  * An array of external connections associated with the repository.
1825
1825
  */
1826
1826
  externalConnections?: RepositoryExternalConnectionInfoList;
1827
+ /**
1828
+ * A timestamp that represents the date and time the repository was created.
1829
+ */
1830
+ createdTime?: Timestamp;
1827
1831
  }
1828
1832
  export interface RepositoryExternalConnectionInfo {
1829
1833
  /**
@@ -1866,6 +1870,10 @@ declare namespace CodeArtifact {
1866
1870
  * The description of the repository.
1867
1871
  */
1868
1872
  description?: Description;
1873
+ /**
1874
+ * A timestamp that represents the date and time the repository was created.
1875
+ */
1876
+ createdTime?: Timestamp;
1869
1877
  }
1870
1878
  export type RepositorySummaryList = RepositorySummary[];
1871
1879
  export interface ResourcePolicy {
@@ -1953,7 +1961,7 @@ declare namespace CodeArtifact {
1953
1961
  */
1954
1962
  format: PackageFormat;
1955
1963
  /**
1956
- * The namespace of the package version to be updated. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is it’s namespace.
1964
+ * The namespace of the package version to be updated. The package version 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 package version is its scope. Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. The namespace of a generic package is its namespace.
1957
1965
  */
1958
1966
  namespace?: PackageNamespace;
1959
1967
  /**