aws-sdk 2.1396.0 → 2.1397.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 +14 -1
- package/README.md +1 -1
- package/apis/cloudtrail-2013-11-01.min.json +33 -33
- package/apis/codeguru-security-2018-05-10.examples.json +5 -0
- package/apis/codeguru-security-2018-05-10.min.json +703 -0
- package/apis/codeguru-security-2018-05-10.paginators.json +22 -0
- package/apis/drs-2020-02-26.min.json +392 -97
- package/apis/drs-2020-02-26.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +1178 -1013
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/lightsail-2016-11-28.min.json +4 -2
- package/apis/metadata.json +7 -0
- package/apis/s3-2006-03-01.examples.json +121 -121
- package/apis/securityhub-2018-10-26.examples.json +276 -0
- package/apis/securityhub-2018-10-26.min.json +957 -559
- package/apis/verifiedpermissions-2021-12-01.examples.json +5 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +1215 -0
- package/apis/verifiedpermissions-2021-12-01.paginators.json +28 -0
- package/apis/verifiedpermissions-2021-12-01.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +241 -169
- package/apis/wellarchitected-2020-03-31.min.json +655 -75
- package/apis/wellarchitected-2020-03-31.paginators.json +15 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/cloudtrail.d.ts +28 -13
- package/clients/codegurusecurity.d.ts +761 -0
- package/clients/codegurusecurity.js +18 -0
- package/clients/drs.d.ts +354 -3
- package/clients/ec2.d.ts +225 -48
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/lightsail.d.ts +12 -4
- package/clients/s3.d.ts +1 -1
- package/clients/securityhub.d.ts +470 -0
- package/clients/simspaceweaver.d.ts +2 -2
- package/clients/verifiedpermissions.d.ts +1392 -0
- package/clients/verifiedpermissions.js +19 -0
- package/clients/wafv2.d.ts +105 -27
- package/clients/wellarchitected.d.ts +533 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +95 -14
- package/dist/aws-sdk.js +1227 -1049
- package/dist/aws-sdk.min.js +80 -80
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -2220,7 +2220,7 @@ declare namespace Imagebuilder {
|
|
2220
2220
|
*/
|
2221
2221
|
dateLastRun?: DateTime;
|
2222
2222
|
/**
|
2223
|
-
*
|
2223
|
+
* The next date when the pipeline is scheduled to run.
|
2224
2224
|
*/
|
2225
2225
|
dateNextRun?: DateTime;
|
2226
2226
|
/**
|
package/clients/lightsail.d.ts
CHANGED
@@ -572,11 +572,11 @@ declare class Lightsail extends Service {
|
|
572
572
|
*/
|
573
573
|
getBundles(callback?: (err: AWSError, data: Lightsail.Types.GetBundlesResult) => void): Request<Lightsail.Types.GetBundlesResult, AWSError>;
|
574
574
|
/**
|
575
|
-
* Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate,
|
575
|
+
* Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate, omit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
|
576
576
|
*/
|
577
577
|
getCertificates(params: Lightsail.Types.GetCertificatesRequest, callback?: (err: AWSError, data: Lightsail.Types.GetCertificatesResult) => void): Request<Lightsail.Types.GetCertificatesResult, AWSError>;
|
578
578
|
/**
|
579
|
-
* Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate,
|
579
|
+
* Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate, omit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
|
580
580
|
*/
|
581
581
|
getCertificates(callback?: (err: AWSError, data: Lightsail.Types.GetCertificatesResult) => void): Request<Lightsail.Types.GetCertificatesResult, AWSError>;
|
582
582
|
/**
|
@@ -4229,12 +4229,20 @@ declare namespace Lightsail {
|
|
4229
4229
|
* The name for the certificate for which to return information. When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
|
4230
4230
|
*/
|
4231
4231
|
certificateName?: CertificateName;
|
4232
|
+
/**
|
4233
|
+
* The token to advance to the next page of results from your request. To get a page token, perform an initial GetCertificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
|
4234
|
+
*/
|
4235
|
+
pageToken?: string;
|
4232
4236
|
}
|
4233
4237
|
export interface GetCertificatesResult {
|
4234
4238
|
/**
|
4235
4239
|
* An object that describes certificates.
|
4236
4240
|
*/
|
4237
4241
|
certificates?: CertificateSummaryList;
|
4242
|
+
/**
|
4243
|
+
* If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
4244
|
+
*/
|
4245
|
+
nextPageToken?: string;
|
4238
4246
|
}
|
4239
4247
|
export interface GetCloudFormationStackRecordsRequest {
|
4240
4248
|
/**
|
@@ -4388,11 +4396,11 @@ declare namespace Lightsail {
|
|
4388
4396
|
*/
|
4389
4397
|
resourceName: ResourceName;
|
4390
4398
|
/**
|
4391
|
-
* The cost estimate start time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you
|
4399
|
+
* The cost estimate start time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as the start time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
|
4392
4400
|
*/
|
4393
4401
|
startTime: IsoDate;
|
4394
4402
|
/**
|
4395
|
-
* The cost estimate end time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you
|
4403
|
+
* The cost estimate end time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as the end time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
|
4396
4404
|
*/
|
4397
4405
|
endTime: IsoDate;
|
4398
4406
|
}
|
package/clients/s3.d.ts
CHANGED
@@ -5939,7 +5939,7 @@ declare namespace S3 {
|
|
5939
5939
|
*/
|
5940
5940
|
OutputSerialization: OutputSerialization;
|
5941
5941
|
}
|
5942
|
-
export type ServerSideEncryption = "AES256"|"aws:kms"|string;
|
5942
|
+
export type ServerSideEncryption = "AES256"|"aws:kms"|"aws:kms:dsse"|string;
|
5943
5943
|
export interface ServerSideEncryptionByDefault {
|
5944
5944
|
/**
|
5945
5945
|
* Server-side encryption algorithm to use for the default encryption.
|
package/clients/securityhub.d.ts
CHANGED
@@ -27,6 +27,14 @@ declare class SecurityHub extends Service {
|
|
27
27
|
* This method is deprecated. Instead, use AcceptAdministratorInvitation. The Security Hub console continues to use AcceptInvitation. It will eventually change to use AcceptAdministratorInvitation. Any IAM policies that specifically control access to this function must continue to use AcceptInvitation. You should also add AcceptAdministratorInvitation to your policies to ensure that the correct permissions are in place after the console begins to use AcceptAdministratorInvitation. Accepts the invitation to be a member account and be monitored by the Security Hub administrator account that the invitation was sent from. This operation is only used by member accounts that are not added through Organizations. When the member account accepts the invitation, permission is granted to the administrator account to view findings generated in the member account.
|
28
28
|
*/
|
29
29
|
acceptInvitation(callback?: (err: AWSError, data: SecurityHub.Types.AcceptInvitationResponse) => void): Request<SecurityHub.Types.AcceptInvitationResponse, AWSError>;
|
30
|
+
/**
|
31
|
+
* Deletes one or more automation rules.
|
32
|
+
*/
|
33
|
+
batchDeleteAutomationRules(params: SecurityHub.Types.BatchDeleteAutomationRulesRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchDeleteAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchDeleteAutomationRulesResponse, AWSError>;
|
34
|
+
/**
|
35
|
+
* Deletes one or more automation rules.
|
36
|
+
*/
|
37
|
+
batchDeleteAutomationRules(callback?: (err: AWSError, data: SecurityHub.Types.BatchDeleteAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchDeleteAutomationRulesResponse, AWSError>;
|
30
38
|
/**
|
31
39
|
* Disables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the Security Hub User Guide.
|
32
40
|
*/
|
@@ -43,6 +51,14 @@ declare class SecurityHub extends Service {
|
|
43
51
|
* Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation. For more information, see the Security Standards section of the Security Hub User Guide.
|
44
52
|
*/
|
45
53
|
batchEnableStandards(callback?: (err: AWSError, data: SecurityHub.Types.BatchEnableStandardsResponse) => void): Request<SecurityHub.Types.BatchEnableStandardsResponse, AWSError>;
|
54
|
+
/**
|
55
|
+
* Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
|
56
|
+
*/
|
57
|
+
batchGetAutomationRules(params: SecurityHub.Types.BatchGetAutomationRulesRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchGetAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchGetAutomationRulesResponse, AWSError>;
|
58
|
+
/**
|
59
|
+
* Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
|
60
|
+
*/
|
61
|
+
batchGetAutomationRules(callback?: (err: AWSError, data: SecurityHub.Types.BatchGetAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchGetAutomationRulesResponse, AWSError>;
|
46
62
|
/**
|
47
63
|
* Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
|
48
64
|
*/
|
@@ -67,6 +83,14 @@ declare class SecurityHub extends Service {
|
|
67
83
|
* Imports security findings generated by a finding provider into Security Hub. This action is requested by the finding provider to import its findings into Security Hub. BatchImportFindings must be called by one of the following: The Amazon Web Services account that is associated with a finding if you are using the default product ARN or are a partner sending findings from within a customer's Amazon Web Services account. In these cases, the identifier of the account that you are calling BatchImportFindings from needs to be the same as the AwsAccountId attribute for the finding. An Amazon Web Services account that Security Hub has allow-listed for an official partner integration. In this case, you can call BatchImportFindings from the allow-listed account and send findings from different customer accounts in the same batch. The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb. After a finding is created, BatchImportFindings cannot be used to update the following finding fields and objects, which Security Hub customers use to manage their investigation workflow. Note UserDefinedFields VerificationState Workflow Finding providers also should not use BatchImportFindings to update the following attributes. Confidence Criticality RelatedFindings Severity Types Instead, finding providers use FindingProviderFields to provide values for these attributes.
|
68
84
|
*/
|
69
85
|
batchImportFindings(callback?: (err: AWSError, data: SecurityHub.Types.BatchImportFindingsResponse) => void): Request<SecurityHub.Types.BatchImportFindingsResponse, AWSError>;
|
86
|
+
/**
|
87
|
+
* Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
|
88
|
+
*/
|
89
|
+
batchUpdateAutomationRules(params: SecurityHub.Types.BatchUpdateAutomationRulesRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchUpdateAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchUpdateAutomationRulesResponse, AWSError>;
|
90
|
+
/**
|
91
|
+
* Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
|
92
|
+
*/
|
93
|
+
batchUpdateAutomationRules(callback?: (err: AWSError, data: SecurityHub.Types.BatchUpdateAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchUpdateAutomationRulesResponse, AWSError>;
|
70
94
|
/**
|
71
95
|
* Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account. Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding. Administrator and member accounts can use BatchUpdateFindings to update the following finding fields and objects. Confidence Criticality Note RelatedFindings Severity Types UserDefinedFields VerificationState Workflow You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the Security Hub User Guide.
|
72
96
|
*/
|
@@ -91,6 +115,14 @@ declare class SecurityHub extends Service {
|
|
91
115
|
* Creates a custom action target in Security Hub. You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.
|
92
116
|
*/
|
93
117
|
createActionTarget(callback?: (err: AWSError, data: SecurityHub.Types.CreateActionTargetResponse) => void): Request<SecurityHub.Types.CreateActionTargetResponse, AWSError>;
|
118
|
+
/**
|
119
|
+
* Creates an automation rule based on input parameters.
|
120
|
+
*/
|
121
|
+
createAutomationRule(params: SecurityHub.Types.CreateAutomationRuleRequest, callback?: (err: AWSError, data: SecurityHub.Types.CreateAutomationRuleResponse) => void): Request<SecurityHub.Types.CreateAutomationRuleResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* Creates an automation rule based on input parameters.
|
124
|
+
*/
|
125
|
+
createAutomationRule(callback?: (err: AWSError, data: SecurityHub.Types.CreateAutomationRuleResponse) => void): Request<SecurityHub.Types.CreateAutomationRuleResponse, AWSError>;
|
94
126
|
/**
|
95
127
|
* Used to enable finding aggregation. Must be called from the aggregation Region. For more details about cross-Region replication, see Configuring finding aggregation in the Security Hub User Guide.
|
96
128
|
*/
|
@@ -371,6 +403,14 @@ declare class SecurityHub extends Service {
|
|
371
403
|
* Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from. This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations. Before you can use this action to invite a member, you must first use the CreateMembers action to create the member account in Security Hub. When the account owner enables Security Hub and accepts the invitation to become a member account, the administrator account can view the findings generated from the member account.
|
372
404
|
*/
|
373
405
|
inviteMembers(callback?: (err: AWSError, data: SecurityHub.Types.InviteMembersResponse) => void): Request<SecurityHub.Types.InviteMembersResponse, AWSError>;
|
406
|
+
/**
|
407
|
+
* A list of automation rules and their metadata for the calling account.
|
408
|
+
*/
|
409
|
+
listAutomationRules(params: SecurityHub.Types.ListAutomationRulesRequest, callback?: (err: AWSError, data: SecurityHub.Types.ListAutomationRulesResponse) => void): Request<SecurityHub.Types.ListAutomationRulesResponse, AWSError>;
|
410
|
+
/**
|
411
|
+
* A list of automation rules and their metadata for the calling account.
|
412
|
+
*/
|
413
|
+
listAutomationRules(callback?: (err: AWSError, data: SecurityHub.Types.ListAutomationRulesResponse) => void): Request<SecurityHub.Types.ListAutomationRulesResponse, AWSError>;
|
374
414
|
/**
|
375
415
|
* Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
|
376
416
|
*/
|
@@ -568,6 +608,7 @@ declare namespace SecurityHub {
|
|
568
608
|
*/
|
569
609
|
PortProbeAction?: PortProbeAction;
|
570
610
|
}
|
611
|
+
export type ActionList = AutomationRulesAction[];
|
571
612
|
export interface ActionLocalIpDetails {
|
572
613
|
/**
|
573
614
|
* The IP address.
|
@@ -702,6 +743,275 @@ declare namespace SecurityHub {
|
|
702
743
|
}
|
703
744
|
export type AssociationStatus = "ENABLED"|"DISABLED"|string;
|
704
745
|
export type AutoEnableStandards = "NONE"|"DEFAULT"|string;
|
746
|
+
export interface AutomationRulesAction {
|
747
|
+
/**
|
748
|
+
* Specifies that the rule action should update the Types finding field. The Types finding field provides one or more finding types in the format of namespace/category/classifier that classify a finding. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
|
749
|
+
*/
|
750
|
+
Type?: AutomationRulesActionType;
|
751
|
+
/**
|
752
|
+
* Specifies that the automation rule action is an update to a finding field.
|
753
|
+
*/
|
754
|
+
FindingFieldsUpdate?: AutomationRulesFindingFieldsUpdate;
|
755
|
+
}
|
756
|
+
export type AutomationRulesActionType = "FINDING_FIELDS_UPDATE"|string;
|
757
|
+
export type AutomationRulesArnsList = NonEmptyString[];
|
758
|
+
export interface AutomationRulesConfig {
|
759
|
+
/**
|
760
|
+
* The Amazon Resource Name (ARN) of a rule.
|
761
|
+
*/
|
762
|
+
RuleArn?: NonEmptyString;
|
763
|
+
/**
|
764
|
+
* Whether the rule is active after it is created. If this parameter is equal to >ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created.
|
765
|
+
*/
|
766
|
+
RuleStatus?: RuleStatus;
|
767
|
+
/**
|
768
|
+
* An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first.
|
769
|
+
*/
|
770
|
+
RuleOrder?: RuleOrderValue;
|
771
|
+
/**
|
772
|
+
* The name of the rule.
|
773
|
+
*/
|
774
|
+
RuleName?: NonEmptyString;
|
775
|
+
/**
|
776
|
+
* A description of the rule.
|
777
|
+
*/
|
778
|
+
Description?: NonEmptyString;
|
779
|
+
/**
|
780
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
|
781
|
+
*/
|
782
|
+
IsTerminal?: Boolean;
|
783
|
+
/**
|
784
|
+
* A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
|
785
|
+
*/
|
786
|
+
Criteria?: AutomationRulesFindingFilters;
|
787
|
+
/**
|
788
|
+
* One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
789
|
+
*/
|
790
|
+
Actions?: ActionList;
|
791
|
+
/**
|
792
|
+
* A timestamp that indicates when the rule was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
793
|
+
*/
|
794
|
+
CreatedAt?: Timestamp;
|
795
|
+
/**
|
796
|
+
* A timestamp that indicates when the rule was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
797
|
+
*/
|
798
|
+
UpdatedAt?: Timestamp;
|
799
|
+
/**
|
800
|
+
* The principal that created a rule.
|
801
|
+
*/
|
802
|
+
CreatedBy?: NonEmptyString;
|
803
|
+
}
|
804
|
+
export type AutomationRulesConfigList = AutomationRulesConfig[];
|
805
|
+
export interface AutomationRulesFindingFieldsUpdate {
|
806
|
+
Note?: NoteUpdate;
|
807
|
+
Severity?: SeverityUpdate;
|
808
|
+
/**
|
809
|
+
* The rule action will update the VerificationState field of a finding.
|
810
|
+
*/
|
811
|
+
VerificationState?: VerificationState;
|
812
|
+
/**
|
813
|
+
* The rule action will update the Confidence field of a finding.
|
814
|
+
*/
|
815
|
+
Confidence?: RatioScale;
|
816
|
+
/**
|
817
|
+
* The rule action will update the Criticality field of a finding.
|
818
|
+
*/
|
819
|
+
Criticality?: RatioScale;
|
820
|
+
/**
|
821
|
+
* The rule action will update the Types field of a finding.
|
822
|
+
*/
|
823
|
+
Types?: TypeList;
|
824
|
+
/**
|
825
|
+
* The rule action will update the UserDefinedFields field of a finding.
|
826
|
+
*/
|
827
|
+
UserDefinedFields?: FieldMap;
|
828
|
+
Workflow?: WorkflowUpdate;
|
829
|
+
/**
|
830
|
+
* A list of findings that are related to a finding.
|
831
|
+
*/
|
832
|
+
RelatedFindings?: RelatedFindingList;
|
833
|
+
}
|
834
|
+
export interface AutomationRulesFindingFilters {
|
835
|
+
/**
|
836
|
+
* The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
|
837
|
+
*/
|
838
|
+
ProductArn?: StringFilterList;
|
839
|
+
/**
|
840
|
+
* The Amazon Web Services account ID in which a finding was generated.
|
841
|
+
*/
|
842
|
+
AwsAccountId?: StringFilterList;
|
843
|
+
/**
|
844
|
+
* The product-specific identifier for a finding.
|
845
|
+
*/
|
846
|
+
Id?: StringFilterList;
|
847
|
+
/**
|
848
|
+
* The identifier for the solution-specific component that generated a finding.
|
849
|
+
*/
|
850
|
+
GeneratorId?: StringFilterList;
|
851
|
+
/**
|
852
|
+
* One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.
|
853
|
+
*/
|
854
|
+
Type?: StringFilterList;
|
855
|
+
/**
|
856
|
+
* A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
857
|
+
*/
|
858
|
+
FirstObservedAt?: DateFilterList;
|
859
|
+
/**
|
860
|
+
* A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
861
|
+
*/
|
862
|
+
LastObservedAt?: DateFilterList;
|
863
|
+
/**
|
864
|
+
* A timestamp that indicates when this finding record was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
865
|
+
*/
|
866
|
+
CreatedAt?: DateFilterList;
|
867
|
+
/**
|
868
|
+
* A timestamp that indicates when the finding record was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
869
|
+
*/
|
870
|
+
UpdatedAt?: DateFilterList;
|
871
|
+
/**
|
872
|
+
* The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.
|
873
|
+
*/
|
874
|
+
Confidence?: NumberFilterList;
|
875
|
+
/**
|
876
|
+
* The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.
|
877
|
+
*/
|
878
|
+
Criticality?: NumberFilterList;
|
879
|
+
/**
|
880
|
+
* A finding's title.
|
881
|
+
*/
|
882
|
+
Title?: StringFilterList;
|
883
|
+
/**
|
884
|
+
* A finding's description.
|
885
|
+
*/
|
886
|
+
Description?: StringFilterList;
|
887
|
+
/**
|
888
|
+
* Provides a URL that links to a page about the current finding in the finding product.
|
889
|
+
*/
|
890
|
+
SourceUrl?: StringFilterList;
|
891
|
+
/**
|
892
|
+
* Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
|
893
|
+
*/
|
894
|
+
ProductName?: StringFilterList;
|
895
|
+
/**
|
896
|
+
* The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.
|
897
|
+
*/
|
898
|
+
CompanyName?: StringFilterList;
|
899
|
+
/**
|
900
|
+
* The severity value of the finding.
|
901
|
+
*/
|
902
|
+
SeverityLabel?: StringFilterList;
|
903
|
+
/**
|
904
|
+
* The type of resource that the finding pertains to.
|
905
|
+
*/
|
906
|
+
ResourceType?: StringFilterList;
|
907
|
+
/**
|
908
|
+
* The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
|
909
|
+
*/
|
910
|
+
ResourceId?: StringFilterList;
|
911
|
+
/**
|
912
|
+
* The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.
|
913
|
+
*/
|
914
|
+
ResourcePartition?: StringFilterList;
|
915
|
+
/**
|
916
|
+
* The Amazon Web Services Region where the resource that a finding pertains to is located.
|
917
|
+
*/
|
918
|
+
ResourceRegion?: StringFilterList;
|
919
|
+
/**
|
920
|
+
* A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
921
|
+
*/
|
922
|
+
ResourceTags?: MapFilterList;
|
923
|
+
/**
|
924
|
+
* Custom fields and values about the resource that a finding pertains to.
|
925
|
+
*/
|
926
|
+
ResourceDetailsOther?: MapFilterList;
|
927
|
+
/**
|
928
|
+
* The result of a security check. This field is only used for findings generated from controls.
|
929
|
+
*/
|
930
|
+
ComplianceStatus?: StringFilterList;
|
931
|
+
/**
|
932
|
+
* The security control ID for which a finding was generated. Security control IDs are the same across standards.
|
933
|
+
*/
|
934
|
+
ComplianceSecurityControlId?: StringFilterList;
|
935
|
+
/**
|
936
|
+
* The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
|
937
|
+
*/
|
938
|
+
ComplianceAssociatedStandardsId?: StringFilterList;
|
939
|
+
/**
|
940
|
+
* Provides the veracity of a finding.
|
941
|
+
*/
|
942
|
+
VerificationState?: StringFilterList;
|
943
|
+
/**
|
944
|
+
* Provides information about the status of the investigation into a finding.
|
945
|
+
*/
|
946
|
+
WorkflowStatus?: StringFilterList;
|
947
|
+
/**
|
948
|
+
* Provides the current state of a finding.
|
949
|
+
*/
|
950
|
+
RecordState?: StringFilterList;
|
951
|
+
/**
|
952
|
+
* The ARN for the product that generated a related finding.
|
953
|
+
*/
|
954
|
+
RelatedFindingsProductArn?: StringFilterList;
|
955
|
+
/**
|
956
|
+
* The product-generated identifier for a related finding.
|
957
|
+
*/
|
958
|
+
RelatedFindingsId?: StringFilterList;
|
959
|
+
/**
|
960
|
+
* The text of a user-defined note that's added to a finding.
|
961
|
+
*/
|
962
|
+
NoteText?: StringFilterList;
|
963
|
+
/**
|
964
|
+
* The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
965
|
+
*/
|
966
|
+
NoteUpdatedAt?: DateFilterList;
|
967
|
+
/**
|
968
|
+
* The principal that created a note.
|
969
|
+
*/
|
970
|
+
NoteUpdatedBy?: StringFilterList;
|
971
|
+
/**
|
972
|
+
* A list of user-defined name and value string pairs added to a finding.
|
973
|
+
*/
|
974
|
+
UserDefinedFields?: MapFilterList;
|
975
|
+
}
|
976
|
+
export interface AutomationRulesMetadata {
|
977
|
+
/**
|
978
|
+
* The Amazon Resource Name (ARN) for the rule.
|
979
|
+
*/
|
980
|
+
RuleArn?: NonEmptyString;
|
981
|
+
/**
|
982
|
+
* Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
|
983
|
+
*/
|
984
|
+
RuleStatus?: RuleStatus;
|
985
|
+
/**
|
986
|
+
* An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first.
|
987
|
+
*/
|
988
|
+
RuleOrder?: RuleOrderValue;
|
989
|
+
/**
|
990
|
+
* The name of the rule.
|
991
|
+
*/
|
992
|
+
RuleName?: NonEmptyString;
|
993
|
+
/**
|
994
|
+
* A description of the rule.
|
995
|
+
*/
|
996
|
+
Description?: NonEmptyString;
|
997
|
+
/**
|
998
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
|
999
|
+
*/
|
1000
|
+
IsTerminal?: Boolean;
|
1001
|
+
/**
|
1002
|
+
* A timestamp that indicates when the rule was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
1003
|
+
*/
|
1004
|
+
CreatedAt?: Timestamp;
|
1005
|
+
/**
|
1006
|
+
* A timestamp that indicates when the rule was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
1007
|
+
*/
|
1008
|
+
UpdatedAt?: Timestamp;
|
1009
|
+
/**
|
1010
|
+
* The principal that created a rule.
|
1011
|
+
*/
|
1012
|
+
CreatedBy?: NonEmptyString;
|
1013
|
+
}
|
1014
|
+
export type AutomationRulesMetadataList = AutomationRulesMetadata[];
|
705
1015
|
export interface AvailabilityZone {
|
706
1016
|
/**
|
707
1017
|
* The name of the Availability Zone.
|
@@ -10793,6 +11103,22 @@ declare namespace SecurityHub {
|
|
10793
11103
|
*/
|
10794
11104
|
Type?: NonEmptyString;
|
10795
11105
|
}
|
11106
|
+
export interface BatchDeleteAutomationRulesRequest {
|
11107
|
+
/**
|
11108
|
+
* A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
|
11109
|
+
*/
|
11110
|
+
AutomationRulesArns: AutomationRulesArnsList;
|
11111
|
+
}
|
11112
|
+
export interface BatchDeleteAutomationRulesResponse {
|
11113
|
+
/**
|
11114
|
+
* A list of properly processed rule ARNs.
|
11115
|
+
*/
|
11116
|
+
ProcessedAutomationRules?: AutomationRulesArnsList;
|
11117
|
+
/**
|
11118
|
+
* A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't delete and why.
|
11119
|
+
*/
|
11120
|
+
UnprocessedAutomationRules?: UnprocessedAutomationRulesList;
|
11121
|
+
}
|
10796
11122
|
export interface BatchDisableStandardsRequest {
|
10797
11123
|
/**
|
10798
11124
|
* The ARNs of the standards subscriptions to disable.
|
@@ -10817,6 +11143,22 @@ declare namespace SecurityHub {
|
|
10817
11143
|
*/
|
10818
11144
|
StandardsSubscriptions?: StandardsSubscriptions;
|
10819
11145
|
}
|
11146
|
+
export interface BatchGetAutomationRulesRequest {
|
11147
|
+
/**
|
11148
|
+
* A list of rule ARNs to get details for.
|
11149
|
+
*/
|
11150
|
+
AutomationRulesArns: AutomationRulesArnsList;
|
11151
|
+
}
|
11152
|
+
export interface BatchGetAutomationRulesResponse {
|
11153
|
+
/**
|
11154
|
+
* A list of rule details for the provided rule ARNs.
|
11155
|
+
*/
|
11156
|
+
Rules?: AutomationRulesConfigList;
|
11157
|
+
/**
|
11158
|
+
* A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't retrieve and why.
|
11159
|
+
*/
|
11160
|
+
UnprocessedAutomationRules?: UnprocessedAutomationRulesList;
|
11161
|
+
}
|
10820
11162
|
export interface BatchGetSecurityControlsRequest {
|
10821
11163
|
/**
|
10822
11164
|
* A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
|
@@ -10870,6 +11212,22 @@ declare namespace SecurityHub {
|
|
10870
11212
|
*/
|
10871
11213
|
FailedFindings?: ImportFindingsErrorList;
|
10872
11214
|
}
|
11215
|
+
export interface BatchUpdateAutomationRulesRequest {
|
11216
|
+
/**
|
11217
|
+
* An array of ARNs for the rules that are to be updated. Optionally, you can also include RuleStatus and RuleOrder.
|
11218
|
+
*/
|
11219
|
+
UpdateAutomationRulesRequestItems: UpdateAutomationRulesRequestItemsList;
|
11220
|
+
}
|
11221
|
+
export interface BatchUpdateAutomationRulesResponse {
|
11222
|
+
/**
|
11223
|
+
* A list of properly processed rule ARNs.
|
11224
|
+
*/
|
11225
|
+
ProcessedAutomationRules?: AutomationRulesArnsList;
|
11226
|
+
/**
|
11227
|
+
* A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't update and why.
|
11228
|
+
*/
|
11229
|
+
UnprocessedAutomationRules?: UnprocessedAutomationRulesList;
|
11230
|
+
}
|
10873
11231
|
export interface BatchUpdateFindingsRequest {
|
10874
11232
|
/**
|
10875
11233
|
* The list of findings to update. BatchUpdateFindings can be used to update up to 100 findings at a time. For each finding, the list provides the finding identifier and the ARN of the finding provider.
|
@@ -11116,6 +11474,46 @@ declare namespace SecurityHub {
|
|
11116
11474
|
*/
|
11117
11475
|
ActionTargetArn: NonEmptyString;
|
11118
11476
|
}
|
11477
|
+
export interface CreateAutomationRuleRequest {
|
11478
|
+
/**
|
11479
|
+
* User-defined tags that help you label the purpose of a rule.
|
11480
|
+
*/
|
11481
|
+
Tags?: TagMap;
|
11482
|
+
/**
|
11483
|
+
* Whether the rule is active after it is created. If this parameter is equal to Enabled, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
|
11484
|
+
*/
|
11485
|
+
RuleStatus?: RuleStatus;
|
11486
|
+
/**
|
11487
|
+
* An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first.
|
11488
|
+
*/
|
11489
|
+
RuleOrder: RuleOrderValue;
|
11490
|
+
/**
|
11491
|
+
* The name of the rule.
|
11492
|
+
*/
|
11493
|
+
RuleName: NonEmptyString;
|
11494
|
+
/**
|
11495
|
+
* A description of the rule.
|
11496
|
+
*/
|
11497
|
+
Description: NonEmptyString;
|
11498
|
+
/**
|
11499
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding. The default value of this field is false.
|
11500
|
+
*/
|
11501
|
+
IsTerminal?: Boolean;
|
11502
|
+
/**
|
11503
|
+
* A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
|
11504
|
+
*/
|
11505
|
+
Criteria: AutomationRulesFindingFilters;
|
11506
|
+
/**
|
11507
|
+
* One or more actions to update finding fields if a finding matches the conditions specified in Criteria.
|
11508
|
+
*/
|
11509
|
+
Actions: ActionList;
|
11510
|
+
}
|
11511
|
+
export interface CreateAutomationRuleResponse {
|
11512
|
+
/**
|
11513
|
+
* The Amazon Resource Name (ARN) of the automation rule that you created.
|
11514
|
+
*/
|
11515
|
+
RuleArn?: NonEmptyString;
|
11516
|
+
}
|
11119
11517
|
export interface CreateFindingAggregatorRequest {
|
11120
11518
|
/**
|
11121
11519
|
* Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: ALL_REGIONS - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. ALL_REGIONS_EXCEPT_SPECIFIED - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the Regions parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. SPECIFIED_REGIONS - Indicates to aggregate findings only from the Regions listed in the Regions parameter. Security Hub does not automatically aggregate findings from new Regions.
|
@@ -12051,6 +12449,26 @@ declare namespace SecurityHub {
|
|
12051
12449
|
Value?: NonEmptyString;
|
12052
12450
|
}
|
12053
12451
|
export type KeywordFilterList = KeywordFilter[];
|
12452
|
+
export interface ListAutomationRulesRequest {
|
12453
|
+
/**
|
12454
|
+
* A token to specify where to start paginating the response. This is the NextToken from a previously truncated response. On your first call to the ListAutomationRules API, set the value of this parameter to NULL.
|
12455
|
+
*/
|
12456
|
+
NextToken?: NextToken;
|
12457
|
+
/**
|
12458
|
+
* The maximum number of rules to return in the response. This currently ranges from 1 to 100.
|
12459
|
+
*/
|
12460
|
+
MaxResults?: MaxResults;
|
12461
|
+
}
|
12462
|
+
export interface ListAutomationRulesResponse {
|
12463
|
+
/**
|
12464
|
+
* Metadata for rules in the calling account. The response includes rules with a RuleStatus of ENABLED and DISABLED.
|
12465
|
+
*/
|
12466
|
+
AutomationRulesMetadata?: AutomationRulesMetadataList;
|
12467
|
+
/**
|
12468
|
+
* A pagination token for the response.
|
12469
|
+
*/
|
12470
|
+
NextToken?: NextToken;
|
12471
|
+
}
|
12054
12472
|
export interface ListEnabledProductsForImportRequest {
|
12055
12473
|
/**
|
12056
12474
|
* The token that is required for pagination. On your first call to the ListEnabledProductsForImport operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
|
@@ -13410,6 +13828,8 @@ declare namespace SecurityHub {
|
|
13410
13828
|
*/
|
13411
13829
|
Definition?: NonEmptyStringList;
|
13412
13830
|
}
|
13831
|
+
export type RuleOrderValue = number;
|
13832
|
+
export type RuleStatus = "ENABLED"|"DISABLED"|string;
|
13413
13833
|
export interface SecurityControl {
|
13414
13834
|
/**
|
13415
13835
|
* The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a number, such as APIGateway.3.
|
@@ -13935,6 +14355,21 @@ declare namespace SecurityHub {
|
|
13935
14355
|
export type ThreatList = Threat[];
|
13936
14356
|
export type Timestamp = Date;
|
13937
14357
|
export type TypeList = NonEmptyString[];
|
14358
|
+
export interface UnprocessedAutomationRule {
|
14359
|
+
/**
|
14360
|
+
* The Amazon Resource Name (ARN) for the unprocessed automation rule.
|
14361
|
+
*/
|
14362
|
+
RuleArn?: NonEmptyString;
|
14363
|
+
/**
|
14364
|
+
* The error code associated with the unprocessed automation rule.
|
14365
|
+
*/
|
14366
|
+
ErrorCode?: Integer;
|
14367
|
+
/**
|
14368
|
+
* An error message describing why a request didn't process a specific rule.
|
14369
|
+
*/
|
14370
|
+
ErrorMessage?: NonEmptyString;
|
14371
|
+
}
|
14372
|
+
export type UnprocessedAutomationRulesList = UnprocessedAutomationRule[];
|
13938
14373
|
export type UnprocessedErrorCode = "INVALID_INPUT"|"ACCESS_DENIED"|"NOT_FOUND"|"LIMIT_EXCEEDED"|string;
|
13939
14374
|
export interface UnprocessedSecurityControl {
|
13940
14375
|
/**
|
@@ -14009,6 +14444,41 @@ declare namespace SecurityHub {
|
|
14009
14444
|
}
|
14010
14445
|
export interface UpdateActionTargetResponse {
|
14011
14446
|
}
|
14447
|
+
export interface UpdateAutomationRulesRequestItem {
|
14448
|
+
/**
|
14449
|
+
* The Amazon Resource Name (ARN) for the rule.
|
14450
|
+
*/
|
14451
|
+
RuleArn: NonEmptyString;
|
14452
|
+
/**
|
14453
|
+
* Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
|
14454
|
+
*/
|
14455
|
+
RuleStatus?: RuleStatus;
|
14456
|
+
/**
|
14457
|
+
* An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first.
|
14458
|
+
*/
|
14459
|
+
RuleOrder?: RuleOrderValue;
|
14460
|
+
/**
|
14461
|
+
* A description of the rule.
|
14462
|
+
*/
|
14463
|
+
Description?: NonEmptyString;
|
14464
|
+
/**
|
14465
|
+
* The name of the rule.
|
14466
|
+
*/
|
14467
|
+
RuleName?: NonEmptyString;
|
14468
|
+
/**
|
14469
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
|
14470
|
+
*/
|
14471
|
+
IsTerminal?: Boolean;
|
14472
|
+
/**
|
14473
|
+
* A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
|
14474
|
+
*/
|
14475
|
+
Criteria?: AutomationRulesFindingFilters;
|
14476
|
+
/**
|
14477
|
+
* One or more actions to update finding fields if a finding matches the conditions specified in Criteria.
|
14478
|
+
*/
|
14479
|
+
Actions?: ActionList;
|
14480
|
+
}
|
14481
|
+
export type UpdateAutomationRulesRequestItemsList = UpdateAutomationRulesRequestItem[];
|
14012
14482
|
export interface UpdateFindingAggregatorRequest {
|
14013
14483
|
/**
|
14014
14484
|
* The ARN of the finding aggregator. To obtain the ARN, use ListFindingAggregators.
|
@@ -154,7 +154,7 @@ declare namespace SimSpaceWeaver {
|
|
154
154
|
}
|
155
155
|
export interface CreateSnapshotInput {
|
156
156
|
/**
|
157
|
-
* The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
157
|
+
* The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file. The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
|
158
158
|
*/
|
159
159
|
Destination: S3Destination;
|
160
160
|
/**
|
@@ -584,7 +584,7 @@ declare namespace SimSpaceWeaver {
|
|
584
584
|
*/
|
585
585
|
SchemaS3Location?: S3Location;
|
586
586
|
/**
|
587
|
-
* The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide . Provide a SnapshotS3Location to start your simulation from a snapshot. If you provide a SnapshotS3Location then you can't provide a SchemaS3Location.
|
587
|
+
* The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide . Provide a SnapshotS3Location to start your simulation from a snapshot. The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation. If you provide a SnapshotS3Location then you can't provide a SchemaS3Location.
|
588
588
|
*/
|
589
589
|
SnapshotS3Location?: S3Location;
|
590
590
|
/**
|