Skip to content

Commit a835034

Browse files
authored
fix: Update AWS plugin to SDK v0.13.5 (#2661)
#### Summary <!-- Explain what problem this PR addresses --> <!--
1 parent 50160e6 commit a835034

333 files changed

Lines changed: 895 additions & 891 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plugins/source/aws/client/testing.go

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import (
1717
type TestOptions struct{}
1818

1919
func AwsMockTestHelper(t *testing.T, table *schema.Table, builder func(*testing.T, *gomock.Controller) Services, _ TestOptions) {
20+
version := "vDev"
21+
2022
table.IgnoreInTests = false
2123
t.Helper()
2224
ctrl := gomock.NewController(t)
@@ -37,13 +39,15 @@ func AwsMockTestHelper(t *testing.T, table *schema.Table, builder func(*testing.
3739

3840
p := plugins.NewSourcePlugin(
3941
table.Name,
40-
"dev",
42+
version,
4143
[]*schema.Table{
4244
table,
4345
},
4446
newTestExecutionClient)
4547
plugins.TestSourcePluginSync(t, p, l, specs.Source{
46-
Name: "dev",
47-
Tables: []string{table.Name},
48+
Name: "dev",
49+
Version: version,
50+
Tables: []string{table.Name},
51+
Destinations: []string{"mock-destination"},
4852
})
4953
}

plugins/source/aws/docs/tables/README.md

Lines changed: 227 additions & 227 deletions
Large diffs are not rendered by default.

plugins/source/aws/docs/tables/aws_accessanalyzer_analyzer_archive_rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This table depends on [`aws_accessanalyzer_analyzers`](aws_accessanalyzer_analyz
1010
## Columns
1111
| Name | Type |
1212
| ------------- | ------------- |
13-
|_cq_id (PK)|UUID|
14-
|_cq_parent_id|UUID|
1513
|_cq_source_name|String|
1614
|_cq_sync_time|Timestamp|
15+
|_cq_id (PK)|UUID|
16+
|_cq_parent_id|UUID|
1717
|account_id|String|
1818
|region|String|
1919
|analyzer_arn|String|

plugins/source/aws/docs/tables/aws_accessanalyzer_analyzer_findings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This table depends on [`aws_accessanalyzer_analyzers`](aws_accessanalyzer_analyz
1010
## Columns
1111
| Name | Type |
1212
| ------------- | ------------- |
13-
|_cq_id|UUID|
14-
|_cq_parent_id|UUID|
1513
|_cq_source_name|String|
1614
|_cq_sync_time|Timestamp|
15+
|_cq_id|UUID|
16+
|_cq_parent_id|UUID|
1717
|account_id|String|
1818
|region|String|
1919
|arn (PK)|String|

plugins/source/aws/docs/tables/aws_accessanalyzer_analyzers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The following tables depend on `aws_accessanalyzer_analyzers`:
1212
## Columns
1313
| Name | Type |
1414
| ------------- | ------------- |
15-
|_cq_id|UUID|
16-
|_cq_parent_id|UUID|
1715
|_cq_source_name|String|
1816
|_cq_sync_time|Timestamp|
17+
|_cq_id|UUID|
18+
|_cq_parent_id|UUID|
1919
|account_id|String|
2020
|region|String|
2121
|arn (PK)|String|

plugins/source/aws/docs/tables/aws_acm_certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The primary key for this table is **arn**.
88
## Columns
99
| Name | Type |
1010
| ------------- | ------------- |
11-
|_cq_id|UUID|
12-
|_cq_parent_id|UUID|
1311
|_cq_source_name|String|
1412
|_cq_sync_time|Timestamp|
13+
|_cq_id|UUID|
14+
|_cq_parent_id|UUID|
1515
|account_id|String|
1616
|region|String|
1717
|arn (PK)|String|

plugins/source/aws/docs/tables/aws_apigateway_api_keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The primary key for this table is **arn**.
88
## Columns
99
| Name | Type |
1010
| ------------- | ------------- |
11-
|_cq_id|UUID|
12-
|_cq_parent_id|UUID|
1311
|_cq_source_name|String|
1412
|_cq_sync_time|Timestamp|
13+
|_cq_id|UUID|
14+
|_cq_parent_id|UUID|
1515
|account_id|String|
1616
|region|String|
1717
|arn (PK)|String|

plugins/source/aws/docs/tables/aws_apigateway_client_certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The primary key for this table is **arn**.
88
## Columns
99
| Name | Type |
1010
| ------------- | ------------- |
11-
|_cq_id|UUID|
12-
|_cq_parent_id|UUID|
1311
|_cq_source_name|String|
1412
|_cq_sync_time|Timestamp|
13+
|_cq_id|UUID|
14+
|_cq_parent_id|UUID|
1515
|account_id|String|
1616
|region|String|
1717
|arn (PK)|String|

plugins/source/aws/docs/tables/aws_apigateway_domain_name_base_path_mappings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This table depends on [`aws_apigateway_domain_names`](aws_apigateway_domain_name
1010
## Columns
1111
| Name | Type |
1212
| ------------- | ------------- |
13-
|_cq_id (PK)|UUID|
14-
|_cq_parent_id|UUID|
1513
|_cq_source_name|String|
1614
|_cq_sync_time|Timestamp|
15+
|_cq_id (PK)|UUID|
16+
|_cq_parent_id|UUID|
1717
|account_id|String|
1818
|region|String|
1919
|domain_name_arn|String|

plugins/source/aws/docs/tables/aws_apigateway_domain_names.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ The following tables depend on `aws_apigateway_domain_names`:
1111
## Columns
1212
| Name | Type |
1313
| ------------- | ------------- |
14-
|_cq_id|UUID|
15-
|_cq_parent_id|UUID|
1614
|_cq_source_name|String|
1715
|_cq_sync_time|Timestamp|
16+
|_cq_id|UUID|
17+
|_cq_parent_id|UUID|
1818
|account_id|String|
1919
|region|String|
2020
|arn (PK)|String|

0 commit comments

Comments
 (0)