aws-sdk 2.1119.0 → 2.1122.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/CHANGELOG.md +20 -1
- package/README.md +1 -1
- package/apis/cloudfront-2020-05-31.min.json +42 -28
- package/apis/connect-2017-08-08.min.json +133 -9
- package/apis/connect-2017-08-08.paginators.json +9 -0
- package/apis/ec2-2016-11-15.min.json +14 -11
- package/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/apis/ivschat-2020-07-14.examples.json +5 -0
- package/apis/ivschat-2020-07-14.min.json +443 -0
- package/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/apis/lightsail-2016-11-28.min.json +55 -17
- package/apis/metadata.json +3 -0
- package/apis/mq-2017-11-27.min.json +22 -7
- package/apis/network-firewall-2020-11-12.min.json +107 -52
- package/apis/rds-data-2018-08-01.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +447 -434
- package/apis/securityhub-2018-10-26.min.json +20 -18
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudfront.d.ts +15 -0
- package/clients/connect.d.ts +176 -9
- package/clients/ec2.d.ts +23 -14
- package/clients/eventbridge.js +1 -0
- package/clients/gamelift.d.ts +67 -67
- package/clients/glue.d.ts +79 -10
- package/clients/ivschat.d.ts +523 -0
- package/clients/ivschat.js +18 -0
- package/clients/lightsail.d.ts +113 -42
- package/clients/mq.d.ts +16 -1
- package/clients/networkfirewall.d.ts +103 -21
- package/clients/pricing.d.ts +3 -3
- package/clients/rdsdataservice.d.ts +22 -7
- package/clients/sagemaker.d.ts +24 -0
- package/clients/securityhub.d.ts +13 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +822 -754
- package/dist/aws-sdk.js +228 -52
- package/dist/aws-sdk.min.js +83 -83
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/services/eventbridge.js +19 -0
- package/lib/services/s3util.js +6 -1
- package/package.json +1 -1
|
@@ -20,27 +20,27 @@ declare class NetworkFirewall extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
associateFirewallPolicy(callback?: (err: AWSError, data: NetworkFirewall.Types.AssociateFirewallPolicyResponse) => void): Request<NetworkFirewall.Types.AssociateFirewallPolicyResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans. This request creates an
|
|
23
|
+
* Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans. This request creates an Network Firewall firewall endpoint in each of the subnets. To enable the firewall's protections, you must also modify the VPC's route tables for each subnet's Availability Zone, to redirect the traffic that's coming into and going out of the zone through the firewall endpoint.
|
|
24
24
|
*/
|
|
25
25
|
associateSubnets(params: NetworkFirewall.Types.AssociateSubnetsRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.AssociateSubnetsResponse) => void): Request<NetworkFirewall.Types.AssociateSubnetsResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans. This request creates an
|
|
27
|
+
* Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans. This request creates an Network Firewall firewall endpoint in each of the subnets. To enable the firewall's protections, you must also modify the VPC's route tables for each subnet's Availability Zone, to redirect the traffic that's coming into and going out of the zone through the firewall endpoint.
|
|
28
28
|
*/
|
|
29
29
|
associateSubnets(callback?: (err: AWSError, data: NetworkFirewall.Types.AssociateSubnetsResponse) => void): Request<NetworkFirewall.Types.AssociateSubnetsResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Creates an
|
|
31
|
+
* Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC. The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. After you create a firewall, you can provide additional settings, like the logging configuration. To update the settings for a firewall, you use the operations that apply to the settings themselves, for example UpdateLoggingConfiguration, AssociateSubnets, and UpdateFirewallDeleteProtection. To manage a firewall's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource. To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.
|
|
32
32
|
*/
|
|
33
33
|
createFirewall(params: NetworkFirewall.Types.CreateFirewallRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.CreateFirewallResponse) => void): Request<NetworkFirewall.Types.CreateFirewallResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Creates an
|
|
35
|
+
* Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC. The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. After you create a firewall, you can provide additional settings, like the logging configuration. To update the settings for a firewall, you use the operations that apply to the settings themselves, for example UpdateLoggingConfiguration, AssociateSubnets, and UpdateFirewallDeleteProtection. To manage a firewall's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource. To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.
|
|
36
36
|
*/
|
|
37
37
|
createFirewall(callback?: (err: AWSError, data: NetworkFirewall.Types.CreateFirewallResponse) => void): Request<NetworkFirewall.Types.CreateFirewallResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Creates the firewall policy for the firewall according to the specifications. An
|
|
39
|
+
* Creates the firewall policy for the firewall according to the specifications. An Network Firewall firewall policy defines the behavior of a firewall, in a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls.
|
|
40
40
|
*/
|
|
41
41
|
createFirewallPolicy(params: NetworkFirewall.Types.CreateFirewallPolicyRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.CreateFirewallPolicyResponse) => void): Request<NetworkFirewall.Types.CreateFirewallPolicyResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates the firewall policy for the firewall according to the specifications. An
|
|
43
|
+
* Creates the firewall policy for the firewall according to the specifications. An Network Firewall firewall policy defines the behavior of a firewall, in a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls.
|
|
44
44
|
*/
|
|
45
45
|
createFirewallPolicy(callback?: (err: AWSError, data: NetworkFirewall.Types.CreateFirewallPolicyResponse) => void): Request<NetworkFirewall.Types.CreateFirewallPolicyResponse, AWSError>;
|
|
46
46
|
/**
|
|
@@ -164,35 +164,35 @@ declare class NetworkFirewall extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
listRuleGroups(callback?: (err: AWSError, data: NetworkFirewall.Types.ListRuleGroupsResponse) => void): Request<NetworkFirewall.Types.ListRuleGroupsResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
* Retrieves the tags associated with the specified resource. 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
|
|
167
|
+
* Retrieves the tags associated with the specified resource. 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. You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
|
|
168
168
|
*/
|
|
169
169
|
listTagsForResource(params: NetworkFirewall.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.ListTagsForResourceResponse) => void): Request<NetworkFirewall.Types.ListTagsForResourceResponse, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
* Retrieves the tags associated with the specified resource. 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
|
|
171
|
+
* Retrieves the tags associated with the specified resource. 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. You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
|
|
172
172
|
*/
|
|
173
173
|
listTagsForResource(callback?: (err: AWSError, data: NetworkFirewall.Types.ListTagsForResourceResponse) => void): Request<NetworkFirewall.Types.ListTagsForResourceResponse, AWSError>;
|
|
174
174
|
/**
|
|
175
|
-
* Creates or updates an
|
|
175
|
+
* Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service to manage resource sharing for Network Firewall. Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. When you add an account in the resource policy, you then run the following Resource Access Manager (RAM) operations to access and accept the shared rule group or firewall policy. GetResourceShareInvitations - Returns the Amazon Resource Names (ARNs) of the resource share invitations. AcceptResourceShareInvitation - Accepts the share invitation for a specified resource share. For additional information about resource sharing using RAM, see Resource Access Manager User Guide.
|
|
176
176
|
*/
|
|
177
177
|
putResourcePolicy(params: NetworkFirewall.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.PutResourcePolicyResponse) => void): Request<NetworkFirewall.Types.PutResourcePolicyResponse, AWSError>;
|
|
178
178
|
/**
|
|
179
|
-
* Creates or updates an
|
|
179
|
+
* Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service to manage resource sharing for Network Firewall. Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. When you add an account in the resource policy, you then run the following Resource Access Manager (RAM) operations to access and accept the shared rule group or firewall policy. GetResourceShareInvitations - Returns the Amazon Resource Names (ARNs) of the resource share invitations. AcceptResourceShareInvitation - Accepts the share invitation for a specified resource share. For additional information about resource sharing using RAM, see Resource Access Manager User Guide.
|
|
180
180
|
*/
|
|
181
181
|
putResourcePolicy(callback?: (err: AWSError, data: NetworkFirewall.Types.PutResourcePolicyResponse) => void): Request<NetworkFirewall.Types.PutResourcePolicyResponse, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Adds the specified tags to the specified resource. 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
|
|
183
|
+
* Adds the specified tags to the specified resource. 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. You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
|
|
184
184
|
*/
|
|
185
185
|
tagResource(params: NetworkFirewall.Types.TagResourceRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.TagResourceResponse) => void): Request<NetworkFirewall.Types.TagResourceResponse, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Adds the specified tags to the specified resource. 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
|
|
187
|
+
* Adds the specified tags to the specified resource. 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. You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
|
|
188
188
|
*/
|
|
189
189
|
tagResource(callback?: (err: AWSError, data: NetworkFirewall.Types.TagResourceResponse) => void): Request<NetworkFirewall.Types.TagResourceResponse, AWSError>;
|
|
190
190
|
/**
|
|
191
|
-
* Removes the tags with the specified keys from the specified resource. 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
|
|
191
|
+
* Removes the tags with the specified keys from the specified resource. 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. You can manage tags for the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
|
|
192
192
|
*/
|
|
193
193
|
untagResource(params: NetworkFirewall.Types.UntagResourceRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.UntagResourceResponse) => void): Request<NetworkFirewall.Types.UntagResourceResponse, AWSError>;
|
|
194
194
|
/**
|
|
195
|
-
* Removes the tags with the specified keys from the specified resource. 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
|
|
195
|
+
* Removes the tags with the specified keys from the specified resource. 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. You can manage tags for the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
|
|
196
196
|
*/
|
|
197
197
|
untagResource(callback?: (err: AWSError, data: NetworkFirewall.Types.UntagResourceResponse) => void): Request<NetworkFirewall.Types.UntagResourceResponse, AWSError>;
|
|
198
198
|
/**
|
|
@@ -211,6 +211,14 @@ declare class NetworkFirewall extends Service {
|
|
|
211
211
|
* Modifies the description for the specified firewall. Use the description to help you identify the firewall when you're working with it.
|
|
212
212
|
*/
|
|
213
213
|
updateFirewallDescription(callback?: (err: AWSError, data: NetworkFirewall.Types.UpdateFirewallDescriptionResponse) => void): Request<NetworkFirewall.Types.UpdateFirewallDescriptionResponse, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
* A complex type that contains settings for encryption of your firewall resources.
|
|
216
|
+
*/
|
|
217
|
+
updateFirewallEncryptionConfiguration(params: NetworkFirewall.Types.UpdateFirewallEncryptionConfigurationRequest, callback?: (err: AWSError, data: NetworkFirewall.Types.UpdateFirewallEncryptionConfigurationResponse) => void): Request<NetworkFirewall.Types.UpdateFirewallEncryptionConfigurationResponse, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
* A complex type that contains settings for encryption of your firewall resources.
|
|
220
|
+
*/
|
|
221
|
+
updateFirewallEncryptionConfiguration(callback?: (err: AWSError, data: NetworkFirewall.Types.UpdateFirewallEncryptionConfigurationResponse) => void): Request<NetworkFirewall.Types.UpdateFirewallEncryptionConfigurationResponse, AWSError>;
|
|
214
222
|
/**
|
|
215
223
|
* Updates the properties of the specified firewall policy.
|
|
216
224
|
*/
|
|
@@ -382,6 +390,10 @@ declare namespace NetworkFirewall {
|
|
|
382
390
|
* Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request. If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid. If set to FALSE, Network Firewall makes the requested changes to your resources.
|
|
383
391
|
*/
|
|
384
392
|
DryRun?: Boolean;
|
|
393
|
+
/**
|
|
394
|
+
* A complex type that contains settings for encryption of your firewall policy resources.
|
|
395
|
+
*/
|
|
396
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
385
397
|
}
|
|
386
398
|
export interface CreateFirewallPolicyResponse {
|
|
387
399
|
/**
|
|
@@ -430,6 +442,10 @@ declare namespace NetworkFirewall {
|
|
|
430
442
|
* The key:value pairs to associate with the resource.
|
|
431
443
|
*/
|
|
432
444
|
Tags?: TagList;
|
|
445
|
+
/**
|
|
446
|
+
* A complex type that contains settings for encryption of your firewall resources.
|
|
447
|
+
*/
|
|
448
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
433
449
|
}
|
|
434
450
|
export interface CreateFirewallResponse {
|
|
435
451
|
/**
|
|
@@ -474,6 +490,10 @@ declare namespace NetworkFirewall {
|
|
|
474
490
|
* Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request. If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid. If set to FALSE, Network Firewall makes the requested changes to your resources.
|
|
475
491
|
*/
|
|
476
492
|
DryRun?: Boolean;
|
|
493
|
+
/**
|
|
494
|
+
* A complex type that contains settings for encryption of your rule group resources.
|
|
495
|
+
*/
|
|
496
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
477
497
|
}
|
|
478
498
|
export interface CreateRuleGroupResponse {
|
|
479
499
|
/**
|
|
@@ -627,7 +647,7 @@ declare namespace NetworkFirewall {
|
|
|
627
647
|
}
|
|
628
648
|
export interface DescribeResourcePolicyResponse {
|
|
629
649
|
/**
|
|
630
|
-
* The
|
|
650
|
+
* The IAM policy for the resource.
|
|
631
651
|
*/
|
|
632
652
|
Policy?: PolicyString;
|
|
633
653
|
}
|
|
@@ -688,7 +708,7 @@ declare namespace NetworkFirewall {
|
|
|
688
708
|
*/
|
|
689
709
|
UpdateToken: UpdateToken;
|
|
690
710
|
/**
|
|
691
|
-
* The object that defines the rules in a rule group. This, along with RuleGroupResponse, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
|
|
711
|
+
* The object that defines the rules in a rule group. This, along with RuleGroupResponse, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup. Network Firewall uses a rule group to inspect and control network traffic. You define stateless rule groups to inspect individual packets and you define stateful rule groups to inspect packets in the context of their traffic flow. To use a rule group, you include it by reference in an Network Firewall firewall policy, then you use the policy in a firewall. You can reference a rule group from more than one firewall policy, and you can use a firewall policy in more than one firewall.
|
|
692
712
|
*/
|
|
693
713
|
RuleGroup?: RuleGroup;
|
|
694
714
|
/**
|
|
@@ -742,6 +762,17 @@ declare namespace NetworkFirewall {
|
|
|
742
762
|
*/
|
|
743
763
|
UpdateToken?: UpdateToken;
|
|
744
764
|
}
|
|
765
|
+
export interface EncryptionConfiguration {
|
|
766
|
+
/**
|
|
767
|
+
* The ID of the Amazon Web Services Key Management Service (KMS) customer managed key. You can use any of the key identifiers that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN. For more information, see Key ID in the Amazon Web Services KMS Developer Guide.
|
|
768
|
+
*/
|
|
769
|
+
KeyId?: KeyId;
|
|
770
|
+
/**
|
|
771
|
+
* The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
|
|
772
|
+
*/
|
|
773
|
+
Type?: EncryptionType;
|
|
774
|
+
}
|
|
775
|
+
export type EncryptionType = "CUSTOMER_KMS"|"AWS_OWNED_KMS_KEY"|string;
|
|
745
776
|
export type EndpointId = string;
|
|
746
777
|
export interface Firewall {
|
|
747
778
|
/**
|
|
@@ -788,6 +819,10 @@ declare namespace NetworkFirewall {
|
|
|
788
819
|
*
|
|
789
820
|
*/
|
|
790
821
|
Tags?: TagList;
|
|
822
|
+
/**
|
|
823
|
+
* A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall.
|
|
824
|
+
*/
|
|
825
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
791
826
|
}
|
|
792
827
|
export interface FirewallMetadata {
|
|
793
828
|
/**
|
|
@@ -822,7 +857,7 @@ declare namespace NetworkFirewall {
|
|
|
822
857
|
*/
|
|
823
858
|
StatefulRuleGroupReferences?: StatefulRuleGroupReferences;
|
|
824
859
|
/**
|
|
825
|
-
* The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order. Valid values of the stateful default action: aws:drop_strict aws:drop_established aws:alert_strict aws:alert_established For more information, see Strict evaluation order in the
|
|
860
|
+
* The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order. Valid values of the stateful default action: aws:drop_strict aws:drop_established aws:alert_strict aws:alert_established For more information, see Strict evaluation order in the Network Firewall Developer Guide.
|
|
826
861
|
*/
|
|
827
862
|
StatefulDefaultActions?: StatefulActions;
|
|
828
863
|
/**
|
|
@@ -877,6 +912,10 @@ declare namespace NetworkFirewall {
|
|
|
877
912
|
* The number of firewalls that are associated with this firewall policy.
|
|
878
913
|
*/
|
|
879
914
|
NumberOfAssociations?: NumberOfAssociations;
|
|
915
|
+
/**
|
|
916
|
+
* A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy.
|
|
917
|
+
*/
|
|
918
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
880
919
|
}
|
|
881
920
|
export interface FirewallStatus {
|
|
882
921
|
/**
|
|
@@ -900,7 +939,7 @@ declare namespace NetworkFirewall {
|
|
|
900
939
|
export type HashMapValue = string;
|
|
901
940
|
export interface Header {
|
|
902
941
|
/**
|
|
903
|
-
* The protocol to inspect for. To specify all, you can use IP, because all traffic on
|
|
942
|
+
* The protocol to inspect for. To specify all, you can use IP, because all traffic on Amazon Web Services and on the internet is IP.
|
|
904
943
|
*/
|
|
905
944
|
Protocol: StatefulRuleProtocol;
|
|
906
945
|
/**
|
|
@@ -931,6 +970,7 @@ declare namespace NetworkFirewall {
|
|
|
931
970
|
Definition: VariableDefinitionList;
|
|
932
971
|
}
|
|
933
972
|
export type IPSets = {[key: string]: IPSet};
|
|
973
|
+
export type KeyId = string;
|
|
934
974
|
export type Keyword = string;
|
|
935
975
|
export interface ListFirewallPoliciesRequest {
|
|
936
976
|
/**
|
|
@@ -1125,7 +1165,7 @@ declare namespace NetworkFirewall {
|
|
|
1125
1165
|
*/
|
|
1126
1166
|
ResourceArn: ResourceArn;
|
|
1127
1167
|
/**
|
|
1128
|
-
* The
|
|
1168
|
+
* The IAM policy statement that lists the accounts that you want to share your rule group or firewall policy with and the operations that you want the accounts to be able to perform. For a rule group resource, you can specify the following operations in the Actions section of the statement: network-firewall:CreateFirewallPolicy network-firewall:UpdateFirewallPolicy network-firewall:ListRuleGroups For a firewall policy resource, you can specify the following operations in the Actions section of the statement: network-firewall:CreateFirewall network-firewall:UpdateFirewall network-firewall:AssociateFirewallPolicy network-firewall:ListFirewallPolicies In the Resource section of the statement, you specify the ARNs for the rule groups and firewall policies that you want to share with the account that you specified in Arn.
|
|
1129
1169
|
*/
|
|
1130
1170
|
Policy: PolicyString;
|
|
1131
1171
|
}
|
|
@@ -1212,6 +1252,10 @@ declare namespace NetworkFirewall {
|
|
|
1212
1252
|
* The number of firewall policies that use this rule group.
|
|
1213
1253
|
*/
|
|
1214
1254
|
NumberOfAssociations?: NumberOfAssociations;
|
|
1255
|
+
/**
|
|
1256
|
+
* A complex type that contains the Amazon Web Services KMS encryption configuration settings for your rule group.
|
|
1257
|
+
*/
|
|
1258
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1215
1259
|
}
|
|
1216
1260
|
export type RuleGroupType = "STATELESS"|"STATEFUL"|string;
|
|
1217
1261
|
export type RuleGroups = RuleGroupMetadata[];
|
|
@@ -1279,7 +1323,7 @@ declare namespace NetworkFirewall {
|
|
|
1279
1323
|
export type StatefulActions = CollectionMember_String[];
|
|
1280
1324
|
export interface StatefulEngineOptions {
|
|
1281
1325
|
/**
|
|
1282
|
-
* 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
|
|
1326
|
+
* 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.
|
|
1283
1327
|
*/
|
|
1284
1328
|
RuleOrder?: RuleOrder;
|
|
1285
1329
|
}
|
|
@@ -1321,7 +1365,7 @@ declare namespace NetworkFirewall {
|
|
|
1321
1365
|
export type StatefulRuleGroupReferences = StatefulRuleGroupReference[];
|
|
1322
1366
|
export interface StatefulRuleOptions {
|
|
1323
1367
|
/**
|
|
1324
|
-
* Indicates how to manage the order of the rule evaluation for the rule group. 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
|
|
1368
|
+
* Indicates how to manage the order of the rule evaluation for the rule group. 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.
|
|
1325
1369
|
*/
|
|
1326
1370
|
RuleOrder?: RuleOrder;
|
|
1327
1371
|
}
|
|
@@ -1504,6 +1548,36 @@ declare namespace NetworkFirewall {
|
|
|
1504
1548
|
*/
|
|
1505
1549
|
UpdateToken?: UpdateToken;
|
|
1506
1550
|
}
|
|
1551
|
+
export interface UpdateFirewallEncryptionConfigurationRequest {
|
|
1552
|
+
/**
|
|
1553
|
+
* An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it. To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall 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.
|
|
1554
|
+
*/
|
|
1555
|
+
UpdateToken?: UpdateToken;
|
|
1556
|
+
/**
|
|
1557
|
+
* The Amazon Resource Name (ARN) of the firewall.
|
|
1558
|
+
*/
|
|
1559
|
+
FirewallArn?: ResourceArn;
|
|
1560
|
+
/**
|
|
1561
|
+
* The descriptive name of the firewall. You can't change the name of a firewall after you create it.
|
|
1562
|
+
*/
|
|
1563
|
+
FirewallName?: ResourceName;
|
|
1564
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1565
|
+
}
|
|
1566
|
+
export interface UpdateFirewallEncryptionConfigurationResponse {
|
|
1567
|
+
/**
|
|
1568
|
+
* The Amazon Resource Name (ARN) of the firewall.
|
|
1569
|
+
*/
|
|
1570
|
+
FirewallArn?: ResourceArn;
|
|
1571
|
+
/**
|
|
1572
|
+
* The descriptive name of the firewall. You can't change the name of a firewall after you create it.
|
|
1573
|
+
*/
|
|
1574
|
+
FirewallName?: ResourceName;
|
|
1575
|
+
/**
|
|
1576
|
+
* An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it. To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall 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.
|
|
1577
|
+
*/
|
|
1578
|
+
UpdateToken?: UpdateToken;
|
|
1579
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1580
|
+
}
|
|
1507
1581
|
export interface UpdateFirewallPolicyChangeProtectionRequest {
|
|
1508
1582
|
/**
|
|
1509
1583
|
* An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it. To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall 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.
|
|
@@ -1565,6 +1639,10 @@ declare namespace NetworkFirewall {
|
|
|
1565
1639
|
* Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request. If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid. If set to FALSE, Network Firewall makes the requested changes to your resources.
|
|
1566
1640
|
*/
|
|
1567
1641
|
DryRun?: Boolean;
|
|
1642
|
+
/**
|
|
1643
|
+
* A complex type that contains settings for encryption of your firewall policy resources.
|
|
1644
|
+
*/
|
|
1645
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1568
1646
|
}
|
|
1569
1647
|
export interface UpdateFirewallPolicyResponse {
|
|
1570
1648
|
/**
|
|
@@ -1634,6 +1712,10 @@ declare namespace NetworkFirewall {
|
|
|
1634
1712
|
* Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request. If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid. If set to FALSE, Network Firewall makes the requested changes to your resources.
|
|
1635
1713
|
*/
|
|
1636
1714
|
DryRun?: Boolean;
|
|
1715
|
+
/**
|
|
1716
|
+
* A complex type that contains settings for encryption of your rule group resources.
|
|
1717
|
+
*/
|
|
1718
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1637
1719
|
}
|
|
1638
1720
|
export interface UpdateRuleGroupResponse {
|
|
1639
1721
|
/**
|
package/clients/pricing.d.ts
CHANGED
|
@@ -20,11 +20,11 @@ declare class Pricing extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
describeServices(callback?: (err: AWSError, data: Pricing.Types.DescribeServicesResponse) => void): Request<Pricing.Types.DescribeServicesResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Returns a list of attribute values.
|
|
23
|
+
* Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the Amazon Web Services Billing and Cost Management User Guide.
|
|
24
24
|
*/
|
|
25
25
|
getAttributeValues(params: Pricing.Types.GetAttributeValuesRequest, callback?: (err: AWSError, data: Pricing.Types.GetAttributeValuesResponse) => void): Request<Pricing.Types.GetAttributeValuesResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Returns a list of attribute values.
|
|
27
|
+
* Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the Amazon Web Services Billing and Cost Management User Guide.
|
|
28
28
|
*/
|
|
29
29
|
getAttributeValues(callback?: (err: AWSError, data: Pricing.Types.GetAttributeValuesResponse) => void): Request<Pricing.Types.GetAttributeValuesResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -74,7 +74,7 @@ declare namespace Pricing {
|
|
|
74
74
|
*/
|
|
75
75
|
FormatVersion?: String;
|
|
76
76
|
/**
|
|
77
|
-
* The pagination token for the next set of
|
|
77
|
+
* The pagination token for the next set of retrievable results.
|
|
78
78
|
*/
|
|
79
79
|
NextToken?: String;
|
|
80
80
|
}
|
|
@@ -44,11 +44,11 @@ declare class RDSDataService extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
executeSql(callback?: (err: AWSError, data: RDSDataService.Types.ExecuteSqlResponse) => void): Request<RDSDataService.Types.ExecuteSqlResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Runs a SQL statement against a database. If a call isn't part of a transaction because it doesn't include the transactionID parameter, changes that result from the call are committed automatically.
|
|
47
|
+
* Runs a SQL statement against a database. If a call isn't part of a transaction because it doesn't include the transactionID parameter, changes that result from the call are committed automatically. If the binary response data from the database is more than 1 MB, the call is terminated.
|
|
48
48
|
*/
|
|
49
49
|
executeStatement(params: RDSDataService.Types.ExecuteStatementRequest, callback?: (err: AWSError, data: RDSDataService.Types.ExecuteStatementResponse) => void): Request<RDSDataService.Types.ExecuteStatementResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Runs a SQL statement against a database. If a call isn't part of a transaction because it doesn't include the transactionID parameter, changes that result from the call are committed automatically.
|
|
51
|
+
* Runs a SQL statement against a database. If a call isn't part of a transaction because it doesn't include the transactionID parameter, changes that result from the call are committed automatically. If the binary response data from the database is more than 1 MB, the call is terminated.
|
|
52
52
|
*/
|
|
53
53
|
executeStatement(callback?: (err: AWSError, data: RDSDataService.Types.ExecuteStatementResponse) => void): Request<RDSDataService.Types.ExecuteStatementResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -73,11 +73,11 @@ declare namespace RDSDataService {
|
|
|
73
73
|
*/
|
|
74
74
|
booleanValues?: BooleanArray;
|
|
75
75
|
/**
|
|
76
|
-
* An array of
|
|
76
|
+
* An array of floating-point numbers.
|
|
77
77
|
*/
|
|
78
78
|
doubleValues?: DoubleArray;
|
|
79
79
|
/**
|
|
80
|
-
* An array of
|
|
80
|
+
* An array of integers.
|
|
81
81
|
*/
|
|
82
82
|
longValues?: LongArray;
|
|
83
83
|
/**
|
|
@@ -272,6 +272,10 @@ declare namespace RDSDataService {
|
|
|
272
272
|
* The name of the database.
|
|
273
273
|
*/
|
|
274
274
|
database?: DbName;
|
|
275
|
+
/**
|
|
276
|
+
* A value that indicates whether to format the result set as a single JSON string. This parameter only applies to SELECT statements and is ignored for other types of statements. Allowed values are NONE and JSON. The default value is NONE. The result is returned in the formattedRecords field. For usage information about the JSON format for result sets, see Using the Data API in the Amazon Aurora User Guide.
|
|
277
|
+
*/
|
|
278
|
+
formatRecordsAs?: RecordsFormatType;
|
|
275
279
|
/**
|
|
276
280
|
* A value that indicates whether to include metadata in the results.
|
|
277
281
|
*/
|
|
@@ -307,11 +311,15 @@ declare namespace RDSDataService {
|
|
|
307
311
|
}
|
|
308
312
|
export interface ExecuteStatementResponse {
|
|
309
313
|
/**
|
|
310
|
-
* Metadata for the columns included in the results.
|
|
314
|
+
* Metadata for the columns included in the results. This field is blank if the formatRecordsAs parameter is set to JSON.
|
|
311
315
|
*/
|
|
312
316
|
columnMetadata?: Metadata;
|
|
313
317
|
/**
|
|
314
|
-
*
|
|
318
|
+
* A string value that represents the result set of a SELECT statement in JSON format. This value is only present when the formatRecordsAs parameter is set to JSON. The size limit for this field is currently 10 MB. If the JSON-formatted string representing the result set requires more than 10 MB, the call returns an error.
|
|
319
|
+
*/
|
|
320
|
+
formattedRecords?: FormattedSqlRecords;
|
|
321
|
+
/**
|
|
322
|
+
* Values for fields generated during a DML request. <note> <p>The <code>generatedFields</code> data isn't supported by Aurora PostgreSQL. To get the values of generated fields, use the <code>RETURNING</code> clause. For more information, see <a href="https://www.postgresql.org/docs/10/dml-returning.html">Returning Data From Modified Rows</a> in the PostgreSQL documentation.</p> </note>
|
|
315
323
|
*/
|
|
316
324
|
generatedFields?: FieldList;
|
|
317
325
|
/**
|
|
@@ -319,7 +327,7 @@ declare namespace RDSDataService {
|
|
|
319
327
|
*/
|
|
320
328
|
numberOfRecordsUpdated?: RecordsUpdated;
|
|
321
329
|
/**
|
|
322
|
-
* The records returned by the SQL statement.
|
|
330
|
+
* The records returned by the SQL statement. This field is blank if the formatRecordsAs parameter is set to JSON.
|
|
323
331
|
*/
|
|
324
332
|
records?: SqlRecords;
|
|
325
333
|
}
|
|
@@ -354,10 +362,12 @@ declare namespace RDSDataService {
|
|
|
354
362
|
stringValue?: String;
|
|
355
363
|
}
|
|
356
364
|
export type FieldList = Field[];
|
|
365
|
+
export type FormattedSqlRecords = string;
|
|
357
366
|
export type Id = string;
|
|
358
367
|
export type Integer = number;
|
|
359
368
|
export type Long = number;
|
|
360
369
|
export type LongArray = BoxedLong[];
|
|
370
|
+
export type LongReturnType = "STRING"|"LONG"|string;
|
|
361
371
|
export type Metadata = ColumnMetadata[];
|
|
362
372
|
export type ParameterName = string;
|
|
363
373
|
export interface Record {
|
|
@@ -367,6 +377,7 @@ declare namespace RDSDataService {
|
|
|
367
377
|
values?: Row;
|
|
368
378
|
}
|
|
369
379
|
export type Records = Record[];
|
|
380
|
+
export type RecordsFormatType = "NONE"|"JSON"|string;
|
|
370
381
|
export type RecordsUpdated = number;
|
|
371
382
|
export interface ResultFrame {
|
|
372
383
|
/**
|
|
@@ -393,6 +404,10 @@ declare namespace RDSDataService {
|
|
|
393
404
|
* A value that indicates how a field of DECIMAL type is represented in the response. The value of STRING, the default, specifies that it is converted to a String value. The value of DOUBLE_OR_LONG specifies that it is converted to a Long value if its scale is 0, or to a Double value otherwise. Conversion to Double or Long can result in roundoff errors due to precision loss. We recommend converting to String, especially when working with currency values.
|
|
394
405
|
*/
|
|
395
406
|
decimalReturnType?: DecimalReturnType;
|
|
407
|
+
/**
|
|
408
|
+
* A value that indicates how a field of LONG type is represented. Allowed values are LONG and STRING. The default is LONG. Specify STRING if the length or precision of numeric values might cause truncation or rounding errors.
|
|
409
|
+
*/
|
|
410
|
+
longReturnType?: LongReturnType;
|
|
396
411
|
}
|
|
397
412
|
export interface RollbackTransactionRequest {
|
|
398
413
|
/**
|
package/clients/sagemaker.d.ts
CHANGED
|
@@ -4141,6 +4141,10 @@ declare namespace SageMaker {
|
|
|
4141
4141
|
* A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.
|
|
4142
4142
|
*/
|
|
4143
4143
|
StoppingConditions?: RecommendationJobStoppingConditions;
|
|
4144
|
+
/**
|
|
4145
|
+
* Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.
|
|
4146
|
+
*/
|
|
4147
|
+
OutputConfig?: RecommendationJobOutputConfig;
|
|
4144
4148
|
/**
|
|
4145
4149
|
* The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
|
|
4146
4150
|
*/
|
|
@@ -15191,6 +15195,12 @@ declare namespace SageMaker {
|
|
|
15191
15195
|
export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
|
|
15192
15196
|
export type RealtimeInferenceInstanceTypes = ProductionVariantInstanceType[];
|
|
15193
15197
|
export type RecommendationJobArn = string;
|
|
15198
|
+
export interface RecommendationJobCompiledOutputConfig {
|
|
15199
|
+
/**
|
|
15200
|
+
* Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.
|
|
15201
|
+
*/
|
|
15202
|
+
S3OutputUri?: S3Uri;
|
|
15203
|
+
}
|
|
15194
15204
|
export type RecommendationJobDescription = string;
|
|
15195
15205
|
export interface RecommendationJobInputConfig {
|
|
15196
15206
|
/**
|
|
@@ -15213,8 +15223,22 @@ declare namespace SageMaker {
|
|
|
15213
15223
|
* Specifies the endpoint configuration to use for a job.
|
|
15214
15224
|
*/
|
|
15215
15225
|
EndpointConfigurations?: EndpointInputConfigurations;
|
|
15226
|
+
/**
|
|
15227
|
+
* The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. This key will be passed to SageMaker Hosting for endpoint creation. The SageMaker execution role must have kms:CreateGrant permission in order to encrypt data on the storage volume of the endpoints created for inference recommendation. The inference recommendation job will fail asynchronously during endpoint configuration creation if the role passed does not have kms:CreateGrant permission. The KmsKeyId can be any of the following formats: // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab" // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>" // KMS Key Alias "alias/ExampleAlias" // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>" For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
|
|
15228
|
+
*/
|
|
15229
|
+
VolumeKmsKeyId?: KmsKeyId;
|
|
15216
15230
|
}
|
|
15217
15231
|
export type RecommendationJobName = string;
|
|
15232
|
+
export interface RecommendationJobOutputConfig {
|
|
15233
|
+
/**
|
|
15234
|
+
* The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have kms:GenerateDataKey permission. The KmsKeyId can be any of the following formats: // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab" // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>" // KMS Key Alias "alias/ExampleAlias" // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>" For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
|
|
15235
|
+
*/
|
|
15236
|
+
KmsKeyId?: KmsKeyId;
|
|
15237
|
+
/**
|
|
15238
|
+
* Provides information about the output configuration for the compiled model.
|
|
15239
|
+
*/
|
|
15240
|
+
CompiledOutputConfig?: RecommendationJobCompiledOutputConfig;
|
|
15241
|
+
}
|
|
15218
15242
|
export interface RecommendationJobResourceLimit {
|
|
15219
15243
|
/**
|
|
15220
15244
|
* Defines the maximum number of load tests.
|
package/clients/securityhub.d.ts
CHANGED
|
@@ -608,6 +608,7 @@ declare namespace SecurityHub {
|
|
|
608
608
|
export type AdminStatus = "ENABLED"|"DISABLE_IN_PROGRESS"|string;
|
|
609
609
|
export type AdminsMaxResults = number;
|
|
610
610
|
export type ArnList = NonEmptyString[];
|
|
611
|
+
export type AutoEnableStandards = "NONE"|"DEFAULT"|string;
|
|
611
612
|
export interface AvailabilityZone {
|
|
612
613
|
/**
|
|
613
614
|
* The name of the Availability Zone.
|
|
@@ -7197,11 +7198,11 @@ declare namespace SecurityHub {
|
|
|
7197
7198
|
*/
|
|
7198
7199
|
ProductArn: NonEmptyString;
|
|
7199
7200
|
/**
|
|
7200
|
-
* The name of the product that generated the finding. Security Hub populates this attribute automatically for each finding. You cannot update
|
|
7201
|
+
* The name of the product that generated the finding. Security Hub populates this attribute automatically for each finding. You cannot update this attribute with BatchImportFindings or BatchUpdateFindings. The exception to this is a custom integration. When you use the Security Hub console or API to filter findings by product name, you use this attribute.
|
|
7201
7202
|
*/
|
|
7202
7203
|
ProductName?: NonEmptyString;
|
|
7203
7204
|
/**
|
|
7204
|
-
* The name of the company for the product that generated the finding. Security Hub populates this attribute automatically for each finding. You cannot
|
|
7205
|
+
* The name of the company for the product that generated the finding. Security Hub populates this attribute automatically for each finding. You cannot update this attribute with BatchImportFindings or BatchUpdateFindings. The exception to this is a custom integration. When you use the Security Hub console or API to filter findings by company name, you use this attribute.
|
|
7205
7206
|
*/
|
|
7206
7207
|
CompanyName?: NonEmptyString;
|
|
7207
7208
|
/**
|
|
@@ -7427,11 +7428,11 @@ declare namespace SecurityHub {
|
|
|
7427
7428
|
*/
|
|
7428
7429
|
ProductFields?: MapFilterList;
|
|
7429
7430
|
/**
|
|
7430
|
-
* The name of the solution (product) that generates findings.
|
|
7431
|
+
* The name of the solution (product) that generates findings.
|
|
7431
7432
|
*/
|
|
7432
7433
|
ProductName?: StringFilterList;
|
|
7433
7434
|
/**
|
|
7434
|
-
* The name of the findings provider (company) that owns the solution (product) that generates findings.
|
|
7435
|
+
* The name of the findings provider (company) that owns the solution (product) that generates findings.
|
|
7435
7436
|
*/
|
|
7436
7437
|
CompanyName?: StringFilterList;
|
|
7437
7438
|
/**
|
|
@@ -8543,6 +8544,10 @@ declare namespace SecurityHub {
|
|
|
8543
8544
|
* Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
|
|
8544
8545
|
*/
|
|
8545
8546
|
MemberAccountLimitReached?: Boolean;
|
|
8547
|
+
/**
|
|
8548
|
+
* Whether to automatically enable Security Hub default standards for new member accounts in the organization. The default value of this parameter is equal to DEFAULT. If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts.
|
|
8549
|
+
*/
|
|
8550
|
+
AutoEnableStandards?: AutoEnableStandards;
|
|
8546
8551
|
}
|
|
8547
8552
|
export interface DescribeProductsRequest {
|
|
8548
8553
|
/**
|
|
@@ -10646,6 +10651,10 @@ declare namespace SecurityHub {
|
|
|
10646
10651
|
* Whether to automatically enable Security Hub for new accounts in the organization. By default, this is false, and new accounts are not added automatically. To automatically enable Security Hub for new accounts, set this to true.
|
|
10647
10652
|
*/
|
|
10648
10653
|
AutoEnable: Boolean;
|
|
10654
|
+
/**
|
|
10655
|
+
* Whether to automatically enable Security Hub default standards for new member accounts in the organization. By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled with default Security Hub standards. To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.
|
|
10656
|
+
*/
|
|
10657
|
+
AutoEnableStandards?: AutoEnableStandards;
|
|
10649
10658
|
}
|
|
10650
10659
|
export interface UpdateOrganizationConfigurationResponse {
|
|
10651
10660
|
}
|