cdk-docker-image-deployment 0.0.150 → 0.0.151
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.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +30 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +104 -86
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +3 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +204 -55
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.min.json +94 -0
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +73 -21
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1477 -1297
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +312 -41
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +4 -1
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +192 -176
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +630 -585
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +173 -157
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appsync.d.ts +20 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +234 -40
- package/node_modules/aws-sdk/clients/cloudtraildata.d.ts +111 -0
- package/node_modules/aws-sdk/clients/cloudtraildata.js +18 -0
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +43 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +212 -15
- package/node_modules/aws-sdk/clients/groundstation.d.ts +284 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +4 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +31 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +57 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +26 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +1695 -1356
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -6
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class CloudTrailData extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: CloudTrailData.Types.ClientConfiguration)
|
|
13
|
+
config: Config & CloudTrailData.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Ingests your application events into CloudTrail Lake. A required parameter, auditEvents, accepts the JSON records (also called payload) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per PutAuditEvents request.
|
|
16
|
+
*/
|
|
17
|
+
putAuditEvents(params: CloudTrailData.Types.PutAuditEventsRequest, callback?: (err: AWSError, data: CloudTrailData.Types.PutAuditEventsResponse) => void): Request<CloudTrailData.Types.PutAuditEventsResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Ingests your application events into CloudTrail Lake. A required parameter, auditEvents, accepts the JSON records (also called payload) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per PutAuditEvents request.
|
|
20
|
+
*/
|
|
21
|
+
putAuditEvents(callback?: (err: AWSError, data: CloudTrailData.Types.PutAuditEventsResponse) => void): Request<CloudTrailData.Types.PutAuditEventsResponse, AWSError>;
|
|
22
|
+
}
|
|
23
|
+
declare namespace CloudTrailData {
|
|
24
|
+
export interface AuditEvent {
|
|
25
|
+
/**
|
|
26
|
+
* The content of an audit event that comes from the event, such as userIdentity, userAgent, and eventSource.
|
|
27
|
+
*/
|
|
28
|
+
eventData: String;
|
|
29
|
+
/**
|
|
30
|
+
* A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that matches with the checksum. Calculate the checksum by running a command like the following: printf %s $eventdata | openssl dgst -binary -sha256 | base64
|
|
31
|
+
*/
|
|
32
|
+
eventDataChecksum?: String;
|
|
33
|
+
/**
|
|
34
|
+
* The original event ID from the source event.
|
|
35
|
+
*/
|
|
36
|
+
id: Uuid;
|
|
37
|
+
}
|
|
38
|
+
export type AuditEventResultEntries = AuditEventResultEntry[];
|
|
39
|
+
export interface AuditEventResultEntry {
|
|
40
|
+
/**
|
|
41
|
+
* The event ID assigned by CloudTrail.
|
|
42
|
+
*/
|
|
43
|
+
eventID: Uuid;
|
|
44
|
+
/**
|
|
45
|
+
* The original event ID from the source event.
|
|
46
|
+
*/
|
|
47
|
+
id: Uuid;
|
|
48
|
+
}
|
|
49
|
+
export type AuditEvents = AuditEvent[];
|
|
50
|
+
export type ChannelArn = string;
|
|
51
|
+
export type ErrorCode = string;
|
|
52
|
+
export type ErrorMessage = string;
|
|
53
|
+
export type ExternalId = string;
|
|
54
|
+
export interface PutAuditEventsRequest {
|
|
55
|
+
/**
|
|
56
|
+
* The JSON payload of events that you want to ingest. You can also point to the JSON event payload in a file.
|
|
57
|
+
*/
|
|
58
|
+
auditEvents: AuditEvents;
|
|
59
|
+
/**
|
|
60
|
+
* The ARN or ID (the ARN suffix) of a channel.
|
|
61
|
+
*/
|
|
62
|
+
channelArn: ChannelArn;
|
|
63
|
+
/**
|
|
64
|
+
* A unique identifier that is conditionally required when the channel's resource policy includes an external ID. This value can be any string, such as a passphrase or account number.
|
|
65
|
+
*/
|
|
66
|
+
externalId?: ExternalId;
|
|
67
|
+
}
|
|
68
|
+
export interface PutAuditEventsResponse {
|
|
69
|
+
/**
|
|
70
|
+
* Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.
|
|
71
|
+
*/
|
|
72
|
+
failed: ResultErrorEntries;
|
|
73
|
+
/**
|
|
74
|
+
* Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
|
75
|
+
*/
|
|
76
|
+
successful: AuditEventResultEntries;
|
|
77
|
+
}
|
|
78
|
+
export type ResultErrorEntries = ResultErrorEntry[];
|
|
79
|
+
export interface ResultErrorEntry {
|
|
80
|
+
/**
|
|
81
|
+
* The error code for events that could not be ingested by CloudTrail. Possible error codes include: FieldTooLong, FieldNotFound, InvalidChecksum, InvalidData, InvalidRecipient, InvalidEventSource, AccountNotSubscribed, Throttling, and InternalFailure.
|
|
82
|
+
*/
|
|
83
|
+
errorCode: ErrorCode;
|
|
84
|
+
/**
|
|
85
|
+
* The message that describes the error for events that could not be ingested by CloudTrail.
|
|
86
|
+
*/
|
|
87
|
+
errorMessage: ErrorMessage;
|
|
88
|
+
/**
|
|
89
|
+
* The original event ID from the source event that could not be ingested by CloudTrail.
|
|
90
|
+
*/
|
|
91
|
+
id: Uuid;
|
|
92
|
+
}
|
|
93
|
+
export type String = string;
|
|
94
|
+
export type Uuid = string;
|
|
95
|
+
/**
|
|
96
|
+
* 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.
|
|
97
|
+
*/
|
|
98
|
+
export type apiVersion = "2021-08-11"|"latest"|string;
|
|
99
|
+
export interface ClientApiVersions {
|
|
100
|
+
/**
|
|
101
|
+
* 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.
|
|
102
|
+
*/
|
|
103
|
+
apiVersion?: apiVersion;
|
|
104
|
+
}
|
|
105
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
106
|
+
/**
|
|
107
|
+
* Contains interfaces for use with the CloudTrailData client.
|
|
108
|
+
*/
|
|
109
|
+
export import Types = CloudTrailData;
|
|
110
|
+
}
|
|
111
|
+
export = CloudTrailData;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['cloudtraildata'] = {};
|
|
7
|
+
AWS.CloudTrailData = Service.defineService('cloudtraildata', ['2021-08-11']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['cloudtraildata'], '2021-08-11', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/cloudtrail-data-2021-08-11.min.json');
|
|
11
|
+
model.paginators = require('../apis/cloudtrail-data-2021-08-11.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.CloudTrailData;
|
|
@@ -61,11 +61,19 @@ declare class CodeArtifact extends Service {
|
|
|
61
61
|
*/
|
|
62
62
|
deleteDomainPermissionsPolicy(callback?: (err: AWSError, data: CodeArtifact.Types.DeleteDomainPermissionsPolicyResult) => void): Request<CodeArtifact.Types.DeleteDomainPermissionsPolicyResult, AWSError>;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Deletes a package and all associated package versions. A deleted package cannot be restored. To delete one or more package versions, use the DeletePackageVersions API.
|
|
65
|
+
*/
|
|
66
|
+
deletePackage(params: CodeArtifact.Types.DeletePackageRequest, callback?: (err: AWSError, data: CodeArtifact.Types.DeletePackageResult) => void): Request<CodeArtifact.Types.DeletePackageResult, AWSError>;
|
|
67
|
+
/**
|
|
68
|
+
* Deletes a package and all associated package versions. A deleted package cannot be restored. To delete one or more package versions, use the DeletePackageVersions API.
|
|
69
|
+
*/
|
|
70
|
+
deletePackage(callback?: (err: AWSError, data: CodeArtifact.Types.DeletePackageResult) => void): Request<CodeArtifact.Types.DeletePackageResult, AWSError>;
|
|
71
|
+
/**
|
|
72
|
+
* Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, ListackageVersions), but you can restore them using UpdatePackageVersionsStatus.
|
|
65
73
|
*/
|
|
66
74
|
deletePackageVersions(params: CodeArtifact.Types.DeletePackageVersionsRequest, callback?: (err: AWSError, data: CodeArtifact.Types.DeletePackageVersionsResult) => void): Request<CodeArtifact.Types.DeletePackageVersionsResult, AWSError>;
|
|
67
75
|
/**
|
|
68
|
-
* Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example,
|
|
76
|
+
* Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, ListackageVersions), but you can restore them using UpdatePackageVersionsStatus.
|
|
69
77
|
*/
|
|
70
78
|
deletePackageVersions(callback?: (err: AWSError, data: CodeArtifact.Types.DeletePackageVersionsResult) => void): Request<CodeArtifact.Types.DeletePackageVersionsResult, AWSError>;
|
|
71
79
|
/**
|
|
@@ -205,11 +213,11 @@ declare class CodeArtifact extends Service {
|
|
|
205
213
|
*/
|
|
206
214
|
listPackageVersionDependencies(callback?: (err: AWSError, data: CodeArtifact.Types.ListPackageVersionDependenciesResult) => void): Request<CodeArtifact.Types.ListPackageVersionDependenciesResult, AWSError>;
|
|
207
215
|
/**
|
|
208
|
-
* Returns a list of PackageVersionSummary objects for package versions in a repository that match the request parameters.
|
|
216
|
+
* Returns a list of PackageVersionSummary objects for package versions in a repository that match the request parameters. Package versions of all statuses will be returned by default when calling list-package-versions with no --status parameter.
|
|
209
217
|
*/
|
|
210
218
|
listPackageVersions(params: CodeArtifact.Types.ListPackageVersionsRequest, callback?: (err: AWSError, data: CodeArtifact.Types.ListPackageVersionsResult) => void): Request<CodeArtifact.Types.ListPackageVersionsResult, AWSError>;
|
|
211
219
|
/**
|
|
212
|
-
* Returns a list of PackageVersionSummary objects for package versions in a repository that match the request parameters.
|
|
220
|
+
* Returns a list of PackageVersionSummary objects for package versions in a repository that match the request parameters. Package versions of all statuses will be returned by default when calling list-package-versions with no --status parameter.
|
|
213
221
|
*/
|
|
214
222
|
listPackageVersions(callback?: (err: AWSError, data: CodeArtifact.Types.ListPackageVersionsResult) => void): Request<CodeArtifact.Types.ListPackageVersionsResult, AWSError>;
|
|
215
223
|
/**
|
|
@@ -494,6 +502,35 @@ declare namespace CodeArtifact {
|
|
|
494
502
|
*/
|
|
495
503
|
domain?: DomainDescription;
|
|
496
504
|
}
|
|
505
|
+
export interface DeletePackageRequest {
|
|
506
|
+
/**
|
|
507
|
+
* The name of the domain that contains the package to delete.
|
|
508
|
+
*/
|
|
509
|
+
domain: DomainName;
|
|
510
|
+
/**
|
|
511
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
512
|
+
*/
|
|
513
|
+
domainOwner?: AccountId;
|
|
514
|
+
/**
|
|
515
|
+
* The name of the repository that contains the package to delete.
|
|
516
|
+
*/
|
|
517
|
+
repository: RepositoryName;
|
|
518
|
+
/**
|
|
519
|
+
* The format of the requested package to delete.
|
|
520
|
+
*/
|
|
521
|
+
format: PackageFormat;
|
|
522
|
+
/**
|
|
523
|
+
* 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.
|
|
524
|
+
*/
|
|
525
|
+
namespace?: PackageNamespace;
|
|
526
|
+
/**
|
|
527
|
+
* The name of the package to delete.
|
|
528
|
+
*/
|
|
529
|
+
package: PackageName;
|
|
530
|
+
}
|
|
531
|
+
export interface DeletePackageResult {
|
|
532
|
+
deletedPackage?: PackageSummary;
|
|
533
|
+
}
|
|
497
534
|
export interface DeletePackageVersionsRequest {
|
|
498
535
|
/**
|
|
499
536
|
* The name of the domain that contains the package to delete.
|
|
@@ -1292,7 +1329,7 @@ declare namespace CodeArtifact {
|
|
|
1292
1329
|
*/
|
|
1293
1330
|
format?: PackageFormat;
|
|
1294
1331
|
/**
|
|
1295
|
-
* The namespace
|
|
1332
|
+
* The namespace used to filter requested packages. Only packages with the provided namespace will be returned. 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.
|
|
1296
1333
|
*/
|
|
1297
1334
|
namespace?: PackageNamespace;
|
|
1298
1335
|
/**
|
|
@@ -1412,7 +1449,7 @@ declare namespace CodeArtifact {
|
|
|
1412
1449
|
*/
|
|
1413
1450
|
package?: PackageName;
|
|
1414
1451
|
/**
|
|
1415
|
-
* The type of a package dependency. The possible values depend on the package type.
|
|
1452
|
+
* The type of a package dependency. The possible values depend on the package type. Example types are compile, runtime, and test for Maven packages, and dev, prod, and optional for npm packages.
|
|
1416
1453
|
*/
|
|
1417
1454
|
dependencyType?: String;
|
|
1418
1455
|
/**
|