aws-sdk 2.987.0 → 2.991.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 (46) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +148 -139
  4. package/apis/comprehend-2017-11-27.min.json +114 -97
  5. package/apis/dms-2016-01-01.min.json +3 -0
  6. package/apis/ec2-2016-11-15.min.json +48 -48
  7. package/apis/es-2015-01-01.min.json +14 -4
  8. package/apis/iot-2015-05-28.min.json +136 -119
  9. package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
  10. package/apis/kafkaconnect-2021-09-14.min.json +960 -0
  11. package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
  12. package/apis/macie2-2020-01-01.min.json +159 -108
  13. package/apis/metadata.json +3 -0
  14. package/apis/opensearch-2021-01-01.min.json +14 -4
  15. package/apis/pinpoint-2016-12-01.min.json +719 -329
  16. package/apis/robomaker-2018-06-29.min.json +138 -86
  17. package/apis/s3-2006-03-01.examples.json +145 -145
  18. package/apis/s3-2006-03-01.min.json +80 -78
  19. package/apis/sagemaker-2017-07-24.min.json +71 -22
  20. package/apis/transcribe-2017-10-26.min.json +30 -6
  21. package/apis/wafv2-2019-07-29.min.json +1 -0
  22. package/clients/all.d.ts +1 -0
  23. package/clients/all.js +2 -1
  24. package/clients/chime.d.ts +10 -5
  25. package/clients/comprehend.d.ts +35 -0
  26. package/clients/dms.d.ts +14 -10
  27. package/clients/ec2.d.ts +73 -73
  28. package/clients/es.d.ts +18 -3
  29. package/clients/iot.d.ts +28 -2
  30. package/clients/kafkaconnect.d.ts +1132 -0
  31. package/clients/kafkaconnect.js +18 -0
  32. package/clients/macie2.d.ts +75 -23
  33. package/clients/opensearch.d.ts +22 -1
  34. package/clients/pinpoint.d.ts +408 -4
  35. package/clients/robomaker.d.ts +85 -4
  36. package/clients/s3.d.ts +53 -44
  37. package/clients/sagemaker.d.ts +90 -17
  38. package/clients/transcribeservice.d.ts +27 -0
  39. package/clients/wafv2.d.ts +22 -18
  40. package/dist/aws-sdk-core-react-native.js +2 -2
  41. package/dist/aws-sdk-react-native.js +55 -18
  42. package/dist/aws-sdk.js +384 -345
  43. package/dist/aws-sdk.min.js +72 -72
  44. package/lib/config_service_placeholders.d.ts +2 -0
  45. package/lib/core.js +1 -1
  46. package/package.json +1 -1
@@ -1593,10 +1593,10 @@
1593
1593
  "requestUri": "/{Bucket}?notification"
1594
1594
  },
1595
1595
  "input": {
1596
- "shape": "S67"
1596
+ "shape": "S68"
1597
1597
  },
1598
1598
  "output": {
1599
- "shape": "S68"
1599
+ "shape": "S69"
1600
1600
  },
1601
1601
  "deprecated": true
1602
1602
  },
@@ -1606,10 +1606,10 @@
1606
1606
  "requestUri": "/{Bucket}?notification"
1607
1607
  },
1608
1608
  "input": {
1609
- "shape": "S67"
1609
+ "shape": "S68"
1610
1610
  },
1611
1611
  "output": {
1612
- "shape": "S6j"
1612
+ "shape": "S6k"
1613
1613
  }
1614
1614
  },
1615
1615
  "GetBucketOwnershipControls": {
@@ -1637,7 +1637,7 @@
1637
1637
  "type": "structure",
1638
1638
  "members": {
1639
1639
  "OwnershipControls": {
1640
- "shape": "S6z"
1640
+ "shape": "S70"
1641
1641
  }
1642
1642
  },
1643
1643
  "payload": "OwnershipControls"
@@ -1734,7 +1734,7 @@
1734
1734
  "type": "structure",
1735
1735
  "members": {
1736
1736
  "ReplicationConfiguration": {
1737
- "shape": "S7c"
1737
+ "shape": "S7d"
1738
1738
  }
1739
1739
  },
1740
1740
  "payload": "ReplicationConfiguration"
@@ -1857,16 +1857,16 @@
1857
1857
  "type": "structure",
1858
1858
  "members": {
1859
1859
  "RedirectAllRequestsTo": {
1860
- "shape": "S8f"
1860
+ "shape": "S8g"
1861
1861
  },
1862
1862
  "IndexDocument": {
1863
- "shape": "S8i"
1863
+ "shape": "S8j"
1864
1864
  },
1865
1865
  "ErrorDocument": {
1866
- "shape": "S8k"
1866
+ "shape": "S8l"
1867
1867
  },
1868
1868
  "RoutingRules": {
1869
- "shape": "S8l"
1869
+ "shape": "S8m"
1870
1870
  }
1871
1871
  }
1872
1872
  }
@@ -2206,7 +2206,7 @@
2206
2206
  "type": "structure",
2207
2207
  "members": {
2208
2208
  "LegalHold": {
2209
- "shape": "S9k"
2209
+ "shape": "S9l"
2210
2210
  }
2211
2211
  },
2212
2212
  "payload": "LegalHold"
@@ -2237,7 +2237,7 @@
2237
2237
  "type": "structure",
2238
2238
  "members": {
2239
2239
  "ObjectLockConfiguration": {
2240
- "shape": "S9n"
2240
+ "shape": "S9o"
2241
2241
  }
2242
2242
  },
2243
2243
  "payload": "ObjectLockConfiguration"
@@ -2281,7 +2281,7 @@
2281
2281
  "type": "structure",
2282
2282
  "members": {
2283
2283
  "Retention": {
2284
- "shape": "S9v"
2284
+ "shape": "S9w"
2285
2285
  }
2286
2286
  },
2287
2287
  "payload": "Retention"
@@ -2407,7 +2407,7 @@
2407
2407
  "type": "structure",
2408
2408
  "members": {
2409
2409
  "PublicAccessBlockConfiguration": {
2410
- "shape": "Sa2"
2410
+ "shape": "Sa3"
2411
2411
  }
2412
2412
  },
2413
2413
  "payload": "PublicAccessBlockConfiguration"
@@ -2922,14 +2922,14 @@
2922
2922
  "shape": "S37"
2923
2923
  },
2924
2924
  "Initiator": {
2925
- "shape": "Sb3"
2925
+ "shape": "Sb4"
2926
2926
  }
2927
2927
  }
2928
2928
  },
2929
2929
  "flattened": true
2930
2930
  },
2931
2931
  "CommonPrefixes": {
2932
- "shape": "Sb4"
2932
+ "shape": "Sb5"
2933
2933
  },
2934
2934
  "EncodingType": {}
2935
2935
  }
@@ -3045,7 +3045,7 @@
3045
3045
  "type": "integer"
3046
3046
  },
3047
3047
  "CommonPrefixes": {
3048
- "shape": "Sb4"
3048
+ "shape": "Sb5"
3049
3049
  },
3050
3050
  "EncodingType": {}
3051
3051
  }
@@ -3107,7 +3107,7 @@
3107
3107
  "Marker": {},
3108
3108
  "NextMarker": {},
3109
3109
  "Contents": {
3110
- "shape": "Sbm"
3110
+ "shape": "Sbn"
3111
3111
  },
3112
3112
  "Name": {},
3113
3113
  "Prefix": {},
@@ -3116,7 +3116,7 @@
3116
3116
  "type": "integer"
3117
3117
  },
3118
3118
  "CommonPrefixes": {
3119
- "shape": "Sb4"
3119
+ "shape": "Sb5"
3120
3120
  },
3121
3121
  "EncodingType": {}
3122
3122
  }
@@ -3185,7 +3185,7 @@
3185
3185
  "type": "boolean"
3186
3186
  },
3187
3187
  "Contents": {
3188
- "shape": "Sbm"
3188
+ "shape": "Sbn"
3189
3189
  },
3190
3190
  "Name": {},
3191
3191
  "Prefix": {},
@@ -3194,7 +3194,7 @@
3194
3194
  "type": "integer"
3195
3195
  },
3196
3196
  "CommonPrefixes": {
3197
- "shape": "Sb4"
3197
+ "shape": "Sb5"
3198
3198
  },
3199
3199
  "EncodingType": {},
3200
3200
  "KeyCount": {
@@ -3299,7 +3299,7 @@
3299
3299
  "flattened": true
3300
3300
  },
3301
3301
  "Initiator": {
3302
- "shape": "Sb3"
3302
+ "shape": "Sb4"
3303
3303
  },
3304
3304
  "Owner": {
3305
3305
  "shape": "S37"
@@ -3362,7 +3362,7 @@
3362
3362
  "locationName": "x-amz-acl"
3363
3363
  },
3364
3364
  "AccessControlPolicy": {
3365
- "shape": "Sc4",
3365
+ "shape": "Sc5",
3366
3366
  "locationName": "AccessControlPolicy",
3367
3367
  "xmlNamespace": {
3368
3368
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -3773,7 +3773,7 @@
3773
3773
  "locationName": "Content-MD5"
3774
3774
  },
3775
3775
  "NotificationConfiguration": {
3776
- "shape": "S68",
3776
+ "shape": "S69",
3777
3777
  "locationName": "NotificationConfiguration",
3778
3778
  "xmlNamespace": {
3779
3779
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -3806,7 +3806,7 @@
3806
3806
  "locationName": "Bucket"
3807
3807
  },
3808
3808
  "NotificationConfiguration": {
3809
- "shape": "S6j",
3809
+ "shape": "S6k",
3810
3810
  "locationName": "NotificationConfiguration",
3811
3811
  "xmlNamespace": {
3812
3812
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -3845,7 +3845,7 @@
3845
3845
  "locationName": "x-amz-expected-bucket-owner"
3846
3846
  },
3847
3847
  "OwnershipControls": {
3848
- "shape": "S6z",
3848
+ "shape": "S70",
3849
3849
  "locationName": "OwnershipControls",
3850
3850
  "xmlNamespace": {
3851
3851
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -3912,7 +3912,7 @@
3912
3912
  "locationName": "Content-MD5"
3913
3913
  },
3914
3914
  "ReplicationConfiguration": {
3915
- "shape": "S7c",
3915
+ "shape": "S7d",
3916
3916
  "locationName": "ReplicationConfiguration",
3917
3917
  "xmlNamespace": {
3918
3918
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -3994,7 +3994,7 @@
3994
3994
  "locationName": "Content-MD5"
3995
3995
  },
3996
3996
  "Tagging": {
3997
- "shape": "Sct",
3997
+ "shape": "Scu",
3998
3998
  "locationName": "Tagging",
3999
3999
  "xmlNamespace": {
4000
4000
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4083,16 +4083,16 @@
4083
4083
  "type": "structure",
4084
4084
  "members": {
4085
4085
  "ErrorDocument": {
4086
- "shape": "S8k"
4086
+ "shape": "S8l"
4087
4087
  },
4088
4088
  "IndexDocument": {
4089
- "shape": "S8i"
4089
+ "shape": "S8j"
4090
4090
  },
4091
4091
  "RedirectAllRequestsTo": {
4092
- "shape": "S8f"
4092
+ "shape": "S8g"
4093
4093
  },
4094
4094
  "RoutingRules": {
4095
- "shape": "S8l"
4095
+ "shape": "S8m"
4096
4096
  }
4097
4097
  }
4098
4098
  },
@@ -4322,7 +4322,7 @@
4322
4322
  "locationName": "x-amz-acl"
4323
4323
  },
4324
4324
  "AccessControlPolicy": {
4325
- "shape": "Sc4",
4325
+ "shape": "Sc5",
4326
4326
  "locationName": "AccessControlPolicy",
4327
4327
  "xmlNamespace": {
4328
4328
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4407,7 +4407,7 @@
4407
4407
  "locationName": "Key"
4408
4408
  },
4409
4409
  "LegalHold": {
4410
- "shape": "S9k",
4410
+ "shape": "S9l",
4411
4411
  "locationName": "LegalHold",
4412
4412
  "xmlNamespace": {
4413
4413
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4459,7 +4459,7 @@
4459
4459
  "locationName": "Bucket"
4460
4460
  },
4461
4461
  "ObjectLockConfiguration": {
4462
- "shape": "S9n",
4462
+ "shape": "S9o",
4463
4463
  "locationName": "ObjectLockConfiguration",
4464
4464
  "xmlNamespace": {
4465
4465
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4516,7 +4516,7 @@
4516
4516
  "locationName": "Key"
4517
4517
  },
4518
4518
  "Retention": {
4519
- "shape": "S9v",
4519
+ "shape": "S9w",
4520
4520
  "locationName": "Retention",
4521
4521
  "xmlNamespace": {
4522
4522
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4587,7 +4587,7 @@
4587
4587
  "locationName": "Content-MD5"
4588
4588
  },
4589
4589
  "Tagging": {
4590
- "shape": "Sct",
4590
+ "shape": "Scu",
4591
4591
  "locationName": "Tagging",
4592
4592
  "xmlNamespace": {
4593
4593
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4636,7 +4636,7 @@
4636
4636
  "locationName": "Content-MD5"
4637
4637
  },
4638
4638
  "PublicAccessBlockConfiguration": {
4639
- "shape": "Sa2",
4639
+ "shape": "Sa3",
4640
4640
  "locationName": "PublicAccessBlockConfiguration",
4641
4641
  "xmlNamespace": {
4642
4642
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4706,12 +4706,12 @@
4706
4706
  ],
4707
4707
  "members": {
4708
4708
  "InputSerialization": {
4709
- "shape": "Sdj"
4709
+ "shape": "Sdk"
4710
4710
  },
4711
4711
  "ExpressionType": {},
4712
4712
  "Expression": {},
4713
4713
  "OutputSerialization": {
4714
- "shape": "Sdy"
4714
+ "shape": "Sdz"
4715
4715
  }
4716
4716
  }
4717
4717
  },
@@ -4745,7 +4745,7 @@
4745
4745
  "shape": "S3a"
4746
4746
  },
4747
4747
  "Tagging": {
4748
- "shape": "Sct"
4748
+ "shape": "Scu"
4749
4749
  },
4750
4750
  "UserMetadata": {
4751
4751
  "type": "list",
@@ -4842,10 +4842,10 @@
4842
4842
  }
4843
4843
  },
4844
4844
  "InputSerialization": {
4845
- "shape": "Sdj"
4845
+ "shape": "Sdk"
4846
4846
  },
4847
4847
  "OutputSerialization": {
4848
- "shape": "Sdy"
4848
+ "shape": "Sdz"
4849
4849
  },
4850
4850
  "ScanRange": {
4851
4851
  "type": "structure",
@@ -5908,6 +5908,7 @@
5908
5908
  "Tag": {
5909
5909
  "shape": "S3m"
5910
5910
  },
5911
+ "AccessPointArn": {},
5911
5912
  "And": {
5912
5913
  "type": "structure",
5913
5914
  "members": {
@@ -5916,14 +5917,15 @@
5916
5917
  "shape": "S3p",
5917
5918
  "flattened": true,
5918
5919
  "locationName": "Tag"
5919
- }
5920
+ },
5921
+ "AccessPointArn": {}
5920
5922
  }
5921
5923
  }
5922
5924
  }
5923
5925
  }
5924
5926
  }
5925
5927
  },
5926
- "S67": {
5928
+ "S68": {
5927
5929
  "type": "structure",
5928
5930
  "required": [
5929
5931
  "Bucket"
@@ -5939,7 +5941,7 @@
5939
5941
  }
5940
5942
  }
5941
5943
  },
5942
- "S68": {
5944
+ "S69": {
5943
5945
  "type": "structure",
5944
5946
  "members": {
5945
5947
  "TopicConfiguration": {
@@ -5947,7 +5949,7 @@
5947
5949
  "members": {
5948
5950
  "Id": {},
5949
5951
  "Events": {
5950
- "shape": "S6b",
5952
+ "shape": "S6c",
5951
5953
  "locationName": "Event"
5952
5954
  },
5953
5955
  "Event": {
@@ -5964,7 +5966,7 @@
5964
5966
  "deprecated": true
5965
5967
  },
5966
5968
  "Events": {
5967
- "shape": "S6b",
5969
+ "shape": "S6c",
5968
5970
  "locationName": "Event"
5969
5971
  },
5970
5972
  "Queue": {}
@@ -5978,7 +5980,7 @@
5978
5980
  "deprecated": true
5979
5981
  },
5980
5982
  "Events": {
5981
- "shape": "S6b",
5983
+ "shape": "S6c",
5982
5984
  "locationName": "Event"
5983
5985
  },
5984
5986
  "CloudFunction": {},
@@ -5987,12 +5989,12 @@
5987
5989
  }
5988
5990
  }
5989
5991
  },
5990
- "S6b": {
5992
+ "S6c": {
5991
5993
  "type": "list",
5992
5994
  "member": {},
5993
5995
  "flattened": true
5994
5996
  },
5995
- "S6j": {
5997
+ "S6k": {
5996
5998
  "type": "structure",
5997
5999
  "members": {
5998
6000
  "TopicConfigurations": {
@@ -6010,11 +6012,11 @@
6010
6012
  "locationName": "Topic"
6011
6013
  },
6012
6014
  "Events": {
6013
- "shape": "S6b",
6015
+ "shape": "S6c",
6014
6016
  "locationName": "Event"
6015
6017
  },
6016
6018
  "Filter": {
6017
- "shape": "S6m"
6019
+ "shape": "S6n"
6018
6020
  }
6019
6021
  }
6020
6022
  },
@@ -6035,11 +6037,11 @@
6035
6037
  "locationName": "Queue"
6036
6038
  },
6037
6039
  "Events": {
6038
- "shape": "S6b",
6040
+ "shape": "S6c",
6039
6041
  "locationName": "Event"
6040
6042
  },
6041
6043
  "Filter": {
6042
- "shape": "S6m"
6044
+ "shape": "S6n"
6043
6045
  }
6044
6046
  }
6045
6047
  },
@@ -6060,11 +6062,11 @@
6060
6062
  "locationName": "CloudFunction"
6061
6063
  },
6062
6064
  "Events": {
6063
- "shape": "S6b",
6065
+ "shape": "S6c",
6064
6066
  "locationName": "Event"
6065
6067
  },
6066
6068
  "Filter": {
6067
- "shape": "S6m"
6069
+ "shape": "S6n"
6068
6070
  }
6069
6071
  }
6070
6072
  },
@@ -6072,7 +6074,7 @@
6072
6074
  }
6073
6075
  }
6074
6076
  },
6075
- "S6m": {
6077
+ "S6n": {
6076
6078
  "type": "structure",
6077
6079
  "members": {
6078
6080
  "Key": {
@@ -6095,7 +6097,7 @@
6095
6097
  }
6096
6098
  }
6097
6099
  },
6098
- "S6z": {
6100
+ "S70": {
6099
6101
  "type": "structure",
6100
6102
  "required": [
6101
6103
  "Rules"
@@ -6117,7 +6119,7 @@
6117
6119
  }
6118
6120
  }
6119
6121
  },
6120
- "S7c": {
6122
+ "S7d": {
6121
6123
  "type": "structure",
6122
6124
  "required": [
6123
6125
  "Role",
@@ -6228,7 +6230,7 @@
6228
6230
  "members": {
6229
6231
  "Status": {},
6230
6232
  "Time": {
6231
- "shape": "S7y"
6233
+ "shape": "S7z"
6232
6234
  }
6233
6235
  }
6234
6236
  },
@@ -6240,7 +6242,7 @@
6240
6242
  "members": {
6241
6243
  "Status": {},
6242
6244
  "EventThreshold": {
6243
- "shape": "S7y"
6245
+ "shape": "S7z"
6244
6246
  }
6245
6247
  }
6246
6248
  }
@@ -6258,7 +6260,7 @@
6258
6260
  }
6259
6261
  }
6260
6262
  },
6261
- "S7y": {
6263
+ "S7z": {
6262
6264
  "type": "structure",
6263
6265
  "members": {
6264
6266
  "Minutes": {
@@ -6266,7 +6268,7 @@
6266
6268
  }
6267
6269
  }
6268
6270
  },
6269
- "S8f": {
6271
+ "S8g": {
6270
6272
  "type": "structure",
6271
6273
  "required": [
6272
6274
  "HostName"
@@ -6276,7 +6278,7 @@
6276
6278
  "Protocol": {}
6277
6279
  }
6278
6280
  },
6279
- "S8i": {
6281
+ "S8j": {
6280
6282
  "type": "structure",
6281
6283
  "required": [
6282
6284
  "Suffix"
@@ -6285,7 +6287,7 @@
6285
6287
  "Suffix": {}
6286
6288
  }
6287
6289
  },
6288
- "S8k": {
6290
+ "S8l": {
6289
6291
  "type": "structure",
6290
6292
  "required": [
6291
6293
  "Key"
@@ -6294,7 +6296,7 @@
6294
6296
  "Key": {}
6295
6297
  }
6296
6298
  },
6297
- "S8l": {
6299
+ "S8m": {
6298
6300
  "type": "list",
6299
6301
  "member": {
6300
6302
  "locationName": "RoutingRule",
@@ -6323,13 +6325,13 @@
6323
6325
  }
6324
6326
  }
6325
6327
  },
6326
- "S9k": {
6328
+ "S9l": {
6327
6329
  "type": "structure",
6328
6330
  "members": {
6329
6331
  "Status": {}
6330
6332
  }
6331
6333
  },
6332
- "S9n": {
6334
+ "S9o": {
6333
6335
  "type": "structure",
6334
6336
  "members": {
6335
6337
  "ObjectLockEnabled": {},
@@ -6352,7 +6354,7 @@
6352
6354
  }
6353
6355
  }
6354
6356
  },
6355
- "S9v": {
6357
+ "S9w": {
6356
6358
  "type": "structure",
6357
6359
  "members": {
6358
6360
  "Mode": {},
@@ -6361,7 +6363,7 @@
6361
6363
  }
6362
6364
  }
6363
6365
  },
6364
- "Sa2": {
6366
+ "Sa3": {
6365
6367
  "type": "structure",
6366
6368
  "members": {
6367
6369
  "BlockPublicAcls": {
@@ -6382,14 +6384,14 @@
6382
6384
  }
6383
6385
  }
6384
6386
  },
6385
- "Sb3": {
6387
+ "Sb4": {
6386
6388
  "type": "structure",
6387
6389
  "members": {
6388
6390
  "ID": {},
6389
6391
  "DisplayName": {}
6390
6392
  }
6391
6393
  },
6392
- "Sb4": {
6394
+ "Sb5": {
6393
6395
  "type": "list",
6394
6396
  "member": {
6395
6397
  "type": "structure",
@@ -6399,7 +6401,7 @@
6399
6401
  },
6400
6402
  "flattened": true
6401
6403
  },
6402
- "Sbm": {
6404
+ "Sbn": {
6403
6405
  "type": "list",
6404
6406
  "member": {
6405
6407
  "type": "structure",
@@ -6420,7 +6422,7 @@
6420
6422
  },
6421
6423
  "flattened": true
6422
6424
  },
6423
- "Sc4": {
6425
+ "Sc5": {
6424
6426
  "type": "structure",
6425
6427
  "members": {
6426
6428
  "Grants": {
@@ -6432,7 +6434,7 @@
6432
6434
  }
6433
6435
  }
6434
6436
  },
6435
- "Sct": {
6437
+ "Scu": {
6436
6438
  "type": "structure",
6437
6439
  "required": [
6438
6440
  "TagSet"
@@ -6443,7 +6445,7 @@
6443
6445
  }
6444
6446
  }
6445
6447
  },
6446
- "Sdj": {
6448
+ "Sdk": {
6447
6449
  "type": "structure",
6448
6450
  "members": {
6449
6451
  "CSV": {
@@ -6473,7 +6475,7 @@
6473
6475
  }
6474
6476
  }
6475
6477
  },
6476
- "Sdy": {
6478
+ "Sdz": {
6477
6479
  "type": "structure",
6478
6480
  "members": {
6479
6481
  "CSV": {