Commit 1edac1d
🐛 Fix SageMaker resource bugs; replace vpcSecurityGroups/vpcSubnets with vpc reference
- Replace vpcSecurityGroups/vpcSubnets typed lists with single vpc() aws.vpc
reference on model, trainingJob, processingJob, and cluster resources
- Deprecate vpcConfig() dict fields in favor of vpc() reference
- Add init functions for domain and modelPackageGroup to fix cross-reference
resolution from space, userProfile, and modelPackage resources
- Add missing tag filtering to getUserProfiles (was silently skipping filters)
- Remove privatePrimaryIp from clusterNode (not available from ListClusterNodes API)
- Fix cached errors becoming permanent in fetchDetails for cluster, featureGroup,
modelPackage, modelPackageGroup, modelCard, space, and userProfile
- Bump provider version to 13.12.0
- Remove KSK and kustomize from spell check expect.txt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7aba4f7 commit 1edac1d
File tree
8 files changed
+372
-438
lines changed- .github/actions/spelling
- providers/aws
- config
- resources
8 files changed
+372
-438
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | 148 | | |
150 | | - | |
151 | 149 | | |
152 | 150 | | |
153 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
| 320 | + | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
1756 | | - | |
| 1756 | + | |
1757 | 1757 | | |
1758 | | - | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
| 1758 | + | |
| 1759 | + | |
1762 | 1760 | | |
1763 | 1761 | | |
1764 | 1762 | | |
| |||
1793 | 1791 | | |
1794 | 1792 | | |
1795 | 1793 | | |
1796 | | - | |
| 1794 | + | |
1797 | 1795 | | |
1798 | | - | |
1799 | | - | |
1800 | | - | |
1801 | | - | |
| 1796 | + | |
| 1797 | + | |
1802 | 1798 | | |
1803 | 1799 | | |
1804 | 1800 | | |
| |||
1835 | 1831 | | |
1836 | 1832 | | |
1837 | 1833 | | |
1838 | | - | |
| 1834 | + | |
1839 | 1835 | | |
1840 | | - | |
1841 | | - | |
1842 | | - | |
1843 | | - | |
| 1836 | + | |
| 1837 | + | |
1844 | 1838 | | |
1845 | 1839 | | |
1846 | 1840 | | |
| |||
1981 | 1975 | | |
1982 | 1976 | | |
1983 | 1977 | | |
1984 | | - | |
| 1978 | + | |
1985 | 1979 | | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
| 1980 | + | |
| 1981 | + | |
1990 | 1982 | | |
1991 | 1983 | | |
1992 | 1984 | | |
| |||
2013 | 2005 | | |
2014 | 2006 | | |
2015 | 2007 | | |
2016 | | - | |
2017 | | - | |
2018 | 2008 | | |
2019 | 2009 | | |
2020 | 2010 | | |
| |||
0 commit comments