aws-sdk 2.953.0 → 2.957.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/batch-2016-08-10.min.json +18 -5
  4. package/apis/chime-2018-05-01.min.json +78 -0
  5. package/apis/cloudformation-2010-05-15.min.json +31 -0
  6. package/apis/iotanalytics-2017-11-27.min.json +64 -34
  7. package/apis/iotsitewise-2019-12-02.min.json +143 -78
  8. package/apis/iotwireless-2020-11-22.min.json +1 -0
  9. package/apis/metadata.json +13 -1
  10. package/apis/models.lex.v2-2020-08-07.waiters2.json +255 -0
  11. package/apis/monitoring-2010-08-01.min.json +23 -22
  12. package/apis/quicksight-2018-04-01.min.json +284 -103
  13. package/apis/redshift-data-2019-12-20.min.json +90 -8
  14. package/apis/route53-2013-04-01.min.json +61 -60
  15. package/apis/route53-recovery-cluster-2019-12-02.examples.json +5 -0
  16. package/apis/route53-recovery-cluster-2019-12-02.min.json +85 -0
  17. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +4 -0
  18. package/apis/route53-recovery-control-config-2020-11-02.min.json +799 -0
  19. package/apis/route53-recovery-control-config-2020-11-02.paginators.json +29 -0
  20. package/apis/route53-recovery-control-config-2020-11-02.waiters2.json +152 -0
  21. package/apis/route53-recovery-readiness-2019-12-02.min.json +1457 -0
  22. package/apis/route53-recovery-readiness-2019-12-02.paginators.json +76 -0
  23. package/apis/s3control-2018-08-20.min.json +64 -55
  24. package/apis/synthetics-2017-10-11.min.json +40 -3
  25. package/apis/textract-2018-06-27.min.json +144 -46
  26. package/clients/all.d.ts +3 -0
  27. package/clients/all.js +4 -1
  28. package/clients/batch.d.ts +159 -140
  29. package/clients/chime.d.ts +99 -2
  30. package/clients/cloudformation.d.ts +294 -256
  31. package/clients/cloudwatch.d.ts +19 -14
  32. package/clients/ec2.d.ts +89 -89
  33. package/clients/identitystore.d.ts +15 -15
  34. package/clients/iot.d.ts +2 -2
  35. package/clients/iotanalytics.d.ts +169 -129
  36. package/clients/iotsitewise.d.ts +74 -6
  37. package/clients/iotwireless.d.ts +18 -17
  38. package/clients/lexmodelsv2.js +1 -0
  39. package/clients/quicksight.d.ts +504 -316
  40. package/clients/redshiftdata.d.ts +164 -38
  41. package/clients/route53.d.ts +92 -87
  42. package/clients/route53recoverycluster.d.ts +105 -0
  43. package/clients/route53recoverycluster.js +18 -0
  44. package/clients/route53recoverycontrolconfig.d.ts +800 -0
  45. package/clients/route53recoverycontrolconfig.js +19 -0
  46. package/clients/route53recoveryreadiness.d.ts +1170 -0
  47. package/clients/route53recoveryreadiness.js +18 -0
  48. package/clients/s3control.d.ts +22 -0
  49. package/clients/shield.d.ts +69 -69
  50. package/clients/ssoadmin.d.ts +83 -83
  51. package/clients/synthetics.d.ts +27 -10
  52. package/clients/textract.d.ts +92 -1
  53. package/dist/aws-sdk-core-react-native.js +2 -2
  54. package/dist/aws-sdk-react-native.js +228 -103
  55. package/dist/aws-sdk.js +194 -120
  56. package/dist/aws-sdk.min.js +85 -85
  57. package/lib/config_service_placeholders.d.ts +6 -0
  58. package/lib/core.js +1 -1
  59. package/package.json +1 -1
@@ -13,6 +13,43 @@
13
13
  "uid": "redshift-data-2019-12-20"
14
14
  },
15
15
  "operations": {
16
+ "BatchExecuteStatement": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "ClusterIdentifier",
21
+ "Database",
22
+ "Sqls"
23
+ ],
24
+ "members": {
25
+ "ClusterIdentifier": {},
26
+ "Database": {},
27
+ "DbUser": {},
28
+ "SecretArn": {},
29
+ "Sqls": {
30
+ "type": "list",
31
+ "member": {}
32
+ },
33
+ "StatementName": {},
34
+ "WithEvent": {
35
+ "type": "boolean"
36
+ }
37
+ }
38
+ },
39
+ "output": {
40
+ "type": "structure",
41
+ "members": {
42
+ "ClusterIdentifier": {},
43
+ "CreatedAt": {
44
+ "type": "timestamp"
45
+ },
46
+ "Database": {},
47
+ "DbUser": {},
48
+ "Id": {},
49
+ "SecretArn": {}
50
+ }
51
+ }
52
+ },
16
53
  "CancelStatement": {
17
54
  "input": {
18
55
  "type": "structure",
@@ -63,7 +100,7 @@
63
100
  },
64
101
  "Id": {},
65
102
  "QueryParameters": {
66
- "shape": "Sa"
103
+ "shape": "Sh"
67
104
  },
68
105
  "QueryString": {},
69
106
  "RedshiftPid": {
@@ -80,6 +117,42 @@
80
117
  },
81
118
  "SecretArn": {},
82
119
  "Status": {},
120
+ "SubStatements": {
121
+ "type": "list",
122
+ "member": {
123
+ "type": "structure",
124
+ "required": [
125
+ "Id"
126
+ ],
127
+ "members": {
128
+ "CreatedAt": {
129
+ "type": "timestamp"
130
+ },
131
+ "Duration": {
132
+ "type": "long"
133
+ },
134
+ "Error": {},
135
+ "HasResultSet": {
136
+ "type": "boolean"
137
+ },
138
+ "Id": {},
139
+ "QueryString": {},
140
+ "RedshiftQueryId": {
141
+ "type": "long"
142
+ },
143
+ "ResultRows": {
144
+ "type": "long"
145
+ },
146
+ "ResultSize": {
147
+ "type": "long"
148
+ },
149
+ "Status": {},
150
+ "UpdatedAt": {
151
+ "type": "timestamp"
152
+ }
153
+ }
154
+ }
155
+ },
83
156
  "UpdatedAt": {
84
157
  "type": "timestamp"
85
158
  }
@@ -113,7 +186,7 @@
113
186
  "ColumnList": {
114
187
  "type": "list",
115
188
  "member": {
116
- "shape": "Sm"
189
+ "shape": "St"
117
190
  }
118
191
  },
119
192
  "NextToken": {},
@@ -126,6 +199,7 @@
126
199
  "type": "structure",
127
200
  "required": [
128
201
  "ClusterIdentifier",
202
+ "Database",
129
203
  "Sql"
130
204
  ],
131
205
  "members": {
@@ -133,7 +207,7 @@
133
207
  "Database": {},
134
208
  "DbUser": {},
135
209
  "Parameters": {
136
- "shape": "Sa"
210
+ "shape": "Sh"
137
211
  },
138
212
  "SecretArn": {},
139
213
  "Sql": {},
@@ -177,7 +251,7 @@
177
251
  "ColumnMetadata": {
178
252
  "type": "list",
179
253
  "member": {
180
- "shape": "Sm"
254
+ "shape": "St"
181
255
  }
182
256
  },
183
257
  "NextToken": {},
@@ -219,7 +293,8 @@
219
293
  "input": {
220
294
  "type": "structure",
221
295
  "required": [
222
- "ClusterIdentifier"
296
+ "ClusterIdentifier",
297
+ "Database"
223
298
  ],
224
299
  "members": {
225
300
  "ClusterIdentifier": {},
@@ -308,10 +383,17 @@
308
383
  "type": "timestamp"
309
384
  },
310
385
  "Id": {},
386
+ "IsBatchStatement": {
387
+ "type": "boolean"
388
+ },
311
389
  "QueryParameters": {
312
- "shape": "Sa"
390
+ "shape": "Sh"
313
391
  },
314
392
  "QueryString": {},
393
+ "QueryStrings": {
394
+ "type": "list",
395
+ "member": {}
396
+ },
315
397
  "SecretArn": {},
316
398
  "StatementName": {},
317
399
  "Status": {},
@@ -365,7 +447,7 @@
365
447
  }
366
448
  },
367
449
  "shapes": {
368
- "Sa": {
450
+ "Sh": {
369
451
  "type": "list",
370
452
  "member": {
371
453
  "type": "structure",
@@ -379,7 +461,7 @@
379
461
  }
380
462
  }
381
463
  },
382
- "Sm": {
464
+ "St": {
383
465
  "type": "structure",
384
466
  "members": {
385
467
  "columnDefault": {},
@@ -210,7 +210,7 @@
210
210
  ],
211
211
  "members": {
212
212
  "HealthCheck": {
213
- "shape": "S22"
213
+ "shape": "S23"
214
214
  },
215
215
  "Location": {
216
216
  "location": "header",
@@ -241,7 +241,7 @@
241
241
  },
242
242
  "CallerReference": {},
243
243
  "HostedZoneConfig": {
244
- "shape": "S2k"
244
+ "shape": "S2l"
245
245
  },
246
246
  "DelegationSetId": {}
247
247
  }
@@ -256,13 +256,13 @@
256
256
  ],
257
257
  "members": {
258
258
  "HostedZone": {
259
- "shape": "S2n"
259
+ "shape": "S2o"
260
260
  },
261
261
  "ChangeInfo": {
262
262
  "shape": "S5"
263
263
  },
264
264
  "DelegationSet": {
265
- "shape": "S2p"
265
+ "shape": "S2q"
266
266
  },
267
267
  "VPC": {
268
268
  "shape": "Sa"
@@ -312,7 +312,7 @@
312
312
  "shape": "S5"
313
313
  },
314
314
  "KeySigningKey": {
315
- "shape": "S2v"
315
+ "shape": "S2w"
316
316
  },
317
317
  "Location": {
318
318
  "location": "header",
@@ -349,7 +349,7 @@
349
349
  ],
350
350
  "members": {
351
351
  "QueryLoggingConfig": {
352
- "shape": "S32"
352
+ "shape": "S33"
353
353
  },
354
354
  "Location": {
355
355
  "location": "header",
@@ -385,7 +385,7 @@
385
385
  ],
386
386
  "members": {
387
387
  "DelegationSet": {
388
- "shape": "S2p"
388
+ "shape": "S2q"
389
389
  },
390
390
  "Location": {
391
391
  "location": "header",
@@ -423,7 +423,7 @@
423
423
  ],
424
424
  "members": {
425
425
  "TrafficPolicy": {
426
- "shape": "S3b"
426
+ "shape": "S3c"
427
427
  },
428
428
  "Location": {
429
429
  "location": "header",
@@ -470,7 +470,7 @@
470
470
  ],
471
471
  "members": {
472
472
  "TrafficPolicyInstance": {
473
- "shape": "S3g"
473
+ "shape": "S3h"
474
474
  },
475
475
  "Location": {
476
476
  "location": "header",
@@ -511,7 +511,7 @@
511
511
  ],
512
512
  "members": {
513
513
  "TrafficPolicy": {
514
- "shape": "S3b"
514
+ "shape": "S3c"
515
515
  },
516
516
  "Location": {
517
517
  "location": "header",
@@ -1020,7 +1020,7 @@
1020
1020
  "KeySigningKeys": {
1021
1021
  "type": "list",
1022
1022
  "member": {
1023
- "shape": "S2v"
1023
+ "shape": "S2w"
1024
1024
  }
1025
1025
  }
1026
1026
  }
@@ -1055,7 +1055,7 @@
1055
1055
  ],
1056
1056
  "members": {
1057
1057
  "GeoLocationDetails": {
1058
- "shape": "S4v"
1058
+ "shape": "S4w"
1059
1059
  }
1060
1060
  }
1061
1061
  }
@@ -1084,7 +1084,7 @@
1084
1084
  ],
1085
1085
  "members": {
1086
1086
  "HealthCheck": {
1087
- "shape": "S22"
1087
+ "shape": "S23"
1088
1088
  }
1089
1089
  }
1090
1090
  }
@@ -1134,7 +1134,7 @@
1134
1134
  ],
1135
1135
  "members": {
1136
1136
  "HealthCheckObservations": {
1137
- "shape": "S56"
1137
+ "shape": "S57"
1138
1138
  }
1139
1139
  }
1140
1140
  }
@@ -1163,7 +1163,7 @@
1163
1163
  ],
1164
1164
  "members": {
1165
1165
  "HealthCheckObservations": {
1166
- "shape": "S56"
1166
+ "shape": "S57"
1167
1167
  }
1168
1168
  }
1169
1169
  }
@@ -1192,13 +1192,13 @@
1192
1192
  ],
1193
1193
  "members": {
1194
1194
  "HostedZone": {
1195
- "shape": "S2n"
1195
+ "shape": "S2o"
1196
1196
  },
1197
1197
  "DelegationSet": {
1198
- "shape": "S2p"
1198
+ "shape": "S2q"
1199
1199
  },
1200
1200
  "VPCs": {
1201
- "shape": "S5e"
1201
+ "shape": "S5f"
1202
1202
  }
1203
1203
  }
1204
1204
  }
@@ -1296,7 +1296,7 @@
1296
1296
  ],
1297
1297
  "members": {
1298
1298
  "QueryLoggingConfig": {
1299
- "shape": "S32"
1299
+ "shape": "S33"
1300
1300
  }
1301
1301
  }
1302
1302
  }
@@ -1325,7 +1325,7 @@
1325
1325
  ],
1326
1326
  "members": {
1327
1327
  "DelegationSet": {
1328
- "shape": "S2p"
1328
+ "shape": "S2q"
1329
1329
  }
1330
1330
  }
1331
1331
  }
@@ -1408,7 +1408,7 @@
1408
1408
  ],
1409
1409
  "members": {
1410
1410
  "TrafficPolicy": {
1411
- "shape": "S3b"
1411
+ "shape": "S3c"
1412
1412
  }
1413
1413
  }
1414
1414
  }
@@ -1437,7 +1437,7 @@
1437
1437
  ],
1438
1438
  "members": {
1439
1439
  "TrafficPolicyInstance": {
1440
- "shape": "S3g"
1440
+ "shape": "S3h"
1441
1441
  }
1442
1442
  }
1443
1443
  }
@@ -1500,7 +1500,7 @@
1500
1500
  "GeoLocationDetailsList": {
1501
1501
  "type": "list",
1502
1502
  "member": {
1503
- "shape": "S4v",
1503
+ "shape": "S4w",
1504
1504
  "locationName": "GeoLocationDetails"
1505
1505
  }
1506
1506
  },
@@ -1544,7 +1544,7 @@
1544
1544
  "HealthChecks": {
1545
1545
  "type": "list",
1546
1546
  "member": {
1547
- "shape": "S22",
1547
+ "shape": "S23",
1548
1548
  "locationName": "HealthCheck"
1549
1549
  }
1550
1550
  },
@@ -1589,7 +1589,7 @@
1589
1589
  ],
1590
1590
  "members": {
1591
1591
  "HostedZones": {
1592
- "shape": "S6c"
1592
+ "shape": "S6d"
1593
1593
  },
1594
1594
  "Marker": {},
1595
1595
  "IsTruncated": {
@@ -1631,7 +1631,7 @@
1631
1631
  ],
1632
1632
  "members": {
1633
1633
  "HostedZones": {
1634
- "shape": "S6c"
1634
+ "shape": "S6d"
1635
1635
  },
1636
1636
  "DNSName": {},
1637
1637
  "HostedZoneId": {},
@@ -1740,7 +1740,7 @@
1740
1740
  "QueryLoggingConfigs": {
1741
1741
  "type": "list",
1742
1742
  "member": {
1743
- "shape": "S32",
1743
+ "shape": "S33",
1744
1744
  "locationName": "QueryLoggingConfig"
1745
1745
  }
1746
1746
  },
@@ -1836,7 +1836,7 @@
1836
1836
  "DelegationSets": {
1837
1837
  "type": "list",
1838
1838
  "member": {
1839
- "shape": "S2p",
1839
+ "shape": "S2q",
1840
1840
  "locationName": "DelegationSet"
1841
1841
  }
1842
1842
  },
@@ -1878,7 +1878,7 @@
1878
1878
  ],
1879
1879
  "members": {
1880
1880
  "ResourceTagSet": {
1881
- "shape": "S6z"
1881
+ "shape": "S70"
1882
1882
  }
1883
1883
  }
1884
1884
  }
@@ -1919,7 +1919,7 @@
1919
1919
  "ResourceTagSets": {
1920
1920
  "type": "list",
1921
1921
  "member": {
1922
- "shape": "S6z",
1922
+ "shape": "S70",
1923
1923
  "locationName": "ResourceTagSet"
1924
1924
  }
1925
1925
  }
@@ -2021,7 +2021,7 @@
2021
2021
  ],
2022
2022
  "members": {
2023
2023
  "TrafficPolicyInstances": {
2024
- "shape": "S7a"
2024
+ "shape": "S7b"
2025
2025
  },
2026
2026
  "HostedZoneIdMarker": {},
2027
2027
  "TrafficPolicyInstanceNameMarker": {},
@@ -2071,7 +2071,7 @@
2071
2071
  ],
2072
2072
  "members": {
2073
2073
  "TrafficPolicyInstances": {
2074
- "shape": "S7a"
2074
+ "shape": "S7b"
2075
2075
  },
2076
2076
  "TrafficPolicyInstanceNameMarker": {},
2077
2077
  "TrafficPolicyInstanceTypeMarker": {},
@@ -2130,7 +2130,7 @@
2130
2130
  ],
2131
2131
  "members": {
2132
2132
  "TrafficPolicyInstances": {
2133
- "shape": "S7a"
2133
+ "shape": "S7b"
2134
2134
  },
2135
2135
  "HostedZoneIdMarker": {},
2136
2136
  "TrafficPolicyInstanceNameMarker": {},
@@ -2179,7 +2179,7 @@
2179
2179
  "TrafficPolicies": {
2180
2180
  "type": "list",
2181
2181
  "member": {
2182
- "shape": "S3b",
2182
+ "shape": "S3c",
2183
2183
  "locationName": "TrafficPolicy"
2184
2184
  }
2185
2185
  },
@@ -2226,7 +2226,7 @@
2226
2226
  "HostedZoneId": {},
2227
2227
  "NextToken": {},
2228
2228
  "VPCs": {
2229
- "shape": "S5e"
2229
+ "shape": "S5f"
2230
2230
  }
2231
2231
  }
2232
2232
  }
@@ -2363,7 +2363,7 @@
2363
2363
  ],
2364
2364
  "members": {
2365
2365
  "HealthCheck": {
2366
- "shape": "S22"
2366
+ "shape": "S23"
2367
2367
  }
2368
2368
  }
2369
2369
  }
@@ -2396,7 +2396,7 @@
2396
2396
  ],
2397
2397
  "members": {
2398
2398
  "HostedZone": {
2399
- "shape": "S2n"
2399
+ "shape": "S2o"
2400
2400
  }
2401
2401
  }
2402
2402
  }
@@ -2436,7 +2436,7 @@
2436
2436
  ],
2437
2437
  "members": {
2438
2438
  "TrafficPolicy": {
2439
- "shape": "S3b"
2439
+ "shape": "S3c"
2440
2440
  }
2441
2441
  }
2442
2442
  }
@@ -2478,7 +2478,7 @@
2478
2478
  ],
2479
2479
  "members": {
2480
2480
  "TrafficPolicyInstance": {
2481
- "shape": "S3g"
2481
+ "shape": "S3h"
2482
2482
  }
2483
2483
  }
2484
2484
  }
@@ -2624,7 +2624,8 @@
2624
2624
  "AlarmIdentifier": {
2625
2625
  "shape": "S1x"
2626
2626
  },
2627
- "InsufficientDataHealthStatus": {}
2627
+ "InsufficientDataHealthStatus": {},
2628
+ "RoutingControlArn": {}
2628
2629
  }
2629
2630
  },
2630
2631
  "S1t": {
@@ -2650,7 +2651,7 @@
2650
2651
  "Name": {}
2651
2652
  }
2652
2653
  },
2653
- "S22": {
2654
+ "S23": {
2654
2655
  "type": "structure",
2655
2656
  "required": [
2656
2657
  "Id",
@@ -2662,7 +2663,7 @@
2662
2663
  "Id": {},
2663
2664
  "CallerReference": {},
2664
2665
  "LinkedService": {
2665
- "shape": "S23"
2666
+ "shape": "S24"
2666
2667
  },
2667
2668
  "HealthCheckConfig": {
2668
2669
  "shape": "S1g"
@@ -2714,14 +2715,14 @@
2714
2715
  }
2715
2716
  }
2716
2717
  },
2717
- "S23": {
2718
+ "S24": {
2718
2719
  "type": "structure",
2719
2720
  "members": {
2720
2721
  "ServicePrincipal": {},
2721
2722
  "Description": {}
2722
2723
  }
2723
2724
  },
2724
- "S2k": {
2725
+ "S2l": {
2725
2726
  "type": "structure",
2726
2727
  "members": {
2727
2728
  "Comment": {},
@@ -2730,7 +2731,7 @@
2730
2731
  }
2731
2732
  }
2732
2733
  },
2733
- "S2n": {
2734
+ "S2o": {
2734
2735
  "type": "structure",
2735
2736
  "required": [
2736
2737
  "Id",
@@ -2742,17 +2743,17 @@
2742
2743
  "Name": {},
2743
2744
  "CallerReference": {},
2744
2745
  "Config": {
2745
- "shape": "S2k"
2746
+ "shape": "S2l"
2746
2747
  },
2747
2748
  "ResourceRecordSetCount": {
2748
2749
  "type": "long"
2749
2750
  },
2750
2751
  "LinkedService": {
2751
- "shape": "S23"
2752
+ "shape": "S24"
2752
2753
  }
2753
2754
  }
2754
2755
  },
2755
- "S2p": {
2756
+ "S2q": {
2756
2757
  "type": "structure",
2757
2758
  "required": [
2758
2759
  "NameServers"
@@ -2768,7 +2769,7 @@
2768
2769
  }
2769
2770
  }
2770
2771
  },
2771
- "S2v": {
2772
+ "S2w": {
2772
2773
  "type": "structure",
2773
2774
  "members": {
2774
2775
  "Name": {},
@@ -2801,7 +2802,7 @@
2801
2802
  }
2802
2803
  }
2803
2804
  },
2804
- "S32": {
2805
+ "S33": {
2805
2806
  "type": "structure",
2806
2807
  "required": [
2807
2808
  "Id",
@@ -2814,7 +2815,7 @@
2814
2815
  "CloudWatchLogsLogGroupArn": {}
2815
2816
  }
2816
2817
  },
2817
- "S3b": {
2818
+ "S3c": {
2818
2819
  "type": "structure",
2819
2820
  "required": [
2820
2821
  "Id",
@@ -2834,7 +2835,7 @@
2834
2835
  "Comment": {}
2835
2836
  }
2836
2837
  },
2837
- "S3g": {
2838
+ "S3h": {
2838
2839
  "type": "structure",
2839
2840
  "required": [
2840
2841
  "Id",
@@ -2863,7 +2864,7 @@
2863
2864
  "TrafficPolicyType": {}
2864
2865
  }
2865
2866
  },
2866
- "S4v": {
2867
+ "S4w": {
2867
2868
  "type": "structure",
2868
2869
  "members": {
2869
2870
  "ContinentCode": {},
@@ -2874,7 +2875,7 @@
2874
2875
  "SubdivisionName": {}
2875
2876
  }
2876
2877
  },
2877
- "S56": {
2878
+ "S57": {
2878
2879
  "type": "list",
2879
2880
  "member": {
2880
2881
  "locationName": "HealthCheckObservation",
@@ -2894,21 +2895,21 @@
2894
2895
  }
2895
2896
  }
2896
2897
  },
2897
- "S5e": {
2898
+ "S5f": {
2898
2899
  "type": "list",
2899
2900
  "member": {
2900
2901
  "shape": "Sa",
2901
2902
  "locationName": "VPC"
2902
2903
  }
2903
2904
  },
2904
- "S6c": {
2905
+ "S6d": {
2905
2906
  "type": "list",
2906
2907
  "member": {
2907
- "shape": "S2n",
2908
+ "shape": "S2o",
2908
2909
  "locationName": "HostedZone"
2909
2910
  }
2910
2911
  },
2911
- "S6z": {
2912
+ "S70": {
2912
2913
  "type": "structure",
2913
2914
  "members": {
2914
2915
  "ResourceType": {},
@@ -2918,10 +2919,10 @@
2918
2919
  }
2919
2920
  }
2920
2921
  },
2921
- "S7a": {
2922
+ "S7b": {
2922
2923
  "type": "list",
2923
2924
  "member": {
2924
- "shape": "S3g",
2925
+ "shape": "S3h",
2925
2926
  "locationName": "TrafficPolicyInstance"
2926
2927
  }
2927
2928
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }