@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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.
Files changed (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -44,19 +44,19 @@ declare class GuardDuty extends Service {
44
44
  */
45
45
  createFilter(callback?: (err: AWSError, data: GuardDuty.Types.CreateFilterResponse) => void): Request<GuardDuty.Types.CreateFilterResponse, AWSError>;
46
46
  /**
47
- * Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with AWS infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
47
+ * Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
48
48
  */
49
49
  createIPSet(params: GuardDuty.Types.CreateIPSetRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateIPSetResponse) => void): Request<GuardDuty.Types.CreateIPSetResponse, AWSError>;
50
50
  /**
51
- * Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with AWS infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
51
+ * Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
52
52
  */
53
53
  createIPSet(callback?: (err: AWSError, data: GuardDuty.Types.CreateIPSetResponse) => void): Request<GuardDuty.Types.CreateIPSetResponse, AWSError>;
54
54
  /**
55
- * Creates member accounts of the current AWS account by specifying a list of AWS account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization. When using Create Members as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using Invite Members .
55
+ * Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization. When using Create Members as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using Invite Members .
56
56
  */
57
57
  createMembers(params: GuardDuty.Types.CreateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateMembersResponse) => void): Request<GuardDuty.Types.CreateMembersResponse, AWSError>;
58
58
  /**
59
- * Creates member accounts of the current AWS account by specifying a list of AWS account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization. When using Create Members as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using Invite Members .
59
+ * Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization. When using Create Members as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using Invite Members .
60
60
  */
61
61
  createMembers(callback?: (err: AWSError, data: GuardDuty.Types.CreateMembersResponse) => void): Request<GuardDuty.Types.CreateMembersResponse, AWSError>;
62
62
  /**
@@ -84,11 +84,11 @@ declare class GuardDuty extends Service {
84
84
  */
85
85
  createThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.CreateThreatIntelSetResponse) => void): Request<GuardDuty.Types.CreateThreatIntelSetResponse, AWSError>;
86
86
  /**
87
- * Declines invitations sent to the current member account by AWS accounts specified by their account IDs.
87
+ * Declines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
88
88
  */
89
89
  declineInvitations(params: GuardDuty.Types.DeclineInvitationsRequest, callback?: (err: AWSError, data: GuardDuty.Types.DeclineInvitationsResponse) => void): Request<GuardDuty.Types.DeclineInvitationsResponse, AWSError>;
90
90
  /**
91
- * Declines invitations sent to the current member account by AWS accounts specified by their account IDs.
91
+ * Declines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
92
92
  */
93
93
  declineInvitations(callback?: (err: AWSError, data: GuardDuty.Types.DeclineInvitationsResponse) => void): Request<GuardDuty.Types.DeclineInvitationsResponse, AWSError>;
94
94
  /**
@@ -116,11 +116,11 @@ declare class GuardDuty extends Service {
116
116
  */
117
117
  deleteIPSet(callback?: (err: AWSError, data: GuardDuty.Types.DeleteIPSetResponse) => void): Request<GuardDuty.Types.DeleteIPSetResponse, AWSError>;
118
118
  /**
119
- * Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
119
+ * Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
120
120
  */
121
121
  deleteInvitations(params: GuardDuty.Types.DeleteInvitationsRequest, callback?: (err: AWSError, data: GuardDuty.Types.DeleteInvitationsResponse) => void): Request<GuardDuty.Types.DeleteInvitationsResponse, AWSError>;
122
122
  /**
123
- * Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
123
+ * Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
124
124
  */
125
125
  deleteInvitations(callback?: (err: AWSError, data: GuardDuty.Types.DeleteInvitationsResponse) => void): Request<GuardDuty.Types.DeleteInvitationsResponse, AWSError>;
126
126
  /**
@@ -164,11 +164,11 @@ declare class GuardDuty extends Service {
164
164
  */
165
165
  describePublishingDestination(callback?: (err: AWSError, data: GuardDuty.Types.DescribePublishingDestinationResponse) => void): Request<GuardDuty.Types.DescribePublishingDestinationResponse, AWSError>;
166
166
  /**
167
- * Disables an AWS account within the Organization as the GuardDuty delegated administrator.
167
+ * Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
168
168
  */
169
169
  disableOrganizationAdminAccount(params: GuardDuty.Types.DisableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
170
170
  /**
171
- * Disables an AWS account within the Organization as the GuardDuty delegated administrator.
171
+ * Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
172
172
  */
173
173
  disableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
174
174
  /**
@@ -188,11 +188,11 @@ declare class GuardDuty extends Service {
188
188
  */
189
189
  disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
190
190
  /**
191
- * Enables an AWS account within the organization as the GuardDuty delegated administrator.
191
+ * Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
192
192
  */
193
193
  enableOrganizationAdminAccount(params: GuardDuty.Types.EnableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
194
194
  /**
195
- * Enables an AWS account within the organization as the GuardDuty delegated administrator.
195
+ * Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
196
196
  */
197
197
  enableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
198
198
  /**
@@ -284,11 +284,11 @@ declare class GuardDuty extends Service {
284
284
  */
285
285
  getUsageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
286
286
  /**
287
- * Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
287
+ * Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
288
288
  */
289
289
  inviteMembers(params: GuardDuty.Types.InviteMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
290
290
  /**
291
- * Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
291
+ * Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
292
292
  */
293
293
  inviteMembers(callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
294
294
  /**
@@ -324,11 +324,11 @@ declare class GuardDuty extends Service {
324
324
  */
325
325
  listIPSets(callback?: (err: AWSError, data: GuardDuty.Types.ListIPSetsResponse) => void): Request<GuardDuty.Types.ListIPSetsResponse, AWSError>;
326
326
  /**
327
- * Lists all GuardDuty membership invitations that were sent to the current AWS account.
327
+ * Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
328
328
  */
329
329
  listInvitations(params: GuardDuty.Types.ListInvitationsRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListInvitationsResponse) => void): Request<GuardDuty.Types.ListInvitationsResponse, AWSError>;
330
330
  /**
331
- * Lists all GuardDuty membership invitations that were sent to the current AWS account.
331
+ * Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
332
332
  */
333
333
  listInvitations(callback?: (err: AWSError, data: GuardDuty.Types.ListInvitationsResponse) => void): Request<GuardDuty.Types.ListInvitationsResponse, AWSError>;
334
334
  /**
@@ -348,11 +348,11 @@ declare class GuardDuty extends Service {
348
348
  */
349
349
  listOrganizationAdminAccounts(callback?: (err: AWSError, data: GuardDuty.Types.ListOrganizationAdminAccountsResponse) => void): Request<GuardDuty.Types.ListOrganizationAdminAccountsResponse, AWSError>;
350
350
  /**
351
- * Returns a list of publishing destinations associated with the specified dectectorId.
351
+ * Returns a list of publishing destinations associated with the specified detectorId.
352
352
  */
353
353
  listPublishingDestinations(params: GuardDuty.Types.ListPublishingDestinationsRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListPublishingDestinationsResponse) => void): Request<GuardDuty.Types.ListPublishingDestinationsResponse, AWSError>;
354
354
  /**
355
- * Returns a list of publishing destinations associated with the specified dectectorId.
355
+ * Returns a list of publishing destinations associated with the specified detectorId.
356
356
  */
357
357
  listPublishingDestinations(callback?: (err: AWSError, data: GuardDuty.Types.ListPublishingDestinationsResponse) => void): Request<GuardDuty.Types.ListPublishingDestinationsResponse, AWSError>;
358
358
  /**
@@ -561,10 +561,14 @@ declare namespace GuardDuty {
561
561
  * Information about the PORT_PROBE action described in this finding.
562
562
  */
563
563
  PortProbeAction?: PortProbeAction;
564
+ /**
565
+ * Information about the Kubernetes API call action described in this finding.
566
+ */
567
+ KubernetesApiCallAction?: KubernetesApiCallAction;
564
568
  }
565
569
  export interface AdminAccount {
566
570
  /**
567
- * The AWS account ID for the account.
571
+ * The Amazon Web Services account ID for the account.
568
572
  */
569
573
  AdminAccountId?: String;
570
574
  /**
@@ -588,29 +592,34 @@ declare namespace GuardDuty {
588
592
  }
589
593
  export interface AwsApiCallAction {
590
594
  /**
591
- * The AWS API name.
595
+ * The Amazon Web Services API name.
592
596
  */
593
597
  Api?: String;
594
598
  /**
595
- * The AWS API caller type.
599
+ * The Amazon Web Services API caller type.
596
600
  */
597
601
  CallerType?: String;
598
602
  /**
599
- * The domain information for the AWS API call.
603
+ * The domain information for the Amazon Web Services API call.
600
604
  */
601
605
  DomainDetails?: DomainDetails;
602
606
  /**
603
- * The error code of the failed AWS API action.
607
+ * The error code of the failed Amazon Web Services API action.
604
608
  */
605
609
  ErrorCode?: String;
610
+ UserAgent?: String;
606
611
  /**
607
- * The remote IP information of the connection that initiated the AWS API call.
612
+ * The remote IP information of the connection that initiated the Amazon Web Services API call.
608
613
  */
609
614
  RemoteIpDetails?: RemoteIpDetails;
610
615
  /**
611
- * The AWS service name whose API was invoked.
616
+ * The Amazon Web Services service name whose API was invoked.
612
617
  */
613
618
  ServiceName?: String;
619
+ /**
620
+ * The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.
621
+ */
622
+ RemoteAccountDetails?: RemoteAccountDetails;
614
623
  }
615
624
  export interface BlockPublicAccess {
616
625
  /**
@@ -718,6 +727,37 @@ declare namespace GuardDuty {
718
727
  */
719
728
  LessThanOrEqual?: Long;
720
729
  }
730
+ export interface Container {
731
+ /**
732
+ * The container runtime (such as, Docker or containerd) used to run the container.
733
+ */
734
+ ContainerRuntime?: String;
735
+ /**
736
+ * Container ID.
737
+ */
738
+ Id?: String;
739
+ /**
740
+ * Container name.
741
+ */
742
+ Name?: String;
743
+ /**
744
+ * Container image.
745
+ */
746
+ Image?: String;
747
+ /**
748
+ * Part of the image name before the last slash. For example, imagePrefix for public.ecr.aws/amazonlinux/amazonlinux:latest would be public.ecr.aws/amazonlinux. If the image name is relative and does not have a slash, this field is empty.
749
+ */
750
+ ImagePrefix?: String;
751
+ /**
752
+ * Container volume mounts.
753
+ */
754
+ VolumeMounts?: VolumeMounts;
755
+ /**
756
+ * Container security context.
757
+ */
758
+ SecurityContext?: SecurityContext;
759
+ }
760
+ export type Containers = Container[];
721
761
  export type CountBySeverity = {[key: string]: Integer};
722
762
  export interface Country {
723
763
  /**
@@ -779,7 +819,7 @@ declare namespace GuardDuty {
779
819
  */
780
820
  Rank?: FilterRank;
781
821
  /**
782
- * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId region confidence id resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.outpostArn resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.resourceType service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.additionalInfo.threatListName service.archived When this attribute is set to TRUE, only archived findings are listed. When it's set to FALSE, only unarchived findings are listed. When this attribute is not set, all existing findings are listed. service.resourceRole severity type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds.
822
+ * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId region confidence id resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.outpostArn resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.resourceType service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.additionalInfo.threatListName resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.archived When this attribute is set to TRUE, only archived findings are listed. When it's set to FALSE, only unarchived findings are listed. When this attribute is not set, all existing findings are listed. service.resourceRole severity type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds.
783
823
  */
784
824
  FindingCriteria: FindingCriteria;
785
825
  /**
@@ -811,7 +851,7 @@ declare namespace GuardDuty {
811
851
  */
812
852
  Format: IpSetFormat;
813
853
  /**
814
- * The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
854
+ * The URI of the file that contains the IPSet.
815
855
  */
816
856
  Location: Location;
817
857
  /**
@@ -899,7 +939,7 @@ declare namespace GuardDuty {
899
939
  */
900
940
  Format: ThreatIntelSetFormat;
901
941
  /**
902
- * The URI of the file that contains the ThreatIntelSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
942
+ * The URI of the file that contains the ThreatIntelSet.
903
943
  */
904
944
  Location: Location;
905
945
  /**
@@ -928,12 +968,16 @@ declare namespace GuardDuty {
928
968
  */
929
969
  Status: DataSourceStatus;
930
970
  }
931
- export type DataSource = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_LOGS"|string;
971
+ export type DataSource = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_LOGS"|"KUBERNETES_AUDIT_LOGS"|string;
932
972
  export interface DataSourceConfigurations {
933
973
  /**
934
974
  * Describes whether S3 data event logs are enabled as a data source.
935
975
  */
936
976
  S3Logs?: S3LogsConfiguration;
977
+ /**
978
+ * Describes whether any Kubernetes logs are enabled as data sources.
979
+ */
980
+ Kubernetes?: KubernetesConfiguration;
937
981
  }
938
982
  export interface DataSourceConfigurationsResult {
939
983
  /**
@@ -952,12 +996,16 @@ declare namespace GuardDuty {
952
996
  * An object that contains information on the status of S3 Data event logs as a data source.
953
997
  */
954
998
  S3Logs: S3LogsConfigurationResult;
999
+ /**
1000
+ * An object that contains information on the status of all Kubernetes data sources.
1001
+ */
1002
+ Kubernetes?: KubernetesConfigurationResult;
955
1003
  }
956
1004
  export type DataSourceList = DataSource[];
957
1005
  export type DataSourceStatus = "ENABLED"|"DISABLED"|string;
958
1006
  export interface DeclineInvitationsRequest {
959
1007
  /**
960
- * A list of account IDs of the AWS accounts that sent invitations to the current member account that you want to decline invitations from.
1008
+ * A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.
961
1009
  */
962
1010
  AccountIds: AccountIds;
963
1011
  }
@@ -1011,7 +1059,7 @@ declare namespace GuardDuty {
1011
1059
  }
1012
1060
  export interface DeleteInvitationsRequest {
1013
1061
  /**
1014
- * A list of account IDs of the AWS accounts that sent invitations to the current member account that you want to delete invitations from.
1062
+ * A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.
1015
1063
  */
1016
1064
  AccountIds: AccountIds;
1017
1065
  }
@@ -1129,7 +1177,7 @@ declare namespace GuardDuty {
1129
1177
  }
1130
1178
  export interface DestinationProperties {
1131
1179
  /**
1132
- * The ARN of the resource to publish to.
1180
+ * The ARN of the resource to publish to. To specify an S3 bucket folder use the following format: arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/
1133
1181
  */
1134
1182
  DestinationArn?: String;
1135
1183
  /**
@@ -1144,7 +1192,7 @@ declare namespace GuardDuty {
1144
1192
  export type DetectorStatus = "ENABLED"|"DISABLED"|string;
1145
1193
  export interface DisableOrganizationAdminAccountRequest {
1146
1194
  /**
1147
- * The AWS Account ID for the organizations account to be disabled as a GuardDuty delegated administrator.
1195
+ * The Amazon Web Services Account ID for the organizations account to be disabled as a GuardDuty delegated administrator.
1148
1196
  */
1149
1197
  AdminAccountId: String;
1150
1198
  }
@@ -1182,15 +1230,41 @@ declare namespace GuardDuty {
1182
1230
  }
1183
1231
  export interface DomainDetails {
1184
1232
  /**
1185
- * The domain information for the AWS API call.
1233
+ * The domain information for the Amazon Web Services API call.
1186
1234
  */
1187
1235
  Domain?: String;
1188
1236
  }
1189
1237
  export type Double = number;
1238
+ export interface EksClusterDetails {
1239
+ /**
1240
+ * EKS cluster name.
1241
+ */
1242
+ Name?: String;
1243
+ /**
1244
+ * EKS cluster ARN.
1245
+ */
1246
+ Arn?: String;
1247
+ /**
1248
+ * The VPC ID to which the EKS cluster is attached.
1249
+ */
1250
+ VpcId?: String;
1251
+ /**
1252
+ * The EKS cluster status.
1253
+ */
1254
+ Status?: String;
1255
+ /**
1256
+ * The EKS cluster tags.
1257
+ */
1258
+ Tags?: Tags;
1259
+ /**
1260
+ * The timestamp when the EKS cluster was created.
1261
+ */
1262
+ CreatedAt?: Timestamp;
1263
+ }
1190
1264
  export type Email = string;
1191
1265
  export interface EnableOrganizationAdminAccountRequest {
1192
1266
  /**
1193
- * The AWS Account ID for the organization account to be enabled as a GuardDuty delegated administrator.
1267
+ * The Amazon Web Services Account ID for the organization account to be enabled as a GuardDuty delegated administrator.
1194
1268
  */
1195
1269
  AdminAccountId: String;
1196
1270
  }
@@ -1434,7 +1508,7 @@ declare namespace GuardDuty {
1434
1508
  */
1435
1509
  Format: IpSetFormat;
1436
1510
  /**
1437
- * The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
1511
+ * The URI of the file that contains the IPSet.
1438
1512
  */
1439
1513
  Location: Location;
1440
1514
  /**
@@ -1526,7 +1600,7 @@ declare namespace GuardDuty {
1526
1600
  */
1527
1601
  Format: ThreatIntelSetFormat;
1528
1602
  /**
1529
- * The URI of the file that contains the ThreatIntelSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
1603
+ * The URI of the file that contains the ThreatIntelSet.
1530
1604
  */
1531
1605
  Location: Location;
1532
1606
  /**
@@ -1574,7 +1648,14 @@ declare namespace GuardDuty {
1574
1648
  */
1575
1649
  NextToken?: String;
1576
1650
  }
1651
+ export type Groups = String[];
1577
1652
  export type GuardDutyArn = string;
1653
+ export interface HostPath {
1654
+ /**
1655
+ * Path of the file or directory on the host that the volume maps to.
1656
+ */
1657
+ Path?: String;
1658
+ }
1578
1659
  export interface IamInstanceProfile {
1579
1660
  /**
1580
1661
  * The profile ARN of the EC2 instance.
@@ -1615,7 +1696,7 @@ declare namespace GuardDuty {
1615
1696
  */
1616
1697
  InstanceType?: String;
1617
1698
  /**
1618
- * The Amazon Resource Name (ARN) of the AWS Outpost. Only applicable to AWS Outposts instances.
1699
+ * The Amazon Resource Name (ARN) of the Amazon Web Services Outpost. Only applicable to Amazon Web Services Outposts instances.
1619
1700
  */
1620
1701
  OutpostArn?: String;
1621
1702
  /**
@@ -1687,6 +1768,111 @@ declare namespace GuardDuty {
1687
1768
  export type IpSetIds = String[];
1688
1769
  export type IpSetStatus = "INACTIVE"|"ACTIVATING"|"ACTIVE"|"DEACTIVATING"|"ERROR"|"DELETE_PENDING"|"DELETED"|string;
1689
1770
  export type Ipv6Addresses = String[];
1771
+ export interface KubernetesApiCallAction {
1772
+ /**
1773
+ * The Kubernetes API request URI.
1774
+ */
1775
+ RequestUri?: String;
1776
+ /**
1777
+ * The Kubernetes API request HTTP verb.
1778
+ */
1779
+ Verb?: String;
1780
+ /**
1781
+ * The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API endpoint.
1782
+ */
1783
+ SourceIps?: SourceIps;
1784
+ /**
1785
+ * The user agent of the caller of the Kubernetes API.
1786
+ */
1787
+ UserAgent?: String;
1788
+ RemoteIpDetails?: RemoteIpDetails;
1789
+ /**
1790
+ * The resulting HTTP response code of the Kubernetes API call action.
1791
+ */
1792
+ StatusCode?: Integer;
1793
+ /**
1794
+ * Parameters related to the Kubernetes API call action.
1795
+ */
1796
+ Parameters?: String;
1797
+ }
1798
+ export interface KubernetesAuditLogsConfiguration {
1799
+ /**
1800
+ * The status of Kubernetes audit logs as a data source.
1801
+ */
1802
+ Enable: Boolean;
1803
+ }
1804
+ export interface KubernetesAuditLogsConfigurationResult {
1805
+ /**
1806
+ * A value that describes whether Kubernetes audit logs are enabled as a data source.
1807
+ */
1808
+ Status: DataSourceStatus;
1809
+ }
1810
+ export interface KubernetesConfiguration {
1811
+ /**
1812
+ * The status of Kubernetes audit logs as a data source.
1813
+ */
1814
+ AuditLogs: KubernetesAuditLogsConfiguration;
1815
+ }
1816
+ export interface KubernetesConfigurationResult {
1817
+ /**
1818
+ * Describes whether Kubernetes audit logs are enabled as a data source.
1819
+ */
1820
+ AuditLogs: KubernetesAuditLogsConfigurationResult;
1821
+ }
1822
+ export interface KubernetesDetails {
1823
+ /**
1824
+ * Details about the Kubernetes user involved in a Kubernetes finding.
1825
+ */
1826
+ KubernetesUserDetails?: KubernetesUserDetails;
1827
+ /**
1828
+ * Details about the Kubernetes workload involved in a Kubernetes finding.
1829
+ */
1830
+ KubernetesWorkloadDetails?: KubernetesWorkloadDetails;
1831
+ }
1832
+ export interface KubernetesUserDetails {
1833
+ /**
1834
+ * The username of the user who called the Kubernetes API.
1835
+ */
1836
+ Username?: String;
1837
+ /**
1838
+ * The user ID of the user who called the Kubernetes API.
1839
+ */
1840
+ Uid?: String;
1841
+ /**
1842
+ * The groups that include the user who called the Kubernetes API.
1843
+ */
1844
+ Groups?: Groups;
1845
+ }
1846
+ export interface KubernetesWorkloadDetails {
1847
+ /**
1848
+ * Kubernetes workload name.
1849
+ */
1850
+ Name?: String;
1851
+ /**
1852
+ * Kubernetes workload type (e.g. Pod, Deployment, etc.).
1853
+ */
1854
+ Type?: String;
1855
+ /**
1856
+ * Kubernetes workload ID.
1857
+ */
1858
+ Uid?: String;
1859
+ /**
1860
+ * Kubernetes namespace that the workload is part of.
1861
+ */
1862
+ Namespace?: String;
1863
+ /**
1864
+ * Whether the hostNetwork flag is enabled for the pods included in the workload.
1865
+ */
1866
+ HostNetwork?: Boolean;
1867
+ /**
1868
+ * Containers running as part of the Kubernetes workload.
1869
+ */
1870
+ Containers?: Containers;
1871
+ /**
1872
+ * Volumes used by the Kubernetes workload.
1873
+ */
1874
+ Volumes?: Volumes;
1875
+ }
1690
1876
  export interface ListDetectorsRequest {
1691
1877
  /**
1692
1878
  * You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
@@ -1737,7 +1923,7 @@ declare namespace GuardDuty {
1737
1923
  */
1738
1924
  DetectorId: DetectorId;
1739
1925
  /**
1740
- * Represents the criteria used for querying findings. Valid values include: JSON field name accountId region confidence id resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.resourceType service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.additionalInfo.threatListName service.archived When this attribute is set to 'true', only archived findings are listed. When it's set to 'false', only unarchived findings are listed. When this attribute is not set, all existing findings are listed. service.resourceRole severity type updatedAt Type: Timestamp in Unix Epoch millisecond format: 1486685375000
1926
+ * Represents the criteria used for querying findings. Valid values include: JSON field name accountId region confidence id resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.resourceType service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.additionalInfo.threatListName service.archived When this attribute is set to 'true', only archived findings are listed. When it's set to 'false', only unarchived findings are listed. When this attribute is not set, all existing findings are listed. service.resourceRole severity type updatedAt Type: Timestamp in Unix Epoch millisecond format: 1486685375000
1741
1927
  */
1742
1928
  FindingCriteria?: FindingCriteria;
1743
1929
  /**
@@ -2094,12 +2280,44 @@ declare namespace GuardDuty {
2094
2280
  * Describes whether S3 data event logs are enabled for new members of the organization.
2095
2281
  */
2096
2282
  S3Logs?: OrganizationS3LogsConfiguration;
2283
+ /**
2284
+ * Describes the configuration of Kubernetes data sources for new members of the organization.
2285
+ */
2286
+ Kubernetes?: OrganizationKubernetesConfiguration;
2097
2287
  }
2098
2288
  export interface OrganizationDataSourceConfigurationsResult {
2099
2289
  /**
2100
2290
  * Describes whether S3 data event logs are enabled as a data source.
2101
2291
  */
2102
2292
  S3Logs: OrganizationS3LogsConfigurationResult;
2293
+ /**
2294
+ * Describes the configuration of Kubernetes data sources.
2295
+ */
2296
+ Kubernetes?: OrganizationKubernetesConfigurationResult;
2297
+ }
2298
+ export interface OrganizationKubernetesAuditLogsConfiguration {
2299
+ /**
2300
+ * A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
2301
+ */
2302
+ AutoEnable: Boolean;
2303
+ }
2304
+ export interface OrganizationKubernetesAuditLogsConfigurationResult {
2305
+ /**
2306
+ * Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
2307
+ */
2308
+ AutoEnable: Boolean;
2309
+ }
2310
+ export interface OrganizationKubernetesConfiguration {
2311
+ /**
2312
+ * Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
2313
+ */
2314
+ AuditLogs: OrganizationKubernetesAuditLogsConfiguration;
2315
+ }
2316
+ export interface OrganizationKubernetesConfigurationResult {
2317
+ /**
2318
+ * The current configuration of Kubernetes audit logs as a data source for the organization.
2319
+ */
2320
+ AuditLogs: OrganizationKubernetesAuditLogsConfigurationResult;
2103
2321
  }
2104
2322
  export interface OrganizationS3LogsConfiguration {
2105
2323
  /**
@@ -2187,6 +2405,16 @@ declare namespace GuardDuty {
2187
2405
  EffectivePermission?: String;
2188
2406
  }
2189
2407
  export type PublishingStatus = "PENDING_VERIFICATION"|"PUBLISHING"|"UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"|"STOPPED"|string;
2408
+ export interface RemoteAccountDetails {
2409
+ /**
2410
+ * The Amazon Web Services account ID of the remote API caller.
2411
+ */
2412
+ AccountId?: String;
2413
+ /**
2414
+ * Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty environment. If this value is True the API caller is affiliated to your account in some way. If it is False the API caller is from outside your environment.
2415
+ */
2416
+ Affiliated?: Boolean;
2417
+ }
2190
2418
  export interface RemoteIpDetails {
2191
2419
  /**
2192
2420
  * The city information of the remote IP address.
@@ -2233,7 +2461,15 @@ declare namespace GuardDuty {
2233
2461
  */
2234
2462
  InstanceDetails?: InstanceDetails;
2235
2463
  /**
2236
- * The type of AWS resource.
2464
+ * Details about the EKS cluster involved in a Kubernetes finding.
2465
+ */
2466
+ EksClusterDetails?: EksClusterDetails;
2467
+ /**
2468
+ * Details about the Kubernetes user and workload involved in a Kubernetes finding.
2469
+ */
2470
+ KubernetesDetails?: KubernetesDetails;
2471
+ /**
2472
+ * The type of Amazon Web Services resource.
2237
2473
  */
2238
2474
  ResourceType?: String;
2239
2475
  }
@@ -2285,6 +2521,12 @@ declare namespace GuardDuty {
2285
2521
  */
2286
2522
  Status: DataSourceStatus;
2287
2523
  }
2524
+ export interface SecurityContext {
2525
+ /**
2526
+ * Whether the container is privileged.
2527
+ */
2528
+ Privileged?: Boolean;
2529
+ }
2288
2530
  export interface SecurityGroup {
2289
2531
  /**
2290
2532
  * The security group ID of the EC2 instance.
@@ -2330,7 +2572,7 @@ declare namespace GuardDuty {
2330
2572
  */
2331
2573
  ResourceRole?: String;
2332
2574
  /**
2333
- * The name of the AWS service (GuardDuty) that generated a finding.
2575
+ * The name of the Amazon Web Services service (GuardDuty) that generated a finding.
2334
2576
  */
2335
2577
  ServiceName?: String;
2336
2578
  /**
@@ -2348,6 +2590,7 @@ declare namespace GuardDuty {
2348
2590
  */
2349
2591
  OrderBy?: OrderBy;
2350
2592
  }
2593
+ export type SourceIps = String[];
2351
2594
  export interface StartMonitoringMembersRequest {
2352
2595
  /**
2353
2596
  * The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.
@@ -2448,7 +2691,7 @@ declare namespace GuardDuty {
2448
2691
  }
2449
2692
  export interface UnprocessedAccount {
2450
2693
  /**
2451
- * The AWS account ID.
2694
+ * The Amazon Web Services account ID.
2452
2695
  */
2453
2696
  AccountId: AccountId;
2454
2697
  /**
@@ -2555,7 +2798,7 @@ declare namespace GuardDuty {
2555
2798
  */
2556
2799
  Name?: Name;
2557
2800
  /**
2558
- * The updated URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
2801
+ * The updated URI of the file that contains the IPSet.
2559
2802
  */
2560
2803
  Location?: Location;
2561
2804
  /**
@@ -2679,7 +2922,7 @@ declare namespace GuardDuty {
2679
2922
  export type UsageDataSourceResultList = UsageDataSourceResult[];
2680
2923
  export interface UsageResourceResult {
2681
2924
  /**
2682
- * The AWS resource that generated usage.
2925
+ * The Amazon Web Services resource that generated usage.
2683
2926
  */
2684
2927
  Resource?: String;
2685
2928
  /**
@@ -2707,6 +2950,28 @@ declare namespace GuardDuty {
2707
2950
  */
2708
2951
  TopResources?: UsageResourceResultList;
2709
2952
  }
2953
+ export interface Volume {
2954
+ /**
2955
+ * Volume name.
2956
+ */
2957
+ Name?: String;
2958
+ /**
2959
+ * Represents a pre-existing file or directory on the host machine that the volume maps to.
2960
+ */
2961
+ HostPath?: HostPath;
2962
+ }
2963
+ export interface VolumeMount {
2964
+ /**
2965
+ * Volume mount name.
2966
+ */
2967
+ Name?: String;
2968
+ /**
2969
+ * Volume mount path.
2970
+ */
2971
+ MountPath?: String;
2972
+ }
2973
+ export type VolumeMounts = VolumeMount[];
2974
+ export type Volumes = Volume[];
2710
2975
  /**
2711
2976
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
2712
2977
  */