cdk-lambda-subminute 2.0.450 → 2.0.452
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +925 -400
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
- package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
- package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +612 -64
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -20
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
- package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
- package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
- package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
- package/node_modules/aws-sdk/clients/ivschat.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1835 -1858
- package/node_modules/aws-sdk/dist/aws-sdk.js +2085 -1380
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
- package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "iotsitewise",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS IoT SiteWise",
|
9
12
|
"serviceId": "IoTSiteWise",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "iotsitewise",
|
12
|
-
"uid": "iotsitewise-2019-12-02"
|
15
|
+
"uid": "iotsitewise-2019-12-02",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AssociateAssets": {
|
@@ -896,7 +902,7 @@
|
|
896
902
|
"members": {
|
897
903
|
"gatewayName": {},
|
898
904
|
"gatewayPlatform": {
|
899
|
-
"shape": "
|
905
|
+
"shape": "S53"
|
900
906
|
},
|
901
907
|
"tags": {
|
902
908
|
"shape": "S2w"
|
@@ -938,7 +944,7 @@
|
|
938
944
|
"idempotencyToken": true
|
939
945
|
},
|
940
946
|
"portalLogoImageFile": {
|
941
|
-
"shape": "
|
947
|
+
"shape": "S5c"
|
942
948
|
},
|
943
949
|
"roleArn": {},
|
944
950
|
"tags": {
|
@@ -947,7 +953,7 @@
|
|
947
953
|
"portalAuthMode": {},
|
948
954
|
"notificationSenderEmail": {},
|
949
955
|
"alarms": {
|
950
|
-
"shape": "
|
956
|
+
"shape": "S5g"
|
951
957
|
}
|
952
958
|
}
|
953
959
|
},
|
@@ -965,7 +971,7 @@
|
|
965
971
|
"portalArn": {},
|
966
972
|
"portalStartUrl": {},
|
967
973
|
"portalStatus": {
|
968
|
-
"shape": "
|
974
|
+
"shape": "S5j"
|
969
975
|
},
|
970
976
|
"ssoApplicationId": {}
|
971
977
|
}
|
@@ -1244,7 +1250,7 @@
|
|
1244
1250
|
],
|
1245
1251
|
"members": {
|
1246
1252
|
"portalStatus": {
|
1247
|
-
"shape": "
|
1253
|
+
"shape": "S5j"
|
1248
1254
|
}
|
1249
1255
|
}
|
1250
1256
|
},
|
@@ -1391,11 +1397,11 @@
|
|
1391
1397
|
"members": {
|
1392
1398
|
"actionId": {},
|
1393
1399
|
"targetResource": {
|
1394
|
-
"shape": "
|
1400
|
+
"shape": "S6b"
|
1395
1401
|
},
|
1396
1402
|
"actionDefinitionId": {},
|
1397
1403
|
"actionPayload": {
|
1398
|
-
"shape": "
|
1404
|
+
"shape": "S6c"
|
1399
1405
|
},
|
1400
1406
|
"executionTime": {
|
1401
1407
|
"type": "timestamp"
|
@@ -1447,10 +1453,10 @@
|
|
1447
1453
|
"assetName": {},
|
1448
1454
|
"assetModelId": {},
|
1449
1455
|
"assetProperties": {
|
1450
|
-
"shape": "
|
1456
|
+
"shape": "S6h"
|
1451
1457
|
},
|
1452
1458
|
"assetHierarchies": {
|
1453
|
-
"shape": "
|
1459
|
+
"shape": "S6o"
|
1454
1460
|
},
|
1455
1461
|
"assetCompositeModels": {
|
1456
1462
|
"type": "list",
|
@@ -1466,7 +1472,7 @@
|
|
1466
1472
|
"description": {},
|
1467
1473
|
"type": {},
|
1468
1474
|
"properties": {
|
1469
|
-
"shape": "
|
1475
|
+
"shape": "S6h"
|
1470
1476
|
},
|
1471
1477
|
"id": {},
|
1472
1478
|
"externalId": {}
|
@@ -1484,7 +1490,7 @@
|
|
1484
1490
|
},
|
1485
1491
|
"assetDescription": {},
|
1486
1492
|
"assetCompositeModelSummaries": {
|
1487
|
-
"shape": "
|
1493
|
+
"shape": "S6s"
|
1488
1494
|
},
|
1489
1495
|
"assetExternalId": {}
|
1490
1496
|
}
|
@@ -1532,19 +1538,19 @@
|
|
1532
1538
|
"assetCompositeModelId": {},
|
1533
1539
|
"assetCompositeModelExternalId": {},
|
1534
1540
|
"assetCompositeModelPath": {
|
1535
|
-
"shape": "
|
1541
|
+
"shape": "S6u"
|
1536
1542
|
},
|
1537
1543
|
"assetCompositeModelName": {},
|
1538
1544
|
"assetCompositeModelDescription": {},
|
1539
1545
|
"assetCompositeModelType": {},
|
1540
1546
|
"assetCompositeModelProperties": {
|
1541
|
-
"shape": "
|
1547
|
+
"shape": "S6h"
|
1542
1548
|
},
|
1543
1549
|
"assetCompositeModelSummaries": {
|
1544
|
-
"shape": "
|
1550
|
+
"shape": "S6s"
|
1545
1551
|
},
|
1546
1552
|
"actionDefinitions": {
|
1547
|
-
"shape": "
|
1553
|
+
"shape": "S6y"
|
1548
1554
|
}
|
1549
1555
|
}
|
1550
1556
|
},
|
@@ -1593,13 +1599,13 @@
|
|
1593
1599
|
"assetModelName": {},
|
1594
1600
|
"assetModelDescription": {},
|
1595
1601
|
"assetModelProperties": {
|
1596
|
-
"shape": "
|
1602
|
+
"shape": "S72"
|
1597
1603
|
},
|
1598
1604
|
"assetModelHierarchies": {
|
1599
|
-
"shape": "
|
1605
|
+
"shape": "S74"
|
1600
1606
|
},
|
1601
1607
|
"assetModelCompositeModels": {
|
1602
|
-
"shape": "
|
1608
|
+
"shape": "S76"
|
1603
1609
|
},
|
1604
1610
|
"assetModelCreationDate": {
|
1605
1611
|
"type": "timestamp"
|
@@ -1612,7 +1618,7 @@
|
|
1612
1618
|
},
|
1613
1619
|
"assetModelType": {},
|
1614
1620
|
"assetModelCompositeModelSummaries": {
|
1615
|
-
"shape": "
|
1621
|
+
"shape": "S78"
|
1616
1622
|
},
|
1617
1623
|
"assetModelExternalId": {}
|
1618
1624
|
}
|
@@ -1666,7 +1672,7 @@
|
|
1666
1672
|
"assetModelCompositeModelDescription": {},
|
1667
1673
|
"assetModelCompositeModelType": {},
|
1668
1674
|
"assetModelCompositeModelProperties": {
|
1669
|
-
"shape": "
|
1675
|
+
"shape": "S72"
|
1670
1676
|
},
|
1671
1677
|
"compositionDetails": {
|
1672
1678
|
"type": "structure",
|
@@ -1683,10 +1689,10 @@
|
|
1683
1689
|
}
|
1684
1690
|
},
|
1685
1691
|
"assetModelCompositeModelSummaries": {
|
1686
|
-
"shape": "
|
1692
|
+
"shape": "S78"
|
1687
1693
|
},
|
1688
1694
|
"actionDefinitions": {
|
1689
|
-
"shape": "
|
1695
|
+
"shape": "S6y"
|
1690
1696
|
}
|
1691
1697
|
}
|
1692
1698
|
},
|
@@ -1728,7 +1734,7 @@
|
|
1728
1734
|
"assetName": {},
|
1729
1735
|
"assetModelId": {},
|
1730
1736
|
"assetProperty": {
|
1731
|
-
"shape": "
|
1737
|
+
"shape": "S7h"
|
1732
1738
|
},
|
1733
1739
|
"compositeModel": {
|
1734
1740
|
"type": "structure",
|
@@ -1741,7 +1747,7 @@
|
|
1741
1747
|
"name": {},
|
1742
1748
|
"type": {},
|
1743
1749
|
"assetProperty": {
|
1744
|
-
"shape": "
|
1750
|
+
"shape": "S7h"
|
1745
1751
|
},
|
1746
1752
|
"id": {},
|
1747
1753
|
"externalId": {}
|
@@ -1883,7 +1889,7 @@
|
|
1883
1889
|
"encryptionType": {},
|
1884
1890
|
"kmsKeyArn": {},
|
1885
1891
|
"configurationStatus": {
|
1886
|
-
"shape": "
|
1892
|
+
"shape": "S7q"
|
1887
1893
|
}
|
1888
1894
|
}
|
1889
1895
|
},
|
@@ -1923,10 +1929,10 @@
|
|
1923
1929
|
"gatewayName": {},
|
1924
1930
|
"gatewayArn": {},
|
1925
1931
|
"gatewayPlatform": {
|
1926
|
-
"shape": "
|
1932
|
+
"shape": "S53"
|
1927
1933
|
},
|
1928
1934
|
"gatewayCapabilitySummaries": {
|
1929
|
-
"shape": "
|
1935
|
+
"shape": "S7v"
|
1930
1936
|
},
|
1931
1937
|
"creationDate": {
|
1932
1938
|
"type": "timestamp"
|
@@ -1997,7 +2003,7 @@
|
|
1997
2003
|
],
|
1998
2004
|
"members": {
|
1999
2005
|
"loggingOptions": {
|
2000
|
-
"shape": "
|
2006
|
+
"shape": "S84"
|
2001
2007
|
}
|
2002
2008
|
}
|
2003
2009
|
},
|
@@ -2045,7 +2051,7 @@
|
|
2045
2051
|
"portalStartUrl": {},
|
2046
2052
|
"portalContactEmail": {},
|
2047
2053
|
"portalStatus": {
|
2048
|
-
"shape": "
|
2054
|
+
"shape": "S5j"
|
2049
2055
|
},
|
2050
2056
|
"portalCreationDate": {
|
2051
2057
|
"type": "timestamp"
|
@@ -2068,7 +2074,7 @@
|
|
2068
2074
|
"portalAuthMode": {},
|
2069
2075
|
"notificationSenderEmail": {},
|
2070
2076
|
"alarms": {
|
2071
|
-
"shape": "
|
2077
|
+
"shape": "S5g"
|
2072
2078
|
}
|
2073
2079
|
}
|
2074
2080
|
},
|
@@ -2140,21 +2146,21 @@
|
|
2140
2146
|
"members": {
|
2141
2147
|
"storageType": {},
|
2142
2148
|
"multiLayerStorage": {
|
2143
|
-
"shape": "
|
2149
|
+
"shape": "S8f"
|
2144
2150
|
},
|
2145
2151
|
"disassociatedDataStorage": {},
|
2146
2152
|
"retentionPeriod": {
|
2147
|
-
"shape": "
|
2153
|
+
"shape": "S8i"
|
2148
2154
|
},
|
2149
2155
|
"configurationStatus": {
|
2150
|
-
"shape": "
|
2156
|
+
"shape": "S7q"
|
2151
2157
|
},
|
2152
2158
|
"lastUpdateDate": {
|
2153
2159
|
"type": "timestamp"
|
2154
2160
|
},
|
2155
2161
|
"warmTier": {},
|
2156
2162
|
"warmTierRetentionPeriod": {
|
2157
|
-
"shape": "
|
2163
|
+
"shape": "S8m"
|
2158
2164
|
}
|
2159
2165
|
}
|
2160
2166
|
},
|
@@ -2287,11 +2293,11 @@
|
|
2287
2293
|
],
|
2288
2294
|
"members": {
|
2289
2295
|
"targetResource": {
|
2290
|
-
"shape": "
|
2296
|
+
"shape": "S6b"
|
2291
2297
|
},
|
2292
2298
|
"actionDefinitionId": {},
|
2293
2299
|
"actionPayload": {
|
2294
|
-
"shape": "
|
2300
|
+
"shape": "S6c"
|
2295
2301
|
},
|
2296
2302
|
"clientToken": {}
|
2297
2303
|
}
|
@@ -2347,7 +2353,7 @@
|
|
2347
2353
|
"rows": {
|
2348
2354
|
"type": "list",
|
2349
2355
|
"member": {
|
2350
|
-
"shape": "
|
2356
|
+
"shape": "S94"
|
2351
2357
|
}
|
2352
2358
|
},
|
2353
2359
|
"nextToken": {}
|
@@ -2772,7 +2778,7 @@
|
|
2772
2778
|
"actionId": {},
|
2773
2779
|
"actionDefinitionId": {},
|
2774
2780
|
"targetResource": {
|
2775
|
-
"shape": "
|
2781
|
+
"shape": "S6b"
|
2776
2782
|
}
|
2777
2783
|
}
|
2778
2784
|
}
|
@@ -2817,7 +2823,7 @@
|
|
2817
2823
|
],
|
2818
2824
|
"members": {
|
2819
2825
|
"assetModelCompositeModelSummaries": {
|
2820
|
-
"shape": "
|
2826
|
+
"shape": "S78"
|
2821
2827
|
},
|
2822
2828
|
"nextToken": {}
|
2823
2829
|
}
|
@@ -3013,11 +3019,11 @@
|
|
3013
3019
|
"alias": {},
|
3014
3020
|
"unit": {},
|
3015
3021
|
"notification": {
|
3016
|
-
"shape": "
|
3022
|
+
"shape": "S6j"
|
3017
3023
|
},
|
3018
3024
|
"assetCompositeModelId": {},
|
3019
3025
|
"path": {
|
3020
|
-
"shape": "
|
3026
|
+
"shape": "S6m"
|
3021
3027
|
},
|
3022
3028
|
"externalId": {}
|
3023
3029
|
}
|
@@ -3155,7 +3161,7 @@
|
|
3155
3161
|
"shape": "S35"
|
3156
3162
|
},
|
3157
3163
|
"hierarchies": {
|
3158
|
-
"shape": "
|
3164
|
+
"shape": "S6o"
|
3159
3165
|
},
|
3160
3166
|
"description": {},
|
3161
3167
|
"externalId": {}
|
@@ -3238,7 +3244,7 @@
|
|
3238
3244
|
"shape": "S35"
|
3239
3245
|
},
|
3240
3246
|
"hierarchies": {
|
3241
|
-
"shape": "
|
3247
|
+
"shape": "S6o"
|
3242
3248
|
},
|
3243
3249
|
"description": {},
|
3244
3250
|
"externalId": {}
|
@@ -3459,10 +3465,10 @@
|
|
3459
3465
|
"gatewayId": {},
|
3460
3466
|
"gatewayName": {},
|
3461
3467
|
"gatewayPlatform": {
|
3462
|
-
"shape": "
|
3468
|
+
"shape": "S53"
|
3463
3469
|
},
|
3464
3470
|
"gatewayCapabilitySummaries": {
|
3465
|
-
"shape": "
|
3471
|
+
"shape": "S7v"
|
3466
3472
|
},
|
3467
3473
|
"creationDate": {
|
3468
3474
|
"type": "timestamp"
|
@@ -3526,7 +3532,7 @@
|
|
3526
3532
|
},
|
3527
3533
|
"roleArn": {},
|
3528
3534
|
"status": {
|
3529
|
-
"shape": "
|
3535
|
+
"shape": "S5j"
|
3530
3536
|
}
|
3531
3537
|
}
|
3532
3538
|
}
|
@@ -3768,7 +3774,7 @@
|
|
3768
3774
|
"encryptionType": {},
|
3769
3775
|
"kmsKeyArn": {},
|
3770
3776
|
"configurationStatus": {
|
3771
|
-
"shape": "
|
3777
|
+
"shape": "S7q"
|
3772
3778
|
}
|
3773
3779
|
}
|
3774
3780
|
},
|
@@ -3788,7 +3794,7 @@
|
|
3788
3794
|
],
|
3789
3795
|
"members": {
|
3790
3796
|
"loggingOptions": {
|
3791
|
-
"shape": "
|
3797
|
+
"shape": "S84"
|
3792
3798
|
}
|
3793
3799
|
}
|
3794
3800
|
},
|
@@ -3812,15 +3818,15 @@
|
|
3812
3818
|
"members": {
|
3813
3819
|
"storageType": {},
|
3814
3820
|
"multiLayerStorage": {
|
3815
|
-
"shape": "
|
3821
|
+
"shape": "S8f"
|
3816
3822
|
},
|
3817
3823
|
"disassociatedDataStorage": {},
|
3818
3824
|
"retentionPeriod": {
|
3819
|
-
"shape": "
|
3825
|
+
"shape": "S8i"
|
3820
3826
|
},
|
3821
3827
|
"warmTier": {},
|
3822
3828
|
"warmTierRetentionPeriod": {
|
3823
|
-
"shape": "
|
3829
|
+
"shape": "S8m"
|
3824
3830
|
}
|
3825
3831
|
}
|
3826
3832
|
},
|
@@ -3833,18 +3839,18 @@
|
|
3833
3839
|
"members": {
|
3834
3840
|
"storageType": {},
|
3835
3841
|
"multiLayerStorage": {
|
3836
|
-
"shape": "
|
3842
|
+
"shape": "S8f"
|
3837
3843
|
},
|
3838
3844
|
"disassociatedDataStorage": {},
|
3839
3845
|
"retentionPeriod": {
|
3840
|
-
"shape": "
|
3846
|
+
"shape": "S8i"
|
3841
3847
|
},
|
3842
3848
|
"configurationStatus": {
|
3843
|
-
"shape": "
|
3849
|
+
"shape": "S7q"
|
3844
3850
|
},
|
3845
3851
|
"warmTier": {},
|
3846
3852
|
"warmTierRetentionPeriod": {
|
3847
|
-
"shape": "
|
3853
|
+
"shape": "S8m"
|
3848
3854
|
}
|
3849
3855
|
}
|
3850
3856
|
},
|
@@ -4011,13 +4017,13 @@
|
|
4011
4017
|
"assetModelName": {},
|
4012
4018
|
"assetModelDescription": {},
|
4013
4019
|
"assetModelProperties": {
|
4014
|
-
"shape": "
|
4020
|
+
"shape": "S72"
|
4015
4021
|
},
|
4016
4022
|
"assetModelHierarchies": {
|
4017
|
-
"shape": "
|
4023
|
+
"shape": "S74"
|
4018
4024
|
},
|
4019
4025
|
"assetModelCompositeModels": {
|
4020
|
-
"shape": "
|
4026
|
+
"shape": "S76"
|
4021
4027
|
},
|
4022
4028
|
"clientToken": {
|
4023
4029
|
"idempotencyToken": true
|
@@ -4069,7 +4075,7 @@
|
|
4069
4075
|
"idempotencyToken": true
|
4070
4076
|
},
|
4071
4077
|
"assetModelCompositeModelProperties": {
|
4072
|
-
"shape": "
|
4078
|
+
"shape": "S72"
|
4073
4079
|
}
|
4074
4080
|
}
|
4075
4081
|
},
|
@@ -4244,7 +4250,7 @@
|
|
4244
4250
|
"members": {
|
4245
4251
|
"id": {},
|
4246
4252
|
"file": {
|
4247
|
-
"shape": "
|
4253
|
+
"shape": "S5c"
|
4248
4254
|
}
|
4249
4255
|
}
|
4250
4256
|
},
|
@@ -4254,7 +4260,7 @@
|
|
4254
4260
|
},
|
4255
4261
|
"notificationSenderEmail": {},
|
4256
4262
|
"alarms": {
|
4257
|
-
"shape": "
|
4263
|
+
"shape": "S5g"
|
4258
4264
|
}
|
4259
4265
|
}
|
4260
4266
|
},
|
@@ -4265,7 +4271,7 @@
|
|
4265
4271
|
],
|
4266
4272
|
"members": {
|
4267
4273
|
"portalStatus": {
|
4268
|
-
"shape": "
|
4274
|
+
"shape": "S5j"
|
4269
4275
|
}
|
4270
4276
|
}
|
4271
4277
|
},
|
@@ -4759,7 +4765,7 @@
|
|
4759
4765
|
}
|
4760
4766
|
}
|
4761
4767
|
},
|
4762
|
-
"
|
4768
|
+
"S53": {
|
4763
4769
|
"type": "structure",
|
4764
4770
|
"members": {
|
4765
4771
|
"greengrass": {
|
@@ -4779,10 +4785,19 @@
|
|
4779
4785
|
"members": {
|
4780
4786
|
"coreDeviceThingName": {}
|
4781
4787
|
}
|
4788
|
+
},
|
4789
|
+
"siemensIE": {
|
4790
|
+
"type": "structure",
|
4791
|
+
"required": [
|
4792
|
+
"iotCoreThingName"
|
4793
|
+
],
|
4794
|
+
"members": {
|
4795
|
+
"iotCoreThingName": {}
|
4796
|
+
}
|
4782
4797
|
}
|
4783
4798
|
}
|
4784
4799
|
},
|
4785
|
-
"
|
4800
|
+
"S5c": {
|
4786
4801
|
"type": "structure",
|
4787
4802
|
"required": [
|
4788
4803
|
"data",
|
@@ -4795,7 +4810,7 @@
|
|
4795
4810
|
"type": {}
|
4796
4811
|
}
|
4797
4812
|
},
|
4798
|
-
"
|
4813
|
+
"S5g": {
|
4799
4814
|
"type": "structure",
|
4800
4815
|
"required": [
|
4801
4816
|
"alarmRoleArn"
|
@@ -4805,7 +4820,7 @@
|
|
4805
4820
|
"notificationLambdaArn": {}
|
4806
4821
|
}
|
4807
4822
|
},
|
4808
|
-
"
|
4823
|
+
"S5j": {
|
4809
4824
|
"type": "structure",
|
4810
4825
|
"required": [
|
4811
4826
|
"state"
|
@@ -4821,7 +4836,7 @@
|
|
4821
4836
|
}
|
4822
4837
|
}
|
4823
4838
|
},
|
4824
|
-
"
|
4839
|
+
"S6b": {
|
4825
4840
|
"type": "structure",
|
4826
4841
|
"required": [
|
4827
4842
|
"assetId"
|
@@ -4830,7 +4845,7 @@
|
|
4830
4845
|
"assetId": {}
|
4831
4846
|
}
|
4832
4847
|
},
|
4833
|
-
"
|
4848
|
+
"S6c": {
|
4834
4849
|
"type": "structure",
|
4835
4850
|
"required": [
|
4836
4851
|
"stringValue"
|
@@ -4839,7 +4854,7 @@
|
|
4839
4854
|
"stringValue": {}
|
4840
4855
|
}
|
4841
4856
|
},
|
4842
|
-
"
|
4857
|
+
"S6h": {
|
4843
4858
|
"type": "list",
|
4844
4859
|
"member": {
|
4845
4860
|
"type": "structure",
|
@@ -4853,19 +4868,19 @@
|
|
4853
4868
|
"name": {},
|
4854
4869
|
"alias": {},
|
4855
4870
|
"notification": {
|
4856
|
-
"shape": "
|
4871
|
+
"shape": "S6j"
|
4857
4872
|
},
|
4858
4873
|
"dataType": {},
|
4859
4874
|
"dataTypeSpec": {},
|
4860
4875
|
"unit": {},
|
4861
4876
|
"path": {
|
4862
|
-
"shape": "
|
4877
|
+
"shape": "S6m"
|
4863
4878
|
},
|
4864
4879
|
"externalId": {}
|
4865
4880
|
}
|
4866
4881
|
}
|
4867
4882
|
},
|
4868
|
-
"
|
4883
|
+
"S6j": {
|
4869
4884
|
"type": "structure",
|
4870
4885
|
"required": [
|
4871
4886
|
"topic",
|
@@ -4876,7 +4891,7 @@
|
|
4876
4891
|
"state": {}
|
4877
4892
|
}
|
4878
4893
|
},
|
4879
|
-
"
|
4894
|
+
"S6m": {
|
4880
4895
|
"type": "list",
|
4881
4896
|
"member": {
|
4882
4897
|
"type": "structure",
|
@@ -4886,7 +4901,7 @@
|
|
4886
4901
|
}
|
4887
4902
|
}
|
4888
4903
|
},
|
4889
|
-
"
|
4904
|
+
"S6o": {
|
4890
4905
|
"type": "list",
|
4891
4906
|
"member": {
|
4892
4907
|
"type": "structure",
|
@@ -4900,7 +4915,7 @@
|
|
4900
4915
|
}
|
4901
4916
|
}
|
4902
4917
|
},
|
4903
|
-
"
|
4918
|
+
"S6s": {
|
4904
4919
|
"type": "list",
|
4905
4920
|
"member": {
|
4906
4921
|
"type": "structure",
|
@@ -4918,12 +4933,12 @@
|
|
4918
4933
|
"type": {},
|
4919
4934
|
"description": {},
|
4920
4935
|
"path": {
|
4921
|
-
"shape": "
|
4936
|
+
"shape": "S6u"
|
4922
4937
|
}
|
4923
4938
|
}
|
4924
4939
|
}
|
4925
4940
|
},
|
4926
|
-
"
|
4941
|
+
"S6u": {
|
4927
4942
|
"type": "list",
|
4928
4943
|
"member": {
|
4929
4944
|
"type": "structure",
|
@@ -4933,7 +4948,7 @@
|
|
4933
4948
|
}
|
4934
4949
|
}
|
4935
4950
|
},
|
4936
|
-
"
|
4951
|
+
"S6y": {
|
4937
4952
|
"type": "list",
|
4938
4953
|
"member": {
|
4939
4954
|
"type": "structure",
|
@@ -4949,7 +4964,7 @@
|
|
4949
4964
|
}
|
4950
4965
|
}
|
4951
4966
|
},
|
4952
|
-
"
|
4967
|
+
"S72": {
|
4953
4968
|
"type": "list",
|
4954
4969
|
"member": {
|
4955
4970
|
"type": "structure",
|
@@ -4974,7 +4989,7 @@
|
|
4974
4989
|
}
|
4975
4990
|
}
|
4976
4991
|
},
|
4977
|
-
"
|
4992
|
+
"S74": {
|
4978
4993
|
"type": "list",
|
4979
4994
|
"member": {
|
4980
4995
|
"type": "structure",
|
@@ -4990,7 +5005,7 @@
|
|
4990
5005
|
}
|
4991
5006
|
}
|
4992
5007
|
},
|
4993
|
-
"
|
5008
|
+
"S76": {
|
4994
5009
|
"type": "list",
|
4995
5010
|
"member": {
|
4996
5011
|
"type": "structure",
|
@@ -5003,14 +5018,14 @@
|
|
5003
5018
|
"description": {},
|
5004
5019
|
"type": {},
|
5005
5020
|
"properties": {
|
5006
|
-
"shape": "
|
5021
|
+
"shape": "S72"
|
5007
5022
|
},
|
5008
5023
|
"id": {},
|
5009
5024
|
"externalId": {}
|
5010
5025
|
}
|
5011
5026
|
}
|
5012
5027
|
},
|
5013
|
-
"
|
5028
|
+
"S78": {
|
5014
5029
|
"type": "list",
|
5015
5030
|
"member": {
|
5016
5031
|
"type": "structure",
|
@@ -5031,7 +5046,7 @@
|
|
5031
5046
|
}
|
5032
5047
|
}
|
5033
5048
|
},
|
5034
|
-
"
|
5049
|
+
"S7h": {
|
5035
5050
|
"type": "structure",
|
5036
5051
|
"required": [
|
5037
5052
|
"id",
|
@@ -5043,7 +5058,7 @@
|
|
5043
5058
|
"name": {},
|
5044
5059
|
"alias": {},
|
5045
5060
|
"notification": {
|
5046
|
-
"shape": "
|
5061
|
+
"shape": "S6j"
|
5047
5062
|
},
|
5048
5063
|
"dataType": {},
|
5049
5064
|
"unit": {},
|
@@ -5051,12 +5066,12 @@
|
|
5051
5066
|
"shape": "S3i"
|
5052
5067
|
},
|
5053
5068
|
"path": {
|
5054
|
-
"shape": "
|
5069
|
+
"shape": "S6m"
|
5055
5070
|
},
|
5056
5071
|
"externalId": {}
|
5057
5072
|
}
|
5058
5073
|
},
|
5059
|
-
"
|
5074
|
+
"S7q": {
|
5060
5075
|
"type": "structure",
|
5061
5076
|
"required": [
|
5062
5077
|
"state"
|
@@ -5076,7 +5091,7 @@
|
|
5076
5091
|
}
|
5077
5092
|
}
|
5078
5093
|
},
|
5079
|
-
"
|
5094
|
+
"S7v": {
|
5080
5095
|
"type": "list",
|
5081
5096
|
"member": {
|
5082
5097
|
"type": "structure",
|
@@ -5090,7 +5105,7 @@
|
|
5090
5105
|
}
|
5091
5106
|
}
|
5092
5107
|
},
|
5093
|
-
"
|
5108
|
+
"S84": {
|
5094
5109
|
"type": "structure",
|
5095
5110
|
"required": [
|
5096
5111
|
"level"
|
@@ -5099,7 +5114,7 @@
|
|
5099
5114
|
"level": {}
|
5100
5115
|
}
|
5101
5116
|
},
|
5102
|
-
"
|
5117
|
+
"S8f": {
|
5103
5118
|
"type": "structure",
|
5104
5119
|
"required": [
|
5105
5120
|
"customerManagedS3Storage"
|
@@ -5118,7 +5133,7 @@
|
|
5118
5133
|
}
|
5119
5134
|
}
|
5120
5135
|
},
|
5121
|
-
"
|
5136
|
+
"S8i": {
|
5122
5137
|
"type": "structure",
|
5123
5138
|
"members": {
|
5124
5139
|
"numberOfDays": {
|
@@ -5129,7 +5144,7 @@
|
|
5129
5144
|
}
|
5130
5145
|
}
|
5131
5146
|
},
|
5132
|
-
"
|
5147
|
+
"S8m": {
|
5133
5148
|
"type": "structure",
|
5134
5149
|
"members": {
|
5135
5150
|
"numberOfDays": {
|
@@ -5140,28 +5155,28 @@
|
|
5140
5155
|
}
|
5141
5156
|
}
|
5142
5157
|
},
|
5143
|
-
"
|
5158
|
+
"S94": {
|
5144
5159
|
"type": "structure",
|
5145
5160
|
"required": [
|
5146
5161
|
"data"
|
5147
5162
|
],
|
5148
5163
|
"members": {
|
5149
5164
|
"data": {
|
5150
|
-
"shape": "
|
5165
|
+
"shape": "S95"
|
5151
5166
|
}
|
5152
5167
|
}
|
5153
5168
|
},
|
5154
|
-
"
|
5169
|
+
"S95": {
|
5155
5170
|
"type": "list",
|
5156
5171
|
"member": {
|
5157
5172
|
"type": "structure",
|
5158
5173
|
"members": {
|
5159
5174
|
"scalarValue": {},
|
5160
5175
|
"arrayValue": {
|
5161
|
-
"shape": "
|
5176
|
+
"shape": "S95"
|
5162
5177
|
},
|
5163
5178
|
"rowValue": {
|
5164
|
-
"shape": "
|
5179
|
+
"shape": "S94"
|
5165
5180
|
},
|
5166
5181
|
"nullValue": {
|
5167
5182
|
"type": "boolean"
|