cdk-comprehend-s3olap 2.0.103 → 2.0.105

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 (69) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +59 -8
  8. package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +166 -132
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +102 -96
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +59 -22
  12. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +228 -142
  13. package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +1 -1
  14. package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/backupgateway.d.ts +72 -0
  16. package/node_modules/aws-sdk/clients/devicefarm.d.ts +38 -0
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +78 -67
  18. package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
  19. package/node_modules/aws-sdk/clients/identitystore.d.ts +8 -8
  20. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +85 -0
  21. package/node_modules/aws-sdk/clients/lightsail.d.ts +66 -3
  22. package/node_modules/aws-sdk/clients/nimble.d.ts +14 -14
  23. package/node_modules/aws-sdk/clients/ssm.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/wafv2.d.ts +7 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +271 -231
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -73
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/es-abstract/2015/GetSubstitution.js +1 -1
  32. package/node_modules/es-abstract/2015/ToNumber.js +1 -1
  33. package/node_modules/es-abstract/2016/GetSubstitution.js +1 -1
  34. package/node_modules/es-abstract/2016/ToNumber.js +1 -1
  35. package/node_modules/es-abstract/2017/GetSubstitution.js +1 -1
  36. package/node_modules/es-abstract/2017/ToNumber.js +1 -1
  37. package/node_modules/es-abstract/2018/GetSubstitution.js +1 -1
  38. package/node_modules/es-abstract/2018/ToNumber.js +1 -1
  39. package/node_modules/es-abstract/2019/GetSubstitution.js +1 -1
  40. package/node_modules/es-abstract/2019/ToNumber.js +1 -1
  41. package/node_modules/es-abstract/2020/GetSubstitution.js +1 -1
  42. package/node_modules/es-abstract/2020/ToNumber.js +1 -1
  43. package/node_modules/es-abstract/2021/GetSubstitution.js +1 -1
  44. package/node_modules/es-abstract/2021/ToNumber.js +1 -1
  45. package/node_modules/es-abstract/2022/GetSubstitution.js +1 -1
  46. package/node_modules/es-abstract/2022/StringToNumber.js +1 -1
  47. package/node_modules/es-abstract/CHANGELOG.md +6 -0
  48. package/node_modules/es-abstract/helpers/regexTester.js +2 -6
  49. package/node_modules/es-abstract/package.json +6 -5
  50. package/node_modules/esbuild/bin/esbuild +34 -9
  51. package/node_modules/esbuild/install.js +4 -4
  52. package/node_modules/esbuild/lib/main.js +41 -16
  53. package/node_modules/esbuild/package.json +23 -23
  54. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  55. package/node_modules/esbuild-linux-64/package.json +1 -1
  56. package/node_modules/is-callable/CHANGELOG.md +13 -0
  57. package/node_modules/is-callable/README.md +5 -2
  58. package/node_modules/is-callable/index.js +13 -7
  59. package/node_modules/is-callable/package.json +1 -1
  60. package/node_modules/is-callable/test/index.js +26 -9
  61. package/node_modules/safe-regex-test/.eslintrc +9 -0
  62. package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
  63. package/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  64. package/node_modules/safe-regex-test/LICENSE +21 -0
  65. package/node_modules/safe-regex-test/README.md +42 -0
  66. package/node_modules/safe-regex-test/index.js +17 -0
  67. package/node_modules/safe-regex-test/package.json +75 -0
  68. package/node_modules/safe-regex-test/test/index.js +37 -0
  69. package/package.json +10 -10
@@ -2176,7 +2176,7 @@
2176
2176
  "shape": "Sau"
2177
2177
  },
2178
2178
  "TargetCapacitySpecification": {
2179
- "shape": "Sbt"
2179
+ "shape": "Sbu"
2180
2180
  },
2181
2181
  "TerminateInstancesWithExpiration": {
2182
2182
  "type": "boolean"
@@ -2212,7 +2212,7 @@
2212
2212
  "type": "structure",
2213
2213
  "members": {
2214
2214
  "LaunchTemplateAndOverrides": {
2215
- "shape": "Sc1",
2215
+ "shape": "Sc2",
2216
2216
  "locationName": "launchTemplateAndOverrides"
2217
2217
  },
2218
2218
  "Lifecycle": {
@@ -2235,14 +2235,14 @@
2235
2235
  "type": "structure",
2236
2236
  "members": {
2237
2237
  "LaunchTemplateAndOverrides": {
2238
- "shape": "Sc1",
2238
+ "shape": "Sc2",
2239
2239
  "locationName": "launchTemplateAndOverrides"
2240
2240
  },
2241
2241
  "Lifecycle": {
2242
2242
  "locationName": "lifecycle"
2243
2243
  },
2244
2244
  "InstanceIds": {
2245
- "shape": "Sch",
2245
+ "shape": "Sci",
2246
2246
  "locationName": "instanceIds"
2247
2247
  },
2248
2248
  "InstanceType": {
@@ -2333,10 +2333,10 @@
2333
2333
  "type": "boolean"
2334
2334
  },
2335
2335
  "InputStorageLocation": {
2336
- "shape": "Sct"
2336
+ "shape": "Scu"
2337
2337
  },
2338
2338
  "LogsStorageLocation": {
2339
- "shape": "Sct"
2339
+ "shape": "Scu"
2340
2340
  },
2341
2341
  "Description": {},
2342
2342
  "Name": {},
@@ -2368,7 +2368,7 @@
2368
2368
  ],
2369
2369
  "members": {
2370
2370
  "BlockDeviceMappings": {
2371
- "shape": "Scw",
2371
+ "shape": "Scx",
2372
2372
  "locationName": "blockDeviceMapping"
2373
2373
  },
2374
2374
  "Description": {
@@ -2412,7 +2412,7 @@
2412
2412
  },
2413
2413
  "Name": {},
2414
2414
  "TimeRanges": {
2415
- "shape": "Sd3",
2415
+ "shape": "Sd4",
2416
2416
  "locationName": "TimeRange"
2417
2417
  },
2418
2418
  "CronExpression": {},
@@ -2478,7 +2478,7 @@
2478
2478
  "type": "structure",
2479
2479
  "members": {
2480
2480
  "ExportTask": {
2481
- "shape": "Sdc",
2481
+ "shape": "Sdd",
2482
2482
  "locationName": "exportTask"
2483
2483
  }
2484
2484
  }
@@ -2502,7 +2502,7 @@
2502
2502
  "type": "structure",
2503
2503
  "members": {
2504
2504
  "InternetGateway": {
2505
- "shape": "Sdi",
2505
+ "shape": "Sdj",
2506
2506
  "locationName": "internetGateway"
2507
2507
  }
2508
2508
  }
@@ -2517,7 +2517,7 @@
2517
2517
  },
2518
2518
  "Description": {},
2519
2519
  "OperatingRegions": {
2520
- "shape": "Sdk",
2520
+ "shape": "Sdl",
2521
2521
  "locationName": "OperatingRegion"
2522
2522
  },
2523
2523
  "TagSpecifications": {
@@ -2533,7 +2533,7 @@
2533
2533
  "type": "structure",
2534
2534
  "members": {
2535
2535
  "Ipam": {
2536
- "shape": "Sdn",
2536
+ "shape": "Sdo",
2537
2537
  "locationName": "ipam"
2538
2538
  }
2539
2539
  }
@@ -2571,7 +2571,7 @@
2571
2571
  "type": "integer"
2572
2572
  },
2573
2573
  "AllocationResourceTags": {
2574
- "shape": "Sdw",
2574
+ "shape": "Sdx",
2575
2575
  "locationName": "AllocationResourceTag"
2576
2576
  },
2577
2577
  "TagSpecifications": {
@@ -2588,7 +2588,7 @@
2588
2588
  "type": "structure",
2589
2589
  "members": {
2590
2590
  "IpamPool": {
2591
- "shape": "Se0",
2591
+ "shape": "Se1",
2592
2592
  "locationName": "ipamPool"
2593
2593
  }
2594
2594
  }
@@ -2619,7 +2619,7 @@
2619
2619
  "type": "structure",
2620
2620
  "members": {
2621
2621
  "IpamScope": {
2622
- "shape": "Se7",
2622
+ "shape": "Se8",
2623
2623
  "locationName": "ipamScope"
2624
2624
  }
2625
2625
  }
@@ -2684,7 +2684,7 @@
2684
2684
  "LaunchTemplateName": {},
2685
2685
  "VersionDescription": {},
2686
2686
  "LaunchTemplateData": {
2687
- "shape": "Seg"
2687
+ "shape": "Seh"
2688
2688
  },
2689
2689
  "TagSpecifications": {
2690
2690
  "shape": "S1v",
@@ -2722,7 +2722,7 @@
2722
2722
  "SourceVersion": {},
2723
2723
  "VersionDescription": {},
2724
2724
  "LaunchTemplateData": {
2725
- "shape": "Seg"
2725
+ "shape": "Seh"
2726
2726
  }
2727
2727
  }
2728
2728
  },
@@ -3103,7 +3103,7 @@
3103
3103
  "type": "boolean"
3104
3104
  },
3105
3105
  "Groups": {
3106
- "shape": "Seo",
3106
+ "shape": "Sep",
3107
3107
  "locationName": "SecurityGroupId"
3108
3108
  },
3109
3109
  "Ipv6AddressCount": {
@@ -3118,7 +3118,7 @@
3118
3118
  "locationName": "privateIpAddress"
3119
3119
  },
3120
3120
  "PrivateIpAddresses": {
3121
- "shape": "Ser",
3121
+ "shape": "Ses",
3122
3122
  "locationName": "privateIpAddresses"
3123
3123
  },
3124
3124
  "SecondaryPrivateIpAddressCount": {
@@ -3126,14 +3126,14 @@
3126
3126
  "type": "integer"
3127
3127
  },
3128
3128
  "Ipv4Prefixes": {
3129
- "shape": "Set",
3129
+ "shape": "Seu",
3130
3130
  "locationName": "Ipv4Prefix"
3131
3131
  },
3132
3132
  "Ipv4PrefixCount": {
3133
3133
  "type": "integer"
3134
3134
  },
3135
3135
  "Ipv6Prefixes": {
3136
- "shape": "Sev",
3136
+ "shape": "Sew",
3137
3137
  "locationName": "Ipv6Prefix"
3138
3138
  },
3139
3139
  "Ipv6PrefixCount": {
@@ -5057,7 +5057,7 @@
5057
5057
  "type": "structure",
5058
5058
  "members": {
5059
5059
  "Ipam": {
5060
- "shape": "Sdn",
5060
+ "shape": "Sdo",
5061
5061
  "locationName": "ipam"
5062
5062
  }
5063
5063
  }
@@ -5080,7 +5080,7 @@
5080
5080
  "type": "structure",
5081
5081
  "members": {
5082
5082
  "IpamPool": {
5083
- "shape": "Se0",
5083
+ "shape": "Se1",
5084
5084
  "locationName": "ipamPool"
5085
5085
  }
5086
5086
  }
@@ -5103,7 +5103,7 @@
5103
5103
  "type": "structure",
5104
5104
  "members": {
5105
5105
  "IpamScope": {
5106
- "shape": "Se7",
5106
+ "shape": "Se8",
5107
5107
  "locationName": "ipamScope"
5108
5108
  }
5109
5109
  }
@@ -7913,7 +7913,7 @@
7913
7913
  "locationName": "exportTaskSet",
7914
7914
  "type": "list",
7915
7915
  "member": {
7916
- "shape": "Sdc",
7916
+ "shape": "Sdd",
7917
7917
  "locationName": "item"
7918
7918
  }
7919
7919
  }
@@ -8237,14 +8237,14 @@
8237
8237
  "type": "structure",
8238
8238
  "members": {
8239
8239
  "LaunchTemplateSpecification": {
8240
- "shape": "Sc2",
8240
+ "shape": "Sc3",
8241
8241
  "locationName": "launchTemplateSpecification"
8242
8242
  },
8243
8243
  "Overrides": {
8244
8244
  "locationName": "overrides",
8245
8245
  "type": "list",
8246
8246
  "member": {
8247
- "shape": "Sc3",
8247
+ "shape": "Sc4",
8248
8248
  "locationName": "item"
8249
8249
  }
8250
8250
  }
@@ -8389,7 +8389,7 @@
8389
8389
  "type": "structure",
8390
8390
  "members": {
8391
8391
  "LaunchTemplateAndOverrides": {
8392
- "shape": "Sc1",
8392
+ "shape": "Sc2",
8393
8393
  "locationName": "launchTemplateAndOverrides"
8394
8394
  },
8395
8395
  "Lifecycle": {
@@ -8412,14 +8412,14 @@
8412
8412
  "type": "structure",
8413
8413
  "members": {
8414
8414
  "LaunchTemplateAndOverrides": {
8415
- "shape": "Sc1",
8415
+ "shape": "Sc2",
8416
8416
  "locationName": "launchTemplateAndOverrides"
8417
8417
  },
8418
8418
  "Lifecycle": {
8419
8419
  "locationName": "lifecycle"
8420
8420
  },
8421
8421
  "InstanceIds": {
8422
- "shape": "Sch",
8422
+ "shape": "Sci",
8423
8423
  "locationName": "instanceIds"
8424
8424
  },
8425
8425
  "InstanceType": {
@@ -10272,7 +10272,7 @@
10272
10272
  "locationName": "internetGatewaySet",
10273
10273
  "type": "list",
10274
10274
  "member": {
10275
- "shape": "Sdi",
10275
+ "shape": "Sdj",
10276
10276
  "locationName": "item"
10277
10277
  }
10278
10278
  },
@@ -10313,7 +10313,7 @@
10313
10313
  "locationName": "ipamPoolSet",
10314
10314
  "type": "list",
10315
10315
  "member": {
10316
- "shape": "Se0",
10316
+ "shape": "Se1",
10317
10317
  "locationName": "item"
10318
10318
  }
10319
10319
  }
@@ -10351,7 +10351,7 @@
10351
10351
  "locationName": "ipamScopeSet",
10352
10352
  "type": "list",
10353
10353
  "member": {
10354
- "shape": "Se7",
10354
+ "shape": "Se8",
10355
10355
  "locationName": "item"
10356
10356
  }
10357
10357
  }
@@ -10389,7 +10389,7 @@
10389
10389
  "locationName": "ipamSet",
10390
10390
  "type": "list",
10391
10391
  "member": {
10392
- "shape": "Sdn",
10392
+ "shape": "Sdo",
10393
10393
  "locationName": "item"
10394
10394
  }
10395
10395
  }
@@ -16551,7 +16551,7 @@
16551
16551
  "ResourceId": {},
16552
16552
  "ResourceType": {},
16553
16553
  "ResourceTag": {
16554
- "shape": "Sdx"
16554
+ "shape": "Sdy"
16555
16555
  },
16556
16556
  "ResourceOwner": {}
16557
16557
  }
@@ -17631,7 +17631,7 @@
17631
17631
  "locationName": "architecture"
17632
17632
  },
17633
17633
  "GroupIds": {
17634
- "shape": "Seo",
17634
+ "shape": "Sep",
17635
17635
  "locationName": "GroupId"
17636
17636
  },
17637
17637
  "GroupNames": {
@@ -18167,7 +18167,7 @@
18167
18167
  },
18168
18168
  "FleetId": {},
18169
18169
  "TargetCapacitySpecification": {
18170
- "shape": "Sbt"
18170
+ "shape": "Sbu"
18171
18171
  },
18172
18172
  "Context": {}
18173
18173
  }
@@ -18605,7 +18605,7 @@
18605
18605
  "Name": {},
18606
18606
  "InstanceEventWindowId": {},
18607
18607
  "TimeRanges": {
18608
- "shape": "Sd3",
18608
+ "shape": "Sd4",
18609
18609
  "locationName": "TimeRange"
18610
18610
  },
18611
18611
  "CronExpression": {}
@@ -18729,7 +18729,7 @@
18729
18729
  "IpamId": {},
18730
18730
  "Description": {},
18731
18731
  "AddOperatingRegions": {
18732
- "shape": "Sdk",
18732
+ "shape": "Sdl",
18733
18733
  "locationName": "AddOperatingRegion"
18734
18734
  },
18735
18735
  "RemoveOperatingRegions": {
@@ -18748,7 +18748,7 @@
18748
18748
  "type": "structure",
18749
18749
  "members": {
18750
18750
  "Ipam": {
18751
- "shape": "Sdn",
18751
+ "shape": "Sdo",
18752
18752
  "locationName": "ipam"
18753
18753
  }
18754
18754
  }
@@ -18782,11 +18782,11 @@
18782
18782
  "type": "boolean"
18783
18783
  },
18784
18784
  "AddAllocationResourceTags": {
18785
- "shape": "Sdw",
18785
+ "shape": "Sdx",
18786
18786
  "locationName": "AddAllocationResourceTag"
18787
18787
  },
18788
18788
  "RemoveAllocationResourceTags": {
18789
- "shape": "Sdw",
18789
+ "shape": "Sdx",
18790
18790
  "locationName": "RemoveAllocationResourceTag"
18791
18791
  }
18792
18792
  }
@@ -18795,7 +18795,7 @@
18795
18795
  "type": "structure",
18796
18796
  "members": {
18797
18797
  "IpamPool": {
18798
- "shape": "Se0",
18798
+ "shape": "Se1",
18799
18799
  "locationName": "ipamPool"
18800
18800
  }
18801
18801
  }
@@ -18853,7 +18853,7 @@
18853
18853
  "type": "structure",
18854
18854
  "members": {
18855
18855
  "IpamScope": {
18856
- "shape": "Se7",
18856
+ "shape": "Se8",
18857
18857
  "locationName": "ipamScope"
18858
18858
  }
18859
18859
  }
@@ -18987,7 +18987,7 @@
18987
18987
  "type": "boolean"
18988
18988
  },
18989
18989
  "Groups": {
18990
- "shape": "Seo",
18990
+ "shape": "Sep",
18991
18991
  "locationName": "SecurityGroupId"
18992
18992
  },
18993
18993
  "NetworkInterfaceId": {
@@ -20341,7 +20341,7 @@
20341
20341
  "locationName": "architecture"
20342
20342
  },
20343
20343
  "BlockDeviceMappings": {
20344
- "shape": "Scw",
20344
+ "shape": "Scx",
20345
20345
  "locationName": "BlockDeviceMapping"
20346
20346
  },
20347
20347
  "Description": {
@@ -21548,7 +21548,7 @@
21548
21548
  ],
21549
21549
  "members": {
21550
21550
  "BlockDeviceMappings": {
21551
- "shape": "Scw",
21551
+ "shape": "Scx",
21552
21552
  "locationName": "BlockDeviceMapping"
21553
21553
  },
21554
21554
  "ImageId": {},
@@ -21576,7 +21576,7 @@
21576
21576
  },
21577
21577
  "RamdiskId": {},
21578
21578
  "SecurityGroupIds": {
21579
- "shape": "Seo",
21579
+ "shape": "Sep",
21580
21580
  "locationName": "SecurityGroupId"
21581
21581
  },
21582
21582
  "SecurityGroups": {
@@ -24118,7 +24118,8 @@
24118
24118
  },
24119
24119
  "InstanceRequirements": {
24120
24120
  "shape": "Sb3"
24121
- }
24121
+ },
24122
+ "ImageId": {}
24122
24123
  }
24123
24124
  }
24124
24125
  }
@@ -24340,7 +24341,7 @@
24340
24341
  "locationName": "item"
24341
24342
  }
24342
24343
  },
24343
- "Sbt": {
24344
+ "Sbu": {
24344
24345
  "type": "structure",
24345
24346
  "required": [
24346
24347
  "TotalTargetCapacity"
@@ -24359,20 +24360,20 @@
24359
24360
  "TargetCapacityUnitType": {}
24360
24361
  }
24361
24362
  },
24362
- "Sc1": {
24363
+ "Sc2": {
24363
24364
  "type": "structure",
24364
24365
  "members": {
24365
24366
  "LaunchTemplateSpecification": {
24366
- "shape": "Sc2",
24367
+ "shape": "Sc3",
24367
24368
  "locationName": "launchTemplateSpecification"
24368
24369
  },
24369
24370
  "Overrides": {
24370
- "shape": "Sc3",
24371
+ "shape": "Sc4",
24371
24372
  "locationName": "overrides"
24372
24373
  }
24373
24374
  }
24374
24375
  },
24375
- "Sc2": {
24376
+ "Sc3": {
24376
24377
  "type": "structure",
24377
24378
  "members": {
24378
24379
  "LaunchTemplateId": {
@@ -24386,7 +24387,7 @@
24386
24387
  }
24387
24388
  }
24388
24389
  },
24389
- "Sc3": {
24390
+ "Sc4": {
24390
24391
  "type": "structure",
24391
24392
  "members": {
24392
24393
  "InstanceType": {
@@ -24419,12 +24420,15 @@
24419
24420
  }
24420
24421
  },
24421
24422
  "InstanceRequirements": {
24422
- "shape": "Sc5",
24423
+ "shape": "Sc6",
24423
24424
  "locationName": "instanceRequirements"
24425
+ },
24426
+ "ImageId": {
24427
+ "locationName": "imageId"
24424
24428
  }
24425
24429
  }
24426
24430
  },
24427
- "Sc5": {
24431
+ "Sc6": {
24428
24432
  "type": "structure",
24429
24433
  "members": {
24430
24434
  "VCpuCount": {
@@ -24590,27 +24594,27 @@
24590
24594
  }
24591
24595
  }
24592
24596
  },
24593
- "Sch": {
24597
+ "Sci": {
24594
24598
  "type": "list",
24595
24599
  "member": {
24596
24600
  "locationName": "item"
24597
24601
  }
24598
24602
  },
24599
- "Sct": {
24603
+ "Scu": {
24600
24604
  "type": "structure",
24601
24605
  "members": {
24602
24606
  "Bucket": {},
24603
24607
  "Key": {}
24604
24608
  }
24605
24609
  },
24606
- "Scw": {
24610
+ "Scx": {
24607
24611
  "type": "list",
24608
24612
  "member": {
24609
- "shape": "Scx",
24613
+ "shape": "Scy",
24610
24614
  "locationName": "BlockDeviceMapping"
24611
24615
  }
24612
24616
  },
24613
- "Scx": {
24617
+ "Scy": {
24614
24618
  "type": "structure",
24615
24619
  "members": {
24616
24620
  "DeviceName": {
@@ -24641,7 +24645,9 @@
24641
24645
  "VolumeType": {
24642
24646
  "locationName": "volumeType"
24643
24647
  },
24644
- "KmsKeyId": {},
24648
+ "KmsKeyId": {
24649
+ "locationName": "kmsKeyId"
24650
+ },
24645
24651
  "Throughput": {
24646
24652
  "locationName": "throughput",
24647
24653
  "type": "integer"
@@ -24660,7 +24666,7 @@
24660
24666
  }
24661
24667
  }
24662
24668
  },
24663
- "Sd3": {
24669
+ "Sd4": {
24664
24670
  "type": "list",
24665
24671
  "member": {
24666
24672
  "type": "structure",
@@ -24676,7 +24682,7 @@
24676
24682
  }
24677
24683
  }
24678
24684
  },
24679
- "Sdc": {
24685
+ "Sdd": {
24680
24686
  "type": "structure",
24681
24687
  "members": {
24682
24688
  "Description": {
@@ -24727,7 +24733,7 @@
24727
24733
  }
24728
24734
  }
24729
24735
  },
24730
- "Sdi": {
24736
+ "Sdj": {
24731
24737
  "type": "structure",
24732
24738
  "members": {
24733
24739
  "Attachments": {
@@ -24746,7 +24752,7 @@
24746
24752
  }
24747
24753
  }
24748
24754
  },
24749
- "Sdk": {
24755
+ "Sdl": {
24750
24756
  "type": "list",
24751
24757
  "member": {
24752
24758
  "type": "structure",
@@ -24755,7 +24761,7 @@
24755
24761
  }
24756
24762
  }
24757
24763
  },
24758
- "Sdn": {
24764
+ "Sdo": {
24759
24765
  "type": "structure",
24760
24766
  "members": {
24761
24767
  "OwnerId": {
@@ -24805,21 +24811,21 @@
24805
24811
  }
24806
24812
  }
24807
24813
  },
24808
- "Sdw": {
24814
+ "Sdx": {
24809
24815
  "type": "list",
24810
24816
  "member": {
24811
- "shape": "Sdx",
24817
+ "shape": "Sdy",
24812
24818
  "locationName": "item"
24813
24819
  }
24814
24820
  },
24815
- "Sdx": {
24821
+ "Sdy": {
24816
24822
  "type": "structure",
24817
24823
  "members": {
24818
24824
  "Key": {},
24819
24825
  "Value": {}
24820
24826
  }
24821
24827
  },
24822
- "Se0": {
24828
+ "Se1": {
24823
24829
  "type": "structure",
24824
24830
  "members": {
24825
24831
  "OwnerId": {
@@ -24886,7 +24892,7 @@
24886
24892
  "type": "integer"
24887
24893
  },
24888
24894
  "AllocationResourceTags": {
24889
- "shape": "Se3",
24895
+ "shape": "Se4",
24890
24896
  "locationName": "allocationResourceTagSet"
24891
24897
  },
24892
24898
  "Tags": {
@@ -24898,7 +24904,7 @@
24898
24904
  }
24899
24905
  }
24900
24906
  },
24901
- "Se3": {
24907
+ "Se4": {
24902
24908
  "type": "list",
24903
24909
  "member": {
24904
24910
  "locationName": "item",
@@ -24913,7 +24919,7 @@
24913
24919
  }
24914
24920
  }
24915
24921
  },
24916
- "Se7": {
24922
+ "Se8": {
24917
24923
  "type": "structure",
24918
24924
  "members": {
24919
24925
  "OwnerId": {
@@ -24954,7 +24960,7 @@
24954
24960
  }
24955
24961
  }
24956
24962
  },
24957
- "Seg": {
24963
+ "Seh": {
24958
24964
  "type": "structure",
24959
24965
  "members": {
24960
24966
  "KernelId": {},
@@ -25025,7 +25031,7 @@
25025
25031
  "type": "integer"
25026
25032
  },
25027
25033
  "Groups": {
25028
- "shape": "Seo",
25034
+ "shape": "Sep",
25029
25035
  "locationName": "SecurityGroupId"
25030
25036
  },
25031
25037
  "InterfaceType": {},
@@ -25045,7 +25051,7 @@
25045
25051
  "NetworkInterfaceId": {},
25046
25052
  "PrivateIpAddress": {},
25047
25053
  "PrivateIpAddresses": {
25048
- "shape": "Ser"
25054
+ "shape": "Ses"
25049
25055
  },
25050
25056
  "SecondaryPrivateIpAddressCount": {
25051
25057
  "type": "integer"
@@ -25055,14 +25061,14 @@
25055
25061
  "type": "integer"
25056
25062
  },
25057
25063
  "Ipv4Prefixes": {
25058
- "shape": "Set",
25064
+ "shape": "Seu",
25059
25065
  "locationName": "Ipv4Prefix"
25060
25066
  },
25061
25067
  "Ipv4PrefixCount": {
25062
25068
  "type": "integer"
25063
25069
  },
25064
25070
  "Ipv6Prefixes": {
25065
- "shape": "Sev",
25071
+ "shape": "Sew",
25066
25072
  "locationName": "Ipv6Prefix"
25067
25073
  },
25068
25074
  "Ipv6PrefixCount": {
@@ -25144,7 +25150,7 @@
25144
25150
  }
25145
25151
  },
25146
25152
  "SecurityGroupIds": {
25147
- "shape": "Seo",
25153
+ "shape": "Sep",
25148
25154
  "locationName": "SecurityGroupId"
25149
25155
  },
25150
25156
  "SecurityGroups": {
@@ -25260,13 +25266,13 @@
25260
25266
  },
25261
25267
  "sensitive": true
25262
25268
  },
25263
- "Seo": {
25269
+ "Sep": {
25264
25270
  "type": "list",
25265
25271
  "member": {
25266
25272
  "locationName": "SecurityGroupId"
25267
25273
  }
25268
25274
  },
25269
- "Ser": {
25275
+ "Ses": {
25270
25276
  "type": "list",
25271
25277
  "member": {
25272
25278
  "locationName": "item",
@@ -25282,7 +25288,7 @@
25282
25288
  }
25283
25289
  }
25284
25290
  },
25285
- "Set": {
25291
+ "Seu": {
25286
25292
  "type": "list",
25287
25293
  "member": {
25288
25294
  "locationName": "item",
@@ -25292,7 +25298,7 @@
25292
25298
  }
25293
25299
  }
25294
25300
  },
25295
- "Sev": {
25301
+ "Sew": {
25296
25302
  "type": "list",
25297
25303
  "member": {
25298
25304
  "locationName": "item",
@@ -25541,7 +25547,7 @@
25541
25547
  "locationName": "privateIpAddress"
25542
25548
  },
25543
25549
  "PrivateIpAddresses": {
25544
- "shape": "Ser",
25550
+ "shape": "Ses",
25545
25551
  "locationName": "privateIpAddressesSet"
25546
25552
  },
25547
25553
  "SecondaryPrivateIpAddressCount": {
@@ -25837,7 +25843,7 @@
25837
25843
  }
25838
25844
  },
25839
25845
  "InstanceRequirements": {
25840
- "shape": "Sc5",
25846
+ "shape": "Sc6",
25841
25847
  "locationName": "instanceRequirements"
25842
25848
  },
25843
25849
  "PrivateDnsNameOptions": {
@@ -28784,7 +28790,7 @@
28784
28790
  "S13j": {
28785
28791
  "type": "list",
28786
28792
  "member": {
28787
- "shape": "Scx",
28793
+ "shape": "Scy",
28788
28794
  "locationName": "item"
28789
28795
  }
28790
28796
  },
@@ -30465,7 +30471,7 @@
30465
30471
  }
30466
30472
  },
30467
30473
  "InstanceRequirements": {
30468
- "shape": "Sc5",
30474
+ "shape": "Sc6",
30469
30475
  "locationName": "instanceRequirements"
30470
30476
  }
30471
30477
  }
@@ -30596,7 +30602,7 @@
30596
30602
  "type": "integer"
30597
30603
  },
30598
30604
  "Groups": {
30599
- "shape": "Seo",
30605
+ "shape": "Sep",
30600
30606
  "locationName": "SecurityGroupId"
30601
30607
  },
30602
30608
  "Ipv6AddressCount": {
@@ -30615,7 +30621,7 @@
30615
30621
  "locationName": "privateIpAddress"
30616
30622
  },
30617
30623
  "PrivateIpAddresses": {
30618
- "shape": "Ser",
30624
+ "shape": "Ses",
30619
30625
  "locationName": "privateIpAddressesSet",
30620
30626
  "queryName": "PrivateIpAddresses"
30621
30627
  },
@@ -30634,14 +30640,14 @@
30634
30640
  "type": "integer"
30635
30641
  },
30636
30642
  "Ipv4Prefixes": {
30637
- "shape": "Set",
30643
+ "shape": "Seu",
30638
30644
  "locationName": "Ipv4Prefix"
30639
30645
  },
30640
30646
  "Ipv4PrefixCount": {
30641
30647
  "type": "integer"
30642
30648
  },
30643
30649
  "Ipv6Prefixes": {
30644
- "shape": "Sev",
30650
+ "shape": "Sew",
30645
30651
  "locationName": "Ipv6Prefix"
30646
30652
  },
30647
30653
  "Ipv6PrefixCount": {
@@ -30671,7 +30677,7 @@
30671
30677
  "type": "structure",
30672
30678
  "members": {
30673
30679
  "LaunchTemplateSpecification": {
30674
- "shape": "Sc2",
30680
+ "shape": "Sc3",
30675
30681
  "locationName": "launchTemplateSpecification"
30676
30682
  },
30677
30683
  "Overrides": {
@@ -30702,7 +30708,7 @@
30702
30708
  "type": "double"
30703
30709
  },
30704
30710
  "InstanceRequirements": {
30705
- "shape": "Sc5",
30711
+ "shape": "Sc6",
30706
30712
  "locationName": "instanceRequirements"
30707
30713
  }
30708
30714
  }
@@ -31103,7 +31109,7 @@
31103
31109
  "locationName": "resourceType"
31104
31110
  },
31105
31111
  "ResourceTags": {
31106
- "shape": "Se3",
31112
+ "shape": "Se4",
31107
31113
  "locationName": "resourceTagSet"
31108
31114
  },
31109
31115
  "IpUsage": {