aws-sdk 2.1621.0 → 2.1622.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.
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +3 -0
- package/apis/acm-pca-2017-08-22.waiters2.json +15 -0
- package/apis/kafka-2018-11-14.min.json +26 -6
- package/apis/mwaa-2020-07-01.min.json +178 -158
- package/apis/quicksight-2018-04-01.min.json +173 -62
- package/apis/sagemaker-2017-07-24.min.json +286 -260
- package/apis/secretsmanager-2017-10-17.min.json +3 -0
- package/clients/connect.d.ts +8 -8
- package/clients/kafka.d.ts +21 -0
- package/clients/mwaa.d.ts +215 -189
- package/clients/quicksight.d.ts +113 -4
- package/clients/sagemaker.d.ts +41 -6
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +12 -12
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -3515,6 +3515,42 @@
|
|
3515
3515
|
}
|
3516
3516
|
}
|
3517
3517
|
},
|
3518
|
+
"DescribeKeyRegistration": {
|
3519
|
+
"http": {
|
3520
|
+
"method": "GET",
|
3521
|
+
"requestUri": "/accounts/{AwsAccountId}/key-registration"
|
3522
|
+
},
|
3523
|
+
"input": {
|
3524
|
+
"type": "structure",
|
3525
|
+
"required": [
|
3526
|
+
"AwsAccountId"
|
3527
|
+
],
|
3528
|
+
"members": {
|
3529
|
+
"AwsAccountId": {
|
3530
|
+
"location": "uri",
|
3531
|
+
"locationName": "AwsAccountId"
|
3532
|
+
},
|
3533
|
+
"DefaultKeyOnly": {
|
3534
|
+
"location": "querystring",
|
3535
|
+
"locationName": "default-key-only",
|
3536
|
+
"type": "boolean"
|
3537
|
+
}
|
3538
|
+
}
|
3539
|
+
},
|
3540
|
+
"output": {
|
3541
|
+
"type": "structure",
|
3542
|
+
"members": {
|
3543
|
+
"AwsAccountId": {},
|
3544
|
+
"KeyRegistration": {
|
3545
|
+
"shape": "S14k"
|
3546
|
+
},
|
3547
|
+
"RequestId": {},
|
3548
|
+
"Status": {
|
3549
|
+
"type": "integer"
|
3550
|
+
}
|
3551
|
+
}
|
3552
|
+
}
|
3553
|
+
},
|
3518
3554
|
"DescribeNamespace": {
|
3519
3555
|
"http": {
|
3520
3556
|
"method": "GET",
|
@@ -3541,7 +3577,7 @@
|
|
3541
3577
|
"type": "structure",
|
3542
3578
|
"members": {
|
3543
3579
|
"Namespace": {
|
3544
|
-
"shape": "
|
3580
|
+
"shape": "S14o"
|
3545
3581
|
},
|
3546
3582
|
"RequestId": {},
|
3547
3583
|
"Status": {
|
@@ -3677,7 +3713,7 @@
|
|
3677
3713
|
"type": "timestamp"
|
3678
3714
|
},
|
3679
3715
|
"Errors": {
|
3680
|
-
"shape": "
|
3716
|
+
"shape": "S150"
|
3681
3717
|
},
|
3682
3718
|
"VersionNumber": {
|
3683
3719
|
"type": "long"
|
@@ -3789,7 +3825,7 @@
|
|
3789
3825
|
"Name": {},
|
3790
3826
|
"TemplateId": {},
|
3791
3827
|
"Errors": {
|
3792
|
-
"shape": "
|
3828
|
+
"shape": "S150"
|
3793
3829
|
},
|
3794
3830
|
"ResourceStatus": {},
|
3795
3831
|
"ThemeArn": {},
|
@@ -4203,7 +4239,7 @@
|
|
4203
4239
|
"type": "structure",
|
4204
4240
|
"members": {
|
4205
4241
|
"User": {
|
4206
|
-
"shape": "
|
4242
|
+
"shape": "S15y"
|
4207
4243
|
},
|
4208
4244
|
"RequestId": {},
|
4209
4245
|
"Status": {
|
@@ -4254,7 +4290,7 @@
|
|
4254
4290
|
"Status": {},
|
4255
4291
|
"AvailabilityStatus": {},
|
4256
4292
|
"NetworkInterfaces": {
|
4257
|
-
"shape": "
|
4293
|
+
"shape": "S164"
|
4258
4294
|
},
|
4259
4295
|
"RoleArn": {},
|
4260
4296
|
"CreatedTime": {
|
@@ -4294,7 +4330,7 @@
|
|
4294
4330
|
},
|
4295
4331
|
"Namespace": {},
|
4296
4332
|
"SessionTags": {
|
4297
|
-
"shape": "
|
4333
|
+
"shape": "S16a"
|
4298
4334
|
},
|
4299
4335
|
"AuthorizedResourceArns": {
|
4300
4336
|
"type": "list",
|
@@ -4319,7 +4355,7 @@
|
|
4319
4355
|
],
|
4320
4356
|
"members": {
|
4321
4357
|
"InitialDashboardVisualId": {
|
4322
|
-
"shape": "
|
4358
|
+
"shape": "S16g"
|
4323
4359
|
}
|
4324
4360
|
}
|
4325
4361
|
},
|
@@ -4358,7 +4394,7 @@
|
|
4358
4394
|
],
|
4359
4395
|
"members": {
|
4360
4396
|
"EmbedUrl": {
|
4361
|
-
"shape": "
|
4397
|
+
"shape": "S16k"
|
4362
4398
|
},
|
4363
4399
|
"Status": {
|
4364
4400
|
"location": "statusCode",
|
@@ -4403,7 +4439,7 @@
|
|
4403
4439
|
"type": "structure",
|
4404
4440
|
"members": {
|
4405
4441
|
"StatePersistence": {
|
4406
|
-
"shape": "
|
4442
|
+
"shape": "S16p"
|
4407
4443
|
},
|
4408
4444
|
"Bookmarks": {
|
4409
4445
|
"type": "structure",
|
@@ -4428,7 +4464,7 @@
|
|
4428
4464
|
"type": "structure",
|
4429
4465
|
"members": {
|
4430
4466
|
"StatePersistence": {
|
4431
|
-
"shape": "
|
4467
|
+
"shape": "S16p"
|
4432
4468
|
}
|
4433
4469
|
}
|
4434
4470
|
}
|
@@ -4447,7 +4483,7 @@
|
|
4447
4483
|
],
|
4448
4484
|
"members": {
|
4449
4485
|
"InitialDashboardVisualId": {
|
4450
|
-
"shape": "
|
4486
|
+
"shape": "S16g"
|
4451
4487
|
}
|
4452
4488
|
}
|
4453
4489
|
},
|
@@ -4473,7 +4509,7 @@
|
|
4473
4509
|
],
|
4474
4510
|
"members": {
|
4475
4511
|
"EmbedUrl": {
|
4476
|
-
"shape": "
|
4512
|
+
"shape": "S16k"
|
4477
4513
|
},
|
4478
4514
|
"Status": {
|
4479
4515
|
"location": "statusCode",
|
@@ -4548,7 +4584,7 @@
|
|
4548
4584
|
"type": "structure",
|
4549
4585
|
"members": {
|
4550
4586
|
"EmbedUrl": {
|
4551
|
-
"shape": "
|
4587
|
+
"shape": "S16k"
|
4552
4588
|
},
|
4553
4589
|
"Status": {
|
4554
4590
|
"location": "statusCode",
|
@@ -4592,7 +4628,7 @@
|
|
4592
4628
|
"type": "structure",
|
4593
4629
|
"members": {
|
4594
4630
|
"EmbedUrl": {
|
4595
|
-
"shape": "
|
4631
|
+
"shape": "S16k"
|
4596
4632
|
},
|
4597
4633
|
"Status": {
|
4598
4634
|
"location": "statusCode",
|
@@ -4632,7 +4668,7 @@
|
|
4632
4668
|
"type": "structure",
|
4633
4669
|
"members": {
|
4634
4670
|
"AnalysisSummaryList": {
|
4635
|
-
"shape": "
|
4671
|
+
"shape": "S177"
|
4636
4672
|
},
|
4637
4673
|
"NextToken": {},
|
4638
4674
|
"Status": {
|
@@ -4849,7 +4885,7 @@
|
|
4849
4885
|
"type": "structure",
|
4850
4886
|
"members": {
|
4851
4887
|
"DashboardSummaryList": {
|
4852
|
-
"shape": "
|
4888
|
+
"shape": "S17n"
|
4853
4889
|
},
|
4854
4890
|
"NextToken": {},
|
4855
4891
|
"Status": {
|
@@ -4890,7 +4926,7 @@
|
|
4890
4926
|
"type": "structure",
|
4891
4927
|
"members": {
|
4892
4928
|
"DataSetSummaries": {
|
4893
|
-
"shape": "
|
4929
|
+
"shape": "S17r"
|
4894
4930
|
},
|
4895
4931
|
"NextToken": {},
|
4896
4932
|
"RequestId": {},
|
@@ -5032,7 +5068,7 @@
|
|
5032
5068
|
"type": "integer"
|
5033
5069
|
},
|
5034
5070
|
"FolderSummaryList": {
|
5035
|
-
"shape": "
|
5071
|
+
"shape": "S182"
|
5036
5072
|
},
|
5037
5073
|
"NextToken": {},
|
5038
5074
|
"RequestId": {}
|
@@ -5128,7 +5164,7 @@
|
|
5128
5164
|
"type": "structure",
|
5129
5165
|
"members": {
|
5130
5166
|
"GroupList": {
|
5131
|
-
"shape": "
|
5167
|
+
"shape": "S189"
|
5132
5168
|
},
|
5133
5169
|
"NextToken": {},
|
5134
5170
|
"RequestId": {},
|
@@ -5290,7 +5326,7 @@
|
|
5290
5326
|
"members": {
|
5291
5327
|
"Service": {},
|
5292
5328
|
"AuthorizedTargets": {
|
5293
|
-
"shape": "
|
5329
|
+
"shape": "S18n"
|
5294
5330
|
}
|
5295
5331
|
}
|
5296
5332
|
}
|
@@ -5385,7 +5421,7 @@
|
|
5385
5421
|
"Namespaces": {
|
5386
5422
|
"type": "list",
|
5387
5423
|
"member": {
|
5388
|
-
"shape": "
|
5424
|
+
"shape": "S14o"
|
5389
5425
|
}
|
5390
5426
|
},
|
5391
5427
|
"NextToken": {},
|
@@ -5995,7 +6031,7 @@
|
|
5995
6031
|
"type": "structure",
|
5996
6032
|
"members": {
|
5997
6033
|
"GroupList": {
|
5998
|
-
"shape": "
|
6034
|
+
"shape": "S189"
|
5999
6035
|
},
|
6000
6036
|
"NextToken": {},
|
6001
6037
|
"RequestId": {},
|
@@ -6043,7 +6079,7 @@
|
|
6043
6079
|
"UserList": {
|
6044
6080
|
"type": "list",
|
6045
6081
|
"member": {
|
6046
|
-
"shape": "
|
6082
|
+
"shape": "S15y"
|
6047
6083
|
}
|
6048
6084
|
},
|
6049
6085
|
"NextToken": {},
|
@@ -6102,7 +6138,7 @@
|
|
6102
6138
|
"Status": {},
|
6103
6139
|
"AvailabilityStatus": {},
|
6104
6140
|
"NetworkInterfaces": {
|
6105
|
-
"shape": "
|
6141
|
+
"shape": "S164"
|
6106
6142
|
},
|
6107
6143
|
"RoleArn": {},
|
6108
6144
|
"CreatedTime": {
|
@@ -6201,7 +6237,7 @@
|
|
6201
6237
|
"type": "structure",
|
6202
6238
|
"members": {
|
6203
6239
|
"User": {
|
6204
|
-
"shape": "
|
6240
|
+
"shape": "S15y"
|
6205
6241
|
},
|
6206
6242
|
"UserInvitationUrl": {},
|
6207
6243
|
"RequestId": {},
|
@@ -6282,7 +6318,7 @@
|
|
6282
6318
|
"type": "structure",
|
6283
6319
|
"members": {
|
6284
6320
|
"AnalysisSummaryList": {
|
6285
|
-
"shape": "
|
6321
|
+
"shape": "S177"
|
6286
6322
|
},
|
6287
6323
|
"NextToken": {},
|
6288
6324
|
"Status": {
|
@@ -6332,7 +6368,7 @@
|
|
6332
6368
|
"type": "structure",
|
6333
6369
|
"members": {
|
6334
6370
|
"DashboardSummaryList": {
|
6335
|
-
"shape": "
|
6371
|
+
"shape": "S17n"
|
6336
6372
|
},
|
6337
6373
|
"NextToken": {},
|
6338
6374
|
"Status": {
|
@@ -6384,7 +6420,7 @@
|
|
6384
6420
|
"type": "structure",
|
6385
6421
|
"members": {
|
6386
6422
|
"DataSetSummaries": {
|
6387
|
-
"shape": "
|
6423
|
+
"shape": "S17r"
|
6388
6424
|
},
|
6389
6425
|
"NextToken": {},
|
6390
6426
|
"Status": {
|
@@ -6502,7 +6538,7 @@
|
|
6502
6538
|
"type": "integer"
|
6503
6539
|
},
|
6504
6540
|
"FolderSummaryList": {
|
6505
|
-
"shape": "
|
6541
|
+
"shape": "S182"
|
6506
6542
|
},
|
6507
6543
|
"NextToken": {},
|
6508
6544
|
"RequestId": {}
|
@@ -6560,7 +6596,7 @@
|
|
6560
6596
|
"type": "structure",
|
6561
6597
|
"members": {
|
6562
6598
|
"GroupList": {
|
6563
|
-
"shape": "
|
6599
|
+
"shape": "S189"
|
6564
6600
|
},
|
6565
6601
|
"NextToken": {},
|
6566
6602
|
"RequestId": {},
|
@@ -6710,7 +6746,7 @@
|
|
6710
6746
|
"type": "structure",
|
6711
6747
|
"members": {
|
6712
6748
|
"RowLevelPermissionTags": {
|
6713
|
-
"shape": "
|
6749
|
+
"shape": "S16a"
|
6714
6750
|
}
|
6715
6751
|
}
|
6716
6752
|
}
|
@@ -6949,10 +6985,10 @@
|
|
6949
6985
|
"locationName": "AnalysisId"
|
6950
6986
|
},
|
6951
6987
|
"GrantPermissions": {
|
6952
|
-
"shape": "
|
6988
|
+
"shape": "S1bx"
|
6953
6989
|
},
|
6954
6990
|
"RevokePermissions": {
|
6955
|
-
"shape": "
|
6991
|
+
"shape": "S1bx"
|
6956
6992
|
}
|
6957
6993
|
}
|
6958
6994
|
},
|
@@ -7089,16 +7125,16 @@
|
|
7089
7125
|
"locationName": "DashboardId"
|
7090
7126
|
},
|
7091
7127
|
"GrantPermissions": {
|
7092
|
-
"shape": "
|
7128
|
+
"shape": "S1bx"
|
7093
7129
|
},
|
7094
7130
|
"RevokePermissions": {
|
7095
|
-
"shape": "
|
7131
|
+
"shape": "S1bx"
|
7096
7132
|
},
|
7097
7133
|
"GrantLinkPermissions": {
|
7098
|
-
"shape": "
|
7134
|
+
"shape": "S1c4"
|
7099
7135
|
},
|
7100
7136
|
"RevokeLinkPermissions": {
|
7101
|
-
"shape": "
|
7137
|
+
"shape": "S1c4"
|
7102
7138
|
}
|
7103
7139
|
}
|
7104
7140
|
},
|
@@ -7553,7 +7589,7 @@
|
|
7553
7589
|
"locationName": "Service"
|
7554
7590
|
},
|
7555
7591
|
"AuthorizedTargets": {
|
7556
|
-
"shape": "
|
7592
|
+
"shape": "S18n"
|
7557
7593
|
}
|
7558
7594
|
}
|
7559
7595
|
},
|
@@ -7608,6 +7644,70 @@
|
|
7608
7644
|
}
|
7609
7645
|
}
|
7610
7646
|
},
|
7647
|
+
"UpdateKeyRegistration": {
|
7648
|
+
"http": {
|
7649
|
+
"requestUri": "/accounts/{AwsAccountId}/key-registration"
|
7650
|
+
},
|
7651
|
+
"input": {
|
7652
|
+
"type": "structure",
|
7653
|
+
"required": [
|
7654
|
+
"AwsAccountId",
|
7655
|
+
"KeyRegistration"
|
7656
|
+
],
|
7657
|
+
"members": {
|
7658
|
+
"AwsAccountId": {
|
7659
|
+
"location": "uri",
|
7660
|
+
"locationName": "AwsAccountId"
|
7661
|
+
},
|
7662
|
+
"KeyRegistration": {
|
7663
|
+
"shape": "S14k"
|
7664
|
+
}
|
7665
|
+
}
|
7666
|
+
},
|
7667
|
+
"output": {
|
7668
|
+
"type": "structure",
|
7669
|
+
"members": {
|
7670
|
+
"FailedKeyRegistration": {
|
7671
|
+
"type": "list",
|
7672
|
+
"member": {
|
7673
|
+
"type": "structure",
|
7674
|
+
"required": [
|
7675
|
+
"Message",
|
7676
|
+
"StatusCode",
|
7677
|
+
"SenderFault"
|
7678
|
+
],
|
7679
|
+
"members": {
|
7680
|
+
"KeyArn": {},
|
7681
|
+
"Message": {},
|
7682
|
+
"StatusCode": {
|
7683
|
+
"type": "integer"
|
7684
|
+
},
|
7685
|
+
"SenderFault": {
|
7686
|
+
"type": "boolean"
|
7687
|
+
}
|
7688
|
+
}
|
7689
|
+
}
|
7690
|
+
},
|
7691
|
+
"SuccessfulKeyRegistration": {
|
7692
|
+
"type": "list",
|
7693
|
+
"member": {
|
7694
|
+
"type": "structure",
|
7695
|
+
"required": [
|
7696
|
+
"KeyArn",
|
7697
|
+
"StatusCode"
|
7698
|
+
],
|
7699
|
+
"members": {
|
7700
|
+
"KeyArn": {},
|
7701
|
+
"StatusCode": {
|
7702
|
+
"type": "integer"
|
7703
|
+
}
|
7704
|
+
}
|
7705
|
+
}
|
7706
|
+
},
|
7707
|
+
"RequestId": {}
|
7708
|
+
}
|
7709
|
+
}
|
7710
|
+
},
|
7611
7711
|
"UpdatePublicSharingSettings": {
|
7612
7712
|
"http": {
|
7613
7713
|
"method": "PUT",
|
@@ -7860,10 +7960,10 @@
|
|
7860
7960
|
"locationName": "TemplateId"
|
7861
7961
|
},
|
7862
7962
|
"GrantPermissions": {
|
7863
|
-
"shape": "
|
7963
|
+
"shape": "S1bx"
|
7864
7964
|
},
|
7865
7965
|
"RevokePermissions": {
|
7866
|
-
"shape": "
|
7966
|
+
"shape": "S1bx"
|
7867
7967
|
}
|
7868
7968
|
}
|
7869
7969
|
},
|
@@ -7993,10 +8093,10 @@
|
|
7993
8093
|
"locationName": "ThemeId"
|
7994
8094
|
},
|
7995
8095
|
"GrantPermissions": {
|
7996
|
-
"shape": "
|
8096
|
+
"shape": "S1bx"
|
7997
8097
|
},
|
7998
8098
|
"RevokePermissions": {
|
7999
|
-
"shape": "
|
8099
|
+
"shape": "S1bx"
|
8000
8100
|
}
|
8001
8101
|
}
|
8002
8102
|
},
|
@@ -8077,10 +8177,10 @@
|
|
8077
8177
|
"locationName": "TopicId"
|
8078
8178
|
},
|
8079
8179
|
"GrantPermissions": {
|
8080
|
-
"shape": "
|
8180
|
+
"shape": "S1bx"
|
8081
8181
|
},
|
8082
8182
|
"RevokePermissions": {
|
8083
|
-
"shape": "
|
8183
|
+
"shape": "S1bx"
|
8084
8184
|
}
|
8085
8185
|
}
|
8086
8186
|
},
|
@@ -8187,7 +8287,7 @@
|
|
8187
8287
|
"type": "structure",
|
8188
8288
|
"members": {
|
8189
8289
|
"User": {
|
8190
|
-
"shape": "
|
8290
|
+
"shape": "S15y"
|
8191
8291
|
},
|
8192
8292
|
"RequestId": {},
|
8193
8293
|
"Status": {
|
@@ -15308,8 +15408,7 @@
|
|
15308
15408
|
"IAMParameters": {
|
15309
15409
|
"type": "structure",
|
15310
15410
|
"required": [
|
15311
|
-
"RoleArn"
|
15312
|
-
"DatabaseUser"
|
15411
|
+
"RoleArn"
|
15313
15412
|
],
|
15314
15413
|
"members": {
|
15315
15414
|
"RoleArn": {},
|
@@ -17077,6 +17176,18 @@
|
|
17077
17176
|
"value": {}
|
17078
17177
|
},
|
17079
17178
|
"S14k": {
|
17179
|
+
"type": "list",
|
17180
|
+
"member": {
|
17181
|
+
"type": "structure",
|
17182
|
+
"members": {
|
17183
|
+
"KeyArn": {},
|
17184
|
+
"DefaultKey": {
|
17185
|
+
"type": "boolean"
|
17186
|
+
}
|
17187
|
+
}
|
17188
|
+
}
|
17189
|
+
},
|
17190
|
+
"S14o": {
|
17080
17191
|
"type": "structure",
|
17081
17192
|
"members": {
|
17082
17193
|
"Name": {},
|
@@ -17093,7 +17204,7 @@
|
|
17093
17204
|
}
|
17094
17205
|
}
|
17095
17206
|
},
|
17096
|
-
"
|
17207
|
+
"S150": {
|
17097
17208
|
"type": "list",
|
17098
17209
|
"member": {
|
17099
17210
|
"type": "structure",
|
@@ -17106,7 +17217,7 @@
|
|
17106
17217
|
}
|
17107
17218
|
}
|
17108
17219
|
},
|
17109
|
-
"
|
17220
|
+
"S15y": {
|
17110
17221
|
"type": "structure",
|
17111
17222
|
"members": {
|
17112
17223
|
"Arn": {},
|
@@ -17124,7 +17235,7 @@
|
|
17124
17235
|
"ExternalLoginId": {}
|
17125
17236
|
}
|
17126
17237
|
},
|
17127
|
-
"
|
17238
|
+
"S164": {
|
17128
17239
|
"type": "list",
|
17129
17240
|
"member": {
|
17130
17241
|
"type": "structure",
|
@@ -17137,7 +17248,7 @@
|
|
17137
17248
|
}
|
17138
17249
|
}
|
17139
17250
|
},
|
17140
|
-
"
|
17251
|
+
"S16a": {
|
17141
17252
|
"type": "list",
|
17142
17253
|
"member": {
|
17143
17254
|
"type": "structure",
|
@@ -17153,7 +17264,7 @@
|
|
17153
17264
|
}
|
17154
17265
|
}
|
17155
17266
|
},
|
17156
|
-
"
|
17267
|
+
"S16g": {
|
17157
17268
|
"type": "structure",
|
17158
17269
|
"required": [
|
17159
17270
|
"DashboardId",
|
@@ -17166,11 +17277,11 @@
|
|
17166
17277
|
"VisualId": {}
|
17167
17278
|
}
|
17168
17279
|
},
|
17169
|
-
"
|
17280
|
+
"S16k": {
|
17170
17281
|
"type": "string",
|
17171
17282
|
"sensitive": true
|
17172
17283
|
},
|
17173
|
-
"
|
17284
|
+
"S16p": {
|
17174
17285
|
"type": "structure",
|
17175
17286
|
"required": [
|
17176
17287
|
"Enabled"
|
@@ -17181,7 +17292,7 @@
|
|
17181
17292
|
}
|
17182
17293
|
}
|
17183
17294
|
},
|
17184
|
-
"
|
17295
|
+
"S177": {
|
17185
17296
|
"type": "list",
|
17186
17297
|
"member": {
|
17187
17298
|
"type": "structure",
|
@@ -17199,7 +17310,7 @@
|
|
17199
17310
|
}
|
17200
17311
|
}
|
17201
17312
|
},
|
17202
|
-
"
|
17313
|
+
"S17n": {
|
17203
17314
|
"type": "list",
|
17204
17315
|
"member": {
|
17205
17316
|
"type": "structure",
|
@@ -17222,7 +17333,7 @@
|
|
17222
17333
|
}
|
17223
17334
|
}
|
17224
17335
|
},
|
17225
|
-
"
|
17336
|
+
"S17r": {
|
17226
17337
|
"type": "list",
|
17227
17338
|
"member": {
|
17228
17339
|
"type": "structure",
|
@@ -17249,7 +17360,7 @@
|
|
17249
17360
|
}
|
17250
17361
|
}
|
17251
17362
|
},
|
17252
|
-
"
|
17363
|
+
"S182": {
|
17253
17364
|
"type": "list",
|
17254
17365
|
"member": {
|
17255
17366
|
"type": "structure",
|
@@ -17268,23 +17379,23 @@
|
|
17268
17379
|
}
|
17269
17380
|
}
|
17270
17381
|
},
|
17271
|
-
"
|
17382
|
+
"S189": {
|
17272
17383
|
"type": "list",
|
17273
17384
|
"member": {
|
17274
17385
|
"shape": "Ssl"
|
17275
17386
|
}
|
17276
17387
|
},
|
17277
|
-
"
|
17388
|
+
"S18n": {
|
17278
17389
|
"type": "list",
|
17279
17390
|
"member": {}
|
17280
17391
|
},
|
17281
|
-
"
|
17392
|
+
"S1bx": {
|
17282
17393
|
"type": "list",
|
17283
17394
|
"member": {
|
17284
17395
|
"shape": "S1a"
|
17285
17396
|
}
|
17286
17397
|
},
|
17287
|
-
"
|
17398
|
+
"S1c4": {
|
17288
17399
|
"type": "list",
|
17289
17400
|
"member": {
|
17290
17401
|
"shape": "S1a"
|