Skip to content

Commit

Permalink
Merge pull request #922 from endgame/nixpkgs-update-gen
Browse files Browse the repository at this point in the history
Nixpkgs update gen
  • Loading branch information
endgame authored Jun 30, 2023
2 parents ba38c75 + e802652 commit fbdf8e8
Show file tree
Hide file tree
Showing 21,314 changed files with 78,770 additions and 51,496 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ instance Core.AWSRequest ApplyArchiveRule where

instance Prelude.Hashable ApplyArchiveRule where
hashWithSalt _salt ApplyArchiveRule' {..} =
_salt `Prelude.hashWithSalt` clientToken
_salt
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` analyzerArn
`Prelude.hashWithSalt` ruleName

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ instance Core.AWSRequest CreateAccessPreview where

instance Prelude.Hashable CreateAccessPreview where
hashWithSalt _salt CreateAccessPreview' {..} =
_salt `Prelude.hashWithSalt` clientToken
_salt
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` analyzerArn
`Prelude.hashWithSalt` configurations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ instance Core.AWSRequest CreateAnalyzer where

instance Prelude.Hashable CreateAnalyzer where
hashWithSalt _salt CreateAnalyzer' {..} =
_salt `Prelude.hashWithSalt` archiveRules
_salt
`Prelude.hashWithSalt` archiveRules
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` tags
`Prelude.hashWithSalt` analyzerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ instance Core.AWSRequest CreateArchiveRule where

instance Prelude.Hashable CreateArchiveRule where
hashWithSalt _salt CreateArchiveRule' {..} =
_salt `Prelude.hashWithSalt` clientToken
_salt
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` analyzerName
`Prelude.hashWithSalt` ruleName
`Prelude.hashWithSalt` filter'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ instance Core.AWSRequest DeleteAnalyzer where

instance Prelude.Hashable DeleteAnalyzer where
hashWithSalt _salt DeleteAnalyzer' {..} =
_salt `Prelude.hashWithSalt` clientToken
_salt
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` analyzerName

instance Prelude.NFData DeleteAnalyzer where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ instance Core.AWSRequest DeleteArchiveRule where

instance Prelude.Hashable DeleteArchiveRule where
hashWithSalt _salt DeleteArchiveRule' {..} =
_salt `Prelude.hashWithSalt` clientToken
_salt
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` analyzerName
`Prelude.hashWithSalt` ruleName

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ instance Core.AWSRequest GetAccessPreview where

instance Prelude.Hashable GetAccessPreview where
hashWithSalt _salt GetAccessPreview' {..} =
_salt `Prelude.hashWithSalt` accessPreviewId
_salt
`Prelude.hashWithSalt` accessPreviewId
`Prelude.hashWithSalt` analyzerArn

instance Prelude.NFData GetAccessPreview where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ instance Core.AWSRequest GetAnalyzedResource where

instance Prelude.Hashable GetAnalyzedResource where
hashWithSalt _salt GetAnalyzedResource' {..} =
_salt `Prelude.hashWithSalt` analyzerArn
_salt
`Prelude.hashWithSalt` analyzerArn
`Prelude.hashWithSalt` resourceArn

instance Prelude.NFData GetAnalyzedResource where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ instance Core.AWSRequest GetArchiveRule where

instance Prelude.Hashable GetArchiveRule where
hashWithSalt _salt GetArchiveRule' {..} =
_salt `Prelude.hashWithSalt` analyzerName
_salt
`Prelude.hashWithSalt` analyzerName
`Prelude.hashWithSalt` ruleName

instance Prelude.NFData GetArchiveRule where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ instance Core.AWSRequest GetFinding where

instance Prelude.Hashable GetFinding where
hashWithSalt _salt GetFinding' {..} =
_salt `Prelude.hashWithSalt` analyzerArn
_salt
`Prelude.hashWithSalt` analyzerArn
`Prelude.hashWithSalt` id

instance Prelude.NFData GetFinding where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,21 @@ instance Core.AWSPager ListAccessPreviewFindings where
| Core.stop
( rs
Lens.^? listAccessPreviewFindingsResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
( rs
Lens.^. listAccessPreviewFindingsResponse_findings
) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listAccessPreviewFindings_nextToken
Lens..~ rs
Lens.^? listAccessPreviewFindingsResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just

instance Core.AWSRequest ListAccessPreviewFindings where
type
Expand All @@ -169,7 +169,8 @@ instance Core.AWSRequest ListAccessPreviewFindings where

instance Prelude.Hashable ListAccessPreviewFindings where
hashWithSalt _salt ListAccessPreviewFindings' {..} =
_salt `Prelude.hashWithSalt` filter'
_salt
`Prelude.hashWithSalt` filter'
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` accessPreviewId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,21 @@ instance Core.AWSPager ListAccessPreviews where
| Core.stop
( rs
Lens.^? listAccessPreviewsResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
( rs
Lens.^. listAccessPreviewsResponse_accessPreviews
) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listAccessPreviews_nextToken
Lens..~ rs
Lens.^? listAccessPreviewsResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just

instance Core.AWSRequest ListAccessPreviews where
type
Expand All @@ -138,14 +138,16 @@ instance Core.AWSRequest ListAccessPreviews where
ListAccessPreviewsResponse'
Prelude.<$> (x Data..?> "nextToken")
Prelude.<*> (Prelude.pure (Prelude.fromEnum s))
Prelude.<*> ( x Data..?> "accessPreviews"
Prelude.<*> ( x
Data..?> "accessPreviews"
Core..!@ Prelude.mempty
)
)

instance Prelude.Hashable ListAccessPreviews where
hashWithSalt _salt ListAccessPreviews' {..} =
_salt `Prelude.hashWithSalt` maxResults
_salt
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` analyzerArn

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,21 @@ instance Core.AWSPager ListAnalyzedResources where
| Core.stop
( rs
Lens.^? listAnalyzedResourcesResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
( rs
Lens.^. listAnalyzedResourcesResponse_analyzedResources
) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listAnalyzedResources_nextToken
Lens..~ rs
Lens.^? listAnalyzedResourcesResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just

instance Core.AWSRequest ListAnalyzedResources where
type
Expand All @@ -152,14 +152,16 @@ instance Core.AWSRequest ListAnalyzedResources where
ListAnalyzedResourcesResponse'
Prelude.<$> (x Data..?> "nextToken")
Prelude.<*> (Prelude.pure (Prelude.fromEnum s))
Prelude.<*> ( x Data..?> "analyzedResources"
Prelude.<*> ( x
Data..?> "analyzedResources"
Core..!@ Prelude.mempty
)
)

instance Prelude.Hashable ListAnalyzedResources where
hashWithSalt _salt ListAnalyzedResources' {..} =
_salt `Prelude.hashWithSalt` maxResults
_salt
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` resourceType
`Prelude.hashWithSalt` analyzerArn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,20 @@ instance Core.AWSPager ListAnalyzers where
page rq rs
| Core.stop
( rs
Lens.^? listAnalyzersResponse_nextToken Prelude.. Lens._Just
Lens.^? listAnalyzersResponse_nextToken
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
(rs Lens.^. listAnalyzersResponse_analyzers) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listAnalyzers_nextToken
Lens..~ rs
Lens.^? listAnalyzersResponse_nextToken Prelude.. Lens._Just
Lens.^? listAnalyzersResponse_nextToken
Prelude.. Lens._Just

instance Core.AWSRequest ListAnalyzers where
type
Expand All @@ -133,7 +135,8 @@ instance Core.AWSRequest ListAnalyzers where

instance Prelude.Hashable ListAnalyzers where
hashWithSalt _salt ListAnalyzers' {..} =
_salt `Prelude.hashWithSalt` maxResults
_salt
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` type'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ instance Core.AWSPager ListArchiveRules where
| Core.stop
( rs
Lens.^? listArchiveRulesResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
(rs Lens.^. listArchiveRulesResponse_archiveRules) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listArchiveRules_nextToken
Lens..~ rs
Lens.^? listArchiveRulesResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just

instance Core.AWSRequest ListArchiveRules where
type
Expand All @@ -137,7 +137,8 @@ instance Core.AWSRequest ListArchiveRules where

instance Prelude.Hashable ListArchiveRules where
hashWithSalt _salt ListArchiveRules' {..} =
_salt `Prelude.hashWithSalt` maxResults
_salt
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` analyzerName

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,20 @@ instance Core.AWSPager ListFindings where
page rq rs
| Core.stop
( rs
Lens.^? listFindingsResponse_nextToken Prelude.. Lens._Just
Lens.^? listFindingsResponse_nextToken
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
(rs Lens.^. listFindingsResponse_findings) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listFindings_nextToken
Lens..~ rs
Lens.^? listFindingsResponse_nextToken Prelude.. Lens._Just
Lens.^? listFindingsResponse_nextToken
Prelude.. Lens._Just

instance Core.AWSRequest ListFindings where
type AWSResponse ListFindings = ListFindingsResponse
Expand All @@ -164,7 +166,8 @@ instance Core.AWSRequest ListFindings where

instance Prelude.Hashable ListFindings where
hashWithSalt _salt ListFindings' {..} =
_salt `Prelude.hashWithSalt` filter'
_salt
`Prelude.hashWithSalt` filter'
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` sort
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@ instance Core.AWSPager ListPolicyGenerations where
| Core.stop
( rs
Lens.^? listPolicyGenerationsResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just
) =
Prelude.Nothing
Prelude.Nothing
| Core.stop
( rs
Lens.^. listPolicyGenerationsResponse_policyGenerations
) =
Prelude.Nothing
Prelude.Nothing
| Prelude.otherwise =
Prelude.Just Prelude.$
rq
Prelude.Just
Prelude.$ rq
Prelude.& listPolicyGenerations_nextToken
Lens..~ rs
Lens.^? listPolicyGenerationsResponse_nextToken
Prelude.. Lens._Just
Prelude.. Lens._Just

instance Core.AWSRequest ListPolicyGenerations where
type
Expand All @@ -137,14 +137,16 @@ instance Core.AWSRequest ListPolicyGenerations where
ListPolicyGenerationsResponse'
Prelude.<$> (x Data..?> "nextToken")
Prelude.<*> (Prelude.pure (Prelude.fromEnum s))
Prelude.<*> ( x Data..?> "policyGenerations"
Prelude.<*> ( x
Data..?> "policyGenerations"
Core..!@ Prelude.mempty
)
)

instance Prelude.Hashable ListPolicyGenerations where
hashWithSalt _salt ListPolicyGenerations' {..} =
_salt `Prelude.hashWithSalt` maxResults
_salt
`Prelude.hashWithSalt` maxResults
`Prelude.hashWithSalt` nextToken
`Prelude.hashWithSalt` principalArn

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ instance Core.AWSRequest StartPolicyGeneration where

instance Prelude.Hashable StartPolicyGeneration where
hashWithSalt _salt StartPolicyGeneration' {..} =
_salt `Prelude.hashWithSalt` clientToken
_salt
`Prelude.hashWithSalt` clientToken
`Prelude.hashWithSalt` cloudTrailDetails
`Prelude.hashWithSalt` policyGenerationDetails

Expand Down
Loading

0 comments on commit fbdf8e8

Please sign in to comment.