aws-sdk-iotsitewise 1.24.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b90440fabc4d937879dbcfff213c2a8114cd5c3017d73255bb092b29c25ddee5
4
- data.tar.gz: 6efeda662d9994377eef27293b783ea7fa767903ec79e1512f10b80a2d5bfc47
3
+ metadata.gz: 35824bf430fb3b0525893772f0421934d7e1af344bba3af10561cce7255b5927
4
+ data.tar.gz: 310af6c10f6cb4237b82c95093b2882fea3256b726aecd85e71601d35ed7872f
5
5
  SHA512:
6
- metadata.gz: 05ab000b2bb354e384a067ff9e0136c1b555371b83b2d20626364828e6741bf861143213e6f606eed5d6caffb1d2aea7577154eeaf12f0ad3016c18cc89e1a0d
7
- data.tar.gz: 6bd7960685d92cc3799921231809bff5af4d95d7c75c85b7ce6159503e40d4570f3ecbc0b755ac5f42c13c12904be511d3090861179bd405166aaee728bddf34
6
+ metadata.gz: ddb45048c0006e1f9ded00fa82730d1bb382d3250c6824d05c12bca8ec36183bcb69a4b539ae4c27e06fecac1b3222d545a12733ba3d4d0d7a70a626488181bc
7
+ data.tar.gz: 5eaf9b95e614bda702bf6062932e5c19934ed0b99e0ba1f2bbe5dcfe4c0d0cfc26f4addb45b964351b12099ebc9a2fc6c22203fa84f6bec3385bc95468fbb921
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2021-07-15)
5
+ ------------------
6
+
7
+ * Feature - Update the default endpoint for the APIs used to manage asset models, assets, gateways, tags, and account configurations. If you have firewalls with strict egress rules, configure the rules to grant you access to api.iotsitewise.[region].amazonaws.com or api.iotsitewise.[cn-region].amazonaws.com.cn.
8
+
4
9
  1.24.0 (2021-07-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
49
49
  # @!group service
50
50
  module Aws::IoTSiteWise
51
51
 
52
- GEM_VERSION = '1.24.0'
52
+ GEM_VERSION = '1.25.0'
53
53
 
54
54
  end
@@ -3937,7 +3937,7 @@ module Aws::IoTSiteWise
3937
3937
  params: params,
3938
3938
  config: config)
3939
3939
  context[:gem_name] = 'aws-sdk-iotsitewise'
3940
- context[:gem_version] = '1.24.0'
3940
+ context[:gem_version] = '1.25.0'
3941
3941
  Seahorse::Client::Request.new(handlers, context)
3942
3942
  end
3943
3943
 
@@ -1351,7 +1351,7 @@ module Aws::IoTSiteWise
1351
1351
  o.http_method = "POST"
1352
1352
  o.http_request_uri = "/assets/{assetId}/associate"
1353
1353
  o.endpoint_pattern = {
1354
- "hostPrefix" => "model.",
1354
+ "hostPrefix" => "api.",
1355
1355
  }
1356
1356
  o.input = Shapes::ShapeRef.new(shape: AssociateAssetsRequest)
1357
1357
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
@@ -1433,7 +1433,7 @@ module Aws::IoTSiteWise
1433
1433
  o.http_method = "POST"
1434
1434
  o.http_request_uri = "/assets"
1435
1435
  o.endpoint_pattern = {
1436
- "hostPrefix" => "model.",
1436
+ "hostPrefix" => "api.",
1437
1437
  }
1438
1438
  o.input = Shapes::ShapeRef.new(shape: CreateAssetRequest)
1439
1439
  o.output = Shapes::ShapeRef.new(shape: CreateAssetResponse)
@@ -1451,7 +1451,7 @@ module Aws::IoTSiteWise
1451
1451
  o.http_method = "POST"
1452
1452
  o.http_request_uri = "/asset-models"
1453
1453
  o.endpoint_pattern = {
1454
- "hostPrefix" => "model.",
1454
+ "hostPrefix" => "api.",
1455
1455
  }
1456
1456
  o.input = Shapes::ShapeRef.new(shape: CreateAssetModelRequest)
1457
1457
  o.output = Shapes::ShapeRef.new(shape: CreateAssetModelResponse)
@@ -1485,7 +1485,7 @@ module Aws::IoTSiteWise
1485
1485
  o.http_method = "POST"
1486
1486
  o.http_request_uri = "/20200301/gateways"
1487
1487
  o.endpoint_pattern = {
1488
- "hostPrefix" => "edge.",
1488
+ "hostPrefix" => "api.",
1489
1489
  }
1490
1490
  o.input = Shapes::ShapeRef.new(shape: CreateGatewayRequest)
1491
1491
  o.output = Shapes::ShapeRef.new(shape: CreateGatewayResponse)
@@ -1548,7 +1548,7 @@ module Aws::IoTSiteWise
1548
1548
  o.http_method = "DELETE"
1549
1549
  o.http_request_uri = "/assets/{assetId}"
1550
1550
  o.endpoint_pattern = {
1551
- "hostPrefix" => "model.",
1551
+ "hostPrefix" => "api.",
1552
1552
  }
1553
1553
  o.input = Shapes::ShapeRef.new(shape: DeleteAssetRequest)
1554
1554
  o.output = Shapes::ShapeRef.new(shape: DeleteAssetResponse)
@@ -1564,7 +1564,7 @@ module Aws::IoTSiteWise
1564
1564
  o.http_method = "DELETE"
1565
1565
  o.http_request_uri = "/asset-models/{assetModelId}"
1566
1566
  o.endpoint_pattern = {
1567
- "hostPrefix" => "model.",
1567
+ "hostPrefix" => "api.",
1568
1568
  }
1569
1569
  o.input = Shapes::ShapeRef.new(shape: DeleteAssetModelRequest)
1570
1570
  o.output = Shapes::ShapeRef.new(shape: DeleteAssetModelResponse)
@@ -1595,7 +1595,7 @@ module Aws::IoTSiteWise
1595
1595
  o.http_method = "DELETE"
1596
1596
  o.http_request_uri = "/20200301/gateways/{gatewayId}"
1597
1597
  o.endpoint_pattern = {
1598
- "hostPrefix" => "edge.",
1598
+ "hostPrefix" => "api.",
1599
1599
  }
1600
1600
  o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRequest)
1601
1601
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
@@ -1656,7 +1656,7 @@ module Aws::IoTSiteWise
1656
1656
  o.http_method = "GET"
1657
1657
  o.http_request_uri = "/assets/{assetId}"
1658
1658
  o.endpoint_pattern = {
1659
- "hostPrefix" => "model.",
1659
+ "hostPrefix" => "api.",
1660
1660
  }
1661
1661
  o.input = Shapes::ShapeRef.new(shape: DescribeAssetRequest)
1662
1662
  o.output = Shapes::ShapeRef.new(shape: DescribeAssetResponse)
@@ -1671,7 +1671,7 @@ module Aws::IoTSiteWise
1671
1671
  o.http_method = "GET"
1672
1672
  o.http_request_uri = "/asset-models/{assetModelId}"
1673
1673
  o.endpoint_pattern = {
1674
- "hostPrefix" => "model.",
1674
+ "hostPrefix" => "api.",
1675
1675
  }
1676
1676
  o.input = Shapes::ShapeRef.new(shape: DescribeAssetModelRequest)
1677
1677
  o.output = Shapes::ShapeRef.new(shape: DescribeAssetModelResponse)
@@ -1686,7 +1686,7 @@ module Aws::IoTSiteWise
1686
1686
  o.http_method = "GET"
1687
1687
  o.http_request_uri = "/assets/{assetId}/properties/{propertyId}"
1688
1688
  o.endpoint_pattern = {
1689
- "hostPrefix" => "model.",
1689
+ "hostPrefix" => "api.",
1690
1690
  }
1691
1691
  o.input = Shapes::ShapeRef.new(shape: DescribeAssetPropertyRequest)
1692
1692
  o.output = Shapes::ShapeRef.new(shape: DescribeAssetPropertyResponse)
@@ -1715,6 +1715,9 @@ module Aws::IoTSiteWise
1715
1715
  o.name = "DescribeDefaultEncryptionConfiguration"
1716
1716
  o.http_method = "GET"
1717
1717
  o.http_request_uri = "/configuration/account/encryption"
1718
+ o.endpoint_pattern = {
1719
+ "hostPrefix" => "api.",
1720
+ }
1718
1721
  o.input = Shapes::ShapeRef.new(shape: DescribeDefaultEncryptionConfigurationRequest)
1719
1722
  o.output = Shapes::ShapeRef.new(shape: DescribeDefaultEncryptionConfigurationResponse)
1720
1723
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1727,7 +1730,7 @@ module Aws::IoTSiteWise
1727
1730
  o.http_method = "GET"
1728
1731
  o.http_request_uri = "/20200301/gateways/{gatewayId}"
1729
1732
  o.endpoint_pattern = {
1730
- "hostPrefix" => "edge.",
1733
+ "hostPrefix" => "api.",
1731
1734
  }
1732
1735
  o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRequest)
1733
1736
  o.output = Shapes::ShapeRef.new(shape: DescribeGatewayResponse)
@@ -1742,7 +1745,7 @@ module Aws::IoTSiteWise
1742
1745
  o.http_method = "GET"
1743
1746
  o.http_request_uri = "/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}"
1744
1747
  o.endpoint_pattern = {
1745
- "hostPrefix" => "edge.",
1748
+ "hostPrefix" => "api.",
1746
1749
  }
1747
1750
  o.input = Shapes::ShapeRef.new(shape: DescribeGatewayCapabilityConfigurationRequest)
1748
1751
  o.output = Shapes::ShapeRef.new(shape: DescribeGatewayCapabilityConfigurationResponse)
@@ -1757,7 +1760,7 @@ module Aws::IoTSiteWise
1757
1760
  o.http_method = "GET"
1758
1761
  o.http_request_uri = "/logging"
1759
1762
  o.endpoint_pattern = {
1760
- "hostPrefix" => "model.",
1763
+ "hostPrefix" => "api.",
1761
1764
  }
1762
1765
  o.input = Shapes::ShapeRef.new(shape: DescribeLoggingOptionsRequest)
1763
1766
  o.output = Shapes::ShapeRef.new(shape: DescribeLoggingOptionsResponse)
@@ -1801,6 +1804,9 @@ module Aws::IoTSiteWise
1801
1804
  o.name = "DescribeStorageConfiguration"
1802
1805
  o.http_method = "GET"
1803
1806
  o.http_request_uri = "/configuration/account/storage"
1807
+ o.endpoint_pattern = {
1808
+ "hostPrefix" => "api.",
1809
+ }
1804
1810
  o.input = Shapes::ShapeRef.new(shape: DescribeStorageConfigurationRequest)
1805
1811
  o.output = Shapes::ShapeRef.new(shape: DescribeStorageConfigurationResponse)
1806
1812
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1816,7 +1822,7 @@ module Aws::IoTSiteWise
1816
1822
  o.http_method = "POST"
1817
1823
  o.http_request_uri = "/assets/{assetId}/disassociate"
1818
1824
  o.endpoint_pattern = {
1819
- "hostPrefix" => "model.",
1825
+ "hostPrefix" => "api.",
1820
1826
  }
1821
1827
  o.input = Shapes::ShapeRef.new(shape: DisassociateAssetsRequest)
1822
1828
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
@@ -1934,7 +1940,7 @@ module Aws::IoTSiteWise
1934
1940
  o.http_method = "GET"
1935
1941
  o.http_request_uri = "/asset-models"
1936
1942
  o.endpoint_pattern = {
1937
- "hostPrefix" => "model.",
1943
+ "hostPrefix" => "api.",
1938
1944
  }
1939
1945
  o.input = Shapes::ShapeRef.new(shape: ListAssetModelsRequest)
1940
1946
  o.output = Shapes::ShapeRef.new(shape: ListAssetModelsResponse)
@@ -1954,7 +1960,7 @@ module Aws::IoTSiteWise
1954
1960
  o.http_method = "GET"
1955
1961
  o.http_request_uri = "/assets/{assetId}/assetRelationships"
1956
1962
  o.endpoint_pattern = {
1957
- "hostPrefix" => "model.",
1963
+ "hostPrefix" => "api.",
1958
1964
  }
1959
1965
  o.input = Shapes::ShapeRef.new(shape: ListAssetRelationshipsRequest)
1960
1966
  o.output = Shapes::ShapeRef.new(shape: ListAssetRelationshipsResponse)
@@ -1975,7 +1981,7 @@ module Aws::IoTSiteWise
1975
1981
  o.http_method = "GET"
1976
1982
  o.http_request_uri = "/assets"
1977
1983
  o.endpoint_pattern = {
1978
- "hostPrefix" => "model.",
1984
+ "hostPrefix" => "api.",
1979
1985
  }
1980
1986
  o.input = Shapes::ShapeRef.new(shape: ListAssetsRequest)
1981
1987
  o.output = Shapes::ShapeRef.new(shape: ListAssetsResponse)
@@ -1996,7 +2002,7 @@ module Aws::IoTSiteWise
1996
2002
  o.http_method = "GET"
1997
2003
  o.http_request_uri = "/assets/{assetId}/hierarchies"
1998
2004
  o.endpoint_pattern = {
1999
- "hostPrefix" => "model.",
2005
+ "hostPrefix" => "api.",
2000
2006
  }
2001
2007
  o.input = Shapes::ShapeRef.new(shape: ListAssociatedAssetsRequest)
2002
2008
  o.output = Shapes::ShapeRef.new(shape: ListAssociatedAssetsResponse)
@@ -2037,7 +2043,7 @@ module Aws::IoTSiteWise
2037
2043
  o.http_method = "GET"
2038
2044
  o.http_request_uri = "/20200301/gateways"
2039
2045
  o.endpoint_pattern = {
2040
- "hostPrefix" => "edge.",
2046
+ "hostPrefix" => "api.",
2041
2047
  }
2042
2048
  o.input = Shapes::ShapeRef.new(shape: ListGatewaysRequest)
2043
2049
  o.output = Shapes::ShapeRef.new(shape: ListGatewaysResponse)
@@ -2116,6 +2122,9 @@ module Aws::IoTSiteWise
2116
2122
  o.name = "ListTagsForResource"
2117
2123
  o.http_method = "GET"
2118
2124
  o.http_request_uri = "/tags"
2125
+ o.endpoint_pattern = {
2126
+ "hostPrefix" => "api.",
2127
+ }
2119
2128
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
2120
2129
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
2121
2130
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -2131,6 +2140,9 @@ module Aws::IoTSiteWise
2131
2140
  o.name = "PutDefaultEncryptionConfiguration"
2132
2141
  o.http_method = "POST"
2133
2142
  o.http_request_uri = "/configuration/account/encryption"
2143
+ o.endpoint_pattern = {
2144
+ "hostPrefix" => "api.",
2145
+ }
2134
2146
  o.input = Shapes::ShapeRef.new(shape: PutDefaultEncryptionConfigurationRequest)
2135
2147
  o.output = Shapes::ShapeRef.new(shape: PutDefaultEncryptionConfigurationResponse)
2136
2148
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -2145,7 +2157,7 @@ module Aws::IoTSiteWise
2145
2157
  o.http_method = "PUT"
2146
2158
  o.http_request_uri = "/logging"
2147
2159
  o.endpoint_pattern = {
2148
- "hostPrefix" => "model.",
2160
+ "hostPrefix" => "api.",
2149
2161
  }
2150
2162
  o.input = Shapes::ShapeRef.new(shape: PutLoggingOptionsRequest)
2151
2163
  o.output = Shapes::ShapeRef.new(shape: PutLoggingOptionsResponse)
@@ -2160,6 +2172,9 @@ module Aws::IoTSiteWise
2160
2172
  o.name = "PutStorageConfiguration"
2161
2173
  o.http_method = "POST"
2162
2174
  o.http_request_uri = "/configuration/account/storage"
2175
+ o.endpoint_pattern = {
2176
+ "hostPrefix" => "api.",
2177
+ }
2163
2178
  o.input = Shapes::ShapeRef.new(shape: PutStorageConfigurationRequest)
2164
2179
  o.output = Shapes::ShapeRef.new(shape: PutStorageConfigurationResponse)
2165
2180
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -2175,6 +2190,9 @@ module Aws::IoTSiteWise
2175
2190
  o.name = "TagResource"
2176
2191
  o.http_method = "POST"
2177
2192
  o.http_request_uri = "/tags"
2193
+ o.endpoint_pattern = {
2194
+ "hostPrefix" => "api.",
2195
+ }
2178
2196
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
2179
2197
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
2180
2198
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -2191,6 +2209,9 @@ module Aws::IoTSiteWise
2191
2209
  o.name = "UntagResource"
2192
2210
  o.http_method = "DELETE"
2193
2211
  o.http_request_uri = "/tags"
2212
+ o.endpoint_pattern = {
2213
+ "hostPrefix" => "api.",
2214
+ }
2194
2215
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
2195
2216
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
2196
2217
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -2222,7 +2243,7 @@ module Aws::IoTSiteWise
2222
2243
  o.http_method = "PUT"
2223
2244
  o.http_request_uri = "/assets/{assetId}"
2224
2245
  o.endpoint_pattern = {
2225
- "hostPrefix" => "model.",
2246
+ "hostPrefix" => "api.",
2226
2247
  }
2227
2248
  o.input = Shapes::ShapeRef.new(shape: UpdateAssetRequest)
2228
2249
  o.output = Shapes::ShapeRef.new(shape: UpdateAssetResponse)
@@ -2239,7 +2260,7 @@ module Aws::IoTSiteWise
2239
2260
  o.http_method = "PUT"
2240
2261
  o.http_request_uri = "/asset-models/{assetModelId}"
2241
2262
  o.endpoint_pattern = {
2242
- "hostPrefix" => "model.",
2263
+ "hostPrefix" => "api.",
2243
2264
  }
2244
2265
  o.input = Shapes::ShapeRef.new(shape: UpdateAssetModelRequest)
2245
2266
  o.output = Shapes::ShapeRef.new(shape: UpdateAssetModelResponse)
@@ -2257,7 +2278,7 @@ module Aws::IoTSiteWise
2257
2278
  o.http_method = "PUT"
2258
2279
  o.http_request_uri = "/assets/{assetId}/properties/{propertyId}"
2259
2280
  o.endpoint_pattern = {
2260
- "hostPrefix" => "model.",
2281
+ "hostPrefix" => "api.",
2261
2282
  }
2262
2283
  o.input = Shapes::ShapeRef.new(shape: UpdateAssetPropertyRequest)
2263
2284
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
@@ -2288,7 +2309,7 @@ module Aws::IoTSiteWise
2288
2309
  o.http_method = "PUT"
2289
2310
  o.http_request_uri = "/20200301/gateways/{gatewayId}"
2290
2311
  o.endpoint_pattern = {
2291
- "hostPrefix" => "edge.",
2312
+ "hostPrefix" => "api.",
2292
2313
  }
2293
2314
  o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRequest)
2294
2315
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
@@ -2304,7 +2325,7 @@ module Aws::IoTSiteWise
2304
2325
  o.http_method = "POST"
2305
2326
  o.http_request_uri = "/20200301/gateways/{gatewayId}/capability"
2306
2327
  o.endpoint_pattern = {
2307
- "hostPrefix" => "edge.",
2328
+ "hostPrefix" => "api.",
2308
2329
  }
2309
2330
  o.input = Shapes::ShapeRef.new(shape: UpdateGatewayCapabilityConfigurationRequest)
2310
2331
  o.output = Shapes::ShapeRef.new(shape: UpdateGatewayCapabilityConfigurationResponse)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-07 00:00:00.000000000 Z
11
+ date: 2021-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core