@aws-sdk/client-network-firewall 3.1076.0 → 3.1077.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.
- package/README.md +35 -0
- package/dist-cjs/index.js +268 -48
- package/dist-es/NetworkFirewall.js +12 -0
- package/dist-es/commands/CreateContainerAssociationCommand.js +16 -0
- package/dist-es/commands/DeleteContainerAssociationCommand.js +16 -0
- package/dist-es/commands/DescribeContainerAssociationCommand.js +16 -0
- package/dist-es/commands/ListContainerAssociationsCommand.js +16 -0
- package/dist-es/commands/UpdateContainerAssociationCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +9 -0
- package/dist-es/pagination/ListContainerAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +161 -45
- package/dist-types/NetworkFirewall.d.ts +45 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commands/CreateContainerAssociationCommand.d.ts +149 -0
- package/dist-types/commands/DeleteContainerAssociationCommand.d.ts +109 -0
- package/dist-types/commands/DescribeContainerAssociationCommand.d.ts +127 -0
- package/dist-types/commands/ListContainerAssociationsCommand.d.ts +106 -0
- package/dist-types/commands/UpdateContainerAssociationCommand.d.ts +148 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +345 -2
- package/dist-types/pagination/ListContainerAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +95 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/dist-types/ts3.4/pagination/ListContainerAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +6 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AttachmentStatus, ConfigurationSyncState, EnabledAnalysisType, EncryptionType, FirewallStatusValue, FlowOperationStatus, FlowOperationType, GeneratedRulesType, IdentifiedType, IPAddressType, ListenerPropertyType, LogDestinationType, LogType, OverrideAction, PerObjectSyncStatus, ProxyModifyState, ProxyRulePhaseAction, ProxyState, ResourceManagedStatus, ResourceManagedType, ResourceStatus, RevocationCheckAction, RuleGroupRequestPhase, RuleGroupType, RuleOrder, StatefulAction, StatefulRuleDirection, StatefulRuleProtocol, StreamExceptionPolicy, SubscriptionStatus, SummaryRuleOption, TargetType, TCPFlag, TlsInterceptMode, TransitGatewayAttachmentStatus } from "./enums";
|
|
1
|
+
import type { AttachmentStatus, ConfigurationSyncState, ContainerAssociationStatus, ContainerMonitoringType, EnabledAnalysisType, EncryptionType, FirewallStatusValue, FlowOperationStatus, FlowOperationType, GeneratedRulesType, IdentifiedType, IPAddressType, ListenerPropertyType, LogDestinationType, LogType, OverrideAction, PerObjectSyncStatus, ProxyModifyState, ProxyRulePhaseAction, ProxyState, ResourceManagedStatus, ResourceManagedType, ResourceStatus, RevocationCheckAction, RuleGroupRequestPhase, RuleGroupType, RuleOrder, StatefulAction, StatefulRuleDirection, StatefulRuleProtocol, StreamExceptionPolicy, SubscriptionStatus, SummaryRuleOption, TargetType, TCPFlag, TlsInterceptMode, TransitGatewayAttachmentStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -836,6 +836,129 @@ export interface CheckCertificateRevocationStatusActions {
|
|
|
836
836
|
*/
|
|
837
837
|
UnknownStatusAction?: RevocationCheckAction | undefined;
|
|
838
838
|
}
|
|
839
|
+
/**
|
|
840
|
+
* <p>High-level information about a container association, returned by the <a>ListContainerAssociations</a> operation. You can use this information to retrieve the full details of a container association using <a>DescribeContainerAssociation</a>.</p>
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
export interface ContainerAssociationSummary {
|
|
844
|
+
/**
|
|
845
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
Arn?: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* <p>The descriptive name of the container association.</p>
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
Name?: string | undefined;
|
|
854
|
+
}
|
|
855
|
+
/**
|
|
856
|
+
* <p>A key-value pair that defines a container attribute filter for a container monitoring configuration.</p>
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
859
|
+
export interface ContainerAttribute {
|
|
860
|
+
/**
|
|
861
|
+
* <p>The key of the container attribute to filter on.</p>
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
864
|
+
Key: string | undefined;
|
|
865
|
+
/**
|
|
866
|
+
* <p>The value of the container attribute to filter on.</p>
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
869
|
+
Value: string | undefined;
|
|
870
|
+
}
|
|
871
|
+
/**
|
|
872
|
+
* <p>Defines a container cluster to monitor, along with optional attribute filters that narrow the scope of monitored containers within the cluster.</p>
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
875
|
+
export interface ContainerMonitoringConfiguration {
|
|
876
|
+
/**
|
|
877
|
+
* <p>The Amazon Resource Name (ARN) of the container cluster to monitor.</p>
|
|
878
|
+
* @public
|
|
879
|
+
*/
|
|
880
|
+
ClusterArn: string | undefined;
|
|
881
|
+
/**
|
|
882
|
+
* <p>A list of key-value pairs that filter which containers within the cluster are monitored. Only containers that match the specified attributes are included.</p>
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
885
|
+
AttributeFilters?: ContainerAttribute[] | undefined;
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
export interface CreateContainerAssociationRequest {
|
|
891
|
+
/**
|
|
892
|
+
* <p>The descriptive name of the container association. You can't change the name of a container association after you create it.</p>
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
ContainerAssociationName: string | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* <p>A description of the container association.</p>
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
Description?: string | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* <p>The type of container orchestration platform for the clusters in this association. Valid values are <code>ECS</code> and <code>EKS</code>. You can't change the type after creation.</p>
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
Type: ContainerMonitoringType | undefined;
|
|
906
|
+
/**
|
|
907
|
+
* <p>The list of container monitoring configurations that define which clusters and container attributes to monitor.</p>
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
ContainerMonitoringConfigurations: ContainerMonitoringConfiguration[] | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* <p>The key:value pairs to associate with the resource.</p>
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
915
|
+
Tags?: Tag[] | undefined;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
*/
|
|
920
|
+
export interface CreateContainerAssociationResponse {
|
|
921
|
+
/**
|
|
922
|
+
* <p>The descriptive name of the container association.</p>
|
|
923
|
+
* @public
|
|
924
|
+
*/
|
|
925
|
+
ContainerAssociationName?: string | undefined;
|
|
926
|
+
/**
|
|
927
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
ContainerAssociationArn?: string | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* <p>A description of the container association.</p>
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
Description?: string | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* <p>The type of container orchestration platform. Either <code>ECS</code> or <code>EKS</code>.</p>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
Type?: ContainerMonitoringType | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* <p>The container monitoring configurations for this container association.</p>
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
945
|
+
ContainerMonitoringConfigurations?: ContainerMonitoringConfiguration[] | undefined;
|
|
946
|
+
/**
|
|
947
|
+
* <p>The current status of the container association.</p>
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
950
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
951
|
+
/**
|
|
952
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
955
|
+
Tags?: Tag[] | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request. To make an update to the container association, provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the container association 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.</p>
|
|
958
|
+
* @public
|
|
959
|
+
*/
|
|
960
|
+
UpdateToken?: string | undefined;
|
|
961
|
+
}
|
|
839
962
|
/**
|
|
840
963
|
* <p>A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-encryption-at-rest.html">Encryption at rest with Amazon Web Services Key Managment Service</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
841
964
|
* @public
|
|
@@ -1300,7 +1423,7 @@ export interface PolicyVariables {
|
|
|
1300
1423
|
}
|
|
1301
1424
|
/**
|
|
1302
1425
|
* <p>Describes the amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle and Network Firewall removes the flow entry from its flow table.
|
|
1303
|
-
*
|
|
1426
|
+
* When you update this value, existing connections will be treated according to your stream exception policy configuration.
|
|
1304
1427
|
* </p>
|
|
1305
1428
|
* @public
|
|
1306
1429
|
*/
|
|
@@ -3369,6 +3492,41 @@ export interface CreateVpcEndpointAssociationResponse {
|
|
|
3369
3492
|
*/
|
|
3370
3493
|
VpcEndpointAssociationStatus?: VpcEndpointAssociationStatus | undefined;
|
|
3371
3494
|
}
|
|
3495
|
+
/**
|
|
3496
|
+
* @public
|
|
3497
|
+
*/
|
|
3498
|
+
export interface DeleteContainerAssociationRequest {
|
|
3499
|
+
/**
|
|
3500
|
+
* <p>The descriptive name of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3501
|
+
* @public
|
|
3502
|
+
*/
|
|
3503
|
+
ContainerAssociationName?: string | undefined;
|
|
3504
|
+
/**
|
|
3505
|
+
* <p>The Amazon Resource Name (ARN) of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3506
|
+
* @public
|
|
3507
|
+
*/
|
|
3508
|
+
ContainerAssociationArn?: string | undefined;
|
|
3509
|
+
}
|
|
3510
|
+
/**
|
|
3511
|
+
* @public
|
|
3512
|
+
*/
|
|
3513
|
+
export interface DeleteContainerAssociationResponse {
|
|
3514
|
+
/**
|
|
3515
|
+
* <p>The descriptive name of the container association.</p>
|
|
3516
|
+
* @public
|
|
3517
|
+
*/
|
|
3518
|
+
ContainerAssociationName?: string | undefined;
|
|
3519
|
+
/**
|
|
3520
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
3521
|
+
* @public
|
|
3522
|
+
*/
|
|
3523
|
+
ContainerAssociationArn?: string | undefined;
|
|
3524
|
+
/**
|
|
3525
|
+
* <p>The current status of the container association.</p>
|
|
3526
|
+
* @public
|
|
3527
|
+
*/
|
|
3528
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
3529
|
+
}
|
|
3372
3530
|
/**
|
|
3373
3531
|
* @public
|
|
3374
3532
|
*/
|
|
@@ -3740,6 +3898,76 @@ export interface DeleteVpcEndpointAssociationResponse {
|
|
|
3740
3898
|
*/
|
|
3741
3899
|
VpcEndpointAssociationStatus?: VpcEndpointAssociationStatus | undefined;
|
|
3742
3900
|
}
|
|
3901
|
+
/**
|
|
3902
|
+
* @public
|
|
3903
|
+
*/
|
|
3904
|
+
export interface DescribeContainerAssociationRequest {
|
|
3905
|
+
/**
|
|
3906
|
+
* <p>The descriptive name of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3907
|
+
* @public
|
|
3908
|
+
*/
|
|
3909
|
+
ContainerAssociationName?: string | undefined;
|
|
3910
|
+
/**
|
|
3911
|
+
* <p>The Amazon Resource Name (ARN) of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3912
|
+
* @public
|
|
3913
|
+
*/
|
|
3914
|
+
ContainerAssociationArn?: string | undefined;
|
|
3915
|
+
}
|
|
3916
|
+
/**
|
|
3917
|
+
* @public
|
|
3918
|
+
*/
|
|
3919
|
+
export interface DescribeContainerAssociationResponse {
|
|
3920
|
+
/**
|
|
3921
|
+
* <p>The descriptive name of the container association.</p>
|
|
3922
|
+
* @public
|
|
3923
|
+
*/
|
|
3924
|
+
ContainerAssociationName?: string | undefined;
|
|
3925
|
+
/**
|
|
3926
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
3927
|
+
* @public
|
|
3928
|
+
*/
|
|
3929
|
+
ContainerAssociationArn?: string | undefined;
|
|
3930
|
+
/**
|
|
3931
|
+
* <p>A description of the container association.</p>
|
|
3932
|
+
* @public
|
|
3933
|
+
*/
|
|
3934
|
+
Description?: string | undefined;
|
|
3935
|
+
/**
|
|
3936
|
+
* <p>The type of container orchestration platform. Either <code>ECS</code> or <code>EKS</code>.</p>
|
|
3937
|
+
* @public
|
|
3938
|
+
*/
|
|
3939
|
+
Type?: ContainerMonitoringType | undefined;
|
|
3940
|
+
/**
|
|
3941
|
+
* <p>The container monitoring configurations for this container association.</p>
|
|
3942
|
+
* @public
|
|
3943
|
+
*/
|
|
3944
|
+
ContainerMonitoringConfigurations?: ContainerMonitoringConfiguration[] | undefined;
|
|
3945
|
+
/**
|
|
3946
|
+
* <p>The current status of the container association.</p>
|
|
3947
|
+
* @public
|
|
3948
|
+
*/
|
|
3949
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
3950
|
+
/**
|
|
3951
|
+
* <p>The number of CIDR blocks that have been resolved from the monitored containers for this container association.</p>
|
|
3952
|
+
* @public
|
|
3953
|
+
*/
|
|
3954
|
+
ResolvedCidrCount?: number | undefined;
|
|
3955
|
+
/**
|
|
3956
|
+
* <p>The last time that the container association was updated or resolved new container IP addresses.</p>
|
|
3957
|
+
* @public
|
|
3958
|
+
*/
|
|
3959
|
+
LastUpdatedTime?: Date | undefined;
|
|
3960
|
+
/**
|
|
3961
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
3962
|
+
* @public
|
|
3963
|
+
*/
|
|
3964
|
+
Tags?: Tag[] | undefined;
|
|
3965
|
+
/**
|
|
3966
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request.</p>
|
|
3967
|
+
* @public
|
|
3968
|
+
*/
|
|
3969
|
+
UpdateToken?: string | undefined;
|
|
3970
|
+
}
|
|
3743
3971
|
/**
|
|
3744
3972
|
* @public
|
|
3745
3973
|
*/
|
|
@@ -5119,6 +5347,36 @@ export interface ListAnalysisReportsResponse {
|
|
|
5119
5347
|
*/
|
|
5120
5348
|
NextToken?: string | undefined;
|
|
5121
5349
|
}
|
|
5350
|
+
/**
|
|
5351
|
+
* @public
|
|
5352
|
+
*/
|
|
5353
|
+
export interface ListContainerAssociationsRequest {
|
|
5354
|
+
/**
|
|
5355
|
+
* <p>The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
5356
|
+
* @public
|
|
5357
|
+
*/
|
|
5358
|
+
MaxResults?: number | undefined;
|
|
5359
|
+
/**
|
|
5360
|
+
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
|
|
5361
|
+
* @public
|
|
5362
|
+
*/
|
|
5363
|
+
NextToken?: string | undefined;
|
|
5364
|
+
}
|
|
5365
|
+
/**
|
|
5366
|
+
* @public
|
|
5367
|
+
*/
|
|
5368
|
+
export interface ListContainerAssociationsResponse {
|
|
5369
|
+
/**
|
|
5370
|
+
* <p>The container association metadata objects.</p>
|
|
5371
|
+
* @public
|
|
5372
|
+
*/
|
|
5373
|
+
ContainerAssociations?: ContainerAssociationSummary[] | undefined;
|
|
5374
|
+
/**
|
|
5375
|
+
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
|
|
5376
|
+
* @public
|
|
5377
|
+
*/
|
|
5378
|
+
NextToken?: string | undefined;
|
|
5379
|
+
}
|
|
5122
5380
|
/**
|
|
5123
5381
|
* @public
|
|
5124
5382
|
*/
|
|
@@ -6140,6 +6398,91 @@ export interface UpdateAvailabilityZoneChangeProtectionResponse {
|
|
|
6140
6398
|
*/
|
|
6141
6399
|
AvailabilityZoneChangeProtection?: boolean | undefined;
|
|
6142
6400
|
}
|
|
6401
|
+
/**
|
|
6402
|
+
* @public
|
|
6403
|
+
*/
|
|
6404
|
+
export interface UpdateContainerAssociationRequest {
|
|
6405
|
+
/**
|
|
6406
|
+
* <p>The descriptive name of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
6407
|
+
* @public
|
|
6408
|
+
*/
|
|
6409
|
+
ContainerAssociationName?: string | undefined;
|
|
6410
|
+
/**
|
|
6411
|
+
* <p>The Amazon Resource Name (ARN) of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
6412
|
+
* @public
|
|
6413
|
+
*/
|
|
6414
|
+
ContainerAssociationArn?: string | undefined;
|
|
6415
|
+
/**
|
|
6416
|
+
* <p>A description of the container association.</p>
|
|
6417
|
+
* @public
|
|
6418
|
+
*/
|
|
6419
|
+
Description?: string | undefined;
|
|
6420
|
+
/**
|
|
6421
|
+
* <p>The type of container orchestration platform. This must match the type specified when the container association was created.</p>
|
|
6422
|
+
* @public
|
|
6423
|
+
*/
|
|
6424
|
+
Type: ContainerMonitoringType | undefined;
|
|
6425
|
+
/**
|
|
6426
|
+
* <p>The updated list of container monitoring configurations that define which clusters and container attributes to monitor.</p>
|
|
6427
|
+
* @public
|
|
6428
|
+
*/
|
|
6429
|
+
ContainerMonitoringConfigurations: ContainerMonitoringConfiguration[] | undefined;
|
|
6430
|
+
/**
|
|
6431
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
6432
|
+
* @public
|
|
6433
|
+
*/
|
|
6434
|
+
Tags?: Tag[] | undefined;
|
|
6435
|
+
/**
|
|
6436
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request. To make an update to the container association, provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the container association 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.</p>
|
|
6437
|
+
* @public
|
|
6438
|
+
*/
|
|
6439
|
+
UpdateToken: string | undefined;
|
|
6440
|
+
}
|
|
6441
|
+
/**
|
|
6442
|
+
* @public
|
|
6443
|
+
*/
|
|
6444
|
+
export interface UpdateContainerAssociationResponse {
|
|
6445
|
+
/**
|
|
6446
|
+
* <p>The descriptive name of the container association.</p>
|
|
6447
|
+
* @public
|
|
6448
|
+
*/
|
|
6449
|
+
ContainerAssociationName?: string | undefined;
|
|
6450
|
+
/**
|
|
6451
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
6452
|
+
* @public
|
|
6453
|
+
*/
|
|
6454
|
+
ContainerAssociationArn?: string | undefined;
|
|
6455
|
+
/**
|
|
6456
|
+
* <p>A description of the container association.</p>
|
|
6457
|
+
* @public
|
|
6458
|
+
*/
|
|
6459
|
+
Description?: string | undefined;
|
|
6460
|
+
/**
|
|
6461
|
+
* <p>The type of container orchestration platform. Either <code>ECS</code> or <code>EKS</code>.</p>
|
|
6462
|
+
* @public
|
|
6463
|
+
*/
|
|
6464
|
+
Type?: ContainerMonitoringType | undefined;
|
|
6465
|
+
/**
|
|
6466
|
+
* <p>The container monitoring configurations for this container association.</p>
|
|
6467
|
+
* @public
|
|
6468
|
+
*/
|
|
6469
|
+
ContainerMonitoringConfigurations?: ContainerMonitoringConfiguration[] | undefined;
|
|
6470
|
+
/**
|
|
6471
|
+
* <p>The current status of the container association.</p>
|
|
6472
|
+
* @public
|
|
6473
|
+
*/
|
|
6474
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
6475
|
+
/**
|
|
6476
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
6477
|
+
* @public
|
|
6478
|
+
*/
|
|
6479
|
+
Tags?: Tag[] | undefined;
|
|
6480
|
+
/**
|
|
6481
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request.</p>
|
|
6482
|
+
* @public
|
|
6483
|
+
*/
|
|
6484
|
+
UpdateToken?: string | undefined;
|
|
6485
|
+
}
|
|
6143
6486
|
/**
|
|
6144
6487
|
* @public
|
|
6145
6488
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListContainerAssociationsCommandInput, ListContainerAssociationsCommandOutput } from "../commands/ListContainerAssociationsCommand";
|
|
3
|
+
import type { NetworkFirewallPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListContainerAssociations: (config: NetworkFirewallPaginationConfiguration, input: ListContainerAssociationsCommandInput, ...rest: any[]) => Paginator<ListContainerAssociationsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./GetAnalysisReportResultsPaginator";
|
|
3
3
|
export * from "./ListAnalysisReportsPaginator";
|
|
4
|
+
export * from "./ListContainerAssociationsPaginator";
|
|
4
5
|
export * from "./ListFirewallPoliciesPaginator";
|
|
5
6
|
export * from "./ListFirewallsPaginator";
|
|
6
7
|
export * from "./ListFlowOperationResultsPaginator";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { NetworkFirewallClientConfig } from "./NetworkFirewallClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -41,6 +41,11 @@ export declare var AZSyncState$: StaticStructureSchema;
|
|
|
41
41
|
export declare var CapacityUsageSummary$: StaticStructureSchema;
|
|
42
42
|
export declare var CheckCertificateRevocationStatusActions$: StaticStructureSchema;
|
|
43
43
|
export declare var CIDRSummary$: StaticStructureSchema;
|
|
44
|
+
export declare var ContainerAssociationSummary$: StaticStructureSchema;
|
|
45
|
+
export declare var ContainerAttribute$: StaticStructureSchema;
|
|
46
|
+
export declare var ContainerMonitoringConfiguration$: StaticStructureSchema;
|
|
47
|
+
export declare var CreateContainerAssociationRequest$: StaticStructureSchema;
|
|
48
|
+
export declare var CreateContainerAssociationResponse$: StaticStructureSchema;
|
|
44
49
|
export declare var CreateFirewallPolicyRequest$: StaticStructureSchema;
|
|
45
50
|
export declare var CreateFirewallPolicyResponse$: StaticStructureSchema;
|
|
46
51
|
export declare var CreateFirewallRequest$: StaticStructureSchema;
|
|
@@ -62,6 +67,8 @@ export declare var CreateTLSInspectionConfigurationResponse$: StaticStructureSch
|
|
|
62
67
|
export declare var CreateVpcEndpointAssociationRequest$: StaticStructureSchema;
|
|
63
68
|
export declare var CreateVpcEndpointAssociationResponse$: StaticStructureSchema;
|
|
64
69
|
export declare var CustomAction$: StaticStructureSchema;
|
|
70
|
+
export declare var DeleteContainerAssociationRequest$: StaticStructureSchema;
|
|
71
|
+
export declare var DeleteContainerAssociationResponse$: StaticStructureSchema;
|
|
65
72
|
export declare var DeleteFirewallPolicyRequest$: StaticStructureSchema;
|
|
66
73
|
export declare var DeleteFirewallPolicyResponse$: StaticStructureSchema;
|
|
67
74
|
export declare var DeleteFirewallRequest$: StaticStructureSchema;
|
|
@@ -84,6 +91,8 @@ export declare var DeleteTLSInspectionConfigurationRequest$: StaticStructureSche
|
|
|
84
91
|
export declare var DeleteTLSInspectionConfigurationResponse$: StaticStructureSchema;
|
|
85
92
|
export declare var DeleteVpcEndpointAssociationRequest$: StaticStructureSchema;
|
|
86
93
|
export declare var DeleteVpcEndpointAssociationResponse$: StaticStructureSchema;
|
|
94
|
+
export declare var DescribeContainerAssociationRequest$: StaticStructureSchema;
|
|
95
|
+
export declare var DescribeContainerAssociationResponse$: StaticStructureSchema;
|
|
87
96
|
export declare var DescribeFirewallMetadataRequest$: StaticStructureSchema;
|
|
88
97
|
export declare var DescribeFirewallMetadataResponse$: StaticStructureSchema;
|
|
89
98
|
export declare var DescribeFirewallPolicyRequest$: StaticStructureSchema;
|
|
@@ -143,6 +152,8 @@ export declare var IPSetMetadata$: StaticStructureSchema;
|
|
|
143
152
|
export declare var IPSetReference$: StaticStructureSchema;
|
|
144
153
|
export declare var ListAnalysisReportsRequest$: StaticStructureSchema;
|
|
145
154
|
export declare var ListAnalysisReportsResponse$: StaticStructureSchema;
|
|
155
|
+
export declare var ListContainerAssociationsRequest$: StaticStructureSchema;
|
|
156
|
+
export declare var ListContainerAssociationsResponse$: StaticStructureSchema;
|
|
146
157
|
export declare var ListenerProperty$: StaticStructureSchema;
|
|
147
158
|
export declare var ListenerPropertyRequest$: StaticStructureSchema;
|
|
148
159
|
export declare var ListFirewallPoliciesRequest$: StaticStructureSchema;
|
|
@@ -242,6 +253,8 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
|
242
253
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
243
254
|
export declare var UpdateAvailabilityZoneChangeProtectionRequest$: StaticStructureSchema;
|
|
244
255
|
export declare var UpdateAvailabilityZoneChangeProtectionResponse$: StaticStructureSchema;
|
|
256
|
+
export declare var UpdateContainerAssociationRequest$: StaticStructureSchema;
|
|
257
|
+
export declare var UpdateContainerAssociationResponse$: StaticStructureSchema;
|
|
245
258
|
export declare var UpdateFirewallAnalysisSettingsRequest$: StaticStructureSchema;
|
|
246
259
|
export declare var UpdateFirewallAnalysisSettingsResponse$: StaticStructureSchema;
|
|
247
260
|
export declare var UpdateFirewallDeleteProtectionRequest$: StaticStructureSchema;
|
|
@@ -280,6 +293,7 @@ export declare var AssociateAvailabilityZones$: StaticOperationSchema;
|
|
|
280
293
|
export declare var AssociateFirewallPolicy$: StaticOperationSchema;
|
|
281
294
|
export declare var AssociateSubnets$: StaticOperationSchema;
|
|
282
295
|
export declare var AttachRuleGroupsToProxyConfiguration$: StaticOperationSchema;
|
|
296
|
+
export declare var CreateContainerAssociation$: StaticOperationSchema;
|
|
283
297
|
export declare var CreateFirewall$: StaticOperationSchema;
|
|
284
298
|
export declare var CreateFirewallPolicy$: StaticOperationSchema;
|
|
285
299
|
export declare var CreateProxy$: StaticOperationSchema;
|
|
@@ -289,6 +303,7 @@ export declare var CreateProxyRules$: StaticOperationSchema;
|
|
|
289
303
|
export declare var CreateRuleGroup$: StaticOperationSchema;
|
|
290
304
|
export declare var CreateTLSInspectionConfiguration$: StaticOperationSchema;
|
|
291
305
|
export declare var CreateVpcEndpointAssociation$: StaticOperationSchema;
|
|
306
|
+
export declare var DeleteContainerAssociation$: StaticOperationSchema;
|
|
292
307
|
export declare var DeleteFirewall$: StaticOperationSchema;
|
|
293
308
|
export declare var DeleteFirewallPolicy$: StaticOperationSchema;
|
|
294
309
|
export declare var DeleteNetworkFirewallTransitGatewayAttachment$: StaticOperationSchema;
|
|
@@ -300,6 +315,7 @@ export declare var DeleteResourcePolicy$: StaticOperationSchema;
|
|
|
300
315
|
export declare var DeleteRuleGroup$: StaticOperationSchema;
|
|
301
316
|
export declare var DeleteTLSInspectionConfiguration$: StaticOperationSchema;
|
|
302
317
|
export declare var DeleteVpcEndpointAssociation$: StaticOperationSchema;
|
|
318
|
+
export declare var DescribeContainerAssociation$: StaticOperationSchema;
|
|
303
319
|
export declare var DescribeFirewall$: StaticOperationSchema;
|
|
304
320
|
export declare var DescribeFirewallMetadata$: StaticOperationSchema;
|
|
305
321
|
export declare var DescribeFirewallPolicy$: StaticOperationSchema;
|
|
@@ -320,6 +336,7 @@ export declare var DisassociateAvailabilityZones$: StaticOperationSchema;
|
|
|
320
336
|
export declare var DisassociateSubnets$: StaticOperationSchema;
|
|
321
337
|
export declare var GetAnalysisReportResults$: StaticOperationSchema;
|
|
322
338
|
export declare var ListAnalysisReports$: StaticOperationSchema;
|
|
339
|
+
export declare var ListContainerAssociations$: StaticOperationSchema;
|
|
323
340
|
export declare var ListFirewallPolicies$: StaticOperationSchema;
|
|
324
341
|
export declare var ListFirewalls$: StaticOperationSchema;
|
|
325
342
|
export declare var ListFlowOperationResults$: StaticOperationSchema;
|
|
@@ -339,6 +356,7 @@ export declare var StartFlowFlush$: StaticOperationSchema;
|
|
|
339
356
|
export declare var TagResource$: StaticOperationSchema;
|
|
340
357
|
export declare var UntagResource$: StaticOperationSchema;
|
|
341
358
|
export declare var UpdateAvailabilityZoneChangeProtection$: StaticOperationSchema;
|
|
359
|
+
export declare var UpdateContainerAssociation$: StaticOperationSchema;
|
|
342
360
|
export declare var UpdateFirewallAnalysisSettings$: StaticOperationSchema;
|
|
343
361
|
export declare var UpdateFirewallDeleteProtection$: StaticOperationSchema;
|
|
344
362
|
export declare var UpdateFirewallDescription$: StaticOperationSchema;
|