aws-sdk 2.1639.0 → 2.1641.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 (49) hide show
  1. package/README.md +1 -1
  2. package/apis/apptest-2022-12-06.min.json +1917 -0
  3. package/apis/apptest-2022-12-06.paginators.json +40 -0
  4. package/apis/apptest-2022-12-06.waiters2.json +5 -0
  5. package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
  6. package/apis/ec2-2016-11-15.min.json +160 -107
  7. package/apis/glue-2017-03-31.min.json +99 -98
  8. package/apis/iotwireless-2020-11-22.min.json +4 -1
  9. package/apis/kms-2014-11-01.examples.json +29 -0
  10. package/apis/kms-2014-11-01.min.json +76 -23
  11. package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
  12. package/apis/mediapackagev2-2022-12-25.min.json +108 -71
  13. package/apis/metadata.json +3 -3
  14. package/apis/osis-2022-01-01.min.json +33 -28
  15. package/apis/redshift-2012-12-01.min.json +7 -1
  16. package/apis/secretsmanager-2017-10-17.min.json +8 -1
  17. package/apis/securitylake-2018-05-10.min.json +7 -1
  18. package/apis/sesv2-2019-09-27.min.json +139 -121
  19. package/clients/all.d.ts +1 -1
  20. package/clients/all.js +2 -2
  21. package/clients/apptest.d.ts +2019 -0
  22. package/clients/apptest.js +19 -0
  23. package/clients/cloudhsmv2.d.ts +18 -1
  24. package/clients/ec2.d.ts +57 -3
  25. package/clients/glue.d.ts +6 -1
  26. package/clients/iotwireless.d.ts +1 -1
  27. package/clients/kms.d.ts +80 -14
  28. package/clients/mediapackagev2.d.ts +57 -4
  29. package/clients/osis.d.ts +9 -0
  30. package/clients/redshift.d.ts +16 -16
  31. package/clients/secretsmanager.d.ts +18 -13
  32. package/clients/securitylake.d.ts +3 -3
  33. package/clients/sesv2.d.ts +24 -10
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +555 -539
  36. package/dist/aws-sdk.js +292 -157
  37. package/dist/aws-sdk.min.js +93 -93
  38. package/lib/config_service_placeholders.d.ts +2 -2
  39. package/lib/core.js +1 -1
  40. package/lib/credentials/cognito_identity_credentials.js +9 -0
  41. package/lib/shared-ini/ini-loader.d.ts +24 -1
  42. package/lib/shared-ini/ini-loader.js +0 -6
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +3 -3
  45. package/apis/backupstorage-2018-04-10.min.json +0 -522
  46. package/apis/backupstorage-2018-04-10.paginators.json +0 -14
  47. package/clients/backupstorage.d.ts +0 -469
  48. package/clients/backupstorage.js +0 -18
  49. /package/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
@@ -2573,14 +2573,14 @@
2573
2573
  "type": "integer"
2574
2574
  },
2575
2575
  "RulesetNames": {
2576
- "shape": "Sm4"
2576
+ "shape": "Sm5"
2577
2577
  },
2578
2578
  "ResultIds": {
2579
2579
  "type": "list",
2580
2580
  "member": {}
2581
2581
  },
2582
2582
  "AdditionalDataSources": {
2583
- "shape": "Sm6"
2583
+ "shape": "Sm7"
2584
2584
  }
2585
2585
  }
2586
2586
  }
@@ -2600,7 +2600,7 @@
2600
2600
  "type": "structure",
2601
2601
  "members": {
2602
2602
  "Database": {
2603
- "shape": "Sm9"
2603
+ "shape": "Sma"
2604
2604
  }
2605
2605
  }
2606
2606
  }
@@ -2626,7 +2626,7 @@
2626
2626
  "DatabaseList": {
2627
2627
  "type": "list",
2628
2628
  "member": {
2629
- "shape": "Sm9"
2629
+ "shape": "Sma"
2630
2630
  }
2631
2631
  },
2632
2632
  "NextToken": {}
@@ -2725,7 +2725,7 @@
2725
2725
  "type": "structure",
2726
2726
  "members": {
2727
2727
  "JobBookmarkEntry": {
2728
- "shape": "Smr"
2728
+ "shape": "Sms"
2729
2729
  }
2730
2730
  }
2731
2731
  }
@@ -2818,7 +2818,7 @@
2818
2818
  "Status": {},
2819
2819
  "LogGroupName": {},
2820
2820
  "Properties": {
2821
- "shape": "Sn2"
2821
+ "shape": "Sn3"
2822
2822
  },
2823
2823
  "ErrorString": {},
2824
2824
  "StartedOn": {
@@ -2887,7 +2887,7 @@
2887
2887
  "Status": {},
2888
2888
  "LogGroupName": {},
2889
2889
  "Properties": {
2890
- "shape": "Sn2"
2890
+ "shape": "Sn3"
2891
2891
  },
2892
2892
  "ErrorString": {},
2893
2893
  "StartedOn": {
@@ -2939,13 +2939,13 @@
2939
2939
  "shape": "Sfa"
2940
2940
  },
2941
2941
  "EvaluationMetrics": {
2942
- "shape": "Snl"
2942
+ "shape": "Snm"
2943
2943
  },
2944
2944
  "LabelCount": {
2945
2945
  "type": "integer"
2946
2946
  },
2947
2947
  "Schema": {
2948
- "shape": "Sns"
2948
+ "shape": "Snt"
2949
2949
  },
2950
2950
  "Role": {},
2951
2951
  "GlueVersion": {},
@@ -2977,10 +2977,10 @@
2977
2977
  "type": "integer"
2978
2978
  },
2979
2979
  "Filter": {
2980
- "shape": "Snv"
2980
+ "shape": "Snw"
2981
2981
  },
2982
2982
  "Sort": {
2983
- "shape": "Snw"
2983
+ "shape": "Snx"
2984
2984
  }
2985
2985
  }
2986
2986
  },
@@ -3012,13 +3012,13 @@
3012
3012
  "shape": "Sfa"
3013
3013
  },
3014
3014
  "EvaluationMetrics": {
3015
- "shape": "Snl"
3015
+ "shape": "Snm"
3016
3016
  },
3017
3017
  "LabelCount": {
3018
3018
  "type": "integer"
3019
3019
  },
3020
3020
  "Schema": {
3021
- "shape": "Sns"
3021
+ "shape": "Snt"
3022
3022
  },
3023
3023
  "Role": {},
3024
3024
  "GlueVersion": {},
@@ -3053,13 +3053,13 @@
3053
3053
  ],
3054
3054
  "members": {
3055
3055
  "Source": {
3056
- "shape": "So2"
3056
+ "shape": "So3"
3057
3057
  },
3058
3058
  "Sinks": {
3059
- "shape": "So3"
3059
+ "shape": "So4"
3060
3060
  },
3061
3061
  "Location": {
3062
- "shape": "So4"
3062
+ "shape": "So5"
3063
3063
  }
3064
3064
  }
3065
3065
  },
@@ -3070,7 +3070,7 @@
3070
3070
  ],
3071
3071
  "members": {
3072
3072
  "Mapping": {
3073
- "shape": "So6"
3073
+ "shape": "So7"
3074
3074
  }
3075
3075
  }
3076
3076
  }
@@ -3180,7 +3180,7 @@
3180
3180
  "Expression": {},
3181
3181
  "NextToken": {},
3182
3182
  "Segment": {
3183
- "shape": "Sop"
3183
+ "shape": "Soq"
3184
3184
  },
3185
3185
  "MaxResults": {
3186
3186
  "type": "integer"
@@ -3213,16 +3213,16 @@
3213
3213
  ],
3214
3214
  "members": {
3215
3215
  "Mapping": {
3216
- "shape": "So6"
3216
+ "shape": "So7"
3217
3217
  },
3218
3218
  "Source": {
3219
- "shape": "So2"
3219
+ "shape": "So3"
3220
3220
  },
3221
3221
  "Sinks": {
3222
- "shape": "So3"
3222
+ "shape": "So4"
3223
3223
  },
3224
3224
  "Location": {
3225
- "shape": "So4"
3225
+ "shape": "So5"
3226
3226
  },
3227
3227
  "Language": {},
3228
3228
  "AdditionalPlanOptionsMap": {
@@ -3389,7 +3389,7 @@
3389
3389
  },
3390
3390
  "SchemaVersionId": {},
3391
3391
  "SchemaVersionNumber": {
3392
- "shape": "Spc"
3392
+ "shape": "Spd"
3393
3393
  }
3394
3394
  }
3395
3395
  },
@@ -3422,10 +3422,10 @@
3422
3422
  "shape": "Sw"
3423
3423
  },
3424
3424
  "FirstSchemaVersionNumber": {
3425
- "shape": "Spc"
3425
+ "shape": "Spd"
3426
3426
  },
3427
3427
  "SecondSchemaVersionNumber": {
3428
- "shape": "Spc"
3428
+ "shape": "Spd"
3429
3429
  },
3430
3430
  "SchemaDiffType": {}
3431
3431
  }
@@ -3451,7 +3451,7 @@
3451
3451
  "type": "structure",
3452
3452
  "members": {
3453
3453
  "SecurityConfiguration": {
3454
- "shape": "Spl"
3454
+ "shape": "Spm"
3455
3455
  }
3456
3456
  }
3457
3457
  }
@@ -3472,7 +3472,7 @@
3472
3472
  "SecurityConfigurations": {
3473
3473
  "type": "list",
3474
3474
  "member": {
3475
- "shape": "Spl"
3475
+ "shape": "Spm"
3476
3476
  }
3477
3477
  },
3478
3478
  "NextToken": {}
@@ -3518,7 +3518,7 @@
3518
3518
  "type": "structure",
3519
3519
  "members": {
3520
3520
  "Statement": {
3521
- "shape": "Spt"
3521
+ "shape": "Spu"
3522
3522
  }
3523
3523
  }
3524
3524
  }
@@ -3544,7 +3544,7 @@
3544
3544
  "type": "structure",
3545
3545
  "members": {
3546
3546
  "Table": {
3547
- "shape": "Sq0"
3547
+ "shape": "Sq1"
3548
3548
  }
3549
3549
  }
3550
3550
  }
@@ -3595,7 +3595,7 @@
3595
3595
  "type": "structure",
3596
3596
  "members": {
3597
3597
  "TableVersion": {
3598
- "shape": "Sq9"
3598
+ "shape": "Sqa"
3599
3599
  }
3600
3600
  }
3601
3601
  }
@@ -3623,7 +3623,7 @@
3623
3623
  "TableVersions": {
3624
3624
  "type": "list",
3625
3625
  "member": {
3626
- "shape": "Sq9"
3626
+ "shape": "Sqa"
3627
3627
  }
3628
3628
  },
3629
3629
  "NextToken": {}
@@ -3654,7 +3654,7 @@
3654
3654
  "type": "structure",
3655
3655
  "members": {
3656
3656
  "TableList": {
3657
- "shape": "Sqg"
3657
+ "shape": "Sqh"
3658
3658
  },
3659
3659
  "NextToken": {}
3660
3660
  }
@@ -3738,13 +3738,13 @@
3738
3738
  "shape": "S6"
3739
3739
  },
3740
3740
  "AuditContext": {
3741
- "shape": "Sqo"
3741
+ "shape": "Sqp"
3742
3742
  },
3743
3743
  "SupportedPermissionTypes": {
3744
- "shape": "Sqr"
3744
+ "shape": "Sqs"
3745
3745
  },
3746
3746
  "QuerySessionContext": {
3747
- "shape": "Sqt"
3747
+ "shape": "Squ"
3748
3748
  }
3749
3749
  }
3750
3750
  },
@@ -3779,20 +3779,20 @@
3779
3779
  "TableName": {},
3780
3780
  "Expression": {},
3781
3781
  "AuditContext": {
3782
- "shape": "Sqo"
3782
+ "shape": "Sqp"
3783
3783
  },
3784
3784
  "SupportedPermissionTypes": {
3785
- "shape": "Sqr"
3785
+ "shape": "Sqs"
3786
3786
  },
3787
3787
  "NextToken": {},
3788
3788
  "Segment": {
3789
- "shape": "Sop"
3789
+ "shape": "Soq"
3790
3790
  },
3791
3791
  "MaxResults": {
3792
3792
  "type": "integer"
3793
3793
  },
3794
3794
  "QuerySessionContext": {
3795
- "shape": "Sqt"
3795
+ "shape": "Squ"
3796
3796
  }
3797
3797
  }
3798
3798
  },
@@ -3835,10 +3835,10 @@
3835
3835
  "DatabaseName": {},
3836
3836
  "Name": {},
3837
3837
  "AuditContext": {
3838
- "shape": "Sqo"
3838
+ "shape": "Sqp"
3839
3839
  },
3840
3840
  "SupportedPermissionTypes": {
3841
- "shape": "Sqr"
3841
+ "shape": "Sqs"
3842
3842
  },
3843
3843
  "ParentResourceArn": {},
3844
3844
  "RootResourceArn": {},
@@ -3853,7 +3853,7 @@
3853
3853
  "shape": "Sey"
3854
3854
  },
3855
3855
  "QuerySessionContext": {
3856
- "shape": "Sqt"
3856
+ "shape": "Squ"
3857
3857
  }
3858
3858
  }
3859
3859
  },
@@ -3861,7 +3861,7 @@
3861
3861
  "type": "structure",
3862
3862
  "members": {
3863
3863
  "Table": {
3864
- "shape": "Sq0"
3864
+ "shape": "Sq1"
3865
3865
  },
3866
3866
  "AuthorizedColumns": {
3867
3867
  "shape": "Sn"
@@ -3911,7 +3911,7 @@
3911
3911
  "type": "structure",
3912
3912
  "members": {
3913
3913
  "UserDefinedFunction": {
3914
- "shape": "Sra"
3914
+ "shape": "Srb"
3915
3915
  }
3916
3916
  }
3917
3917
  }
@@ -3938,7 +3938,7 @@
3938
3938
  "UserDefinedFunctions": {
3939
3939
  "type": "list",
3940
3940
  "member": {
3941
- "shape": "Sra"
3941
+ "shape": "Srb"
3942
3942
  }
3943
3943
  },
3944
3944
  "NextToken": {}
@@ -4474,10 +4474,10 @@
4474
4474
  "type": "integer"
4475
4475
  },
4476
4476
  "Filter": {
4477
- "shape": "Snv"
4477
+ "shape": "Snw"
4478
4478
  },
4479
4479
  "Sort": {
4480
- "shape": "Snw"
4480
+ "shape": "Snx"
4481
4481
  },
4482
4482
  "Tags": {
4483
4483
  "shape": "Sd9"
@@ -4651,7 +4651,7 @@
4651
4651
  "Statements": {
4652
4652
  "type": "list",
4653
4653
  "member": {
4654
- "shape": "Spt"
4654
+ "shape": "Spu"
4655
4655
  }
4656
4656
  },
4657
4657
  "NextToken": {}
@@ -4788,11 +4788,11 @@
4788
4788
  "shape": "Sw"
4789
4789
  },
4790
4790
  "SchemaVersionNumber": {
4791
- "shape": "Spc"
4791
+ "shape": "Spd"
4792
4792
  },
4793
4793
  "SchemaVersionId": {},
4794
4794
  "MetadataKeyValue": {
4795
- "shape": "Su3"
4795
+ "shape": "Su4"
4796
4796
  }
4797
4797
  }
4798
4798
  },
@@ -4843,13 +4843,13 @@
4843
4843
  "shape": "Sw"
4844
4844
  },
4845
4845
  "SchemaVersionNumber": {
4846
- "shape": "Spc"
4846
+ "shape": "Spd"
4847
4847
  },
4848
4848
  "SchemaVersionId": {},
4849
4849
  "MetadataList": {
4850
4850
  "type": "list",
4851
4851
  "member": {
4852
- "shape": "Su3"
4852
+ "shape": "Su4"
4853
4853
  }
4854
4854
  },
4855
4855
  "MaxResults": {
@@ -4923,11 +4923,11 @@
4923
4923
  "shape": "Sw"
4924
4924
  },
4925
4925
  "SchemaVersionNumber": {
4926
- "shape": "Spc"
4926
+ "shape": "Spd"
4927
4927
  },
4928
4928
  "SchemaVersionId": {},
4929
4929
  "MetadataKeyValue": {
4930
- "shape": "Su3"
4930
+ "shape": "Su4"
4931
4931
  }
4932
4932
  }
4933
4933
  },
@@ -4964,7 +4964,7 @@
4964
4964
  "type": "structure",
4965
4965
  "members": {
4966
4966
  "JobBookmarkEntry": {
4967
- "shape": "Smr"
4967
+ "shape": "Sms"
4968
4968
  }
4969
4969
  }
4970
4970
  }
@@ -4981,7 +4981,7 @@
4981
4981
  "Name": {},
4982
4982
  "RunId": {},
4983
4983
  "NodeIds": {
4984
- "shape": "Suo"
4984
+ "shape": "Sup"
4985
4985
  }
4986
4986
  }
4987
4987
  },
@@ -4990,7 +4990,7 @@
4990
4990
  "members": {
4991
4991
  "RunId": {},
4992
4992
  "NodeIds": {
4993
- "shape": "Suo"
4993
+ "shape": "Sup"
4994
4994
  }
4995
4995
  }
4996
4996
  }
@@ -5056,7 +5056,7 @@
5056
5056
  "members": {
5057
5057
  "NextToken": {},
5058
5058
  "TableList": {
5059
- "shape": "Sqg"
5059
+ "shape": "Sqh"
5060
5060
  }
5061
5061
  }
5062
5062
  }
@@ -5194,10 +5194,10 @@
5194
5194
  "shape": "Sm3"
5195
5195
  },
5196
5196
  "RulesetNames": {
5197
- "shape": "Sm4"
5197
+ "shape": "Sm5"
5198
5198
  },
5199
5199
  "AdditionalDataSources": {
5200
- "shape": "Sm6"
5200
+ "shape": "Sm7"
5201
5201
  }
5202
5202
  }
5203
5203
  },
@@ -5611,7 +5611,7 @@
5611
5611
  "shape": "S6"
5612
5612
  },
5613
5613
  "ColumnStatisticsList": {
5614
- "shape": "Swh"
5614
+ "shape": "Swi"
5615
5615
  }
5616
5616
  }
5617
5617
  },
@@ -5619,7 +5619,7 @@
5619
5619
  "type": "structure",
5620
5620
  "members": {
5621
5621
  "Errors": {
5622
- "shape": "Swj"
5622
+ "shape": "Swk"
5623
5623
  }
5624
5624
  }
5625
5625
  }
@@ -5637,7 +5637,7 @@
5637
5637
  "DatabaseName": {},
5638
5638
  "TableName": {},
5639
5639
  "ColumnStatisticsList": {
5640
- "shape": "Swh"
5640
+ "shape": "Swi"
5641
5641
  }
5642
5642
  }
5643
5643
  },
@@ -5645,7 +5645,7 @@
5645
5645
  "type": "structure",
5646
5646
  "members": {
5647
5647
  "Errors": {
5648
- "shape": "Swj"
5648
+ "shape": "Swk"
5649
5649
  }
5650
5650
  }
5651
5651
  }
@@ -5996,7 +5996,7 @@
5996
5996
  "shape": "Sw"
5997
5997
  },
5998
5998
  "SchemaVersionNumber": {
5999
- "shape": "Spc"
5999
+ "shape": "Spd"
6000
6000
  },
6001
6001
  "Compatibility": {},
6002
6002
  "Description": {}
@@ -10263,21 +10263,22 @@
10263
10263
  "CloudWatchMetricsEnabled": {
10264
10264
  "type": "boolean"
10265
10265
  },
10266
- "ResultsS3Prefix": {}
10266
+ "ResultsS3Prefix": {},
10267
+ "CompositeRuleEvaluationMethod": {}
10267
10268
  }
10268
10269
  },
10269
- "Sm4": {
10270
+ "Sm5": {
10270
10271
  "type": "list",
10271
10272
  "member": {}
10272
10273
  },
10273
- "Sm6": {
10274
+ "Sm7": {
10274
10275
  "type": "map",
10275
10276
  "key": {},
10276
10277
  "value": {
10277
10278
  "shape": "S43"
10278
10279
  }
10279
10280
  },
10280
- "Sm9": {
10281
+ "Sma": {
10281
10282
  "type": "structure",
10282
10283
  "required": [
10283
10284
  "Name"
@@ -10304,7 +10305,7 @@
10304
10305
  }
10305
10306
  }
10306
10307
  },
10307
- "Smr": {
10308
+ "Sms": {
10308
10309
  "type": "structure",
10309
10310
  "members": {
10310
10311
  "JobName": {},
@@ -10322,7 +10323,7 @@
10322
10323
  "JobBookmark": {}
10323
10324
  }
10324
10325
  },
10325
- "Sn2": {
10326
+ "Sn3": {
10326
10327
  "type": "structure",
10327
10328
  "members": {
10328
10329
  "TaskType": {},
@@ -10357,7 +10358,7 @@
10357
10358
  }
10358
10359
  }
10359
10360
  },
10360
- "Snl": {
10361
+ "Snm": {
10361
10362
  "type": "structure",
10362
10363
  "required": [
10363
10364
  "TransformType"
@@ -10412,7 +10413,7 @@
10412
10413
  }
10413
10414
  }
10414
10415
  },
10415
- "Sns": {
10416
+ "Snt": {
10416
10417
  "type": "list",
10417
10418
  "member": {
10418
10419
  "type": "structure",
@@ -10422,7 +10423,7 @@
10422
10423
  }
10423
10424
  }
10424
10425
  },
10425
- "Snv": {
10426
+ "Snw": {
10426
10427
  "type": "structure",
10427
10428
  "members": {
10428
10429
  "Name": {},
@@ -10442,11 +10443,11 @@
10442
10443
  "type": "timestamp"
10443
10444
  },
10444
10445
  "Schema": {
10445
- "shape": "Sns"
10446
+ "shape": "Snt"
10446
10447
  }
10447
10448
  }
10448
10449
  },
10449
- "Snw": {
10450
+ "Snx": {
10450
10451
  "type": "structure",
10451
10452
  "required": [
10452
10453
  "Column",
@@ -10457,7 +10458,7 @@
10457
10458
  "SortDirection": {}
10458
10459
  }
10459
10460
  },
10460
- "So2": {
10461
+ "So3": {
10461
10462
  "type": "structure",
10462
10463
  "required": [
10463
10464
  "DatabaseName",
@@ -10468,13 +10469,13 @@
10468
10469
  "TableName": {}
10469
10470
  }
10470
10471
  },
10471
- "So3": {
10472
+ "So4": {
10472
10473
  "type": "list",
10473
10474
  "member": {
10474
- "shape": "So2"
10475
+ "shape": "So3"
10475
10476
  }
10476
10477
  },
10477
- "So4": {
10478
+ "So5": {
10478
10479
  "type": "structure",
10479
10480
  "members": {
10480
10481
  "Jdbc": {
@@ -10488,7 +10489,7 @@
10488
10489
  }
10489
10490
  }
10490
10491
  },
10491
- "So6": {
10492
+ "So7": {
10492
10493
  "type": "list",
10493
10494
  "member": {
10494
10495
  "type": "structure",
@@ -10502,7 +10503,7 @@
10502
10503
  }
10503
10504
  }
10504
10505
  },
10505
- "Sop": {
10506
+ "Soq": {
10506
10507
  "type": "structure",
10507
10508
  "required": [
10508
10509
  "SegmentNumber",
@@ -10517,7 +10518,7 @@
10517
10518
  }
10518
10519
  }
10519
10520
  },
10520
- "Spc": {
10521
+ "Spd": {
10521
10522
  "type": "structure",
10522
10523
  "members": {
10523
10524
  "LatestVersion": {
@@ -10528,7 +10529,7 @@
10528
10529
  }
10529
10530
  }
10530
10531
  },
10531
- "Spl": {
10532
+ "Spm": {
10532
10533
  "type": "structure",
10533
10534
  "members": {
10534
10535
  "Name": {},
@@ -10540,7 +10541,7 @@
10540
10541
  }
10541
10542
  }
10542
10543
  },
10543
- "Spt": {
10544
+ "Spu": {
10544
10545
  "type": "structure",
10545
10546
  "members": {
10546
10547
  "Id": {
@@ -10579,7 +10580,7 @@
10579
10580
  }
10580
10581
  }
10581
10582
  },
10582
- "Sq0": {
10583
+ "Sq1": {
10583
10584
  "type": "structure",
10584
10585
  "required": [
10585
10586
  "Name"
@@ -10666,22 +10667,22 @@
10666
10667
  }
10667
10668
  }
10668
10669
  },
10669
- "Sq9": {
10670
+ "Sqa": {
10670
10671
  "type": "structure",
10671
10672
  "members": {
10672
10673
  "Table": {
10673
- "shape": "Sq0"
10674
+ "shape": "Sq1"
10674
10675
  },
10675
10676
  "VersionId": {}
10676
10677
  }
10677
10678
  },
10678
- "Sqg": {
10679
+ "Sqh": {
10679
10680
  "type": "list",
10680
10681
  "member": {
10681
- "shape": "Sq0"
10682
+ "shape": "Sq1"
10682
10683
  }
10683
10684
  },
10684
- "Sqo": {
10685
+ "Sqp": {
10685
10686
  "type": "structure",
10686
10687
  "members": {
10687
10688
  "AdditionalAuditContext": {},
@@ -10694,11 +10695,11 @@
10694
10695
  }
10695
10696
  }
10696
10697
  },
10697
- "Sqr": {
10698
+ "Sqs": {
10698
10699
  "type": "list",
10699
10700
  "member": {}
10700
10701
  },
10701
- "Sqt": {
10702
+ "Squ": {
10702
10703
  "type": "structure",
10703
10704
  "members": {
10704
10705
  "QueryId": {},
@@ -10714,7 +10715,7 @@
10714
10715
  }
10715
10716
  }
10716
10717
  },
10717
- "Sra": {
10718
+ "Srb": {
10718
10719
  "type": "structure",
10719
10720
  "members": {
10720
10721
  "FunctionName": {},
@@ -10731,24 +10732,24 @@
10731
10732
  "CatalogId": {}
10732
10733
  }
10733
10734
  },
10734
- "Su3": {
10735
+ "Su4": {
10735
10736
  "type": "structure",
10736
10737
  "members": {
10737
10738
  "MetadataKey": {},
10738
10739
  "MetadataValue": {}
10739
10740
  }
10740
10741
  },
10741
- "Suo": {
10742
+ "Sup": {
10742
10743
  "type": "list",
10743
10744
  "member": {}
10744
10745
  },
10745
- "Swh": {
10746
+ "Swi": {
10746
10747
  "type": "list",
10747
10748
  "member": {
10748
10749
  "shape": "Sk8"
10749
10750
  }
10750
10751
  },
10751
- "Swj": {
10752
+ "Swk": {
10752
10753
  "type": "list",
10753
10754
  "member": {
10754
10755
  "type": "structure",