cdk-lambda-subminute 2.0.415 → 2.0.417
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/codecatalyst-2022-09-28.min.json +5 -1
- package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.min.json +923 -0
- package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +18 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +40 -22
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +196 -51
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +15 -5
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +83 -61
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1048 -1019
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +9 -1
- package/node_modules/aws-sdk/clients/codeconnections.d.ts +1200 -0
- package/node_modules/aws-sdk/clients/codeconnections.js +18 -0
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +9 -9
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
- package/node_modules/aws-sdk/clients/guardduty.d.ts +34 -10
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +22 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +191 -2
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +17 -1
- package/node_modules/aws-sdk/clients/oam.d.ts +1 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +25 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -0
- 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 +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +21 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1266,6 +1266,115 @@
|
|
1266
1266
|
}
|
1267
1267
|
}
|
1268
1268
|
},
|
1269
|
+
"GetMetricConfiguration": {
|
1270
|
+
"http": {
|
1271
|
+
"method": "GET",
|
1272
|
+
"requestUri": "/metric-configuration",
|
1273
|
+
"responseCode": 200
|
1274
|
+
},
|
1275
|
+
"input": {
|
1276
|
+
"type": "structure",
|
1277
|
+
"members": {}
|
1278
|
+
},
|
1279
|
+
"output": {
|
1280
|
+
"type": "structure",
|
1281
|
+
"members": {
|
1282
|
+
"SummaryMetric": {
|
1283
|
+
"shape": "S7d"
|
1284
|
+
}
|
1285
|
+
}
|
1286
|
+
}
|
1287
|
+
},
|
1288
|
+
"GetMetrics": {
|
1289
|
+
"http": {
|
1290
|
+
"requestUri": "/metrics"
|
1291
|
+
},
|
1292
|
+
"input": {
|
1293
|
+
"type": "structure",
|
1294
|
+
"members": {
|
1295
|
+
"SummaryMetricQueries": {
|
1296
|
+
"type": "list",
|
1297
|
+
"member": {
|
1298
|
+
"type": "structure",
|
1299
|
+
"members": {
|
1300
|
+
"QueryId": {},
|
1301
|
+
"MetricName": {},
|
1302
|
+
"Dimensions": {
|
1303
|
+
"shape": "S7k"
|
1304
|
+
},
|
1305
|
+
"AggregationPeriod": {},
|
1306
|
+
"StartTimestamp": {
|
1307
|
+
"type": "timestamp"
|
1308
|
+
},
|
1309
|
+
"EndTimestamp": {
|
1310
|
+
"type": "timestamp"
|
1311
|
+
}
|
1312
|
+
}
|
1313
|
+
}
|
1314
|
+
}
|
1315
|
+
}
|
1316
|
+
},
|
1317
|
+
"output": {
|
1318
|
+
"type": "structure",
|
1319
|
+
"members": {
|
1320
|
+
"SummaryMetricQueryResults": {
|
1321
|
+
"type": "list",
|
1322
|
+
"member": {
|
1323
|
+
"type": "structure",
|
1324
|
+
"members": {
|
1325
|
+
"QueryId": {},
|
1326
|
+
"QueryStatus": {},
|
1327
|
+
"Error": {},
|
1328
|
+
"MetricName": {},
|
1329
|
+
"Dimensions": {
|
1330
|
+
"shape": "S7k"
|
1331
|
+
},
|
1332
|
+
"AggregationPeriod": {},
|
1333
|
+
"StartTimestamp": {
|
1334
|
+
"type": "timestamp"
|
1335
|
+
},
|
1336
|
+
"EndTimestamp": {
|
1337
|
+
"type": "timestamp"
|
1338
|
+
},
|
1339
|
+
"Timestamps": {
|
1340
|
+
"type": "list",
|
1341
|
+
"member": {
|
1342
|
+
"type": "timestamp"
|
1343
|
+
}
|
1344
|
+
},
|
1345
|
+
"Values": {
|
1346
|
+
"type": "list",
|
1347
|
+
"member": {
|
1348
|
+
"type": "structure",
|
1349
|
+
"members": {
|
1350
|
+
"Min": {
|
1351
|
+
"type": "double"
|
1352
|
+
},
|
1353
|
+
"Max": {
|
1354
|
+
"type": "double"
|
1355
|
+
},
|
1356
|
+
"Sum": {
|
1357
|
+
"type": "double"
|
1358
|
+
},
|
1359
|
+
"Avg": {
|
1360
|
+
"type": "double"
|
1361
|
+
},
|
1362
|
+
"Std": {
|
1363
|
+
"type": "double"
|
1364
|
+
},
|
1365
|
+
"P90": {
|
1366
|
+
"type": "double"
|
1367
|
+
}
|
1368
|
+
}
|
1369
|
+
}
|
1370
|
+
},
|
1371
|
+
"Unit": {}
|
1372
|
+
}
|
1373
|
+
}
|
1374
|
+
}
|
1375
|
+
}
|
1376
|
+
}
|
1377
|
+
},
|
1269
1378
|
"GetMulticastGroup": {
|
1270
1379
|
"http": {
|
1271
1380
|
"method": "GET",
|
@@ -1331,7 +1440,7 @@
|
|
1331
1440
|
"type": "structure",
|
1332
1441
|
"members": {
|
1333
1442
|
"LoRaWAN": {
|
1334
|
-
"shape": "
|
1443
|
+
"shape": "S8f"
|
1335
1444
|
}
|
1336
1445
|
}
|
1337
1446
|
}
|
@@ -1401,7 +1510,7 @@
|
|
1401
1510
|
"type": "structure",
|
1402
1511
|
"members": {
|
1403
1512
|
"Sidewalk": {
|
1404
|
-
"shape": "
|
1513
|
+
"shape": "S8o"
|
1405
1514
|
},
|
1406
1515
|
"AccountLinked": {
|
1407
1516
|
"type": "boolean"
|
@@ -1437,7 +1546,7 @@
|
|
1437
1546
|
"type": "structure",
|
1438
1547
|
"members": {
|
1439
1548
|
"Position": {
|
1440
|
-
"shape": "
|
1549
|
+
"shape": "S8v"
|
1441
1550
|
},
|
1442
1551
|
"Accuracy": {
|
1443
1552
|
"type": "structure",
|
@@ -1490,7 +1599,7 @@
|
|
1490
1599
|
"type": "structure",
|
1491
1600
|
"members": {
|
1492
1601
|
"Solvers": {
|
1493
|
-
"shape": "
|
1602
|
+
"shape": "S96"
|
1494
1603
|
},
|
1495
1604
|
"Destination": {}
|
1496
1605
|
},
|
@@ -1995,19 +2104,19 @@
|
|
1995
2104
|
"type": "structure",
|
1996
2105
|
"members": {
|
1997
2106
|
"DeviceRegistrationState": {
|
1998
|
-
"shape": "
|
2107
|
+
"shape": "Sbj"
|
1999
2108
|
},
|
2000
2109
|
"Proximity": {
|
2001
|
-
"shape": "
|
2110
|
+
"shape": "Sbl"
|
2002
2111
|
},
|
2003
2112
|
"Join": {
|
2004
|
-
"shape": "
|
2113
|
+
"shape": "Sbm"
|
2005
2114
|
},
|
2006
2115
|
"ConnectionStatus": {
|
2007
|
-
"shape": "
|
2116
|
+
"shape": "Sbo"
|
2008
2117
|
},
|
2009
2118
|
"MessageDeliveryStatus": {
|
2010
|
-
"shape": "
|
2119
|
+
"shape": "Sbq"
|
2011
2120
|
}
|
2012
2121
|
}
|
2013
2122
|
}
|
@@ -2222,12 +2331,12 @@
|
|
2222
2331
|
"SidewalkId": {},
|
2223
2332
|
"SidewalkManufacturingSn": {},
|
2224
2333
|
"DeviceCertificates": {
|
2225
|
-
"shape": "
|
2334
|
+
"shape": "Scs"
|
2226
2335
|
},
|
2227
2336
|
"PrivateKeys": {
|
2228
2337
|
"type": "list",
|
2229
2338
|
"member": {
|
2230
|
-
"shape": "
|
2339
|
+
"shape": "Sct"
|
2231
2340
|
}
|
2232
2341
|
},
|
2233
2342
|
"DeviceProfileId": {},
|
@@ -2263,10 +2372,10 @@
|
|
2263
2372
|
"Arn": {},
|
2264
2373
|
"DestinationName": {},
|
2265
2374
|
"Sidewalk": {
|
2266
|
-
"shape": "
|
2375
|
+
"shape": "Sd1"
|
2267
2376
|
},
|
2268
2377
|
"CreationTime": {
|
2269
|
-
"shape": "
|
2378
|
+
"shape": "Sd5"
|
2270
2379
|
},
|
2271
2380
|
"Status": {},
|
2272
2381
|
"StatusReason": {},
|
@@ -2713,19 +2822,19 @@
|
|
2713
2822
|
"type": "structure",
|
2714
2823
|
"members": {
|
2715
2824
|
"DeviceRegistrationState": {
|
2716
|
-
"shape": "
|
2825
|
+
"shape": "Sbj"
|
2717
2826
|
},
|
2718
2827
|
"Proximity": {
|
2719
|
-
"shape": "
|
2828
|
+
"shape": "Sbl"
|
2720
2829
|
},
|
2721
2830
|
"Join": {
|
2722
|
-
"shape": "
|
2831
|
+
"shape": "Sbm"
|
2723
2832
|
},
|
2724
2833
|
"ConnectionStatus": {
|
2725
|
-
"shape": "
|
2834
|
+
"shape": "Sbo"
|
2726
2835
|
},
|
2727
2836
|
"MessageDeliveryStatus": {
|
2728
|
-
"shape": "
|
2837
|
+
"shape": "Sbq"
|
2729
2838
|
}
|
2730
2839
|
}
|
2731
2840
|
}
|
@@ -2913,7 +3022,7 @@
|
|
2913
3022
|
"Sidewalk": {
|
2914
3023
|
"type": "list",
|
2915
3024
|
"member": {
|
2916
|
-
"shape": "
|
3025
|
+
"shape": "S8o"
|
2917
3026
|
}
|
2918
3027
|
}
|
2919
3028
|
}
|
@@ -2956,7 +3065,7 @@
|
|
2956
3065
|
"ResourceIdentifier": {},
|
2957
3066
|
"ResourceType": {},
|
2958
3067
|
"Solvers": {
|
2959
|
-
"shape": "
|
3068
|
+
"shape": "S96"
|
2960
3069
|
},
|
2961
3070
|
"Destination": {}
|
2962
3071
|
}
|
@@ -3015,7 +3124,7 @@
|
|
3015
3124
|
},
|
3016
3125
|
"ReceivedAt": {},
|
3017
3126
|
"LoRaWAN": {
|
3018
|
-
"shape": "
|
3127
|
+
"shape": "Sfg"
|
3019
3128
|
}
|
3020
3129
|
}
|
3021
3130
|
}
|
@@ -3118,10 +3227,10 @@
|
|
3118
3227
|
"Arn": {},
|
3119
3228
|
"DestinationName": {},
|
3120
3229
|
"Sidewalk": {
|
3121
|
-
"shape": "
|
3230
|
+
"shape": "Sd1"
|
3122
3231
|
},
|
3123
3232
|
"CreationTime": {
|
3124
|
-
"shape": "
|
3233
|
+
"shape": "Sd5"
|
3125
3234
|
},
|
3126
3235
|
"Status": {},
|
3127
3236
|
"StatusReason": {},
|
@@ -3214,7 +3323,7 @@
|
|
3214
3323
|
"SidewalkId": {},
|
3215
3324
|
"SidewalkManufacturingSn": {},
|
3216
3325
|
"DeviceCertificates": {
|
3217
|
-
"shape": "
|
3326
|
+
"shape": "Scs"
|
3218
3327
|
},
|
3219
3328
|
"DeviceProfileId": {},
|
3220
3329
|
"Status": {}
|
@@ -3513,7 +3622,7 @@
|
|
3513
3622
|
"type": "structure",
|
3514
3623
|
"members": {
|
3515
3624
|
"LoRaWAN": {
|
3516
|
-
"shape": "
|
3625
|
+
"shape": "Sfg"
|
3517
3626
|
},
|
3518
3627
|
"Sidewalk": {
|
3519
3628
|
"type": "structure",
|
@@ -3640,7 +3749,7 @@
|
|
3640
3749
|
"locationName": "Id"
|
3641
3750
|
},
|
3642
3751
|
"LoRaWAN": {
|
3643
|
-
"shape": "
|
3752
|
+
"shape": "S8f"
|
3644
3753
|
}
|
3645
3754
|
}
|
3646
3755
|
},
|
@@ -3920,6 +4029,26 @@
|
|
3920
4029
|
"members": {}
|
3921
4030
|
}
|
3922
4031
|
},
|
4032
|
+
"UpdateMetricConfiguration": {
|
4033
|
+
"http": {
|
4034
|
+
"method": "PUT",
|
4035
|
+
"requestUri": "/metric-configuration",
|
4036
|
+
"responseCode": 204
|
4037
|
+
},
|
4038
|
+
"input": {
|
4039
|
+
"type": "structure",
|
4040
|
+
"members": {
|
4041
|
+
"SummaryMetric": {
|
4042
|
+
"shape": "S7d"
|
4043
|
+
}
|
4044
|
+
}
|
4045
|
+
},
|
4046
|
+
"output": {
|
4047
|
+
"type": "structure",
|
4048
|
+
"members": {}
|
4049
|
+
},
|
4050
|
+
"idempotent": true
|
4051
|
+
},
|
3923
4052
|
"UpdateMulticastGroup": {
|
3924
4053
|
"http": {
|
3925
4054
|
"method": "PATCH",
|
@@ -4053,7 +4182,7 @@
|
|
4053
4182
|
"locationName": "resourceType"
|
4054
4183
|
},
|
4055
4184
|
"Position": {
|
4056
|
-
"shape": "
|
4185
|
+
"shape": "S8v"
|
4057
4186
|
}
|
4058
4187
|
},
|
4059
4188
|
"deprecated": true,
|
@@ -4094,19 +4223,19 @@
|
|
4094
4223
|
"locationName": "partnerType"
|
4095
4224
|
},
|
4096
4225
|
"DeviceRegistrationState": {
|
4097
|
-
"shape": "
|
4226
|
+
"shape": "Sbj"
|
4098
4227
|
},
|
4099
4228
|
"Proximity": {
|
4100
|
-
"shape": "
|
4229
|
+
"shape": "Sbl"
|
4101
4230
|
},
|
4102
4231
|
"Join": {
|
4103
|
-
"shape": "
|
4232
|
+
"shape": "Sbm"
|
4104
4233
|
},
|
4105
4234
|
"ConnectionStatus": {
|
4106
|
-
"shape": "
|
4235
|
+
"shape": "Sbo"
|
4107
4236
|
},
|
4108
4237
|
"MessageDeliveryStatus": {
|
4109
|
-
"shape": "
|
4238
|
+
"shape": "Sbq"
|
4110
4239
|
}
|
4111
4240
|
}
|
4112
4241
|
},
|
@@ -4688,7 +4817,23 @@
|
|
4688
4817
|
}
|
4689
4818
|
}
|
4690
4819
|
},
|
4691
|
-
"
|
4820
|
+
"S7d": {
|
4821
|
+
"type": "structure",
|
4822
|
+
"members": {
|
4823
|
+
"Status": {}
|
4824
|
+
}
|
4825
|
+
},
|
4826
|
+
"S7k": {
|
4827
|
+
"type": "list",
|
4828
|
+
"member": {
|
4829
|
+
"type": "structure",
|
4830
|
+
"members": {
|
4831
|
+
"name": {},
|
4832
|
+
"value": {}
|
4833
|
+
}
|
4834
|
+
}
|
4835
|
+
},
|
4836
|
+
"S8f": {
|
4692
4837
|
"type": "structure",
|
4693
4838
|
"members": {
|
4694
4839
|
"DlDr": {
|
@@ -4709,7 +4854,7 @@
|
|
4709
4854
|
}
|
4710
4855
|
}
|
4711
4856
|
},
|
4712
|
-
"
|
4857
|
+
"S8o": {
|
4713
4858
|
"type": "structure",
|
4714
4859
|
"members": {
|
4715
4860
|
"AmazonId": {},
|
@@ -4720,13 +4865,13 @@
|
|
4720
4865
|
"Arn": {}
|
4721
4866
|
}
|
4722
4867
|
},
|
4723
|
-
"
|
4868
|
+
"S8v": {
|
4724
4869
|
"type": "list",
|
4725
4870
|
"member": {
|
4726
4871
|
"type": "float"
|
4727
4872
|
}
|
4728
4873
|
},
|
4729
|
-
"
|
4874
|
+
"S96": {
|
4730
4875
|
"type": "structure",
|
4731
4876
|
"members": {
|
4732
4877
|
"SemtechGnss": {
|
@@ -4740,31 +4885,31 @@
|
|
4740
4885
|
}
|
4741
4886
|
}
|
4742
4887
|
},
|
4743
|
-
"
|
4888
|
+
"Sbj": {
|
4744
4889
|
"type": "structure",
|
4745
4890
|
"members": {
|
4746
4891
|
"Sidewalk": {
|
4747
|
-
"shape": "
|
4892
|
+
"shape": "Sbk"
|
4748
4893
|
},
|
4749
4894
|
"WirelessDeviceIdEventTopic": {}
|
4750
4895
|
}
|
4751
4896
|
},
|
4752
|
-
"
|
4897
|
+
"Sbk": {
|
4753
4898
|
"type": "structure",
|
4754
4899
|
"members": {
|
4755
4900
|
"AmazonIdEventTopic": {}
|
4756
4901
|
}
|
4757
4902
|
},
|
4758
|
-
"
|
4903
|
+
"Sbl": {
|
4759
4904
|
"type": "structure",
|
4760
4905
|
"members": {
|
4761
4906
|
"Sidewalk": {
|
4762
|
-
"shape": "
|
4907
|
+
"shape": "Sbk"
|
4763
4908
|
},
|
4764
4909
|
"WirelessDeviceIdEventTopic": {}
|
4765
4910
|
}
|
4766
4911
|
},
|
4767
|
-
"
|
4912
|
+
"Sbm": {
|
4768
4913
|
"type": "structure",
|
4769
4914
|
"members": {
|
4770
4915
|
"LoRaWAN": {
|
@@ -4776,7 +4921,7 @@
|
|
4776
4921
|
"WirelessDeviceIdEventTopic": {}
|
4777
4922
|
}
|
4778
4923
|
},
|
4779
|
-
"
|
4924
|
+
"Sbo": {
|
4780
4925
|
"type": "structure",
|
4781
4926
|
"members": {
|
4782
4927
|
"LoRaWAN": {
|
@@ -4788,22 +4933,22 @@
|
|
4788
4933
|
"WirelessGatewayIdEventTopic": {}
|
4789
4934
|
}
|
4790
4935
|
},
|
4791
|
-
"
|
4936
|
+
"Sbq": {
|
4792
4937
|
"type": "structure",
|
4793
4938
|
"members": {
|
4794
4939
|
"Sidewalk": {
|
4795
|
-
"shape": "
|
4940
|
+
"shape": "Sbk"
|
4796
4941
|
},
|
4797
4942
|
"WirelessDeviceIdEventTopic": {}
|
4798
4943
|
}
|
4799
4944
|
},
|
4800
|
-
"
|
4945
|
+
"Scs": {
|
4801
4946
|
"type": "list",
|
4802
4947
|
"member": {
|
4803
|
-
"shape": "
|
4948
|
+
"shape": "Sct"
|
4804
4949
|
}
|
4805
4950
|
},
|
4806
|
-
"
|
4951
|
+
"Sct": {
|
4807
4952
|
"type": "structure",
|
4808
4953
|
"required": [
|
4809
4954
|
"SigningAlg",
|
@@ -4814,7 +4959,7 @@
|
|
4814
4959
|
"Value": {}
|
4815
4960
|
}
|
4816
4961
|
},
|
4817
|
-
"
|
4962
|
+
"Sd1": {
|
4818
4963
|
"type": "structure",
|
4819
4964
|
"members": {
|
4820
4965
|
"DeviceCreationFileList": {
|
@@ -4824,11 +4969,11 @@
|
|
4824
4969
|
"Role": {}
|
4825
4970
|
}
|
4826
4971
|
},
|
4827
|
-
"
|
4972
|
+
"Sd5": {
|
4828
4973
|
"type": "timestamp",
|
4829
4974
|
"timestampFormat": "iso8601"
|
4830
4975
|
},
|
4831
|
-
"
|
4976
|
+
"Sfg": {
|
4832
4977
|
"type": "structure",
|
4833
4978
|
"members": {
|
4834
4979
|
"FPort": {
|
@@ -490,6 +490,15 @@
|
|
490
490
|
}
|
491
491
|
}
|
492
492
|
},
|
493
|
+
"ResaleAuthorizationId": {
|
494
|
+
"type": "structure",
|
495
|
+
"members": {
|
496
|
+
"ValueList": {
|
497
|
+
"type": "list",
|
498
|
+
"member": {}
|
499
|
+
}
|
500
|
+
}
|
501
|
+
},
|
493
502
|
"ReleaseDate": {
|
494
503
|
"type": "structure",
|
495
504
|
"members": {
|
@@ -843,6 +852,7 @@
|
|
843
852
|
"members": {
|
844
853
|
"Name": {},
|
845
854
|
"ProductId": {},
|
855
|
+
"ResaleAuthorizationId": {},
|
846
856
|
"ReleaseDate": {},
|
847
857
|
"AvailabilityEndDate": {},
|
848
858
|
"BuyerAccounts": {
|
@@ -897,7 +907,7 @@
|
|
897
907
|
"members": {
|
898
908
|
"ResourceArn": {},
|
899
909
|
"Tags": {
|
900
|
-
"shape": "
|
910
|
+
"shape": "S5y"
|
901
911
|
}
|
902
912
|
}
|
903
913
|
}
|
@@ -948,7 +958,7 @@
|
|
948
958
|
"shape": "Sy"
|
949
959
|
},
|
950
960
|
"EntityTags": {
|
951
|
-
"shape": "
|
961
|
+
"shape": "S5y"
|
952
962
|
},
|
953
963
|
"Details": {},
|
954
964
|
"DetailsDocument": {
|
@@ -963,7 +973,7 @@
|
|
963
973
|
"idempotencyToken": true
|
964
974
|
},
|
965
975
|
"ChangeSetTags": {
|
966
|
-
"shape": "
|
976
|
+
"shape": "S5y"
|
967
977
|
},
|
968
978
|
"Intent": {}
|
969
979
|
}
|
@@ -989,7 +999,7 @@
|
|
989
999
|
"members": {
|
990
1000
|
"ResourceArn": {},
|
991
1001
|
"Tags": {
|
992
|
-
"shape": "
|
1002
|
+
"shape": "S5y"
|
993
1003
|
}
|
994
1004
|
}
|
995
1005
|
},
|
@@ -1058,7 +1068,7 @@
|
|
1058
1068
|
"SortOrder": {}
|
1059
1069
|
}
|
1060
1070
|
},
|
1061
|
-
"
|
1071
|
+
"S5y": {
|
1062
1072
|
"type": "list",
|
1063
1073
|
"member": {
|
1064
1074
|
"type": "structure",
|