cdk-docker-image-deployment 0.0.65 → 0.0.67
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 +24 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -985
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
- package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
- 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/athena.d.ts +35 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -8
- package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
- package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
- package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
- package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
- 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 +59 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +1507 -1334
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- 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 +4 -4
|
@@ -27,6 +27,22 @@ declare class FMS extends Service {
|
|
|
27
27
|
* Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.
|
|
28
28
|
*/
|
|
29
29
|
associateThirdPartyFirewall(callback?: (err: AWSError, data: FMS.Types.AssociateThirdPartyFirewallResponse) => void): Request<FMS.Types.AssociateThirdPartyFirewallResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Associate resources to a Firewall Manager resource set.
|
|
32
|
+
*/
|
|
33
|
+
batchAssociateResource(params: FMS.Types.BatchAssociateResourceRequest, callback?: (err: AWSError, data: FMS.Types.BatchAssociateResourceResponse) => void): Request<FMS.Types.BatchAssociateResourceResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Associate resources to a Firewall Manager resource set.
|
|
36
|
+
*/
|
|
37
|
+
batchAssociateResource(callback?: (err: AWSError, data: FMS.Types.BatchAssociateResourceResponse) => void): Request<FMS.Types.BatchAssociateResourceResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Disassociates resources from a Firewall Manager resource set.
|
|
40
|
+
*/
|
|
41
|
+
batchDisassociateResource(params: FMS.Types.BatchDisassociateResourceRequest, callback?: (err: AWSError, data: FMS.Types.BatchDisassociateResourceResponse) => void): Request<FMS.Types.BatchDisassociateResourceResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Disassociates resources from a Firewall Manager resource set.
|
|
44
|
+
*/
|
|
45
|
+
batchDisassociateResource(callback?: (err: AWSError, data: FMS.Types.BatchDisassociateResourceResponse) => void): Request<FMS.Types.BatchDisassociateResourceResponse, AWSError>;
|
|
30
46
|
/**
|
|
31
47
|
* Permanently deletes an Firewall Manager applications list.
|
|
32
48
|
*/
|
|
@@ -59,6 +75,14 @@ declare class FMS extends Service {
|
|
|
59
75
|
* Permanently deletes an Firewall Manager protocols list.
|
|
60
76
|
*/
|
|
61
77
|
deleteProtocolsList(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Deletes the specified ResourceSet.
|
|
80
|
+
*/
|
|
81
|
+
deleteResourceSet(params: FMS.Types.DeleteResourceSetRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Deletes the specified ResourceSet.
|
|
84
|
+
*/
|
|
85
|
+
deleteResourceSet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
62
86
|
/**
|
|
63
87
|
* Disassociates the account that has been set as the Firewall Manager administrator account. To set a different account as the administrator account, you must submit an AssociateAdminAccount request.
|
|
64
88
|
*/
|
|
@@ -131,6 +155,14 @@ declare class FMS extends Service {
|
|
|
131
155
|
* Returns information about the specified Firewall Manager protocols list.
|
|
132
156
|
*/
|
|
133
157
|
getProtocolsList(callback?: (err: AWSError, data: FMS.Types.GetProtocolsListResponse) => void): Request<FMS.Types.GetProtocolsListResponse, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Gets information about a specific resource set.
|
|
160
|
+
*/
|
|
161
|
+
getResourceSet(params: FMS.Types.GetResourceSetRequest, callback?: (err: AWSError, data: FMS.Types.GetResourceSetResponse) => void): Request<FMS.Types.GetResourceSetResponse, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
* Gets information about a specific resource set.
|
|
164
|
+
*/
|
|
165
|
+
getResourceSet(callback?: (err: AWSError, data: FMS.Types.GetResourceSetResponse) => void): Request<FMS.Types.GetResourceSetResponse, AWSError>;
|
|
134
166
|
/**
|
|
135
167
|
* The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.
|
|
136
168
|
*/
|
|
@@ -163,6 +195,14 @@ declare class FMS extends Service {
|
|
|
163
195
|
* Returns an array of PolicyComplianceStatus objects. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy.
|
|
164
196
|
*/
|
|
165
197
|
listComplianceStatus(callback?: (err: AWSError, data: FMS.Types.ListComplianceStatusResponse) => void): Request<FMS.Types.ListComplianceStatusResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Returns an array of resources in the organization's accounts that are available to be associated with a resource set.
|
|
200
|
+
*/
|
|
201
|
+
listDiscoveredResources(params: FMS.Types.ListDiscoveredResourcesRequest, callback?: (err: AWSError, data: FMS.Types.ListDiscoveredResourcesResponse) => void): Request<FMS.Types.ListDiscoveredResourcesResponse, AWSError>;
|
|
202
|
+
/**
|
|
203
|
+
* Returns an array of resources in the organization's accounts that are available to be associated with a resource set.
|
|
204
|
+
*/
|
|
205
|
+
listDiscoveredResources(callback?: (err: AWSError, data: FMS.Types.ListDiscoveredResourcesResponse) => void): Request<FMS.Types.ListDiscoveredResourcesResponse, AWSError>;
|
|
166
206
|
/**
|
|
167
207
|
* Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization. The ListMemberAccounts must be submitted by the account that is set as the Firewall Manager administrator.
|
|
168
208
|
*/
|
|
@@ -187,6 +227,22 @@ declare class FMS extends Service {
|
|
|
187
227
|
* Returns an array of ProtocolsListDataSummary objects.
|
|
188
228
|
*/
|
|
189
229
|
listProtocolsLists(callback?: (err: AWSError, data: FMS.Types.ListProtocolsListsResponse) => void): Request<FMS.Types.ListProtocolsListsResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
* Returns an array of resources that are currently associated to a resource set.
|
|
232
|
+
*/
|
|
233
|
+
listResourceSetResources(params: FMS.Types.ListResourceSetResourcesRequest, callback?: (err: AWSError, data: FMS.Types.ListResourceSetResourcesResponse) => void): Request<FMS.Types.ListResourceSetResourcesResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Returns an array of resources that are currently associated to a resource set.
|
|
236
|
+
*/
|
|
237
|
+
listResourceSetResources(callback?: (err: AWSError, data: FMS.Types.ListResourceSetResourcesResponse) => void): Request<FMS.Types.ListResourceSetResourcesResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
* Returns an array of ResourceSetSummary objects.
|
|
240
|
+
*/
|
|
241
|
+
listResourceSets(params: FMS.Types.ListResourceSetsRequest, callback?: (err: AWSError, data: FMS.Types.ListResourceSetsResponse) => void): Request<FMS.Types.ListResourceSetsResponse, AWSError>;
|
|
242
|
+
/**
|
|
243
|
+
* Returns an array of ResourceSetSummary objects.
|
|
244
|
+
*/
|
|
245
|
+
listResourceSets(callback?: (err: AWSError, data: FMS.Types.ListResourceSetsResponse) => void): Request<FMS.Types.ListResourceSetsResponse, AWSError>;
|
|
190
246
|
/**
|
|
191
247
|
* Retrieves the list of tags for the specified Amazon Web Services resource.
|
|
192
248
|
*/
|
|
@@ -235,6 +291,14 @@ declare class FMS extends Service {
|
|
|
235
291
|
* Creates an Firewall Manager protocols list.
|
|
236
292
|
*/
|
|
237
293
|
putProtocolsList(callback?: (err: AWSError, data: FMS.Types.PutProtocolsListResponse) => void): Request<FMS.Types.PutProtocolsListResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Creates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.
|
|
296
|
+
*/
|
|
297
|
+
putResourceSet(params: FMS.Types.PutResourceSetRequest, callback?: (err: AWSError, data: FMS.Types.PutResourceSetResponse) => void): Request<FMS.Types.PutResourceSetResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Creates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.
|
|
300
|
+
*/
|
|
301
|
+
putResourceSet(callback?: (err: AWSError, data: FMS.Types.PutResourceSetResponse) => void): Request<FMS.Types.PutResourceSetResponse, AWSError>;
|
|
238
302
|
/**
|
|
239
303
|
* Adds one or more tags to an Amazon Web Services resource.
|
|
240
304
|
*/
|
|
@@ -254,6 +318,7 @@ declare class FMS extends Service {
|
|
|
254
318
|
}
|
|
255
319
|
declare namespace FMS {
|
|
256
320
|
export type AWSAccountId = string;
|
|
321
|
+
export type AWSAccountIdList = AWSAccountId[];
|
|
257
322
|
export type AccountRoleStatus = "READY"|"CREATING"|"PENDING_DELETION"|"DELETING"|"DELETED"|string;
|
|
258
323
|
export interface ActionTarget {
|
|
259
324
|
/**
|
|
@@ -386,7 +451,48 @@ declare namespace FMS {
|
|
|
386
451
|
*/
|
|
387
452
|
PossibleSecurityGroupRemediationActions?: SecurityGroupRemediationActions;
|
|
388
453
|
}
|
|
454
|
+
export type Base62Id = string;
|
|
389
455
|
export type BasicInteger = number;
|
|
456
|
+
export interface BatchAssociateResourceRequest {
|
|
457
|
+
/**
|
|
458
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
459
|
+
*/
|
|
460
|
+
ResourceSetIdentifier: Identifier;
|
|
461
|
+
/**
|
|
462
|
+
* The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).
|
|
463
|
+
*/
|
|
464
|
+
Items: IdentifierList;
|
|
465
|
+
}
|
|
466
|
+
export interface BatchAssociateResourceResponse {
|
|
467
|
+
/**
|
|
468
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
469
|
+
*/
|
|
470
|
+
ResourceSetIdentifier: Identifier;
|
|
471
|
+
/**
|
|
472
|
+
* The resources that failed to associate to the resource set.
|
|
473
|
+
*/
|
|
474
|
+
FailedItems: FailedItemList;
|
|
475
|
+
}
|
|
476
|
+
export interface BatchDisassociateResourceRequest {
|
|
477
|
+
/**
|
|
478
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
479
|
+
*/
|
|
480
|
+
ResourceSetIdentifier: Identifier;
|
|
481
|
+
/**
|
|
482
|
+
* The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).
|
|
483
|
+
*/
|
|
484
|
+
Items: IdentifierList;
|
|
485
|
+
}
|
|
486
|
+
export interface BatchDisassociateResourceResponse {
|
|
487
|
+
/**
|
|
488
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
489
|
+
*/
|
|
490
|
+
ResourceSetIdentifier: Identifier;
|
|
491
|
+
/**
|
|
492
|
+
* The resources that failed to disassociate from the resource set.
|
|
493
|
+
*/
|
|
494
|
+
FailedItems: FailedItemList;
|
|
495
|
+
}
|
|
390
496
|
export type Boolean = boolean;
|
|
391
497
|
export type CIDR = string;
|
|
392
498
|
export interface ComplianceViolator {
|
|
@@ -437,7 +543,14 @@ declare namespace FMS {
|
|
|
437
543
|
*/
|
|
438
544
|
ListId: ListId;
|
|
439
545
|
}
|
|
546
|
+
export interface DeleteResourceSetRequest {
|
|
547
|
+
/**
|
|
548
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
549
|
+
*/
|
|
550
|
+
Identifier: Base62Id;
|
|
551
|
+
}
|
|
440
552
|
export type DependentServiceName = "AWSCONFIG"|"AWSWAF"|"AWSSHIELD_ADVANCED"|"AWSVPC"|string;
|
|
553
|
+
export type Description = string;
|
|
441
554
|
export type DestinationType = "IPV4"|"IPV6"|"PREFIX_LIST"|string;
|
|
442
555
|
export type DetailedInfo = string;
|
|
443
556
|
export interface DisassociateAdminAccountRequest {
|
|
@@ -454,6 +567,25 @@ declare namespace FMS {
|
|
|
454
567
|
*/
|
|
455
568
|
ThirdPartyFirewallStatus?: ThirdPartyFirewallAssociationStatus;
|
|
456
569
|
}
|
|
570
|
+
export interface DiscoveredResource {
|
|
571
|
+
/**
|
|
572
|
+
* The universal resource identifier (URI) of the discovered resource.
|
|
573
|
+
*/
|
|
574
|
+
URI?: Identifier;
|
|
575
|
+
/**
|
|
576
|
+
* The Amazon Web Services account ID associated with the discovered resource.
|
|
577
|
+
*/
|
|
578
|
+
AccountId?: AWSAccountId;
|
|
579
|
+
/**
|
|
580
|
+
* The type of the discovered resource.
|
|
581
|
+
*/
|
|
582
|
+
Type?: ResourceType;
|
|
583
|
+
/**
|
|
584
|
+
* The name of the discovered resource.
|
|
585
|
+
*/
|
|
586
|
+
Name?: ResourceName;
|
|
587
|
+
}
|
|
588
|
+
export type DiscoveredResourceList = DiscoveredResource[];
|
|
457
589
|
export interface DnsDuplicateRuleGroupViolation {
|
|
458
590
|
/**
|
|
459
591
|
* Information about the VPC ID.
|
|
@@ -688,6 +820,18 @@ declare namespace FMS {
|
|
|
688
820
|
*/
|
|
689
821
|
FirewallCreationConfig?: ManagedServiceData;
|
|
690
822
|
}
|
|
823
|
+
export interface FailedItem {
|
|
824
|
+
/**
|
|
825
|
+
* The univeral resource indicator (URI) of the resource that failed.
|
|
826
|
+
*/
|
|
827
|
+
URI?: Identifier;
|
|
828
|
+
/**
|
|
829
|
+
* The reason the resource's association could not be updated.
|
|
830
|
+
*/
|
|
831
|
+
Reason?: FailedItemReason;
|
|
832
|
+
}
|
|
833
|
+
export type FailedItemList = FailedItem[];
|
|
834
|
+
export type FailedItemReason = "NOT_VALID_ARN"|"NOT_VALID_PARTITION"|"NOT_VALID_REGION"|"NOT_VALID_SERVICE"|"NOT_VALID_RESOURCE_TYPE"|"NOT_VALID_ACCOUNT_ID"|string;
|
|
691
835
|
export type FirewallDeploymentModel = "CENTRALIZED"|"DISTRIBUTED"|string;
|
|
692
836
|
export type FirewallPolicyId = string;
|
|
693
837
|
export type FirewallPolicyName = string;
|
|
@@ -871,6 +1015,22 @@ declare namespace FMS {
|
|
|
871
1015
|
*/
|
|
872
1016
|
ProtocolsListArn?: ResourceArn;
|
|
873
1017
|
}
|
|
1018
|
+
export interface GetResourceSetRequest {
|
|
1019
|
+
/**
|
|
1020
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
1021
|
+
*/
|
|
1022
|
+
Identifier: Base62Id;
|
|
1023
|
+
}
|
|
1024
|
+
export interface GetResourceSetResponse {
|
|
1025
|
+
/**
|
|
1026
|
+
* Information about the specified resource set.
|
|
1027
|
+
*/
|
|
1028
|
+
ResourceSet: ResourceSet;
|
|
1029
|
+
/**
|
|
1030
|
+
* The Amazon Resource Name (ARN) of the resource set.
|
|
1031
|
+
*/
|
|
1032
|
+
ResourceSetArn: ResourceArn;
|
|
1033
|
+
}
|
|
874
1034
|
export interface GetThirdPartyFirewallAssociationStatusRequest {
|
|
875
1035
|
/**
|
|
876
1036
|
* The name of the third-party firewall vendor.
|
|
@@ -912,6 +1072,8 @@ declare namespace FMS {
|
|
|
912
1072
|
ViolationDetail?: ViolationDetail;
|
|
913
1073
|
}
|
|
914
1074
|
export type IPPortNumber = number;
|
|
1075
|
+
export type Identifier = string;
|
|
1076
|
+
export type IdentifierList = Identifier[];
|
|
915
1077
|
export type IssueInfoMap = {[key: string]: DetailedInfo};
|
|
916
1078
|
export type LengthBoundedString = string;
|
|
917
1079
|
export type LengthBoundedStringList = LengthBoundedString[];
|
|
@@ -963,6 +1125,34 @@ declare namespace FMS {
|
|
|
963
1125
|
*/
|
|
964
1126
|
NextToken?: PaginationToken;
|
|
965
1127
|
}
|
|
1128
|
+
export interface ListDiscoveredResourcesRequest {
|
|
1129
|
+
/**
|
|
1130
|
+
* The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization.
|
|
1131
|
+
*/
|
|
1132
|
+
MemberAccountIds: AWSAccountIdList;
|
|
1133
|
+
/**
|
|
1134
|
+
* The type of resources to discover.
|
|
1135
|
+
*/
|
|
1136
|
+
ResourceType: ResourceType;
|
|
1137
|
+
/**
|
|
1138
|
+
* The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.
|
|
1139
|
+
*/
|
|
1140
|
+
MaxResults?: PaginationMaxResults;
|
|
1141
|
+
/**
|
|
1142
|
+
* When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
|
|
1143
|
+
*/
|
|
1144
|
+
NextToken?: PaginationToken;
|
|
1145
|
+
}
|
|
1146
|
+
export interface ListDiscoveredResourcesResponse {
|
|
1147
|
+
/**
|
|
1148
|
+
* Details of the resources that were discovered.
|
|
1149
|
+
*/
|
|
1150
|
+
Items?: DiscoveredResourceList;
|
|
1151
|
+
/**
|
|
1152
|
+
* When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
|
|
1153
|
+
*/
|
|
1154
|
+
NextToken?: PaginationToken;
|
|
1155
|
+
}
|
|
966
1156
|
export type ListId = string;
|
|
967
1157
|
export interface ListMemberAccountsRequest {
|
|
968
1158
|
/**
|
|
@@ -1028,6 +1218,50 @@ declare namespace FMS {
|
|
|
1028
1218
|
*/
|
|
1029
1219
|
NextToken?: PaginationToken;
|
|
1030
1220
|
}
|
|
1221
|
+
export interface ListResourceSetResourcesRequest {
|
|
1222
|
+
/**
|
|
1223
|
+
* A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
|
1224
|
+
*/
|
|
1225
|
+
Identifier: ResourceId;
|
|
1226
|
+
/**
|
|
1227
|
+
* The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.
|
|
1228
|
+
*/
|
|
1229
|
+
MaxResults?: PaginationMaxResults;
|
|
1230
|
+
/**
|
|
1231
|
+
* When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
|
|
1232
|
+
*/
|
|
1233
|
+
NextToken?: PaginationToken;
|
|
1234
|
+
}
|
|
1235
|
+
export interface ListResourceSetResourcesResponse {
|
|
1236
|
+
/**
|
|
1237
|
+
* An array of the associated resources' uniform resource identifiers (URI).
|
|
1238
|
+
*/
|
|
1239
|
+
Items: ResourceList;
|
|
1240
|
+
/**
|
|
1241
|
+
* When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
|
|
1242
|
+
*/
|
|
1243
|
+
NextToken?: PaginationToken;
|
|
1244
|
+
}
|
|
1245
|
+
export interface ListResourceSetsRequest {
|
|
1246
|
+
/**
|
|
1247
|
+
* When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
|
|
1248
|
+
*/
|
|
1249
|
+
NextToken?: PaginationToken;
|
|
1250
|
+
/**
|
|
1251
|
+
* The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.
|
|
1252
|
+
*/
|
|
1253
|
+
MaxResults?: PaginationMaxResults;
|
|
1254
|
+
}
|
|
1255
|
+
export interface ListResourceSetsResponse {
|
|
1256
|
+
/**
|
|
1257
|
+
* An array of ResourceSetSummary objects.
|
|
1258
|
+
*/
|
|
1259
|
+
ResourceSets?: ResourceSetSummaryList;
|
|
1260
|
+
/**
|
|
1261
|
+
* When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
|
|
1262
|
+
*/
|
|
1263
|
+
NextToken?: PaginationToken;
|
|
1264
|
+
}
|
|
1031
1265
|
export interface ListTagsForResourceRequest {
|
|
1032
1266
|
/**
|
|
1033
1267
|
* The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists.
|
|
@@ -1067,6 +1301,7 @@ declare namespace FMS {
|
|
|
1067
1301
|
export type ManagedServiceData = string;
|
|
1068
1302
|
export type MarketplaceSubscriptionOnboardingStatus = "NO_SUBSCRIPTION"|"NOT_COMPLETE"|"COMPLETE"|string;
|
|
1069
1303
|
export type MemberAccounts = AWSAccountId[];
|
|
1304
|
+
export type Name = string;
|
|
1070
1305
|
export type NetworkFirewallAction = string;
|
|
1071
1306
|
export type NetworkFirewallActionList = NetworkFirewallAction[];
|
|
1072
1307
|
export interface NetworkFirewallBlackHoleRouteDetectedViolation {
|
|
@@ -1448,6 +1683,14 @@ declare namespace FMS {
|
|
|
1448
1683
|
* Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to exclude from the policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time. You can specify inclusions or exclusions, but not both. If you specify an IncludeMap, Firewall Manager applies the policy to all accounts specified by the IncludeMap, and does not evaluate any ExcludeMap specifications. If you do not specify an IncludeMap, then Firewall Manager applies the policy to all accounts except for those specified by the ExcludeMap. You can specify account IDs, OUs, or a combination: Specify account IDs by setting the key to ACCOUNT. For example, the following is a valid map: {“ACCOUNT” : [“accountID1”, “accountID2”]}. Specify OUs by setting the key to ORG_UNIT. For example, the following is a valid map: {“ORG_UNIT” : [“ouid111”, “ouid112”]}. Specify accounts and OUs together in a single map, separated with a comma. For example, the following is a valid map: {“ACCOUNT” : [“accountID1”, “accountID2”], “ORG_UNIT” : [“ouid111”, “ouid112”]}.
|
|
1449
1684
|
*/
|
|
1450
1685
|
ExcludeMap?: CustomerPolicyScopeMap;
|
|
1686
|
+
/**
|
|
1687
|
+
* The unique identifiers of the resource sets used by the policy.
|
|
1688
|
+
*/
|
|
1689
|
+
ResourceSetIds?: ResourceSetIds;
|
|
1690
|
+
/**
|
|
1691
|
+
* The definition of the Network Firewall firewall policy.
|
|
1692
|
+
*/
|
|
1693
|
+
PolicyDescription?: ResourceDescription;
|
|
1451
1694
|
}
|
|
1452
1695
|
export interface PolicyComplianceDetail {
|
|
1453
1696
|
/**
|
|
@@ -1705,6 +1948,26 @@ declare namespace FMS {
|
|
|
1705
1948
|
*/
|
|
1706
1949
|
ProtocolsListArn?: ResourceArn;
|
|
1707
1950
|
}
|
|
1951
|
+
export interface PutResourceSetRequest {
|
|
1952
|
+
/**
|
|
1953
|
+
* Details about the resource set to be created or updated.>
|
|
1954
|
+
*/
|
|
1955
|
+
ResourceSet: ResourceSet;
|
|
1956
|
+
/**
|
|
1957
|
+
* Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
|
|
1958
|
+
*/
|
|
1959
|
+
TagList?: TagList;
|
|
1960
|
+
}
|
|
1961
|
+
export interface PutResourceSetResponse {
|
|
1962
|
+
/**
|
|
1963
|
+
* Details about the resource set.
|
|
1964
|
+
*/
|
|
1965
|
+
ResourceSet: ResourceSet;
|
|
1966
|
+
/**
|
|
1967
|
+
* The Amazon Resource Name (ARN) of the resource set.
|
|
1968
|
+
*/
|
|
1969
|
+
ResourceSetArn: ResourceArn;
|
|
1970
|
+
}
|
|
1708
1971
|
export type ReferenceRule = string;
|
|
1709
1972
|
export interface RemediationAction {
|
|
1710
1973
|
/**
|
|
@@ -1756,11 +2019,69 @@ declare namespace FMS {
|
|
|
1756
2019
|
*/
|
|
1757
2020
|
Order?: BasicInteger;
|
|
1758
2021
|
}
|
|
2022
|
+
export interface Resource {
|
|
2023
|
+
/**
|
|
2024
|
+
* The resource's universal resource indicator (URI).
|
|
2025
|
+
*/
|
|
2026
|
+
URI: Identifier;
|
|
2027
|
+
/**
|
|
2028
|
+
* The Amazon Web Services account ID that the associated resource belongs to.
|
|
2029
|
+
*/
|
|
2030
|
+
AccountId?: AWSAccountId;
|
|
2031
|
+
}
|
|
1759
2032
|
export type ResourceArn = string;
|
|
1760
2033
|
export type ResourceCount = number;
|
|
2034
|
+
export type ResourceDescription = string;
|
|
1761
2035
|
export type ResourceId = string;
|
|
1762
2036
|
export type ResourceIdList = ResourceId[];
|
|
2037
|
+
export type ResourceList = Resource[];
|
|
1763
2038
|
export type ResourceName = string;
|
|
2039
|
+
export interface ResourceSet {
|
|
2040
|
+
/**
|
|
2041
|
+
* A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
|
|
2042
|
+
*/
|
|
2043
|
+
Id?: Base62Id;
|
|
2044
|
+
/**
|
|
2045
|
+
* The descriptive name of the resource set. You can't change the name of a resource set after you create it.
|
|
2046
|
+
*/
|
|
2047
|
+
Name: Name;
|
|
2048
|
+
/**
|
|
2049
|
+
* A description of the resource set.
|
|
2050
|
+
*/
|
|
2051
|
+
Description?: Description;
|
|
2052
|
+
/**
|
|
2053
|
+
* An optional token that you can use for optimistic locking. Firewall Manager returns a token to your requests that access the resource set. The token marks the state of the resource set resource at the time of the request. Update tokens are not allowed when creating a resource set. After creation, each subsequent update call to the resource set requires the update token. To make an unconditional change to the resource set, omit the token in your update request. Without the token, Firewall Manager performs your updates regardless of whether the resource set has changed since you last retrieved it. To make a conditional change to the resource set, provide the token in your update request. Firewall Manager uses the token to ensure that the resource set hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the resource set again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.
|
|
2054
|
+
*/
|
|
2055
|
+
UpdateToken?: UpdateToken;
|
|
2056
|
+
/**
|
|
2057
|
+
* Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.
|
|
2058
|
+
*/
|
|
2059
|
+
ResourceTypeList: ResourceTypeList;
|
|
2060
|
+
/**
|
|
2061
|
+
* The last time that the resource set was changed.
|
|
2062
|
+
*/
|
|
2063
|
+
LastUpdateTime?: TimeStamp;
|
|
2064
|
+
}
|
|
2065
|
+
export type ResourceSetIds = Base62Id[];
|
|
2066
|
+
export interface ResourceSetSummary {
|
|
2067
|
+
/**
|
|
2068
|
+
* A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
|
|
2069
|
+
*/
|
|
2070
|
+
Id?: Base62Id;
|
|
2071
|
+
/**
|
|
2072
|
+
* The descriptive name of the resource set. You can't change the name of a resource set after you create it.
|
|
2073
|
+
*/
|
|
2074
|
+
Name?: Name;
|
|
2075
|
+
/**
|
|
2076
|
+
* A description of the resource set.
|
|
2077
|
+
*/
|
|
2078
|
+
Description?: Description;
|
|
2079
|
+
/**
|
|
2080
|
+
* The last time that the resource set was changed.
|
|
2081
|
+
*/
|
|
2082
|
+
LastUpdateTime?: TimeStamp;
|
|
2083
|
+
}
|
|
2084
|
+
export type ResourceSetSummaryList = ResourceSetSummary[];
|
|
1764
2085
|
export interface ResourceTag {
|
|
1765
2086
|
/**
|
|
1766
2087
|
* The resource tag key.
|
|
@@ -1997,7 +2318,7 @@ declare namespace FMS {
|
|
|
1997
2318
|
*/
|
|
1998
2319
|
PolicyOption?: PolicyOption;
|
|
1999
2320
|
}
|
|
2000
|
-
export type SecurityServiceType = "WAF"|"WAFV2"|"SHIELD_ADVANCED"|"SECURITY_GROUPS_COMMON"|"SECURITY_GROUPS_CONTENT_AUDIT"|"SECURITY_GROUPS_USAGE_AUDIT"|"NETWORK_FIREWALL"|"DNS_FIREWALL"|"THIRD_PARTY_FIREWALL"|string;
|
|
2321
|
+
export type SecurityServiceType = "WAF"|"WAFV2"|"SHIELD_ADVANCED"|"SECURITY_GROUPS_COMMON"|"SECURITY_GROUPS_CONTENT_AUDIT"|"SECURITY_GROUPS_USAGE_AUDIT"|"NETWORK_FIREWALL"|"DNS_FIREWALL"|"THIRD_PARTY_FIREWALL"|"IMPORT_NETWORK_FIREWALL"|string;
|
|
2001
2322
|
export interface StatefulEngineOptions {
|
|
2002
2323
|
/**
|
|
2003
2324
|
* 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.
|