aws-sdk 2.1448.0 → 2.1449.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/CHANGELOG.md +16 -1
- package/README.md +1 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
- package/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/apis/grafana-2020-08-18.min.json +2 -1
- package/apis/health-2016-08-04.min.json +116 -34
- package/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/clients/chimesdkmediapipelines.d.ts +28 -2
- package/clients/cloudwatchevents.d.ts +2 -2
- package/clients/connectcampaigns.d.ts +30 -23
- package/clients/connectparticipant.d.ts +71 -2
- package/clients/customerprofiles.d.ts +56 -52
- package/clients/ecs.d.ts +14 -14
- package/clients/health.d.ts +86 -2
- package/clients/ivs.d.ts +4 -4
- package/clients/kafkaconnect.d.ts +6 -8
- package/clients/paymentcryptographydata.d.ts +8 -6
- package/clients/sagemakerruntime.d.ts +86 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +63 -23
- package/dist/aws-sdk.min.js +89 -89
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -69,8 +69,7 @@
|
|
69
69
|
"shape": "Sj"
|
70
70
|
},
|
71
71
|
"statusCodes": {
|
72
|
-
"
|
73
|
-
"member": {}
|
72
|
+
"shape": "Sn"
|
74
73
|
}
|
75
74
|
}
|
76
75
|
},
|
@@ -95,11 +94,10 @@
|
|
95
94
|
"DescribeAffectedEntitiesForOrganization": {
|
96
95
|
"input": {
|
97
96
|
"type": "structure",
|
98
|
-
"required": [
|
99
|
-
"organizationEntityFilters"
|
100
|
-
],
|
101
97
|
"members": {
|
102
98
|
"organizationEntityFilters": {
|
99
|
+
"deprecated": true,
|
100
|
+
"deprecatedMessage": "This property is deprecated, use organizationEntityAccountFilters instead.",
|
103
101
|
"type": "list",
|
104
102
|
"member": {
|
105
103
|
"shape": "Sw"
|
@@ -109,6 +107,22 @@
|
|
109
107
|
"nextToken": {},
|
110
108
|
"maxResults": {
|
111
109
|
"type": "integer"
|
110
|
+
},
|
111
|
+
"organizationEntityAccountFilters": {
|
112
|
+
"type": "list",
|
113
|
+
"member": {
|
114
|
+
"type": "structure",
|
115
|
+
"required": [
|
116
|
+
"eventArn"
|
117
|
+
],
|
118
|
+
"members": {
|
119
|
+
"eventArn": {},
|
120
|
+
"awsAccountId": {},
|
121
|
+
"statusCodes": {
|
122
|
+
"shape": "Sn"
|
123
|
+
}
|
124
|
+
}
|
125
|
+
}
|
112
126
|
}
|
113
127
|
}
|
114
128
|
},
|
@@ -156,6 +170,63 @@
|
|
156
170
|
"eventArn": {},
|
157
171
|
"count": {
|
158
172
|
"type": "integer"
|
173
|
+
},
|
174
|
+
"statuses": {
|
175
|
+
"shape": "S1a"
|
176
|
+
}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
},
|
182
|
+
"idempotent": true
|
183
|
+
},
|
184
|
+
"DescribeEntityAggregatesForOrganization": {
|
185
|
+
"input": {
|
186
|
+
"type": "structure",
|
187
|
+
"required": [
|
188
|
+
"eventArns"
|
189
|
+
],
|
190
|
+
"members": {
|
191
|
+
"eventArns": {
|
192
|
+
"type": "list",
|
193
|
+
"member": {}
|
194
|
+
},
|
195
|
+
"awsAccountIds": {
|
196
|
+
"type": "list",
|
197
|
+
"member": {}
|
198
|
+
}
|
199
|
+
}
|
200
|
+
},
|
201
|
+
"output": {
|
202
|
+
"type": "structure",
|
203
|
+
"members": {
|
204
|
+
"organizationEntityAggregates": {
|
205
|
+
"type": "list",
|
206
|
+
"member": {
|
207
|
+
"type": "structure",
|
208
|
+
"members": {
|
209
|
+
"eventArn": {},
|
210
|
+
"count": {
|
211
|
+
"type": "integer"
|
212
|
+
},
|
213
|
+
"statuses": {
|
214
|
+
"shape": "S1a"
|
215
|
+
},
|
216
|
+
"accounts": {
|
217
|
+
"type": "list",
|
218
|
+
"member": {
|
219
|
+
"type": "structure",
|
220
|
+
"members": {
|
221
|
+
"accountId": {},
|
222
|
+
"count": {
|
223
|
+
"type": "integer"
|
224
|
+
},
|
225
|
+
"statuses": {
|
226
|
+
"shape": "S1a"
|
227
|
+
}
|
228
|
+
}
|
229
|
+
}
|
159
230
|
}
|
160
231
|
}
|
161
232
|
}
|
@@ -172,7 +243,7 @@
|
|
172
243
|
],
|
173
244
|
"members": {
|
174
245
|
"filter": {
|
175
|
-
"shape": "
|
246
|
+
"shape": "S1k"
|
176
247
|
},
|
177
248
|
"aggregateField": {},
|
178
249
|
"maxResults": {
|
@@ -223,13 +294,13 @@
|
|
223
294
|
"type": "structure",
|
224
295
|
"members": {
|
225
296
|
"event": {
|
226
|
-
"shape": "
|
297
|
+
"shape": "S26"
|
227
298
|
},
|
228
299
|
"eventDescription": {
|
229
|
-
"shape": "
|
300
|
+
"shape": "S28"
|
230
301
|
},
|
231
302
|
"eventMetadata": {
|
232
|
-
"shape": "
|
303
|
+
"shape": "S2a"
|
233
304
|
}
|
234
305
|
}
|
235
306
|
}
|
@@ -275,13 +346,13 @@
|
|
275
346
|
"members": {
|
276
347
|
"awsAccountId": {},
|
277
348
|
"event": {
|
278
|
-
"shape": "
|
349
|
+
"shape": "S26"
|
279
350
|
},
|
280
351
|
"eventDescription": {
|
281
|
-
"shape": "
|
352
|
+
"shape": "S28"
|
282
353
|
},
|
283
354
|
"eventMetadata": {
|
284
|
-
"shape": "
|
355
|
+
"shape": "S2a"
|
285
356
|
}
|
286
357
|
}
|
287
358
|
}
|
@@ -314,7 +385,7 @@
|
|
314
385
|
"member": {}
|
315
386
|
},
|
316
387
|
"services": {
|
317
|
-
"shape": "
|
388
|
+
"shape": "S1n"
|
318
389
|
},
|
319
390
|
"eventTypeCategories": {
|
320
391
|
"type": "list",
|
@@ -353,7 +424,7 @@
|
|
353
424
|
"type": "structure",
|
354
425
|
"members": {
|
355
426
|
"filter": {
|
356
|
-
"shape": "
|
427
|
+
"shape": "S1k"
|
357
428
|
},
|
358
429
|
"nextToken": {},
|
359
430
|
"maxResults": {
|
@@ -368,7 +439,7 @@
|
|
368
439
|
"events": {
|
369
440
|
"type": "list",
|
370
441
|
"member": {
|
371
|
-
"shape": "
|
442
|
+
"shape": "S26"
|
372
443
|
}
|
373
444
|
},
|
374
445
|
"nextToken": {}
|
@@ -384,17 +455,17 @@
|
|
384
455
|
"type": "structure",
|
385
456
|
"members": {
|
386
457
|
"eventTypeCodes": {
|
387
|
-
"shape": "
|
458
|
+
"shape": "S1l"
|
388
459
|
},
|
389
460
|
"awsAccountIds": {
|
390
461
|
"type": "list",
|
391
462
|
"member": {}
|
392
463
|
},
|
393
464
|
"services": {
|
394
|
-
"shape": "
|
465
|
+
"shape": "S1n"
|
395
466
|
},
|
396
467
|
"regions": {
|
397
|
-
"shape": "
|
468
|
+
"shape": "S1p"
|
398
469
|
},
|
399
470
|
"startTime": {
|
400
471
|
"shape": "Sh"
|
@@ -412,10 +483,10 @@
|
|
412
483
|
"shape": "Se"
|
413
484
|
},
|
414
485
|
"eventTypeCategories": {
|
415
|
-
"shape": "
|
486
|
+
"shape": "S1t"
|
416
487
|
},
|
417
488
|
"eventStatusCodes": {
|
418
|
-
"shape": "
|
489
|
+
"shape": "S1v"
|
419
490
|
}
|
420
491
|
}
|
421
492
|
},
|
@@ -515,6 +586,10 @@
|
|
515
586
|
"key": {},
|
516
587
|
"value": {}
|
517
588
|
},
|
589
|
+
"Sn": {
|
590
|
+
"type": "list",
|
591
|
+
"member": {}
|
592
|
+
},
|
518
593
|
"Sr": {
|
519
594
|
"type": "list",
|
520
595
|
"member": {
|
@@ -545,20 +620,27 @@
|
|
545
620
|
"awsAccountId": {}
|
546
621
|
}
|
547
622
|
},
|
548
|
-
"
|
623
|
+
"S1a": {
|
624
|
+
"type": "map",
|
625
|
+
"key": {},
|
626
|
+
"value": {
|
627
|
+
"type": "integer"
|
628
|
+
}
|
629
|
+
},
|
630
|
+
"S1k": {
|
549
631
|
"type": "structure",
|
550
632
|
"members": {
|
551
633
|
"eventArns": {
|
552
634
|
"shape": "Sb"
|
553
635
|
},
|
554
636
|
"eventTypeCodes": {
|
555
|
-
"shape": "
|
637
|
+
"shape": "S1l"
|
556
638
|
},
|
557
639
|
"services": {
|
558
|
-
"shape": "
|
640
|
+
"shape": "S1n"
|
559
641
|
},
|
560
642
|
"regions": {
|
561
|
-
"shape": "
|
643
|
+
"shape": "S1p"
|
562
644
|
},
|
563
645
|
"availabilityZones": {
|
564
646
|
"type": "list",
|
@@ -580,37 +662,37 @@
|
|
580
662
|
"shape": "Se"
|
581
663
|
},
|
582
664
|
"eventTypeCategories": {
|
583
|
-
"shape": "
|
665
|
+
"shape": "S1t"
|
584
666
|
},
|
585
667
|
"tags": {
|
586
668
|
"shape": "Sj"
|
587
669
|
},
|
588
670
|
"eventStatusCodes": {
|
589
|
-
"shape": "
|
671
|
+
"shape": "S1v"
|
590
672
|
}
|
591
673
|
}
|
592
674
|
},
|
593
|
-
"
|
675
|
+
"S1l": {
|
594
676
|
"type": "list",
|
595
677
|
"member": {}
|
596
678
|
},
|
597
|
-
"
|
679
|
+
"S1n": {
|
598
680
|
"type": "list",
|
599
681
|
"member": {}
|
600
682
|
},
|
601
|
-
"
|
683
|
+
"S1p": {
|
602
684
|
"type": "list",
|
603
685
|
"member": {}
|
604
686
|
},
|
605
|
-
"
|
687
|
+
"S1t": {
|
606
688
|
"type": "list",
|
607
689
|
"member": {}
|
608
690
|
},
|
609
|
-
"
|
691
|
+
"S1v": {
|
610
692
|
"type": "list",
|
611
693
|
"member": {}
|
612
694
|
},
|
613
|
-
"
|
695
|
+
"S26": {
|
614
696
|
"type": "structure",
|
615
697
|
"members": {
|
616
698
|
"arn": {},
|
@@ -632,13 +714,13 @@
|
|
632
714
|
"eventScopeCode": {}
|
633
715
|
}
|
634
716
|
},
|
635
|
-
"
|
717
|
+
"S28": {
|
636
718
|
"type": "structure",
|
637
719
|
"members": {
|
638
720
|
"latestDescription": {}
|
639
721
|
}
|
640
722
|
},
|
641
|
-
"
|
723
|
+
"S2a": {
|
642
724
|
"type": "map",
|
643
725
|
"key": {},
|
644
726
|
"value": {}
|
@@ -94,10 +94,7 @@
|
|
94
94
|
}
|
95
95
|
},
|
96
96
|
"connectorConfiguration": {
|
97
|
-
"
|
98
|
-
"key": {},
|
99
|
-
"value": {},
|
100
|
-
"sensitive": true
|
97
|
+
"shape": "Sa"
|
101
98
|
},
|
102
99
|
"connectorDescription": {},
|
103
100
|
"connectorName": {},
|
@@ -316,8 +313,7 @@
|
|
316
313
|
"description": {},
|
317
314
|
"name": {},
|
318
315
|
"propertiesFileContent": {
|
319
|
-
"
|
320
|
-
"sensitive": true
|
316
|
+
"shape": "S17"
|
321
317
|
}
|
322
318
|
}
|
323
319
|
},
|
@@ -419,10 +415,7 @@
|
|
419
415
|
},
|
420
416
|
"connectorArn": {},
|
421
417
|
"connectorConfiguration": {
|
422
|
-
"
|
423
|
-
"key": {},
|
424
|
-
"value": {},
|
425
|
-
"sensitive": true
|
418
|
+
"shape": "Sa"
|
426
419
|
},
|
427
420
|
"connectorDescription": {},
|
428
421
|
"connectorName": {},
|
@@ -432,27 +425,27 @@
|
|
432
425
|
},
|
433
426
|
"currentVersion": {},
|
434
427
|
"kafkaCluster": {
|
435
|
-
"shape": "
|
428
|
+
"shape": "S1n"
|
436
429
|
},
|
437
430
|
"kafkaClusterClientAuthentication": {
|
438
|
-
"shape": "
|
431
|
+
"shape": "S1q"
|
439
432
|
},
|
440
433
|
"kafkaClusterEncryptionInTransit": {
|
441
|
-
"shape": "
|
434
|
+
"shape": "S1r"
|
442
435
|
},
|
443
436
|
"kafkaConnectVersion": {},
|
444
437
|
"logDelivery": {
|
445
|
-
"shape": "
|
438
|
+
"shape": "S1s"
|
446
439
|
},
|
447
440
|
"plugins": {
|
448
|
-
"shape": "
|
441
|
+
"shape": "S1x"
|
449
442
|
},
|
450
443
|
"serviceExecutionRoleArn": {},
|
451
444
|
"stateDescription": {
|
452
|
-
"shape": "
|
445
|
+
"shape": "S20"
|
453
446
|
},
|
454
447
|
"workerConfiguration": {
|
455
|
-
"shape": "
|
448
|
+
"shape": "S21"
|
456
449
|
}
|
457
450
|
}
|
458
451
|
}
|
@@ -485,11 +478,11 @@
|
|
485
478
|
"customPluginState": {},
|
486
479
|
"description": {},
|
487
480
|
"latestRevision": {
|
488
|
-
"shape": "
|
481
|
+
"shape": "S24"
|
489
482
|
},
|
490
483
|
"name": {},
|
491
484
|
"stateDescription": {
|
492
|
-
"shape": "
|
485
|
+
"shape": "S20"
|
493
486
|
}
|
494
487
|
}
|
495
488
|
}
|
@@ -527,8 +520,7 @@
|
|
527
520
|
},
|
528
521
|
"description": {},
|
529
522
|
"propertiesFileContent": {
|
530
|
-
"
|
531
|
-
"sensitive": true
|
523
|
+
"shape": "S17"
|
532
524
|
},
|
533
525
|
"revision": {
|
534
526
|
"type": "long"
|
@@ -584,24 +576,24 @@
|
|
584
576
|
},
|
585
577
|
"currentVersion": {},
|
586
578
|
"kafkaCluster": {
|
587
|
-
"shape": "
|
579
|
+
"shape": "S1n"
|
588
580
|
},
|
589
581
|
"kafkaClusterClientAuthentication": {
|
590
|
-
"shape": "
|
582
|
+
"shape": "S1q"
|
591
583
|
},
|
592
584
|
"kafkaClusterEncryptionInTransit": {
|
593
|
-
"shape": "
|
585
|
+
"shape": "S1r"
|
594
586
|
},
|
595
587
|
"kafkaConnectVersion": {},
|
596
588
|
"logDelivery": {
|
597
|
-
"shape": "
|
589
|
+
"shape": "S1s"
|
598
590
|
},
|
599
591
|
"plugins": {
|
600
|
-
"shape": "
|
592
|
+
"shape": "S1x"
|
601
593
|
},
|
602
594
|
"serviceExecutionRoleArn": {},
|
603
595
|
"workerConfiguration": {
|
604
|
-
"shape": "
|
596
|
+
"shape": "S21"
|
605
597
|
}
|
606
598
|
}
|
607
599
|
}
|
@@ -645,7 +637,7 @@
|
|
645
637
|
"customPluginState": {},
|
646
638
|
"description": {},
|
647
639
|
"latestRevision": {
|
648
|
-
"shape": "
|
640
|
+
"shape": "S24"
|
649
641
|
},
|
650
642
|
"name": {}
|
651
643
|
}
|
@@ -797,10 +789,20 @@
|
|
797
789
|
}
|
798
790
|
},
|
799
791
|
"shapes": {
|
792
|
+
"Sa": {
|
793
|
+
"type": "map",
|
794
|
+
"key": {},
|
795
|
+
"value": {},
|
796
|
+
"sensitive": true
|
797
|
+
},
|
800
798
|
"Sh": {
|
801
799
|
"type": "list",
|
802
800
|
"member": {}
|
803
801
|
},
|
802
|
+
"S17": {
|
803
|
+
"type": "string",
|
804
|
+
"sensitive": true
|
805
|
+
},
|
804
806
|
"S19": {
|
805
807
|
"type": "timestamp",
|
806
808
|
"timestampFormat": "iso8601"
|
@@ -863,7 +865,7 @@
|
|
863
865
|
}
|
864
866
|
}
|
865
867
|
},
|
866
|
-
"
|
868
|
+
"S1n": {
|
867
869
|
"type": "structure",
|
868
870
|
"members": {
|
869
871
|
"apacheKafkaCluster": {
|
@@ -885,19 +887,19 @@
|
|
885
887
|
}
|
886
888
|
}
|
887
889
|
},
|
888
|
-
"
|
890
|
+
"S1q": {
|
889
891
|
"type": "structure",
|
890
892
|
"members": {
|
891
893
|
"authenticationType": {}
|
892
894
|
}
|
893
895
|
},
|
894
|
-
"
|
896
|
+
"S1r": {
|
895
897
|
"type": "structure",
|
896
898
|
"members": {
|
897
899
|
"encryptionType": {}
|
898
900
|
}
|
899
901
|
},
|
900
|
-
"
|
902
|
+
"S1s": {
|
901
903
|
"type": "structure",
|
902
904
|
"members": {
|
903
905
|
"workerLogDelivery": {
|
@@ -935,7 +937,7 @@
|
|
935
937
|
}
|
936
938
|
}
|
937
939
|
},
|
938
|
-
"
|
940
|
+
"S1x": {
|
939
941
|
"type": "list",
|
940
942
|
"member": {
|
941
943
|
"type": "structure",
|
@@ -952,14 +954,14 @@
|
|
952
954
|
}
|
953
955
|
}
|
954
956
|
},
|
955
|
-
"
|
957
|
+
"S20": {
|
956
958
|
"type": "structure",
|
957
959
|
"members": {
|
958
960
|
"code": {},
|
959
961
|
"message": {}
|
960
962
|
}
|
961
963
|
},
|
962
|
-
"
|
964
|
+
"S21": {
|
963
965
|
"type": "structure",
|
964
966
|
"members": {
|
965
967
|
"revision": {
|
@@ -968,7 +970,7 @@
|
|
968
970
|
"workerConfigurationArn": {}
|
969
971
|
}
|
970
972
|
},
|
971
|
-
"
|
973
|
+
"S24": {
|
972
974
|
"type": "structure",
|
973
975
|
"members": {
|
974
976
|
"contentType": {},
|
@@ -83,8 +83,7 @@
|
|
83
83
|
"type": "structure",
|
84
84
|
"required": [
|
85
85
|
"CipherText",
|
86
|
-
"KeyArn"
|
87
|
-
"KeyCheckValue"
|
86
|
+
"KeyArn"
|
88
87
|
],
|
89
88
|
"members": {
|
90
89
|
"CipherText": {
|
@@ -178,7 +177,9 @@
|
|
178
177
|
"MacLength": {
|
179
178
|
"type": "integer"
|
180
179
|
},
|
181
|
-
"MessageData": {
|
180
|
+
"MessageData": {
|
181
|
+
"shape": "S1e"
|
182
|
+
}
|
182
183
|
}
|
183
184
|
},
|
184
185
|
"output": {
|
@@ -396,20 +397,23 @@
|
|
396
397
|
"OutgoingTranslationAttributes"
|
397
398
|
],
|
398
399
|
"members": {
|
399
|
-
"EncryptedPinBlock": {
|
400
|
+
"EncryptedPinBlock": {
|
401
|
+
"type": "string",
|
402
|
+
"sensitive": true
|
403
|
+
},
|
400
404
|
"IncomingDukptAttributes": {
|
401
|
-
"shape": "
|
405
|
+
"shape": "S24"
|
402
406
|
},
|
403
407
|
"IncomingKeyIdentifier": {},
|
404
408
|
"IncomingTranslationAttributes": {
|
405
|
-
"shape": "
|
409
|
+
"shape": "S25"
|
406
410
|
},
|
407
411
|
"OutgoingDukptAttributes": {
|
408
|
-
"shape": "
|
412
|
+
"shape": "S24"
|
409
413
|
},
|
410
414
|
"OutgoingKeyIdentifier": {},
|
411
415
|
"OutgoingTranslationAttributes": {
|
412
|
-
"shape": "
|
416
|
+
"shape": "S25"
|
413
417
|
}
|
414
418
|
}
|
415
419
|
},
|
@@ -653,11 +657,16 @@
|
|
653
657
|
],
|
654
658
|
"members": {
|
655
659
|
"KeyIdentifier": {},
|
656
|
-
"Mac": {
|
660
|
+
"Mac": {
|
661
|
+
"type": "string",
|
662
|
+
"sensitive": true
|
663
|
+
},
|
657
664
|
"MacLength": {
|
658
665
|
"type": "integer"
|
659
666
|
},
|
660
|
-
"MessageData": {
|
667
|
+
"MessageData": {
|
668
|
+
"shape": "S1e"
|
669
|
+
},
|
661
670
|
"VerificationAttributes": {
|
662
671
|
"shape": "S15"
|
663
672
|
}
|
@@ -961,6 +970,10 @@
|
|
961
970
|
"KeySerialNumber": {}
|
962
971
|
}
|
963
972
|
},
|
973
|
+
"S1e": {
|
974
|
+
"type": "string",
|
975
|
+
"sensitive": true
|
976
|
+
},
|
964
977
|
"S20": {
|
965
978
|
"type": "structure",
|
966
979
|
"members": {
|
@@ -973,7 +986,7 @@
|
|
973
986
|
},
|
974
987
|
"union": true
|
975
988
|
},
|
976
|
-
"
|
989
|
+
"S24": {
|
977
990
|
"type": "structure",
|
978
991
|
"required": [
|
979
992
|
"KeySerialNumber"
|
@@ -984,26 +997,26 @@
|
|
984
997
|
"KeySerialNumber": {}
|
985
998
|
}
|
986
999
|
},
|
987
|
-
"
|
1000
|
+
"S25": {
|
988
1001
|
"type": "structure",
|
989
1002
|
"members": {
|
990
1003
|
"IsoFormat0": {
|
991
|
-
"shape": "
|
1004
|
+
"shape": "S26"
|
992
1005
|
},
|
993
1006
|
"IsoFormat1": {
|
994
1007
|
"type": "structure",
|
995
1008
|
"members": {}
|
996
1009
|
},
|
997
1010
|
"IsoFormat3": {
|
998
|
-
"shape": "
|
1011
|
+
"shape": "S26"
|
999
1012
|
},
|
1000
1013
|
"IsoFormat4": {
|
1001
|
-
"shape": "
|
1014
|
+
"shape": "S26"
|
1002
1015
|
}
|
1003
1016
|
},
|
1004
1017
|
"union": true
|
1005
1018
|
},
|
1006
|
-
"
|
1019
|
+
"S26": {
|
1007
1020
|
"type": "structure",
|
1008
1021
|
"required": [
|
1009
1022
|
"PrimaryAccountNumber"
|