aws-sdk-proton 1.59.0 → 1.61.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7d2bdc3a992dbe70101a2b316b107ea33bea0d58594a5e7636323b0062ce5f2
4
- data.tar.gz: d346927ddd7c2f016ead99f784092323635338d058e5a52c7bfa162ca6971fa6
3
+ metadata.gz: f79c9492d3a6f543d02b0efa0c56a853aa1cf3939ddcfc08ecba89b3bd528a69
4
+ data.tar.gz: 05ca952206d2e02c0243a4bd626805ceee7f5fda15782d6bb571ade415537c09
5
5
  SHA512:
6
- metadata.gz: 538b9d70e27db6d9f5b98c10c483993383f971f3356cdca20e16555a429f5e0caa30b26bfcd1c21755d9e48b1e1f42afb9e8b7cf09e5a5f67792bd48a1104f4e
7
- data.tar.gz: ae10e19a99e5c9ecbe34d801f58b7fba9709f2f46777af0ecd8592cc81608e9c728310670c815cc76388152ef47ccd98849f18af1c564d9c35bfc9a5baf55855
6
+ metadata.gz: ad205a3efed035fb0c7c8e3e4f00c0bcb0936167a63153162575ff52c513aa70486250d2f3c88ea435b97957e6942ba2a59beeacc69e5cf5f158d2beadc73266
7
+ data.tar.gz: 9627dfa639399f848e53e2958e1b6ce6d9bbe3f64b51684c34bc85b4c8d3ea770d9ca562ff85cc82e560f05fb9e0640f2035d6f4f672214b27e40df2f6feb97d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2025-10-07)
5
+ ------------------
6
+
7
+ * Feature - Deprecating APIs in AWS Proton namespace.
8
+
9
+ 1.60.0 (2025-08-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.59.0 (2025-08-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.61.0
@@ -6186,7 +6186,7 @@ module Aws::Proton
6186
6186
  tracer: tracer
6187
6187
  )
6188
6188
  context[:gem_name] = 'aws-sdk-proton'
6189
- context[:gem_version] = '1.59.0'
6189
+ context[:gem_version] = '1.61.0'
6190
6190
  Seahorse::Client::Request.new(handlers, context)
6191
6191
  end
6192
6192
 
@@ -1711,6 +1711,7 @@ module Aws::Proton
1711
1711
  o.name = "AcceptEnvironmentAccountConnection"
1712
1712
  o.http_method = "POST"
1713
1713
  o.http_request_uri = "/"
1714
+ o.deprecated = true
1714
1715
  o.input = Shapes::ShapeRef.new(shape: AcceptEnvironmentAccountConnectionInput)
1715
1716
  o.output = Shapes::ShapeRef.new(shape: AcceptEnvironmentAccountConnectionOutput)
1716
1717
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1725,6 +1726,7 @@ module Aws::Proton
1725
1726
  o.name = "CancelComponentDeployment"
1726
1727
  o.http_method = "POST"
1727
1728
  o.http_request_uri = "/"
1729
+ o.deprecated = true
1728
1730
  o.input = Shapes::ShapeRef.new(shape: CancelComponentDeploymentInput)
1729
1731
  o.output = Shapes::ShapeRef.new(shape: CancelComponentDeploymentOutput)
1730
1732
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1739,6 +1741,7 @@ module Aws::Proton
1739
1741
  o.name = "CancelEnvironmentDeployment"
1740
1742
  o.http_method = "POST"
1741
1743
  o.http_request_uri = "/"
1744
+ o.deprecated = true
1742
1745
  o.input = Shapes::ShapeRef.new(shape: CancelEnvironmentDeploymentInput)
1743
1746
  o.output = Shapes::ShapeRef.new(shape: CancelEnvironmentDeploymentOutput)
1744
1747
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1753,6 +1756,7 @@ module Aws::Proton
1753
1756
  o.name = "CancelServiceInstanceDeployment"
1754
1757
  o.http_method = "POST"
1755
1758
  o.http_request_uri = "/"
1759
+ o.deprecated = true
1756
1760
  o.input = Shapes::ShapeRef.new(shape: CancelServiceInstanceDeploymentInput)
1757
1761
  o.output = Shapes::ShapeRef.new(shape: CancelServiceInstanceDeploymentOutput)
1758
1762
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1767,6 +1771,7 @@ module Aws::Proton
1767
1771
  o.name = "CancelServicePipelineDeployment"
1768
1772
  o.http_method = "POST"
1769
1773
  o.http_request_uri = "/"
1774
+ o.deprecated = true
1770
1775
  o.input = Shapes::ShapeRef.new(shape: CancelServicePipelineDeploymentInput)
1771
1776
  o.output = Shapes::ShapeRef.new(shape: CancelServicePipelineDeploymentOutput)
1772
1777
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1781,6 +1786,7 @@ module Aws::Proton
1781
1786
  o.name = "CreateComponent"
1782
1787
  o.http_method = "POST"
1783
1788
  o.http_request_uri = "/"
1789
+ o.deprecated = true
1784
1790
  o.input = Shapes::ShapeRef.new(shape: CreateComponentInput)
1785
1791
  o.output = Shapes::ShapeRef.new(shape: CreateComponentOutput)
1786
1792
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1796,6 +1802,7 @@ module Aws::Proton
1796
1802
  o.name = "CreateEnvironment"
1797
1803
  o.http_method = "POST"
1798
1804
  o.http_request_uri = "/"
1805
+ o.deprecated = true
1799
1806
  o.input = Shapes::ShapeRef.new(shape: CreateEnvironmentInput)
1800
1807
  o.output = Shapes::ShapeRef.new(shape: CreateEnvironmentOutput)
1801
1808
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1811,6 +1818,7 @@ module Aws::Proton
1811
1818
  o.name = "CreateEnvironmentAccountConnection"
1812
1819
  o.http_method = "POST"
1813
1820
  o.http_request_uri = "/"
1821
+ o.deprecated = true
1814
1822
  o.input = Shapes::ShapeRef.new(shape: CreateEnvironmentAccountConnectionInput)
1815
1823
  o.output = Shapes::ShapeRef.new(shape: CreateEnvironmentAccountConnectionOutput)
1816
1824
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1825,6 +1833,7 @@ module Aws::Proton
1825
1833
  o.name = "CreateEnvironmentTemplate"
1826
1834
  o.http_method = "POST"
1827
1835
  o.http_request_uri = "/"
1836
+ o.deprecated = true
1828
1837
  o.input = Shapes::ShapeRef.new(shape: CreateEnvironmentTemplateInput)
1829
1838
  o.output = Shapes::ShapeRef.new(shape: CreateEnvironmentTemplateOutput)
1830
1839
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1839,6 +1848,7 @@ module Aws::Proton
1839
1848
  o.name = "CreateEnvironmentTemplateVersion"
1840
1849
  o.http_method = "POST"
1841
1850
  o.http_request_uri = "/"
1851
+ o.deprecated = true
1842
1852
  o.input = Shapes::ShapeRef.new(shape: CreateEnvironmentTemplateVersionInput)
1843
1853
  o.output = Shapes::ShapeRef.new(shape: CreateEnvironmentTemplateVersionOutput)
1844
1854
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1854,6 +1864,7 @@ module Aws::Proton
1854
1864
  o.name = "CreateRepository"
1855
1865
  o.http_method = "POST"
1856
1866
  o.http_request_uri = "/"
1867
+ o.deprecated = true
1857
1868
  o.input = Shapes::ShapeRef.new(shape: CreateRepositoryInput)
1858
1869
  o.output = Shapes::ShapeRef.new(shape: CreateRepositoryOutput)
1859
1870
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1868,6 +1879,7 @@ module Aws::Proton
1868
1879
  o.name = "CreateService"
1869
1880
  o.http_method = "POST"
1870
1881
  o.http_request_uri = "/"
1882
+ o.deprecated = true
1871
1883
  o.input = Shapes::ShapeRef.new(shape: CreateServiceInput)
1872
1884
  o.output = Shapes::ShapeRef.new(shape: CreateServiceOutput)
1873
1885
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1883,6 +1895,7 @@ module Aws::Proton
1883
1895
  o.name = "CreateServiceInstance"
1884
1896
  o.http_method = "POST"
1885
1897
  o.http_request_uri = "/"
1898
+ o.deprecated = true
1886
1899
  o.input = Shapes::ShapeRef.new(shape: CreateServiceInstanceInput)
1887
1900
  o.output = Shapes::ShapeRef.new(shape: CreateServiceInstanceOutput)
1888
1901
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1897,6 +1910,7 @@ module Aws::Proton
1897
1910
  o.name = "CreateServiceSyncConfig"
1898
1911
  o.http_method = "POST"
1899
1912
  o.http_request_uri = "/"
1913
+ o.deprecated = true
1900
1914
  o.input = Shapes::ShapeRef.new(shape: CreateServiceSyncConfigInput)
1901
1915
  o.output = Shapes::ShapeRef.new(shape: CreateServiceSyncConfigOutput)
1902
1916
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1911,6 +1925,7 @@ module Aws::Proton
1911
1925
  o.name = "CreateServiceTemplate"
1912
1926
  o.http_method = "POST"
1913
1927
  o.http_request_uri = "/"
1928
+ o.deprecated = true
1914
1929
  o.input = Shapes::ShapeRef.new(shape: CreateServiceTemplateInput)
1915
1930
  o.output = Shapes::ShapeRef.new(shape: CreateServiceTemplateOutput)
1916
1931
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1925,6 +1940,7 @@ module Aws::Proton
1925
1940
  o.name = "CreateServiceTemplateVersion"
1926
1941
  o.http_method = "POST"
1927
1942
  o.http_request_uri = "/"
1943
+ o.deprecated = true
1928
1944
  o.input = Shapes::ShapeRef.new(shape: CreateServiceTemplateVersionInput)
1929
1945
  o.output = Shapes::ShapeRef.new(shape: CreateServiceTemplateVersionOutput)
1930
1946
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1940,6 +1956,7 @@ module Aws::Proton
1940
1956
  o.name = "CreateTemplateSyncConfig"
1941
1957
  o.http_method = "POST"
1942
1958
  o.http_request_uri = "/"
1959
+ o.deprecated = true
1943
1960
  o.input = Shapes::ShapeRef.new(shape: CreateTemplateSyncConfigInput)
1944
1961
  o.output = Shapes::ShapeRef.new(shape: CreateTemplateSyncConfigOutput)
1945
1962
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1954,6 +1971,7 @@ module Aws::Proton
1954
1971
  o.name = "DeleteComponent"
1955
1972
  o.http_method = "POST"
1956
1973
  o.http_request_uri = "/"
1974
+ o.deprecated = true
1957
1975
  o.input = Shapes::ShapeRef.new(shape: DeleteComponentInput)
1958
1976
  o.output = Shapes::ShapeRef.new(shape: DeleteComponentOutput)
1959
1977
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1968,6 +1986,7 @@ module Aws::Proton
1968
1986
  o.name = "DeleteDeployment"
1969
1987
  o.http_method = "POST"
1970
1988
  o.http_request_uri = "/"
1989
+ o.deprecated = true
1971
1990
  o.input = Shapes::ShapeRef.new(shape: DeleteDeploymentInput)
1972
1991
  o.output = Shapes::ShapeRef.new(shape: DeleteDeploymentOutput)
1973
1992
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1981,6 +2000,7 @@ module Aws::Proton
1981
2000
  o.name = "DeleteEnvironment"
1982
2001
  o.http_method = "POST"
1983
2002
  o.http_request_uri = "/"
2003
+ o.deprecated = true
1984
2004
  o.input = Shapes::ShapeRef.new(shape: DeleteEnvironmentInput)
1985
2005
  o.output = Shapes::ShapeRef.new(shape: DeleteEnvironmentOutput)
1986
2006
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1995,6 +2015,7 @@ module Aws::Proton
1995
2015
  o.name = "DeleteEnvironmentAccountConnection"
1996
2016
  o.http_method = "POST"
1997
2017
  o.http_request_uri = "/"
2018
+ o.deprecated = true
1998
2019
  o.input = Shapes::ShapeRef.new(shape: DeleteEnvironmentAccountConnectionInput)
1999
2020
  o.output = Shapes::ShapeRef.new(shape: DeleteEnvironmentAccountConnectionOutput)
2000
2021
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2009,6 +2030,7 @@ module Aws::Proton
2009
2030
  o.name = "DeleteEnvironmentTemplate"
2010
2031
  o.http_method = "POST"
2011
2032
  o.http_request_uri = "/"
2033
+ o.deprecated = true
2012
2034
  o.input = Shapes::ShapeRef.new(shape: DeleteEnvironmentTemplateInput)
2013
2035
  o.output = Shapes::ShapeRef.new(shape: DeleteEnvironmentTemplateOutput)
2014
2036
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2023,6 +2045,7 @@ module Aws::Proton
2023
2045
  o.name = "DeleteEnvironmentTemplateVersion"
2024
2046
  o.http_method = "POST"
2025
2047
  o.http_request_uri = "/"
2048
+ o.deprecated = true
2026
2049
  o.input = Shapes::ShapeRef.new(shape: DeleteEnvironmentTemplateVersionInput)
2027
2050
  o.output = Shapes::ShapeRef.new(shape: DeleteEnvironmentTemplateVersionOutput)
2028
2051
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2037,6 +2060,7 @@ module Aws::Proton
2037
2060
  o.name = "DeleteRepository"
2038
2061
  o.http_method = "POST"
2039
2062
  o.http_request_uri = "/"
2063
+ o.deprecated = true
2040
2064
  o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryInput)
2041
2065
  o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryOutput)
2042
2066
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2051,6 +2075,7 @@ module Aws::Proton
2051
2075
  o.name = "DeleteService"
2052
2076
  o.http_method = "POST"
2053
2077
  o.http_request_uri = "/"
2078
+ o.deprecated = true
2054
2079
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceInput)
2055
2080
  o.output = Shapes::ShapeRef.new(shape: DeleteServiceOutput)
2056
2081
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2065,6 +2090,7 @@ module Aws::Proton
2065
2090
  o.name = "DeleteServiceSyncConfig"
2066
2091
  o.http_method = "POST"
2067
2092
  o.http_request_uri = "/"
2093
+ o.deprecated = true
2068
2094
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceSyncConfigInput)
2069
2095
  o.output = Shapes::ShapeRef.new(shape: DeleteServiceSyncConfigOutput)
2070
2096
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2079,6 +2105,7 @@ module Aws::Proton
2079
2105
  o.name = "DeleteServiceTemplate"
2080
2106
  o.http_method = "POST"
2081
2107
  o.http_request_uri = "/"
2108
+ o.deprecated = true
2082
2109
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceTemplateInput)
2083
2110
  o.output = Shapes::ShapeRef.new(shape: DeleteServiceTemplateOutput)
2084
2111
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2093,6 +2120,7 @@ module Aws::Proton
2093
2120
  o.name = "DeleteServiceTemplateVersion"
2094
2121
  o.http_method = "POST"
2095
2122
  o.http_request_uri = "/"
2123
+ o.deprecated = true
2096
2124
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceTemplateVersionInput)
2097
2125
  o.output = Shapes::ShapeRef.new(shape: DeleteServiceTemplateVersionOutput)
2098
2126
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2107,6 +2135,7 @@ module Aws::Proton
2107
2135
  o.name = "DeleteTemplateSyncConfig"
2108
2136
  o.http_method = "POST"
2109
2137
  o.http_request_uri = "/"
2138
+ o.deprecated = true
2110
2139
  o.input = Shapes::ShapeRef.new(shape: DeleteTemplateSyncConfigInput)
2111
2140
  o.output = Shapes::ShapeRef.new(shape: DeleteTemplateSyncConfigOutput)
2112
2141
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2121,6 +2150,7 @@ module Aws::Proton
2121
2150
  o.name = "GetAccountSettings"
2122
2151
  o.http_method = "POST"
2123
2152
  o.http_request_uri = "/"
2153
+ o.deprecated = true
2124
2154
  o.input = Shapes::ShapeRef.new(shape: GetAccountSettingsInput)
2125
2155
  o.output = Shapes::ShapeRef.new(shape: GetAccountSettingsOutput)
2126
2156
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2134,6 +2164,7 @@ module Aws::Proton
2134
2164
  o.name = "GetComponent"
2135
2165
  o.http_method = "POST"
2136
2166
  o.http_request_uri = "/"
2167
+ o.deprecated = true
2137
2168
  o.input = Shapes::ShapeRef.new(shape: GetComponentInput)
2138
2169
  o.output = Shapes::ShapeRef.new(shape: GetComponentOutput)
2139
2170
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2147,6 +2178,7 @@ module Aws::Proton
2147
2178
  o.name = "GetDeployment"
2148
2179
  o.http_method = "POST"
2149
2180
  o.http_request_uri = "/"
2181
+ o.deprecated = true
2150
2182
  o.input = Shapes::ShapeRef.new(shape: GetDeploymentInput)
2151
2183
  o.output = Shapes::ShapeRef.new(shape: GetDeploymentOutput)
2152
2184
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2160,6 +2192,7 @@ module Aws::Proton
2160
2192
  o.name = "GetEnvironment"
2161
2193
  o.http_method = "POST"
2162
2194
  o.http_request_uri = "/"
2195
+ o.deprecated = true
2163
2196
  o.input = Shapes::ShapeRef.new(shape: GetEnvironmentInput)
2164
2197
  o.output = Shapes::ShapeRef.new(shape: GetEnvironmentOutput)
2165
2198
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2173,6 +2206,7 @@ module Aws::Proton
2173
2206
  o.name = "GetEnvironmentAccountConnection"
2174
2207
  o.http_method = "POST"
2175
2208
  o.http_request_uri = "/"
2209
+ o.deprecated = true
2176
2210
  o.input = Shapes::ShapeRef.new(shape: GetEnvironmentAccountConnectionInput)
2177
2211
  o.output = Shapes::ShapeRef.new(shape: GetEnvironmentAccountConnectionOutput)
2178
2212
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2186,6 +2220,7 @@ module Aws::Proton
2186
2220
  o.name = "GetEnvironmentTemplate"
2187
2221
  o.http_method = "POST"
2188
2222
  o.http_request_uri = "/"
2223
+ o.deprecated = true
2189
2224
  o.input = Shapes::ShapeRef.new(shape: GetEnvironmentTemplateInput)
2190
2225
  o.output = Shapes::ShapeRef.new(shape: GetEnvironmentTemplateOutput)
2191
2226
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2199,6 +2234,7 @@ module Aws::Proton
2199
2234
  o.name = "GetEnvironmentTemplateVersion"
2200
2235
  o.http_method = "POST"
2201
2236
  o.http_request_uri = "/"
2237
+ o.deprecated = true
2202
2238
  o.input = Shapes::ShapeRef.new(shape: GetEnvironmentTemplateVersionInput)
2203
2239
  o.output = Shapes::ShapeRef.new(shape: GetEnvironmentTemplateVersionOutput)
2204
2240
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2212,6 +2248,7 @@ module Aws::Proton
2212
2248
  o.name = "GetRepository"
2213
2249
  o.http_method = "POST"
2214
2250
  o.http_request_uri = "/"
2251
+ o.deprecated = true
2215
2252
  o.input = Shapes::ShapeRef.new(shape: GetRepositoryInput)
2216
2253
  o.output = Shapes::ShapeRef.new(shape: GetRepositoryOutput)
2217
2254
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2225,6 +2262,7 @@ module Aws::Proton
2225
2262
  o.name = "GetRepositorySyncStatus"
2226
2263
  o.http_method = "POST"
2227
2264
  o.http_request_uri = "/"
2265
+ o.deprecated = true
2228
2266
  o.input = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusInput)
2229
2267
  o.output = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusOutput)
2230
2268
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2238,6 +2276,7 @@ module Aws::Proton
2238
2276
  o.name = "GetResourcesSummary"
2239
2277
  o.http_method = "POST"
2240
2278
  o.http_request_uri = "/"
2279
+ o.deprecated = true
2241
2280
  o.input = Shapes::ShapeRef.new(shape: GetResourcesSummaryInput)
2242
2281
  o.output = Shapes::ShapeRef.new(shape: GetResourcesSummaryOutput)
2243
2282
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2250,6 +2289,7 @@ module Aws::Proton
2250
2289
  o.name = "GetService"
2251
2290
  o.http_method = "POST"
2252
2291
  o.http_request_uri = "/"
2292
+ o.deprecated = true
2253
2293
  o.input = Shapes::ShapeRef.new(shape: GetServiceInput)
2254
2294
  o.output = Shapes::ShapeRef.new(shape: GetServiceOutput)
2255
2295
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2263,6 +2303,7 @@ module Aws::Proton
2263
2303
  o.name = "GetServiceInstance"
2264
2304
  o.http_method = "POST"
2265
2305
  o.http_request_uri = "/"
2306
+ o.deprecated = true
2266
2307
  o.input = Shapes::ShapeRef.new(shape: GetServiceInstanceInput)
2267
2308
  o.output = Shapes::ShapeRef.new(shape: GetServiceInstanceOutput)
2268
2309
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2276,6 +2317,7 @@ module Aws::Proton
2276
2317
  o.name = "GetServiceInstanceSyncStatus"
2277
2318
  o.http_method = "POST"
2278
2319
  o.http_request_uri = "/"
2320
+ o.deprecated = true
2279
2321
  o.input = Shapes::ShapeRef.new(shape: GetServiceInstanceSyncStatusInput)
2280
2322
  o.output = Shapes::ShapeRef.new(shape: GetServiceInstanceSyncStatusOutput)
2281
2323
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2289,6 +2331,7 @@ module Aws::Proton
2289
2331
  o.name = "GetServiceSyncBlockerSummary"
2290
2332
  o.http_method = "POST"
2291
2333
  o.http_request_uri = "/"
2334
+ o.deprecated = true
2292
2335
  o.input = Shapes::ShapeRef.new(shape: GetServiceSyncBlockerSummaryInput)
2293
2336
  o.output = Shapes::ShapeRef.new(shape: GetServiceSyncBlockerSummaryOutput)
2294
2337
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2302,6 +2345,7 @@ module Aws::Proton
2302
2345
  o.name = "GetServiceSyncConfig"
2303
2346
  o.http_method = "POST"
2304
2347
  o.http_request_uri = "/"
2348
+ o.deprecated = true
2305
2349
  o.input = Shapes::ShapeRef.new(shape: GetServiceSyncConfigInput)
2306
2350
  o.output = Shapes::ShapeRef.new(shape: GetServiceSyncConfigOutput)
2307
2351
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2315,6 +2359,7 @@ module Aws::Proton
2315
2359
  o.name = "GetServiceTemplate"
2316
2360
  o.http_method = "POST"
2317
2361
  o.http_request_uri = "/"
2362
+ o.deprecated = true
2318
2363
  o.input = Shapes::ShapeRef.new(shape: GetServiceTemplateInput)
2319
2364
  o.output = Shapes::ShapeRef.new(shape: GetServiceTemplateOutput)
2320
2365
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2328,6 +2373,7 @@ module Aws::Proton
2328
2373
  o.name = "GetServiceTemplateVersion"
2329
2374
  o.http_method = "POST"
2330
2375
  o.http_request_uri = "/"
2376
+ o.deprecated = true
2331
2377
  o.input = Shapes::ShapeRef.new(shape: GetServiceTemplateVersionInput)
2332
2378
  o.output = Shapes::ShapeRef.new(shape: GetServiceTemplateVersionOutput)
2333
2379
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2341,6 +2387,7 @@ module Aws::Proton
2341
2387
  o.name = "GetTemplateSyncConfig"
2342
2388
  o.http_method = "POST"
2343
2389
  o.http_request_uri = "/"
2390
+ o.deprecated = true
2344
2391
  o.input = Shapes::ShapeRef.new(shape: GetTemplateSyncConfigInput)
2345
2392
  o.output = Shapes::ShapeRef.new(shape: GetTemplateSyncConfigOutput)
2346
2393
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2354,6 +2401,7 @@ module Aws::Proton
2354
2401
  o.name = "GetTemplateSyncStatus"
2355
2402
  o.http_method = "POST"
2356
2403
  o.http_request_uri = "/"
2404
+ o.deprecated = true
2357
2405
  o.input = Shapes::ShapeRef.new(shape: GetTemplateSyncStatusInput)
2358
2406
  o.output = Shapes::ShapeRef.new(shape: GetTemplateSyncStatusOutput)
2359
2407
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2367,6 +2415,7 @@ module Aws::Proton
2367
2415
  o.name = "ListComponentOutputs"
2368
2416
  o.http_method = "POST"
2369
2417
  o.http_request_uri = "/"
2418
+ o.deprecated = true
2370
2419
  o.input = Shapes::ShapeRef.new(shape: ListComponentOutputsInput)
2371
2420
  o.output = Shapes::ShapeRef.new(shape: ListComponentOutputsOutput)
2372
2421
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2385,6 +2434,7 @@ module Aws::Proton
2385
2434
  o.name = "ListComponentProvisionedResources"
2386
2435
  o.http_method = "POST"
2387
2436
  o.http_request_uri = "/"
2437
+ o.deprecated = true
2388
2438
  o.input = Shapes::ShapeRef.new(shape: ListComponentProvisionedResourcesInput)
2389
2439
  o.output = Shapes::ShapeRef.new(shape: ListComponentProvisionedResourcesOutput)
2390
2440
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2403,6 +2453,7 @@ module Aws::Proton
2403
2453
  o.name = "ListComponents"
2404
2454
  o.http_method = "POST"
2405
2455
  o.http_request_uri = "/"
2456
+ o.deprecated = true
2406
2457
  o.input = Shapes::ShapeRef.new(shape: ListComponentsInput)
2407
2458
  o.output = Shapes::ShapeRef.new(shape: ListComponentsOutput)
2408
2459
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2421,6 +2472,7 @@ module Aws::Proton
2421
2472
  o.name = "ListDeployments"
2422
2473
  o.http_method = "POST"
2423
2474
  o.http_request_uri = "/"
2475
+ o.deprecated = true
2424
2476
  o.input = Shapes::ShapeRef.new(shape: ListDeploymentsInput)
2425
2477
  o.output = Shapes::ShapeRef.new(shape: ListDeploymentsOutput)
2426
2478
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2440,6 +2492,7 @@ module Aws::Proton
2440
2492
  o.name = "ListEnvironmentAccountConnections"
2441
2493
  o.http_method = "POST"
2442
2494
  o.http_request_uri = "/"
2495
+ o.deprecated = true
2443
2496
  o.input = Shapes::ShapeRef.new(shape: ListEnvironmentAccountConnectionsInput)
2444
2497
  o.output = Shapes::ShapeRef.new(shape: ListEnvironmentAccountConnectionsOutput)
2445
2498
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2458,6 +2511,7 @@ module Aws::Proton
2458
2511
  o.name = "ListEnvironmentOutputs"
2459
2512
  o.http_method = "POST"
2460
2513
  o.http_request_uri = "/"
2514
+ o.deprecated = true
2461
2515
  o.input = Shapes::ShapeRef.new(shape: ListEnvironmentOutputsInput)
2462
2516
  o.output = Shapes::ShapeRef.new(shape: ListEnvironmentOutputsOutput)
2463
2517
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2476,6 +2530,7 @@ module Aws::Proton
2476
2530
  o.name = "ListEnvironmentProvisionedResources"
2477
2531
  o.http_method = "POST"
2478
2532
  o.http_request_uri = "/"
2533
+ o.deprecated = true
2479
2534
  o.input = Shapes::ShapeRef.new(shape: ListEnvironmentProvisionedResourcesInput)
2480
2535
  o.output = Shapes::ShapeRef.new(shape: ListEnvironmentProvisionedResourcesOutput)
2481
2536
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2494,6 +2549,7 @@ module Aws::Proton
2494
2549
  o.name = "ListEnvironmentTemplateVersions"
2495
2550
  o.http_method = "POST"
2496
2551
  o.http_request_uri = "/"
2552
+ o.deprecated = true
2497
2553
  o.input = Shapes::ShapeRef.new(shape: ListEnvironmentTemplateVersionsInput)
2498
2554
  o.output = Shapes::ShapeRef.new(shape: ListEnvironmentTemplateVersionsOutput)
2499
2555
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2513,6 +2569,7 @@ module Aws::Proton
2513
2569
  o.name = "ListEnvironmentTemplates"
2514
2570
  o.http_method = "POST"
2515
2571
  o.http_request_uri = "/"
2572
+ o.deprecated = true
2516
2573
  o.input = Shapes::ShapeRef.new(shape: ListEnvironmentTemplatesInput)
2517
2574
  o.output = Shapes::ShapeRef.new(shape: ListEnvironmentTemplatesOutput)
2518
2575
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2531,6 +2588,7 @@ module Aws::Proton
2531
2588
  o.name = "ListEnvironments"
2532
2589
  o.http_method = "POST"
2533
2590
  o.http_request_uri = "/"
2591
+ o.deprecated = true
2534
2592
  o.input = Shapes::ShapeRef.new(shape: ListEnvironmentsInput)
2535
2593
  o.output = Shapes::ShapeRef.new(shape: ListEnvironmentsOutput)
2536
2594
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2550,6 +2608,7 @@ module Aws::Proton
2550
2608
  o.name = "ListRepositories"
2551
2609
  o.http_method = "POST"
2552
2610
  o.http_request_uri = "/"
2611
+ o.deprecated = true
2553
2612
  o.input = Shapes::ShapeRef.new(shape: ListRepositoriesInput)
2554
2613
  o.output = Shapes::ShapeRef.new(shape: ListRepositoriesOutput)
2555
2614
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2569,6 +2628,7 @@ module Aws::Proton
2569
2628
  o.name = "ListRepositorySyncDefinitions"
2570
2629
  o.http_method = "POST"
2571
2630
  o.http_request_uri = "/"
2631
+ o.deprecated = true
2572
2632
  o.input = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsInput)
2573
2633
  o.output = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsOutput)
2574
2634
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2586,6 +2646,7 @@ module Aws::Proton
2586
2646
  o.name = "ListServiceInstanceOutputs"
2587
2647
  o.http_method = "POST"
2588
2648
  o.http_request_uri = "/"
2649
+ o.deprecated = true
2589
2650
  o.input = Shapes::ShapeRef.new(shape: ListServiceInstanceOutputsInput)
2590
2651
  o.output = Shapes::ShapeRef.new(shape: ListServiceInstanceOutputsOutput)
2591
2652
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2604,6 +2665,7 @@ module Aws::Proton
2604
2665
  o.name = "ListServiceInstanceProvisionedResources"
2605
2666
  o.http_method = "POST"
2606
2667
  o.http_request_uri = "/"
2668
+ o.deprecated = true
2607
2669
  o.input = Shapes::ShapeRef.new(shape: ListServiceInstanceProvisionedResourcesInput)
2608
2670
  o.output = Shapes::ShapeRef.new(shape: ListServiceInstanceProvisionedResourcesOutput)
2609
2671
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2622,6 +2684,7 @@ module Aws::Proton
2622
2684
  o.name = "ListServiceInstances"
2623
2685
  o.http_method = "POST"
2624
2686
  o.http_request_uri = "/"
2687
+ o.deprecated = true
2625
2688
  o.input = Shapes::ShapeRef.new(shape: ListServiceInstancesInput)
2626
2689
  o.output = Shapes::ShapeRef.new(shape: ListServiceInstancesOutput)
2627
2690
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2641,6 +2704,7 @@ module Aws::Proton
2641
2704
  o.name = "ListServicePipelineOutputs"
2642
2705
  o.http_method = "POST"
2643
2706
  o.http_request_uri = "/"
2707
+ o.deprecated = true
2644
2708
  o.input = Shapes::ShapeRef.new(shape: ListServicePipelineOutputsInput)
2645
2709
  o.output = Shapes::ShapeRef.new(shape: ListServicePipelineOutputsOutput)
2646
2710
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2659,6 +2723,7 @@ module Aws::Proton
2659
2723
  o.name = "ListServicePipelineProvisionedResources"
2660
2724
  o.http_method = "POST"
2661
2725
  o.http_request_uri = "/"
2726
+ o.deprecated = true
2662
2727
  o.input = Shapes::ShapeRef.new(shape: ListServicePipelineProvisionedResourcesInput)
2663
2728
  o.output = Shapes::ShapeRef.new(shape: ListServicePipelineProvisionedResourcesOutput)
2664
2729
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2677,6 +2742,7 @@ module Aws::Proton
2677
2742
  o.name = "ListServiceTemplateVersions"
2678
2743
  o.http_method = "POST"
2679
2744
  o.http_request_uri = "/"
2745
+ o.deprecated = true
2680
2746
  o.input = Shapes::ShapeRef.new(shape: ListServiceTemplateVersionsInput)
2681
2747
  o.output = Shapes::ShapeRef.new(shape: ListServiceTemplateVersionsOutput)
2682
2748
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2696,6 +2762,7 @@ module Aws::Proton
2696
2762
  o.name = "ListServiceTemplates"
2697
2763
  o.http_method = "POST"
2698
2764
  o.http_request_uri = "/"
2765
+ o.deprecated = true
2699
2766
  o.input = Shapes::ShapeRef.new(shape: ListServiceTemplatesInput)
2700
2767
  o.output = Shapes::ShapeRef.new(shape: ListServiceTemplatesOutput)
2701
2768
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2714,6 +2781,7 @@ module Aws::Proton
2714
2781
  o.name = "ListServices"
2715
2782
  o.http_method = "POST"
2716
2783
  o.http_request_uri = "/"
2784
+ o.deprecated = true
2717
2785
  o.input = Shapes::ShapeRef.new(shape: ListServicesInput)
2718
2786
  o.output = Shapes::ShapeRef.new(shape: ListServicesOutput)
2719
2787
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2732,6 +2800,7 @@ module Aws::Proton
2732
2800
  o.name = "ListTagsForResource"
2733
2801
  o.http_method = "POST"
2734
2802
  o.http_request_uri = "/"
2803
+ o.deprecated = true
2735
2804
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
2736
2805
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
2737
2806
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2751,6 +2820,7 @@ module Aws::Proton
2751
2820
  o.name = "NotifyResourceDeploymentStatusChange"
2752
2821
  o.http_method = "POST"
2753
2822
  o.http_request_uri = "/"
2823
+ o.deprecated = true
2754
2824
  o.input = Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInput)
2755
2825
  o.output = Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeOutput)
2756
2826
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -2766,6 +2836,7 @@ module Aws::Proton
2766
2836
  o.name = "RejectEnvironmentAccountConnection"
2767
2837
  o.http_method = "POST"
2768
2838
  o.http_request_uri = "/"
2839
+ o.deprecated = true
2769
2840
  o.input = Shapes::ShapeRef.new(shape: RejectEnvironmentAccountConnectionInput)
2770
2841
  o.output = Shapes::ShapeRef.new(shape: RejectEnvironmentAccountConnectionOutput)
2771
2842
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2780,6 +2851,7 @@ module Aws::Proton
2780
2851
  o.name = "TagResource"
2781
2852
  o.http_method = "POST"
2782
2853
  o.http_request_uri = "/"
2854
+ o.deprecated = true
2783
2855
  o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
2784
2856
  o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
2785
2857
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2794,6 +2866,7 @@ module Aws::Proton
2794
2866
  o.name = "UntagResource"
2795
2867
  o.http_method = "POST"
2796
2868
  o.http_request_uri = "/"
2869
+ o.deprecated = true
2797
2870
  o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
2798
2871
  o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
2799
2872
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2808,6 +2881,7 @@ module Aws::Proton
2808
2881
  o.name = "UpdateAccountSettings"
2809
2882
  o.http_method = "POST"
2810
2883
  o.http_request_uri = "/"
2884
+ o.deprecated = true
2811
2885
  o.input = Shapes::ShapeRef.new(shape: UpdateAccountSettingsInput)
2812
2886
  o.output = Shapes::ShapeRef.new(shape: UpdateAccountSettingsOutput)
2813
2887
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2821,6 +2895,7 @@ module Aws::Proton
2821
2895
  o.name = "UpdateComponent"
2822
2896
  o.http_method = "POST"
2823
2897
  o.http_request_uri = "/"
2898
+ o.deprecated = true
2824
2899
  o.input = Shapes::ShapeRef.new(shape: UpdateComponentInput)
2825
2900
  o.output = Shapes::ShapeRef.new(shape: UpdateComponentOutput)
2826
2901
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -2836,6 +2911,7 @@ module Aws::Proton
2836
2911
  o.name = "UpdateEnvironment"
2837
2912
  o.http_method = "POST"
2838
2913
  o.http_request_uri = "/"
2914
+ o.deprecated = true
2839
2915
  o.input = Shapes::ShapeRef.new(shape: UpdateEnvironmentInput)
2840
2916
  o.output = Shapes::ShapeRef.new(shape: UpdateEnvironmentOutput)
2841
2917
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2850,6 +2926,7 @@ module Aws::Proton
2850
2926
  o.name = "UpdateEnvironmentAccountConnection"
2851
2927
  o.http_method = "POST"
2852
2928
  o.http_request_uri = "/"
2929
+ o.deprecated = true
2853
2930
  o.input = Shapes::ShapeRef.new(shape: UpdateEnvironmentAccountConnectionInput)
2854
2931
  o.output = Shapes::ShapeRef.new(shape: UpdateEnvironmentAccountConnectionOutput)
2855
2932
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2864,6 +2941,7 @@ module Aws::Proton
2864
2941
  o.name = "UpdateEnvironmentTemplate"
2865
2942
  o.http_method = "POST"
2866
2943
  o.http_request_uri = "/"
2944
+ o.deprecated = true
2867
2945
  o.input = Shapes::ShapeRef.new(shape: UpdateEnvironmentTemplateInput)
2868
2946
  o.output = Shapes::ShapeRef.new(shape: UpdateEnvironmentTemplateOutput)
2869
2947
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2878,6 +2956,7 @@ module Aws::Proton
2878
2956
  o.name = "UpdateEnvironmentTemplateVersion"
2879
2957
  o.http_method = "POST"
2880
2958
  o.http_request_uri = "/"
2959
+ o.deprecated = true
2881
2960
  o.input = Shapes::ShapeRef.new(shape: UpdateEnvironmentTemplateVersionInput)
2882
2961
  o.output = Shapes::ShapeRef.new(shape: UpdateEnvironmentTemplateVersionOutput)
2883
2962
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2892,6 +2971,7 @@ module Aws::Proton
2892
2971
  o.name = "UpdateService"
2893
2972
  o.http_method = "POST"
2894
2973
  o.http_request_uri = "/"
2974
+ o.deprecated = true
2895
2975
  o.input = Shapes::ShapeRef.new(shape: UpdateServiceInput)
2896
2976
  o.output = Shapes::ShapeRef.new(shape: UpdateServiceOutput)
2897
2977
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -2907,6 +2987,7 @@ module Aws::Proton
2907
2987
  o.name = "UpdateServiceInstance"
2908
2988
  o.http_method = "POST"
2909
2989
  o.http_request_uri = "/"
2990
+ o.deprecated = true
2910
2991
  o.input = Shapes::ShapeRef.new(shape: UpdateServiceInstanceInput)
2911
2992
  o.output = Shapes::ShapeRef.new(shape: UpdateServiceInstanceOutput)
2912
2993
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2921,6 +3002,7 @@ module Aws::Proton
2921
3002
  o.name = "UpdateServicePipeline"
2922
3003
  o.http_method = "POST"
2923
3004
  o.http_request_uri = "/"
3005
+ o.deprecated = true
2924
3006
  o.input = Shapes::ShapeRef.new(shape: UpdateServicePipelineInput)
2925
3007
  o.output = Shapes::ShapeRef.new(shape: UpdateServicePipelineOutput)
2926
3008
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2935,6 +3017,7 @@ module Aws::Proton
2935
3017
  o.name = "UpdateServiceSyncBlocker"
2936
3018
  o.http_method = "POST"
2937
3019
  o.http_request_uri = "/"
3020
+ o.deprecated = true
2938
3021
  o.input = Shapes::ShapeRef.new(shape: UpdateServiceSyncBlockerInput)
2939
3022
  o.output = Shapes::ShapeRef.new(shape: UpdateServiceSyncBlockerOutput)
2940
3023
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2949,6 +3032,7 @@ module Aws::Proton
2949
3032
  o.name = "UpdateServiceSyncConfig"
2950
3033
  o.http_method = "POST"
2951
3034
  o.http_request_uri = "/"
3035
+ o.deprecated = true
2952
3036
  o.input = Shapes::ShapeRef.new(shape: UpdateServiceSyncConfigInput)
2953
3037
  o.output = Shapes::ShapeRef.new(shape: UpdateServiceSyncConfigOutput)
2954
3038
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2963,6 +3047,7 @@ module Aws::Proton
2963
3047
  o.name = "UpdateServiceTemplate"
2964
3048
  o.http_method = "POST"
2965
3049
  o.http_request_uri = "/"
3050
+ o.deprecated = true
2966
3051
  o.input = Shapes::ShapeRef.new(shape: UpdateServiceTemplateInput)
2967
3052
  o.output = Shapes::ShapeRef.new(shape: UpdateServiceTemplateOutput)
2968
3053
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2977,6 +3062,7 @@ module Aws::Proton
2977
3062
  o.name = "UpdateServiceTemplateVersion"
2978
3063
  o.http_method = "POST"
2979
3064
  o.http_request_uri = "/"
3065
+ o.deprecated = true
2980
3066
  o.input = Shapes::ShapeRef.new(shape: UpdateServiceTemplateVersionInput)
2981
3067
  o.output = Shapes::ShapeRef.new(shape: UpdateServiceTemplateVersionOutput)
2982
3068
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2991,6 +3077,7 @@ module Aws::Proton
2991
3077
  o.name = "UpdateTemplateSyncConfig"
2992
3078
  o.http_method = "POST"
2993
3079
  o.http_request_uri = "/"
3080
+ o.deprecated = true
2994
3081
  o.input = Shapes::ShapeRef.new(shape: UpdateTemplateSyncConfigInput)
2995
3082
  o.output = Shapes::ShapeRef.new(shape: UpdateTemplateSyncConfigOutput)
2996
3083
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -13,22 +13,22 @@ module Aws::Proton
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::Proton
55
55
  autoload :EndpointProvider, 'aws-sdk-proton/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-proton/endpoints'
57
57
 
58
- GEM_VERSION = '1.59.0'
58
+ GEM_VERSION = '1.61.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement