cdk-lambda-subminute 2.0.331 → 2.0.333

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 (45) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +12 -8
  5. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +36 -0
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +120 -29
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +4 -1
  9. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -10
  10. package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +113 -78
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1053 -416
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +34 -0
  13. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +170 -0
  14. package/node_modules/aws-sdk/apis/eks-2017-11-01.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +119 -15
  16. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +7 -3
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +104 -72
  18. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +191 -165
  19. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +168 -0
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +51 -9
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +354 -322
  22. package/node_modules/aws-sdk/clients/amp.d.ts +17 -0
  23. package/node_modules/aws-sdk/clients/appintegrations.d.ts +77 -0
  24. package/node_modules/aws-sdk/clients/appstream.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -1
  26. package/node_modules/aws-sdk/clients/codecommit.d.ts +65 -0
  27. package/node_modules/aws-sdk/clients/connect.d.ts +656 -1
  28. package/node_modules/aws-sdk/clients/eks.d.ts +237 -3
  29. package/node_modules/aws-sdk/clients/guardduty.d.ts +102 -11
  30. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +13 -3
  31. package/node_modules/aws-sdk/clients/medialive.d.ts +36 -4
  32. package/node_modules/aws-sdk/clients/mediatailor.d.ts +26 -0
  33. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +65 -0
  34. package/node_modules/aws-sdk/clients/neptunegraph.js +1 -0
  35. package/node_modules/aws-sdk/clients/rds.d.ts +51 -3
  36. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +43 -1
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +24 -17
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +1241 -489
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +105 -105
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/package.json +1 -1
  45. package/package.json +3 -3
@@ -220,6 +220,14 @@ declare class EKS extends Service {
220
220
  * Describes an identity provider configuration.
221
221
  */
222
222
  describeIdentityProviderConfig(callback?: (err: AWSError, data: EKS.Types.DescribeIdentityProviderConfigResponse) => void): Request<EKS.Types.DescribeIdentityProviderConfigResponse, AWSError>;
223
+ /**
224
+ * Returns details about an insight that you specify using its ID.
225
+ */
226
+ describeInsight(params: EKS.Types.DescribeInsightRequest, callback?: (err: AWSError, data: EKS.Types.DescribeInsightResponse) => void): Request<EKS.Types.DescribeInsightResponse, AWSError>;
227
+ /**
228
+ * Returns details about an insight that you specify using its ID.
229
+ */
230
+ describeInsight(callback?: (err: AWSError, data: EKS.Types.DescribeInsightResponse) => void): Request<EKS.Types.DescribeInsightResponse, AWSError>;
223
231
  /**
224
232
  * Describes a managed node group.
225
233
  */
@@ -324,6 +332,14 @@ declare class EKS extends Service {
324
332
  * Lists the identity provider configurations for your cluster.
325
333
  */
326
334
  listIdentityProviderConfigs(callback?: (err: AWSError, data: EKS.Types.ListIdentityProviderConfigsResponse) => void): Request<EKS.Types.ListIdentityProviderConfigsResponse, AWSError>;
335
+ /**
336
+ * Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.
337
+ */
338
+ listInsights(params: EKS.Types.ListInsightsRequest, callback?: (err: AWSError, data: EKS.Types.ListInsightsResponse) => void): Request<EKS.Types.ListInsightsResponse, AWSError>;
339
+ /**
340
+ * Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.
341
+ */
342
+ listInsights(callback?: (err: AWSError, data: EKS.Types.ListInsightsResponse) => void): Request<EKS.Types.ListInsightsResponse, AWSError>;
327
343
  /**
328
344
  * Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node groups aren't listed.
329
345
  */
@@ -581,6 +597,7 @@ declare namespace EKS {
581
597
  namespaces?: StringList;
582
598
  }
583
599
  export type AccessScopeType = "cluster"|"namespace"|string;
600
+ export type AdditionalInfoMap = {[key: string]: String};
584
601
  export interface Addon {
585
602
  /**
586
603
  * The name of the add-on.
@@ -814,12 +831,29 @@ declare namespace EKS {
814
831
  export type BoxedInteger = number;
815
832
  export type Capacity = number;
816
833
  export type CapacityTypes = "ON_DEMAND"|"SPOT"|string;
834
+ export type Category = "UPGRADE_READINESS"|string;
835
+ export type CategoryList = Category[];
817
836
  export interface Certificate {
818
837
  /**
819
838
  * The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
820
839
  */
821
840
  data?: String;
822
841
  }
842
+ export interface ClientStat {
843
+ /**
844
+ * The user agent of the Kubernetes client using the deprecated resource.
845
+ */
846
+ userAgent?: String;
847
+ /**
848
+ * The number of requests from the Kubernetes client seen over the last 30 days.
849
+ */
850
+ numberOfRequestsLast30Days?: Integer;
851
+ /**
852
+ * The timestamp of the last request seen from the Kubernetes client.
853
+ */
854
+ lastRequestTime?: Timestamp;
855
+ }
856
+ export type ClientStats = ClientStat[];
823
857
  export interface Cluster {
824
858
  /**
825
859
  * The name of your cluster.
@@ -1006,7 +1040,7 @@ declare namespace EKS {
1006
1040
  */
1007
1041
  clusterName: String;
1008
1042
  /**
1009
- * The ARN of the IAM principal for the AccessEntry. You can specify one ARN for each access entry. You can't specify the same ARN in more than one access entry. This value can't be changed after access entry creation. IAM best practices recommend using IAM roles with temporary credentials, rather than IAM users with long-term credentials.
1043
+ * The ARN of the IAM principal for the AccessEntry. You can specify one ARN for each access entry. You can't specify the same ARN in more than one access entry. This value can't be changed after access entry creation. The valid principals differ depending on the type of the access entry in the type field. The only valid ARN is IAM roles for the types of access entries for nodes: . You can use every IAM principal type for STANDARD access entries. You can't use the STS session principal type with access entries because this is a temporary principal for each session and not a permanent identity that can be assigned permissions. IAM best practices recommend using IAM roles with temporary credentials, rather than IAM users with long-term credentials.
1010
1044
  */
1011
1045
  principalArn: String;
1012
1046
  /**
@@ -1026,7 +1060,7 @@ declare namespace EKS {
1026
1060
  */
1027
1061
  username?: String;
1028
1062
  /**
1029
- * If the principalArn is for an IAM role that's used for self-managed Amazon EC2 nodes, specify EC2_LINUX or EC2_WINDOWS. Amazon EKS grants the necessary permissions to the node for you. If the principalArn is for any other purpose, specify STANDARD. If you don't specify a value, Amazon EKS sets the value to STANDARD. It's unnecessary to create access entries for IAM roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the aws-auth ConfigMap for the roles. You can't change this value once you've created the access entry. If you set the value to EC2_LINUX or EC2_WINDOWS, you can't specify values for kubernetesGroups, or associate an AccessPolicy to the access entry.
1063
+ * The type of the new access entry. Valid values are Standard, FARGATE_LINUX, EC2_LINUX, and EC2_WINDOWS. If the principalArn is for an IAM role that's used for self-managed Amazon EC2 nodes, specify EC2_LINUX or EC2_WINDOWS. Amazon EKS grants the necessary permissions to the node for you. If the principalArn is for any other purpose, specify STANDARD. If you don't specify a value, Amazon EKS sets the value to STANDARD. It's unnecessary to create access entries for IAM roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the aws-auth ConfigMap for the roles. You can't change this value once you've created the access entry. If you set the value to EC2_LINUX or EC2_WINDOWS, you can't specify values for kubernetesGroups, or associate an AccessPolicy to the access entry.
1030
1064
  */
1031
1065
  type?: String;
1032
1066
  }
@@ -1407,6 +1441,29 @@ declare namespace EKS {
1407
1441
  */
1408
1442
  association?: PodIdentityAssociation;
1409
1443
  }
1444
+ export interface DeprecationDetail {
1445
+ /**
1446
+ * The deprecated version of the resource.
1447
+ */
1448
+ usage?: String;
1449
+ /**
1450
+ * The newer version of the resource to migrate to if applicable.
1451
+ */
1452
+ replacedWith?: String;
1453
+ /**
1454
+ * The version of the software where the deprecated resource version will stop being served.
1455
+ */
1456
+ stopServingVersion?: String;
1457
+ /**
1458
+ * The version of the software where the newer resource version became available to migrate to if applicable.
1459
+ */
1460
+ startServingReplacementVersion?: String;
1461
+ /**
1462
+ * Details about Kubernetes clients using the deprecated resources.
1463
+ */
1464
+ clientStats?: ClientStats;
1465
+ }
1466
+ export type DeprecationDetails = DeprecationDetail[];
1410
1467
  export interface DeregisterClusterRequest {
1411
1468
  /**
1412
1469
  * The name of the connected cluster to deregister.
@@ -1566,6 +1623,22 @@ declare namespace EKS {
1566
1623
  */
1567
1624
  identityProviderConfig?: IdentityProviderConfigResponse;
1568
1625
  }
1626
+ export interface DescribeInsightRequest {
1627
+ /**
1628
+ * The name of the cluster to describe the insight for.
1629
+ */
1630
+ clusterName: String;
1631
+ /**
1632
+ * The identity of the insight to describe.
1633
+ */
1634
+ id: String;
1635
+ }
1636
+ export interface DescribeInsightResponse {
1637
+ /**
1638
+ * The full description of the insight.
1639
+ */
1640
+ insight?: Insight;
1641
+ }
1569
1642
  export interface DescribeNodegroupRequest {
1570
1643
  /**
1571
1644
  * The name of your cluster.
@@ -1824,6 +1897,138 @@ declare namespace EKS {
1824
1897
  }
1825
1898
  export type IdentityProviderConfigs = IdentityProviderConfig[];
1826
1899
  export type IncludeClustersList = String[];
1900
+ export interface Insight {
1901
+ /**
1902
+ * The ID of the insight.
1903
+ */
1904
+ id?: String;
1905
+ /**
1906
+ * The name of the insight.
1907
+ */
1908
+ name?: String;
1909
+ /**
1910
+ * The category of the insight.
1911
+ */
1912
+ category?: Category;
1913
+ /**
1914
+ * The Kubernetes minor version associated with an insight if applicable.
1915
+ */
1916
+ kubernetesVersion?: String;
1917
+ /**
1918
+ * The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
1919
+ */
1920
+ lastRefreshTime?: Timestamp;
1921
+ /**
1922
+ * The time the status of the insight last changed.
1923
+ */
1924
+ lastTransitionTime?: Timestamp;
1925
+ /**
1926
+ * The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).
1927
+ */
1928
+ description?: String;
1929
+ /**
1930
+ * An object containing more detail on the status of the insight resource.
1931
+ */
1932
+ insightStatus?: InsightStatus;
1933
+ /**
1934
+ * A summary of how to remediate the finding of this insight if applicable.
1935
+ */
1936
+ recommendation?: String;
1937
+ /**
1938
+ * Links to sources that provide additional context on the insight.
1939
+ */
1940
+ additionalInfo?: AdditionalInfoMap;
1941
+ /**
1942
+ * The details about each resource listed in the insight check result.
1943
+ */
1944
+ resources?: InsightResourceDetails;
1945
+ /**
1946
+ * Summary information that relates to the category of the insight. Currently only returned with certain insights having category UPGRADE_READINESS.
1947
+ */
1948
+ categorySpecificSummary?: InsightCategorySpecificSummary;
1949
+ }
1950
+ export interface InsightCategorySpecificSummary {
1951
+ /**
1952
+ * The summary information about deprecated resource usage for an insight check in the UPGRADE_READINESS category.
1953
+ */
1954
+ deprecationDetails?: DeprecationDetails;
1955
+ }
1956
+ export interface InsightResourceDetail {
1957
+ /**
1958
+ * An object containing more detail on the status of the insight resource.
1959
+ */
1960
+ insightStatus?: InsightStatus;
1961
+ /**
1962
+ * The Kubernetes resource URI if applicable.
1963
+ */
1964
+ kubernetesResourceUri?: String;
1965
+ /**
1966
+ * The Amazon Resource Name (ARN) if applicable.
1967
+ */
1968
+ arn?: String;
1969
+ }
1970
+ export type InsightResourceDetails = InsightResourceDetail[];
1971
+ export interface InsightStatus {
1972
+ /**
1973
+ * The status of the resource.
1974
+ */
1975
+ status?: InsightStatusValue;
1976
+ /**
1977
+ * Explanation on the reasoning for the status of the resource.
1978
+ */
1979
+ reason?: String;
1980
+ }
1981
+ export type InsightStatusValue = "PASSING"|"WARNING"|"ERROR"|"UNKNOWN"|string;
1982
+ export type InsightStatusValueList = InsightStatusValue[];
1983
+ export type InsightSummaries = InsightSummary[];
1984
+ export interface InsightSummary {
1985
+ /**
1986
+ * The ID of the insight.
1987
+ */
1988
+ id?: String;
1989
+ /**
1990
+ * The name of the insight.
1991
+ */
1992
+ name?: String;
1993
+ /**
1994
+ * The category of the insight.
1995
+ */
1996
+ category?: Category;
1997
+ /**
1998
+ * The Kubernetes minor version associated with an insight if applicable.
1999
+ */
2000
+ kubernetesVersion?: String;
2001
+ /**
2002
+ * The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
2003
+ */
2004
+ lastRefreshTime?: Timestamp;
2005
+ /**
2006
+ * The time the status of the insight last changed.
2007
+ */
2008
+ lastTransitionTime?: Timestamp;
2009
+ /**
2010
+ * The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).
2011
+ */
2012
+ description?: String;
2013
+ /**
2014
+ * An object containing more detail on the status of the insight.
2015
+ */
2016
+ insightStatus?: InsightStatus;
2017
+ }
2018
+ export interface InsightsFilter {
2019
+ /**
2020
+ * The categories to use to filter insights.
2021
+ */
2022
+ categories?: CategoryList;
2023
+ /**
2024
+ * The Kubernetes versions to use to filter the insights.
2025
+ */
2026
+ kubernetesVersions?: StringList;
2027
+ /**
2028
+ * The statuses to use to filter the insights.
2029
+ */
2030
+ statuses?: InsightStatusValueList;
2031
+ }
1827
2032
  export type Integer = number;
1828
2033
  export type IpFamily = "ipv4"|"ipv6"|string;
1829
2034
  export interface Issue {
@@ -2086,7 +2291,36 @@ declare namespace EKS {
2086
2291
  */
2087
2292
  identityProviderConfigs?: IdentityProviderConfigs;
2088
2293
  /**
2089
- * The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
2294
+ * The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
2295
+ */
2296
+ nextToken?: String;
2297
+ }
2298
+ export type ListInsightsMaxResults = number;
2299
+ export interface ListInsightsRequest {
2300
+ /**
2301
+ * The name of the Amazon EKS cluster associated with the insights.
2302
+ */
2303
+ clusterName: String;
2304
+ /**
2305
+ * The criteria to filter your list of insights for your cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.
2306
+ */
2307
+ filter?: InsightsFilter;
2308
+ /**
2309
+ * The maximum number of identity provider configurations returned by ListInsights in paginated output. When you use this parameter, ListInsights returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListInsights request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListInsights returns up to 100 results and a nextToken value, if applicable.
2310
+ */
2311
+ maxResults?: ListInsightsMaxResults;
2312
+ /**
2313
+ * The nextToken value returned from a previous paginated ListInsights request. When the results of a ListInsights request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
2314
+ */
2315
+ nextToken?: String;
2316
+ }
2317
+ export interface ListInsightsResponse {
2318
+ /**
2319
+ * The returned list of insights.
2320
+ */
2321
+ insights?: InsightSummaries;
2322
+ /**
2323
+ * The nextToken value to include in a future ListInsights request. When the results of a ListInsights request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
2090
2324
  */
2091
2325
  nextToken?: String;
2092
2326
  }
@@ -60,11 +60,11 @@ declare class GuardDuty extends Service {
60
60
  */
61
61
  createIPSet(callback?: (err: AWSError, data: GuardDuty.Types.CreateIPSetResponse) => void): Request<GuardDuty.Types.CreateIPSetResponse, AWSError>;
62
62
  /**
63
- * 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. As a delegated administrator, using CreateMembers will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account. A delegated administrator must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation, before using InviteMembers, use CreateMembers after GuardDuty has been enabled in potential member accounts. If you disassociate a member from a GuardDuty delegated administrator, the member account details obtained from this API, including the associated email addresses, will be retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
63
+ * 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. As a delegated administrator, using CreateMembers will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account. A delegated administrator must enable GuardDuty prior to being added as a member. When you use CreateMembers as an Organizations delegated administrator, GuardDuty applies your organization's auto-enable settings to the member accounts in this request, irrespective of the accounts being new or existing members. For more information about the existing auto-enable settings for your organization, see DescribeOrganizationConfiguration. If you are adding accounts by invitation, before using InviteMembers, use CreateMembers after GuardDuty has been enabled in potential member accounts. If you disassociate a member from a GuardDuty delegated administrator, the member account details obtained from this API, including the associated email addresses, will be retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
64
64
  */
65
65
  createMembers(params: GuardDuty.Types.CreateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateMembersResponse) => void): Request<GuardDuty.Types.CreateMembersResponse, AWSError>;
66
66
  /**
67
- * 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. As a delegated administrator, using CreateMembers will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account. A delegated administrator must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation, before using InviteMembers, use CreateMembers after GuardDuty has been enabled in potential member accounts. If you disassociate a member from a GuardDuty delegated administrator, the member account details obtained from this API, including the associated email addresses, will be retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
67
+ * 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. As a delegated administrator, using CreateMembers will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account. A delegated administrator must enable GuardDuty prior to being added as a member. When you use CreateMembers as an Organizations delegated administrator, GuardDuty applies your organization's auto-enable settings to the member accounts in this request, irrespective of the accounts being new or existing members. For more information about the existing auto-enable settings for your organization, see DescribeOrganizationConfiguration. If you are adding accounts by invitation, before using InviteMembers, use CreateMembers after GuardDuty has been enabled in potential member accounts. If you disassociate a member from a GuardDuty delegated administrator, the member account details obtained from this API, including the associated email addresses, will be retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
68
68
  */
69
69
  createMembers(callback?: (err: AWSError, data: GuardDuty.Types.CreateMembersResponse) => void): Request<GuardDuty.Types.CreateMembersResponse, AWSError>;
70
70
  /**
@@ -228,11 +228,11 @@ declare class GuardDuty extends Service {
228
228
  */
229
229
  getAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
230
230
  /**
231
- * Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled EKS Runtime Monitoring and have the GuardDuty agent running on their EKS nodes.
231
+ * Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled Runtime Monitoring and have the GuardDuty security agent running on their resources.
232
232
  */
233
233
  getCoverageStatistics(params: GuardDuty.Types.GetCoverageStatisticsRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetCoverageStatisticsResponse) => void): Request<GuardDuty.Types.GetCoverageStatisticsResponse, AWSError>;
234
234
  /**
235
- * Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled EKS Runtime Monitoring and have the GuardDuty agent running on their EKS nodes.
235
+ * Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled Runtime Monitoring and have the GuardDuty security agent running on their resources.
236
236
  */
237
237
  getCoverageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetCoverageStatisticsResponse) => void): Request<GuardDuty.Types.GetCoverageStatisticsResponse, AWSError>;
238
238
  /**
@@ -315,6 +315,10 @@ declare class GuardDuty extends Service {
315
315
  * Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
316
316
  */
317
317
  getMembers(callback?: (err: AWSError, data: GuardDuty.Types.GetMembersResponse) => void): Request<GuardDuty.Types.GetMembersResponse, AWSError>;
318
+ /**
319
+ * Retrieves how many active member accounts in your Amazon Web Services organization have each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API. When you create a new Amazon Web Services organization, it might take up to 24 hours to generate the statistics for the entire organization.
320
+ */
321
+ getOrganizationStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetOrganizationStatisticsResponse) => void): Request<GuardDuty.Types.GetOrganizationStatisticsResponse, AWSError>;
318
322
  /**
319
323
  * Provides the number of days left for each data source used in the free trial period.
320
324
  */
@@ -348,11 +352,11 @@ declare class GuardDuty extends Service {
348
352
  */
349
353
  inviteMembers(callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
350
354
  /**
351
- * Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization. Make sure the accounts have EKS Runtime Monitoring enabled and GuardDuty agent running on their EKS nodes.
355
+ * Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization. Make sure the accounts have Runtime Monitoring enabled and GuardDuty agent running on their resources.
352
356
  */
353
357
  listCoverage(params: GuardDuty.Types.ListCoverageRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListCoverageResponse) => void): Request<GuardDuty.Types.ListCoverageResponse, AWSError>;
354
358
  /**
355
- * Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization. Make sure the accounts have EKS Runtime Monitoring enabled and GuardDuty agent running on their EKS nodes.
359
+ * Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization. Make sure the accounts have Runtime Monitoring enabled and GuardDuty agent running on their resources.
356
360
  */
357
361
  listCoverage(callback?: (err: AWSError, data: GuardDuty.Types.ListCoverageResponse) => void): Request<GuardDuty.Types.ListCoverageResponse, AWSError>;
358
362
  /**
@@ -1004,7 +1008,7 @@ declare namespace GuardDuty {
1004
1008
  */
1005
1009
  AgentDetails?: AgentDetails;
1006
1010
  /**
1007
- * Indicates how the GuardDuty security agent is managed for this resource. AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource. MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource. The DISABLED status doesn't apply to Amazon EC2 instances and Amazon EKS clusters that run on Amazon EC2 instances.
1011
+ * Indicates how the GuardDuty security agent is managed for this resource. AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource. MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource. The DISABLED status doesn't apply to Amazon EC2 instances and Amazon EKS clusters.
1008
1012
  */
1009
1013
  ManagementType?: ManagementType;
1010
1014
  }
@@ -1116,7 +1120,7 @@ declare namespace GuardDuty {
1116
1120
  */
1117
1121
  EcsClusterDetails?: CoverageEcsClusterDetails;
1118
1122
  /**
1119
- * This API is also used when you use GuardDuty Runtime Monitoring for your Amazon EC2 instances (currently in preview release) and is subject to change. Information about the Amazon EC2 instance assessed for runtime coverage.
1123
+ * This API is also used when you use GuardDuty Runtime Monitoring for your Amazon EC2 instances (currently in preview release) and is subject to change. The use of this API is subject to Section 2 of the Amazon Web Services Service Terms ("Betas and Previews"). Information about the Amazon EC2 instance assessed for runtime coverage.
1120
1124
  */
1121
1125
  Ec2InstanceDetails?: CoverageEc2InstanceDetails;
1122
1126
  }
@@ -1972,11 +1976,11 @@ declare namespace GuardDuty {
1972
1976
  }
1973
1977
  export interface FargateDetails {
1974
1978
  /**
1975
- * Runtime coverage issues identified for the resource running on AWS Fargate.
1979
+ * Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.
1976
1980
  */
1977
1981
  Issues?: Issues;
1978
1982
  /**
1979
- * Indicates how the GuardDuty security agent is managed for this resource. AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource. MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource. DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource.
1983
+ * Indicates how the GuardDuty security agent is managed for this resource. AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource. DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource. The MANUAL status doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.
1980
1984
  */
1981
1985
  ManagementType?: ManagementType;
1982
1986
  }
@@ -2381,6 +2385,12 @@ declare namespace GuardDuty {
2381
2385
  */
2382
2386
  UnprocessedAccounts: UnprocessedAccounts;
2383
2387
  }
2388
+ export interface GetOrganizationStatisticsResponse {
2389
+ /**
2390
+ * Information about the statistics report for your organization.
2391
+ */
2392
+ OrganizationDetails?: OrganizationDetails;
2393
+ }
2384
2394
  export interface GetRemainingFreeTrialDaysRequest {
2385
2395
  /**
2386
2396
  * The unique ID of the detector of the GuardDuty member account.
@@ -3502,6 +3512,16 @@ declare namespace GuardDuty {
3502
3512
  */
3503
3513
  MalwareProtection?: OrganizationMalwareProtectionConfigurationResult;
3504
3514
  }
3515
+ export interface OrganizationDetails {
3516
+ /**
3517
+ * The timestamp at which the organization statistics was last updated. This is in UTC format.
3518
+ */
3519
+ UpdatedAt?: Timestamp;
3520
+ /**
3521
+ * Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.
3522
+ */
3523
+ OrganizationStatistics?: OrganizationStatistics;
3524
+ }
3505
3525
  export interface OrganizationEbsVolumes {
3506
3526
  /**
3507
3527
  * Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
@@ -3542,6 +3562,32 @@ declare namespace GuardDuty {
3542
3562
  */
3543
3563
  AdditionalConfiguration?: OrganizationAdditionalConfigurationResults;
3544
3564
  }
3565
+ export interface OrganizationFeatureStatistics {
3566
+ /**
3567
+ * Name of the feature.
3568
+ */
3569
+ Name?: OrgFeature;
3570
+ /**
3571
+ * Total number of accounts that have enabled a specific feature.
3572
+ */
3573
+ EnabledAccountsCount?: Integer;
3574
+ /**
3575
+ * Name of the additional configuration.
3576
+ */
3577
+ AdditionalConfiguration?: OrganizationFeatureStatisticsAdditionalConfigurations;
3578
+ }
3579
+ export interface OrganizationFeatureStatisticsAdditionalConfiguration {
3580
+ /**
3581
+ * Name of the additional configuration within a feature.
3582
+ */
3583
+ Name?: OrgFeatureAdditionalConfiguration;
3584
+ /**
3585
+ * Total number of accounts that have enabled the additional configuration.
3586
+ */
3587
+ EnabledAccountsCount?: Integer;
3588
+ }
3589
+ export type OrganizationFeatureStatisticsAdditionalConfigurations = OrganizationFeatureStatisticsAdditionalConfiguration[];
3590
+ export type OrganizationFeatureStatisticsResults = OrganizationFeatureStatistics[];
3545
3591
  export type OrganizationFeaturesConfigurations = OrganizationFeatureConfiguration[];
3546
3592
  export type OrganizationFeaturesConfigurationsResults = OrganizationFeatureConfigurationResult[];
3547
3593
  export interface OrganizationKubernetesAuditLogsConfiguration {
@@ -3604,6 +3650,28 @@ declare namespace GuardDuty {
3604
3650
  */
3605
3651
  EbsVolumes?: OrganizationEbsVolumesResult;
3606
3652
  }
3653
+ export interface OrganizationStatistics {
3654
+ /**
3655
+ * Total number of accounts in your Amazon Web Services organization.
3656
+ */
3657
+ TotalAccountsCount?: Integer;
3658
+ /**
3659
+ * Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.
3660
+ */
3661
+ MemberAccountsCount?: Integer;
3662
+ /**
3663
+ * Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.
3664
+ */
3665
+ ActiveAccountsCount?: Integer;
3666
+ /**
3667
+ * Total number of accounts that have enabled GuardDuty.
3668
+ */
3669
+ EnabledAccountsCount?: Integer;
3670
+ /**
3671
+ * Retrieves the coverage statistics for each feature.
3672
+ */
3673
+ CountByFeature?: OrganizationFeatureStatisticsResults;
3674
+ }
3607
3675
  export interface Owner {
3608
3676
  /**
3609
3677
  * The canonical user ID of the bucket owner. For information about locating your canonical user ID see Finding Your Account Canonical User ID.
@@ -4750,12 +4818,16 @@ declare namespace GuardDuty {
4750
4818
  Total?: Total;
4751
4819
  }
4752
4820
  export type UsageResourceResultList = UsageResourceResult[];
4753
- export type UsageStatisticType = "SUM_BY_ACCOUNT"|"SUM_BY_DATA_SOURCE"|"SUM_BY_RESOURCE"|"TOP_RESOURCES"|"SUM_BY_FEATURES"|string;
4821
+ export type UsageStatisticType = "SUM_BY_ACCOUNT"|"SUM_BY_DATA_SOURCE"|"SUM_BY_RESOURCE"|"TOP_RESOURCES"|"SUM_BY_FEATURES"|"TOP_ACCOUNTS_BY_FEATURE"|string;
4754
4822
  export interface UsageStatistics {
4755
4823
  /**
4756
4824
  * The usage statistic sum organized by account ID.
4757
4825
  */
4758
4826
  SumByAccount?: UsageAccountResultList;
4827
+ /**
4828
+ * Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to least expensive. Currently, this doesn't support RDS_LOGIN_EVENTS.
4829
+ */
4830
+ TopAccountsByFeature?: UsageTopAccountsResultList;
4759
4831
  /**
4760
4832
  * The usage statistic sum organized by on data source.
4761
4833
  */
@@ -4773,6 +4845,25 @@ declare namespace GuardDuty {
4773
4845
  */
4774
4846
  SumByFeature?: UsageFeatureResultList;
4775
4847
  }
4848
+ export interface UsageTopAccountResult {
4849
+ /**
4850
+ * The unique account ID.
4851
+ */
4852
+ AccountId?: AccountId;
4853
+ Total?: Total;
4854
+ }
4855
+ export type UsageTopAccountsByFeatureList = UsageTopAccountResult[];
4856
+ export interface UsageTopAccountsResult {
4857
+ /**
4858
+ * Features by which you can generate the usage statistics. RDS_LOGIN_EVENTS is currently not supported with topAccountsByFeature.
4859
+ */
4860
+ Feature?: UsageFeature;
4861
+ /**
4862
+ * The accounts that contributed to the total usage cost.
4863
+ */
4864
+ Accounts?: UsageTopAccountsByFeatureList;
4865
+ }
4866
+ export type UsageTopAccountsResultList = UsageTopAccountsResult[];
4776
4867
  export interface Volume {
4777
4868
  /**
4778
4869
  * Volume name.
@@ -150,6 +150,7 @@ declare namespace ManagedBlockchainQuery {
150
150
  time?: Timestamp;
151
151
  }
152
152
  export type ChainAddress = string;
153
+ export type ConfirmationStatus = "FINAL"|string;
153
154
  export interface ContractFilter {
154
155
  /**
155
156
  * The blockchain network of the contract.
@@ -189,6 +190,7 @@ declare namespace ManagedBlockchainQuery {
189
190
  decimals?: Integer;
190
191
  }
191
192
  export type ErrorType = "VALIDATION_EXCEPTION"|"RESOURCE_NOT_FOUND_EXCEPTION"|string;
193
+ export type ExecutionStatus = "FAILED"|"SUCCEEDED"|string;
192
194
  export interface GetAssetContractInput {
193
195
  /**
194
196
  * Contains the blockchain address and network information about the contract.
@@ -395,7 +397,7 @@ declare namespace ManagedBlockchainQuery {
395
397
  */
396
398
  address: ChainAddress;
397
399
  }
398
- export type QueryNetwork = "ETHEREUM_MAINNET"|"BITCOIN_MAINNET"|"BITCOIN_TESTNET"|"ETHEREUM_SEPOLIA_TESTNET"|string;
400
+ export type QueryNetwork = "ETHEREUM_MAINNET"|"ETHEREUM_SEPOLIA_TESTNET"|"BITCOIN_MAINNET"|"BITCOIN_TESTNET"|string;
399
401
  export type QueryTokenId = string;
400
402
  export type QueryTokenStandard = "ERC20"|"ERC721"|"ERC1155"|string;
401
403
  export type QueryTransactionEventType = "ERC20_TRANSFER"|"ERC20_MINT"|"ERC20_BURN"|"ERC20_DEPOSIT"|"ERC20_WITHDRAWAL"|"ERC721_TRANSFER"|"ERC1155_TRANSFER"|"BITCOIN_VIN"|"BITCOIN_VOUT"|"INTERNAL_ETH_TRANSFER"|"ETH_TRANSFER"|string;
@@ -485,9 +487,9 @@ declare namespace ManagedBlockchainQuery {
485
487
  */
486
488
  numberOfTransactions: Long;
487
489
  /**
488
- * The status of the transaction.
490
+ * The status of the transaction. This property is deprecated. You must use the confirmationStatus and the executionStatus properties to determine if the status of the transaction is FINAL or FAILED. Transactions with a status of FINAL will now have the confirmationStatus set to FINAL and the executionStatus set to SUCCEEDED. Transactions with a status of FAILED will now have the confirmationStatus set to FINAL and the executionStatus set to FAILED.
489
491
  */
490
- status: QueryTransactionStatus;
492
+ status?: QueryTransactionStatus;
491
493
  /**
492
494
  * The identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
493
495
  */
@@ -532,6 +534,14 @@ declare namespace ManagedBlockchainQuery {
532
534
  * The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
533
535
  */
534
536
  transactionId?: String;
537
+ /**
538
+ * Specifies whether the transaction has reached Finality.
539
+ */
540
+ confirmationStatus?: ConfirmationStatus;
541
+ /**
542
+ * Identifies whether the transaction has succeeded or failed.
543
+ */
544
+ executionStatus?: ExecutionStatus;
535
545
  }
536
546
  export interface TransactionEvent {
537
547
  /**
@@ -2902,10 +2902,6 @@ You specify only the font family. All other style information (color, bold, posi
2902
2902
  * Settings for caption decriptions
2903
2903
  */
2904
2904
  CaptionDescriptions?: __listOfCaptionDescription;
2905
- /**
2906
- * Color correction settings
2907
- */
2908
- ColorCorrectionSettings?: ColorCorrectionSettings;
2909
2905
  /**
2910
2906
  * Feature Activations
2911
2907
  */
@@ -2932,6 +2928,10 @@ You specify only the font family. All other style information (color, bold, posi
2932
2928
  * Thumbnail configuration settings.
2933
2929
  */
2934
2930
  ThumbnailConfiguration?: ThumbnailConfiguration;
2931
+ /**
2932
+ * Color Correction Settings
2933
+ */
2934
+ ColorCorrectionSettings?: ColorCorrectionSettings;
2935
2935
  }
2936
2936
  export interface EpochLockingSettings {
2937
2937
  /**
@@ -4120,6 +4120,10 @@ to.
4120
4120
  * To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow, enter {} for the value of mediaconnectSettings. Only UHD devices can specify this parameter.
4121
4121
  */
4122
4122
  MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
4123
+ /**
4124
+ * An array of eight audio configurations, one for each audio pair in the source. Set up each audio configuration either to exclude the pair, or to format it and include it in the output from the device. This parameter applies only to UHD devices, and only when the device is configured as the source for a MediaConnect flow. For an HD device, you configure the audio by setting up audio selectors in the channel configuration.
4125
+ */
4126
+ AudioChannelPairs?: __listOfInputDeviceConfigurableAudioChannelPairConfig;
4123
4127
  }
4124
4128
  export type InputDeviceConfiguredInput = "AUTO"|"HDMI"|"SDI"|string;
4125
4129
  export type InputDeviceConnectionState = "DISCONNECTED"|"CONNECTED"|string;
@@ -4348,6 +4352,10 @@ to.
4348
4352
  * Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.
4349
4353
  */
4350
4354
  MediaconnectSettings?: InputDeviceMediaConnectSettings;
4355
+ /**
4356
+ * An array of eight audio configurations, one for each audio pair in the source. Each audio configuration specifies either to exclude the pair, or to format it and include it in the output from the UHD device. Applies only when the device is configured as the source for a MediaConnect flow.
4357
+ */
4358
+ AudioChannelPairs?: __listOfInputDeviceUhdAudioChannelPairConfig;
4351
4359
  }
4352
4360
  export type InputFilter = "AUTO"|"DISABLED"|"FORCED"|string;
4353
4361
  export interface InputLocation {
@@ -7614,6 +7622,30 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
7614
7622
  export type AcceptHeader = "image/jpeg"|string;
7615
7623
  export type ContentType = "image/jpeg"|string;
7616
7624
  export type __timestamp = Date;
7625
+ export interface InputDeviceConfigurableAudioChannelPairConfig {
7626
+ /**
7627
+ * The ID for one audio pair configuration, a value from 1 to 8.
7628
+ */
7629
+ Id?: __integer;
7630
+ /**
7631
+ * The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.
7632
+ */
7633
+ Profile?: InputDeviceConfigurableAudioChannelPairProfile;
7634
+ }
7635
+ export type InputDeviceConfigurableAudioChannelPairProfile = "DISABLED"|"VBR-AAC_HHE-16000"|"VBR-AAC_HE-64000"|"VBR-AAC_LC-128000"|"CBR-AAC_HQ-192000"|"CBR-AAC_HQ-256000"|"CBR-AAC_HQ-384000"|"CBR-AAC_HQ-512000"|string;
7636
+ export interface InputDeviceUhdAudioChannelPairConfig {
7637
+ /**
7638
+ * The ID for one audio pair configuration, a value from 1 to 8.
7639
+ */
7640
+ Id?: __integer;
7641
+ /**
7642
+ * The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.
7643
+ */
7644
+ Profile?: InputDeviceUhdAudioChannelPairProfile;
7645
+ }
7646
+ export type InputDeviceUhdAudioChannelPairProfile = "DISABLED"|"VBR-AAC_HHE-16000"|"VBR-AAC_HE-64000"|"VBR-AAC_LC-128000"|"CBR-AAC_HQ-192000"|"CBR-AAC_HQ-256000"|"CBR-AAC_HQ-384000"|"CBR-AAC_HQ-512000"|string;
7647
+ export type __listOfInputDeviceConfigurableAudioChannelPairConfig = InputDeviceConfigurableAudioChannelPairConfig[];
7648
+ export type __listOfInputDeviceUhdAudioChannelPairConfig = InputDeviceUhdAudioChannelPairConfig[];
7617
7649
  /**
7618
7650
  * 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.
7619
7651
  */