Skip to content

Commit 8721b0d

Browse files
Update to latest models
1 parent df53fce commit 8721b0d

File tree

13 files changed

+593
-25
lines changed

13 files changed

+593
-25
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``accessanalyzer``",
4+
"description": "This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``acm-pca``",
4+
"description": "Private Certificate Authority (PCA) documentation updates"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ecs``",
4+
"description": "This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``fis``",
4+
"description": "Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``sagemaker``",
4+
"description": "Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``storagegateway``",
4+
"description": "This release adds support for generating cache reports on S3 File Gateways for files that fail to upload."
5+
}

botocore/data/accessanalyzer/2019-11-01/service-2.json

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,24 @@
345345
],
346346
"documentation":"<p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:GetFinding</code> action.</p>"
347347
},
348+
"GetFindingsStatistics":{
349+
"name":"GetFindingsStatistics",
350+
"http":{
351+
"method":"POST",
352+
"requestUri":"/analyzer/findings/statistics",
353+
"responseCode":200
354+
},
355+
"input":{"shape":"GetFindingsStatisticsRequest"},
356+
"output":{"shape":"GetFindingsStatisticsResponse"},
357+
"errors":[
358+
{"shape":"ResourceNotFoundException"},
359+
{"shape":"ValidationException"},
360+
{"shape":"InternalServerException"},
361+
{"shape":"ThrottlingException"},
362+
{"shape":"AccessDeniedException"}
363+
],
364+
"documentation":"<p>Retrieves a list of aggregated finding statistics for an external access or unused access analyzer.</p>"
365+
},
348366
"GetGeneratedPolicy":{
349367
"name":"GetGeneratedPolicy",
350368
"http":{
@@ -933,6 +951,12 @@
933951
"max":100,
934952
"min":0
935953
},
954+
"AccountAggregations":{
955+
"type":"list",
956+
"member":{"shape":"FindingAggregationAccountDetails"},
957+
"max":10,
958+
"min":1
959+
},
936960
"AccountIdsList":{
937961
"type":"list",
938962
"member":{"shape":"String"}
@@ -1814,6 +1838,28 @@
18141838
},
18151839
"documentation":"<p>Contains information about an external access finding.</p>"
18161840
},
1841+
"ExternalAccessFindingsStatistics":{
1842+
"type":"structure",
1843+
"members":{
1844+
"resourceTypeStatistics":{
1845+
"shape":"ResourceTypeStatisticsMap",
1846+
"documentation":"<p>The total number of active cross-account and public findings for each resource type of the specified external access analyzer.</p>"
1847+
},
1848+
"totalActiveFindings":{
1849+
"shape":"Integer",
1850+
"documentation":"<p>The number of active findings for the specified external access analyzer.</p>"
1851+
},
1852+
"totalArchivedFindings":{
1853+
"shape":"Integer",
1854+
"documentation":"<p>The number of archived findings for the specified external access analyzer.</p>"
1855+
},
1856+
"totalResolvedFindings":{
1857+
"shape":"Integer",
1858+
"documentation":"<p>The number of resolved findings for the specified external access analyzer.</p>"
1859+
}
1860+
},
1861+
"documentation":"<p>Provides aggregate statistics about the findings for the specified external access analyzer.</p>"
1862+
},
18171863
"FilterCriteriaMap":{
18181864
"type":"map",
18191865
"key":{"shape":"String"},
@@ -1895,6 +1941,29 @@
18951941
},
18961942
"documentation":"<p>Contains information about a finding.</p>"
18971943
},
1944+
"FindingAggregationAccountDetails":{
1945+
"type":"structure",
1946+
"members":{
1947+
"account":{
1948+
"shape":"String",
1949+
"documentation":"<p>The ID of the Amazon Web Services account for which unused access finding details are provided.</p>"
1950+
},
1951+
"numberOfActiveFindings":{
1952+
"shape":"Integer",
1953+
"documentation":"<p>The number of active unused access findings for the specified Amazon Web Services account.</p>"
1954+
},
1955+
"details":{
1956+
"shape":"FindingAggregationAccountDetailsMap",
1957+
"documentation":"<p>Provides the number of active findings for each type of unused access for the specified Amazon Web Services account.</p>"
1958+
}
1959+
},
1960+
"documentation":"<p>Contains information about the findings for an Amazon Web Services account in an organization unused access analyzer.</p>"
1961+
},
1962+
"FindingAggregationAccountDetailsMap":{
1963+
"type":"map",
1964+
"key":{"shape":"String"},
1965+
"value":{"shape":"Integer"}
1966+
},
18981967
"FindingChangeType":{
18991968
"type":"string",
19001969
"enum":[
@@ -2145,6 +2214,25 @@
21452214
"type":"list",
21462215
"member":{"shape":"FindingSummaryV2"}
21472216
},
2217+
"FindingsStatistics":{
2218+
"type":"structure",
2219+
"members":{
2220+
"externalAccessFindingsStatistics":{
2221+
"shape":"ExternalAccessFindingsStatistics",
2222+
"documentation":"<p>The aggregate statistics for an external access analyzer.</p>"
2223+
},
2224+
"unusedAccessFindingsStatistics":{
2225+
"shape":"UnusedAccessFindingsStatistics",
2226+
"documentation":"<p>The aggregate statistics for an unused access analyzer.</p>"
2227+
}
2228+
},
2229+
"documentation":"<p>Contains information about the aggregate statistics for an external or unused access analyzer. Only one parameter can be used in a <code>FindingsStatistics</code> object.</p>",
2230+
"union":true
2231+
},
2232+
"FindingsStatisticsList":{
2233+
"type":"list",
2234+
"member":{"shape":"FindingsStatistics"}
2235+
},
21482236
"GenerateFindingRecommendationRequest":{
21492237
"type":"structure",
21502238
"required":[
@@ -2552,6 +2640,29 @@
25522640
}
25532641
}
25542642
},
2643+
"GetFindingsStatisticsRequest":{
2644+
"type":"structure",
2645+
"required":["analyzerArn"],
2646+
"members":{
2647+
"analyzerArn":{
2648+
"shape":"AnalyzerArn",
2649+
"documentation":"<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> used to generate the statistics.</p>"
2650+
}
2651+
}
2652+
},
2653+
"GetFindingsStatisticsResponse":{
2654+
"type":"structure",
2655+
"members":{
2656+
"findingsStatistics":{
2657+
"shape":"FindingsStatisticsList",
2658+
"documentation":"<p>A group of external access or unused access findings statistics.</p>"
2659+
},
2660+
"lastUpdatedAt":{
2661+
"shape":"Timestamp",
2662+
"documentation":"<p>The time at which the retrieval of the findings statistics was last updated. If the findings statistics have not been previously retrieved for the specified analyzer, this field will not be populated.</p>"
2663+
}
2664+
}
2665+
},
25552666
"GetGeneratedPolicyRequest":{
25562667
"type":"structure",
25572668
"required":["jobId"],
@@ -3578,6 +3689,25 @@
35783689
"AWS::IAM::User"
35793690
]
35803691
},
3692+
"ResourceTypeDetails":{
3693+
"type":"structure",
3694+
"members":{
3695+
"totalActivePublic":{
3696+
"shape":"Integer",
3697+
"documentation":"<p>The total number of active public findings for the resource type.</p>"
3698+
},
3699+
"totalActiveCrossAccount":{
3700+
"shape":"Integer",
3701+
"documentation":"<p>The total number of active cross-account findings for the resource type.</p>"
3702+
}
3703+
},
3704+
"documentation":"<p>Contains information about the total number of active cross-account and public findings for a resource type of an external access analyzer.</p>"
3705+
},
3706+
"ResourceTypeStatisticsMap":{
3707+
"type":"map",
3708+
"key":{"shape":"ResourceType"},
3709+
"value":{"shape":"ResourceTypeDetails"}
3710+
},
35813711
"RetiringPrincipal":{"type":"string"},
35823712
"RoleArn":{
35833713
"type":"string",
@@ -4044,6 +4174,50 @@
40444174
},
40454175
"documentation":"<p>Contains information about an unused access analyzer.</p>"
40464176
},
4177+
"UnusedAccessFindingsStatistics":{
4178+
"type":"structure",
4179+
"members":{
4180+
"unusedAccessTypeStatistics":{
4181+
"shape":"UnusedAccessTypeStatisticsList",
4182+
"documentation":"<p>A list of details about the total number of findings for each type of unused access for the analyzer. </p>"
4183+
},
4184+
"topAccounts":{
4185+
"shape":"AccountAggregations",
4186+
"documentation":"<p>A list of one to ten Amazon Web Services accounts that have the most active findings for the unused access analyzer.</p>"
4187+
},
4188+
"totalActiveFindings":{
4189+
"shape":"Integer",
4190+
"documentation":"<p>The total number of active findings for the unused access analyzer.</p>"
4191+
},
4192+
"totalArchivedFindings":{
4193+
"shape":"Integer",
4194+
"documentation":"<p>The total number of archived findings for the unused access analyzer.</p>"
4195+
},
4196+
"totalResolvedFindings":{
4197+
"shape":"Integer",
4198+
"documentation":"<p>The total number of resolved findings for the unused access analyzer.</p>"
4199+
}
4200+
},
4201+
"documentation":"<p>Provides aggregate statistics about the findings for the specified unused access analyzer.</p>"
4202+
},
4203+
"UnusedAccessTypeStatistics":{
4204+
"type":"structure",
4205+
"members":{
4206+
"unusedAccessType":{
4207+
"shape":"String",
4208+
"documentation":"<p>The type of unused access.</p>"
4209+
},
4210+
"total":{
4211+
"shape":"Integer",
4212+
"documentation":"<p>The total number of findings for the specified unused access type.</p>"
4213+
}
4214+
},
4215+
"documentation":"<p>Contains information about the total number of findings for a type of unused access.</p>"
4216+
},
4217+
"UnusedAccessTypeStatisticsList":{
4218+
"type":"list",
4219+
"member":{"shape":"UnusedAccessTypeStatistics"}
4220+
},
40474221
"UnusedAction":{
40484222
"type":"structure",
40494223
"required":["action"],

botocore/data/acm-pca/2017-08-22/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,11 +890,11 @@
890890
},
891891
"CrlType":{
892892
"shape":"CrlType",
893-
"documentation":"<p>Choose whether to use a partitioned or complete CRL. Your choice determines the maximum number of certificates that the certificate authority can issue and revoke, as described in the <a href=\"https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca-connector-ad\">Amazon Web Services Private CA quotas</a>.</p> <ul> <li> <p> <code>PARTITIONED</code> - The default setting. Partitioned CRLs are an especially good option for devices that have limited processing power or storage capacity, such as certain IoT devices. Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. Each certificate that Amazon Web Services Private CA issues is bound to a specific CRL partition through the CRL distribution point (CDP) defined in <a href=\"https://datatracker.ietf.org/doc/html/rfc5280\">RFC 5280</a>.</p> <important> <p>To make sure that your client fetches the CRL from a valid endpoint, we recommend that you programmatically validate that the CRL's issuing distribution point (IDP) URI matches the certificate's CDP URI. Amazon Web Services Private CA marks the IDP extension as critical, which your client must be able to process.</p> </important> </li> <li> <p> <code>COMPLETE</code> - Amazon Web Services Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason.</p> </li> </ul>"
893+
"documentation":"<p>Specifies whether to create a complete or partitioned CRL. This setting determines the maximum number of certificates that the certificate authority can issue and revoke. For more information, see <a href=\"privateca/latest/userguide/pca.html#limits_pca\">Amazon Web Services Private CA quotas</a>.</p> <ul> <li> <p> <code>COMPLETE</code> - The default setting. Amazon Web Services Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason. Each certificate that Amazon Web Services Private CA issues is bound to a specific CRL through its CRL distribution point (CDP) extension, defined in <a href=\"https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.9\"> RFC 5280</a>.</p> </li> <li> <p> <code>PARTITIONED</code> - Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. </p> <important> <p> When using partitioned CRLs, you must validate that the CRL's associated issuing distribution point (IDP) URI matches the certificate's CDP URI to ensure the right CRL has been fetched. Amazon Web Services Private CA marks the IDP extension as critical, which your client must be able to process. </p> </important> </li> </ul>"
894894
},
895895
"CustomPath":{
896896
"shape":"CrlPathString",
897-
"documentation":"<p>Designates a custom file path in S3 for CRL(s). For example, <code>http://&lt;CustomName&gt;/&lt;CustomPath&gt;/&lt;CrlPartition_GUID&gt;.crl</code>. You can change the custom path up to five times.</p>"
897+
"documentation":"<p>Designates a custom file path in S3 for CRL(s). For example, <code>http://&lt;CustomName&gt;/ &lt;CustomPath&gt;/&lt;CrlPartition_GUID&gt;.crl</code>. </p>"
898898
}
899899
},
900900
"documentation":"<p>Contains configuration information for a certificate revocation list (CRL). Your private certificate authority (CA) creates base CRLs. Delta CRLs are not supported. You can enable CRLs for your new or an existing private CA by setting the <b>Enabled</b> parameter to <code>true</code>. Your private CA writes CRLs to an S3 bucket that you specify in the <b>S3BucketName</b> parameter. You can hide the name of your bucket by specifying a value for the <b>CustomCname</b> parameter. Your private CA by default copies the CNAME or the S3 bucket name to the <b>CRL Distribution Points</b> extension of each certificate it issues. If you want to configure this default behavior to be something different, you can set the <b>CrlDistributionPointExtensionConfiguration</b> parameter. Your S3 bucket policy must give write permission to Amazon Web Services Private CA. </p> <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption. For more information, see <a href=\"https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption\">Encrypting Your CRLs</a>.</p> <p>Your private CA uses the value in the <b>ExpirationInDays</b> parameter to calculate the <b>nextUpdate</b> field in the CRL. The CRL is refreshed prior to a certificate's expiration date or when a certificate is revoked. When a certificate is revoked, it appears in the CRL until the certificate expires, and then in one additional CRL after expiration, and it always appears in the audit report.</p> <p>A CRL is typically updated approximately 30 minutes after a certificate is revoked. If for any reason a CRL update fails, Amazon Web Services Private CA makes further attempts every 15 minutes.</p> <p>CRLs contain the following fields:</p> <ul> <li> <p> <b>Version</b>: The current version number defined in RFC 5280 is V2. The integer value is 0x1. </p> </li> <li> <p> <b>Signature Algorithm</b>: The name of the algorithm used to sign the CRL.</p> </li> <li> <p> <b>Issuer</b>: The X.500 distinguished name of your private CA that issued the CRL.</p> </li> <li> <p> <b>Last Update</b>: The issue date and time of this CRL.</p> </li> <li> <p> <b>Next Update</b>: The day and time by which the next CRL will be issued.</p> </li> <li> <p> <b>Revoked Certificates</b>: List of revoked certificates. Each list item contains the following information.</p> <ul> <li> <p> <b>Serial Number</b>: The serial number, in hexadecimal format, of the revoked certificate.</p> </li> <li> <p> <b>Revocation Date</b>: Date and time the certificate was revoked.</p> </li> <li> <p> <b>CRL Entry Extensions</b>: Optional extensions for the CRL entry.</p> <ul> <li> <p> <b>X509v3 CRL Reason Code</b>: Reason the certificate was revoked.</p> </li> </ul> </li> </ul> </li> <li> <p> <b>CRL Extensions</b>: Optional extensions for the CRL.</p> <ul> <li> <p> <b>X509v3 Authority Key Identifier</b>: Identifies the public key associated with the private key used to sign the certificate.</p> </li> <li> <p> <b>X509v3 CRL Number:</b>: Decimal sequence number for the CRL.</p> </li> </ul> </li> <li> <p> <b>Signature Algorithm</b>: Algorithm used by your private CA to sign the CRL.</p> </li> <li> <p> <b>Signature Value</b>: Signature computed over the CRL.</p> </li> </ul> <p>Certificate revocation lists created by Amazon Web Services Private CA are DER-encoded. You can use the following OpenSSL command to list a CRL.</p> <p> <code>openssl crl -inform DER -text -in <i>crl_path</i> -noout</code> </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html\">Planning a certificate revocation list (CRL)</a> in the <i>Amazon Web Services Private Certificate Authority User Guide</i> </p>"

0 commit comments

Comments
 (0)