aws-sdk 2.1436.0 → 2.1437.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 +9 -1
- package/README.md +1 -1
- package/apis/glue-2017-03-31.min.json +218 -215
- package/apis/pi-2018-02-27.min.json +304 -11
- package/apis/pi-2018-02-27.paginators.json +5 -0
- package/apis/route53domains-2014-05-15.min.json +103 -44
- package/apis/sagemaker-2017-07-24.min.json +564 -560
- package/clients/ec2.d.ts +10 -10
- package/clients/glue.d.ts +13 -0
- package/clients/pi.d.ts +382 -5
- package/clients/route53domains.d.ts +8 -2
- package/clients/sagemaker.d.ts +9 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +106 -47
- package/dist/aws-sdk.min.js +25 -25
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -14,6 +14,55 @@
|
|
14
14
|
"uid": "pi-2018-02-27"
|
15
15
|
},
|
16
16
|
"operations": {
|
17
|
+
"CreatePerformanceAnalysisReport": {
|
18
|
+
"input": {
|
19
|
+
"type": "structure",
|
20
|
+
"required": [
|
21
|
+
"ServiceType",
|
22
|
+
"Identifier",
|
23
|
+
"StartTime",
|
24
|
+
"EndTime"
|
25
|
+
],
|
26
|
+
"members": {
|
27
|
+
"ServiceType": {},
|
28
|
+
"Identifier": {},
|
29
|
+
"StartTime": {
|
30
|
+
"type": "timestamp"
|
31
|
+
},
|
32
|
+
"EndTime": {
|
33
|
+
"type": "timestamp"
|
34
|
+
},
|
35
|
+
"Tags": {
|
36
|
+
"shape": "S5"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"output": {
|
41
|
+
"type": "structure",
|
42
|
+
"members": {
|
43
|
+
"AnalysisReportId": {}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"DeletePerformanceAnalysisReport": {
|
48
|
+
"input": {
|
49
|
+
"type": "structure",
|
50
|
+
"required": [
|
51
|
+
"ServiceType",
|
52
|
+
"Identifier",
|
53
|
+
"AnalysisReportId"
|
54
|
+
],
|
55
|
+
"members": {
|
56
|
+
"ServiceType": {},
|
57
|
+
"Identifier": {},
|
58
|
+
"AnalysisReportId": {}
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"output": {
|
62
|
+
"type": "structure",
|
63
|
+
"members": {}
|
64
|
+
}
|
65
|
+
},
|
17
66
|
"DescribeDimensionKeys": {
|
18
67
|
"input": {
|
19
68
|
"type": "structure",
|
@@ -39,17 +88,17 @@
|
|
39
88
|
"type": "integer"
|
40
89
|
},
|
41
90
|
"GroupBy": {
|
42
|
-
"shape": "
|
91
|
+
"shape": "Sg"
|
43
92
|
},
|
44
93
|
"AdditionalMetrics": {
|
45
94
|
"type": "list",
|
46
95
|
"member": {}
|
47
96
|
},
|
48
97
|
"PartitionBy": {
|
49
|
-
"shape": "
|
98
|
+
"shape": "Sg"
|
50
99
|
},
|
51
100
|
"Filter": {
|
52
|
-
"shape": "
|
101
|
+
"shape": "Sk"
|
53
102
|
},
|
54
103
|
"MaxResults": {
|
55
104
|
"type": "integer"
|
@@ -75,7 +124,7 @@
|
|
75
124
|
],
|
76
125
|
"members": {
|
77
126
|
"Dimensions": {
|
78
|
-
"shape": "
|
127
|
+
"shape": "Sq"
|
79
128
|
}
|
80
129
|
}
|
81
130
|
}
|
@@ -86,7 +135,7 @@
|
|
86
135
|
"type": "structure",
|
87
136
|
"members": {
|
88
137
|
"Dimensions": {
|
89
|
-
"shape": "
|
138
|
+
"shape": "Sq"
|
90
139
|
},
|
91
140
|
"Total": {
|
92
141
|
"type": "double"
|
@@ -148,6 +197,52 @@
|
|
148
197
|
}
|
149
198
|
}
|
150
199
|
},
|
200
|
+
"GetPerformanceAnalysisReport": {
|
201
|
+
"input": {
|
202
|
+
"type": "structure",
|
203
|
+
"required": [
|
204
|
+
"ServiceType",
|
205
|
+
"Identifier",
|
206
|
+
"AnalysisReportId"
|
207
|
+
],
|
208
|
+
"members": {
|
209
|
+
"ServiceType": {},
|
210
|
+
"Identifier": {},
|
211
|
+
"AnalysisReportId": {},
|
212
|
+
"TextFormat": {},
|
213
|
+
"AcceptLanguage": {}
|
214
|
+
}
|
215
|
+
},
|
216
|
+
"output": {
|
217
|
+
"type": "structure",
|
218
|
+
"members": {
|
219
|
+
"AnalysisReport": {
|
220
|
+
"type": "structure",
|
221
|
+
"required": [
|
222
|
+
"AnalysisReportId"
|
223
|
+
],
|
224
|
+
"members": {
|
225
|
+
"AnalysisReportId": {},
|
226
|
+
"Identifier": {},
|
227
|
+
"ServiceType": {},
|
228
|
+
"CreateTime": {
|
229
|
+
"type": "timestamp"
|
230
|
+
},
|
231
|
+
"StartTime": {
|
232
|
+
"type": "timestamp"
|
233
|
+
},
|
234
|
+
"EndTime": {
|
235
|
+
"type": "timestamp"
|
236
|
+
},
|
237
|
+
"Status": {},
|
238
|
+
"Insights": {
|
239
|
+
"shape": "S19"
|
240
|
+
}
|
241
|
+
}
|
242
|
+
}
|
243
|
+
}
|
244
|
+
}
|
245
|
+
},
|
151
246
|
"GetResourceMetadata": {
|
152
247
|
"input": {
|
153
248
|
"type": "structure",
|
@@ -200,10 +295,10 @@
|
|
200
295
|
"members": {
|
201
296
|
"Metric": {},
|
202
297
|
"GroupBy": {
|
203
|
-
"shape": "
|
298
|
+
"shape": "Sg"
|
204
299
|
},
|
205
300
|
"Filter": {
|
206
|
-
"shape": "
|
301
|
+
"shape": "Sk"
|
207
302
|
}
|
208
303
|
}
|
209
304
|
}
|
@@ -247,7 +342,7 @@
|
|
247
342
|
"members": {
|
248
343
|
"Metric": {},
|
249
344
|
"Dimensions": {
|
250
|
-
"shape": "
|
345
|
+
"shape": "Sq"
|
251
346
|
}
|
252
347
|
}
|
253
348
|
},
|
@@ -369,10 +464,136 @@
|
|
369
464
|
"NextToken": {}
|
370
465
|
}
|
371
466
|
}
|
467
|
+
},
|
468
|
+
"ListPerformanceAnalysisReports": {
|
469
|
+
"input": {
|
470
|
+
"type": "structure",
|
471
|
+
"required": [
|
472
|
+
"ServiceType",
|
473
|
+
"Identifier"
|
474
|
+
],
|
475
|
+
"members": {
|
476
|
+
"ServiceType": {},
|
477
|
+
"Identifier": {},
|
478
|
+
"NextToken": {},
|
479
|
+
"MaxResults": {
|
480
|
+
"type": "integer"
|
481
|
+
},
|
482
|
+
"ListTags": {
|
483
|
+
"type": "boolean"
|
484
|
+
}
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"output": {
|
488
|
+
"type": "structure",
|
489
|
+
"members": {
|
490
|
+
"AnalysisReports": {
|
491
|
+
"type": "list",
|
492
|
+
"member": {
|
493
|
+
"type": "structure",
|
494
|
+
"members": {
|
495
|
+
"AnalysisReportId": {},
|
496
|
+
"CreateTime": {
|
497
|
+
"type": "timestamp"
|
498
|
+
},
|
499
|
+
"StartTime": {
|
500
|
+
"type": "timestamp"
|
501
|
+
},
|
502
|
+
"EndTime": {
|
503
|
+
"type": "timestamp"
|
504
|
+
},
|
505
|
+
"Status": {},
|
506
|
+
"Tags": {
|
507
|
+
"shape": "S5"
|
508
|
+
}
|
509
|
+
}
|
510
|
+
}
|
511
|
+
},
|
512
|
+
"NextToken": {}
|
513
|
+
}
|
514
|
+
}
|
515
|
+
},
|
516
|
+
"ListTagsForResource": {
|
517
|
+
"input": {
|
518
|
+
"type": "structure",
|
519
|
+
"required": [
|
520
|
+
"ServiceType",
|
521
|
+
"ResourceARN"
|
522
|
+
],
|
523
|
+
"members": {
|
524
|
+
"ServiceType": {},
|
525
|
+
"ResourceARN": {}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"output": {
|
529
|
+
"type": "structure",
|
530
|
+
"members": {
|
531
|
+
"Tags": {
|
532
|
+
"shape": "S5"
|
533
|
+
}
|
534
|
+
}
|
535
|
+
}
|
536
|
+
},
|
537
|
+
"TagResource": {
|
538
|
+
"input": {
|
539
|
+
"type": "structure",
|
540
|
+
"required": [
|
541
|
+
"ServiceType",
|
542
|
+
"ResourceARN",
|
543
|
+
"Tags"
|
544
|
+
],
|
545
|
+
"members": {
|
546
|
+
"ServiceType": {},
|
547
|
+
"ResourceARN": {},
|
548
|
+
"Tags": {
|
549
|
+
"shape": "S5"
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"output": {
|
554
|
+
"type": "structure",
|
555
|
+
"members": {}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"UntagResource": {
|
559
|
+
"input": {
|
560
|
+
"type": "structure",
|
561
|
+
"required": [
|
562
|
+
"ServiceType",
|
563
|
+
"ResourceARN",
|
564
|
+
"TagKeys"
|
565
|
+
],
|
566
|
+
"members": {
|
567
|
+
"ServiceType": {},
|
568
|
+
"ResourceARN": {},
|
569
|
+
"TagKeys": {
|
570
|
+
"type": "list",
|
571
|
+
"member": {}
|
572
|
+
}
|
573
|
+
}
|
574
|
+
},
|
575
|
+
"output": {
|
576
|
+
"type": "structure",
|
577
|
+
"members": {}
|
578
|
+
}
|
372
579
|
}
|
373
580
|
},
|
374
581
|
"shapes": {
|
375
|
-
"
|
582
|
+
"S5": {
|
583
|
+
"type": "list",
|
584
|
+
"member": {
|
585
|
+
"type": "structure",
|
586
|
+
"required": [
|
587
|
+
"Key",
|
588
|
+
"Value"
|
589
|
+
],
|
590
|
+
"members": {
|
591
|
+
"Key": {},
|
592
|
+
"Value": {}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
},
|
596
|
+
"Sg": {
|
376
597
|
"type": "structure",
|
377
598
|
"required": [
|
378
599
|
"Group"
|
@@ -388,15 +609,87 @@
|
|
388
609
|
}
|
389
610
|
}
|
390
611
|
},
|
391
|
-
"
|
612
|
+
"Sk": {
|
392
613
|
"type": "map",
|
393
614
|
"key": {},
|
394
615
|
"value": {}
|
395
616
|
},
|
396
|
-
"
|
617
|
+
"Sq": {
|
397
618
|
"type": "map",
|
398
619
|
"key": {},
|
399
620
|
"value": {}
|
621
|
+
},
|
622
|
+
"S19": {
|
623
|
+
"type": "list",
|
624
|
+
"member": {
|
625
|
+
"type": "structure",
|
626
|
+
"required": [
|
627
|
+
"InsightId"
|
628
|
+
],
|
629
|
+
"members": {
|
630
|
+
"InsightId": {},
|
631
|
+
"InsightType": {},
|
632
|
+
"Context": {},
|
633
|
+
"StartTime": {
|
634
|
+
"type": "timestamp"
|
635
|
+
},
|
636
|
+
"EndTime": {
|
637
|
+
"type": "timestamp"
|
638
|
+
},
|
639
|
+
"Severity": {},
|
640
|
+
"SupportingInsights": {
|
641
|
+
"shape": "S19"
|
642
|
+
},
|
643
|
+
"Description": {
|
644
|
+
"shape": "S1d"
|
645
|
+
},
|
646
|
+
"Recommendations": {
|
647
|
+
"type": "list",
|
648
|
+
"member": {
|
649
|
+
"type": "structure",
|
650
|
+
"members": {
|
651
|
+
"RecommendationId": {},
|
652
|
+
"RecommendationDescription": {
|
653
|
+
"shape": "S1d"
|
654
|
+
}
|
655
|
+
}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"InsightData": {
|
659
|
+
"shape": "S1g"
|
660
|
+
},
|
661
|
+
"BaselineData": {
|
662
|
+
"shape": "S1g"
|
663
|
+
}
|
664
|
+
}
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"S1d": {
|
668
|
+
"type": "string",
|
669
|
+
"sensitive": true
|
670
|
+
},
|
671
|
+
"S1g": {
|
672
|
+
"type": "list",
|
673
|
+
"member": {
|
674
|
+
"type": "structure",
|
675
|
+
"members": {
|
676
|
+
"PerformanceInsightsMetric": {
|
677
|
+
"type": "structure",
|
678
|
+
"members": {
|
679
|
+
"Metric": {},
|
680
|
+
"DisplayName": {},
|
681
|
+
"Dimensions": {
|
682
|
+
"type": "map",
|
683
|
+
"key": {},
|
684
|
+
"value": {}
|
685
|
+
},
|
686
|
+
"Value": {
|
687
|
+
"type": "double"
|
688
|
+
}
|
689
|
+
}
|
690
|
+
}
|
691
|
+
}
|
692
|
+
}
|
400
693
|
}
|
401
694
|
}
|
402
695
|
}
|
@@ -21,7 +21,9 @@
|
|
21
21
|
],
|
22
22
|
"members": {
|
23
23
|
"DomainName": {},
|
24
|
-
"Password": {
|
24
|
+
"Password": {
|
25
|
+
"shape": "S3"
|
26
|
+
}
|
25
27
|
}
|
26
28
|
},
|
27
29
|
"output": {
|
@@ -117,7 +119,8 @@
|
|
117
119
|
"members": {
|
118
120
|
"Transferable": {}
|
119
121
|
}
|
120
|
-
}
|
122
|
+
},
|
123
|
+
"Message": {}
|
121
124
|
}
|
122
125
|
}
|
123
126
|
},
|
@@ -271,19 +274,19 @@
|
|
271
274
|
"members": {
|
272
275
|
"DomainName": {},
|
273
276
|
"Nameservers": {
|
274
|
-
"shape": "
|
277
|
+
"shape": "S19"
|
275
278
|
},
|
276
279
|
"AutoRenew": {
|
277
280
|
"type": "boolean"
|
278
281
|
},
|
279
282
|
"AdminContact": {
|
280
|
-
"shape": "
|
283
|
+
"shape": "S1f"
|
281
284
|
},
|
282
285
|
"RegistrantContact": {
|
283
|
-
"shape": "
|
286
|
+
"shape": "S1f"
|
284
287
|
},
|
285
288
|
"TechContact": {
|
286
|
-
"shape": "
|
289
|
+
"shape": "S1f"
|
287
290
|
},
|
288
291
|
"AdminPrivacy": {
|
289
292
|
"type": "boolean"
|
@@ -297,8 +300,12 @@
|
|
297
300
|
"RegistrarName": {},
|
298
301
|
"WhoIsServer": {},
|
299
302
|
"RegistrarUrl": {},
|
300
|
-
"AbuseContactEmail": {
|
301
|
-
|
303
|
+
"AbuseContactEmail": {
|
304
|
+
"shape": "S1o"
|
305
|
+
},
|
306
|
+
"AbuseContactPhone": {
|
307
|
+
"shape": "S1n"
|
308
|
+
},
|
302
309
|
"RegistryDomainId": {},
|
303
310
|
"CreationDate": {
|
304
311
|
"type": "timestamp"
|
@@ -539,19 +546,19 @@
|
|
539
546
|
"members": {
|
540
547
|
"Name": {},
|
541
548
|
"RegistrationPrice": {
|
542
|
-
"shape": "
|
549
|
+
"shape": "S37"
|
543
550
|
},
|
544
551
|
"TransferPrice": {
|
545
|
-
"shape": "
|
552
|
+
"shape": "S37"
|
546
553
|
},
|
547
554
|
"RenewalPrice": {
|
548
|
-
"shape": "
|
555
|
+
"shape": "S37"
|
549
556
|
},
|
550
557
|
"ChangeOwnershipPrice": {
|
551
|
-
"shape": "
|
558
|
+
"shape": "S37"
|
552
559
|
},
|
553
560
|
"RestorationPrice": {
|
554
|
-
"shape": "
|
561
|
+
"shape": "S37"
|
555
562
|
}
|
556
563
|
}
|
557
564
|
}
|
@@ -574,7 +581,7 @@
|
|
574
581
|
"type": "structure",
|
575
582
|
"members": {
|
576
583
|
"TagList": {
|
577
|
-
"shape": "
|
584
|
+
"shape": "S3c"
|
578
585
|
}
|
579
586
|
}
|
580
587
|
}
|
@@ -612,13 +619,13 @@
|
|
612
619
|
"type": "boolean"
|
613
620
|
},
|
614
621
|
"AdminContact": {
|
615
|
-
"shape": "
|
622
|
+
"shape": "S1f"
|
616
623
|
},
|
617
624
|
"RegistrantContact": {
|
618
|
-
"shape": "
|
625
|
+
"shape": "S1f"
|
619
626
|
},
|
620
627
|
"TechContact": {
|
621
|
-
"shape": "
|
628
|
+
"shape": "S1f"
|
622
629
|
},
|
623
630
|
"PrivacyProtectAdminContact": {
|
624
631
|
"type": "boolean"
|
@@ -690,7 +697,9 @@
|
|
690
697
|
"type": "structure",
|
691
698
|
"members": {
|
692
699
|
"domainName": {},
|
693
|
-
"emailAddress": {
|
700
|
+
"emailAddress": {
|
701
|
+
"shape": "S1o"
|
702
|
+
},
|
694
703
|
"isAlreadyVerified": {
|
695
704
|
"type": "boolean"
|
696
705
|
}
|
@@ -744,7 +753,7 @@
|
|
744
753
|
"type": "integer"
|
745
754
|
},
|
746
755
|
"Nameservers": {
|
747
|
-
"shape": "
|
756
|
+
"shape": "S19"
|
748
757
|
},
|
749
758
|
"AuthCode": {
|
750
759
|
"shape": "Si"
|
@@ -753,13 +762,13 @@
|
|
753
762
|
"type": "boolean"
|
754
763
|
},
|
755
764
|
"AdminContact": {
|
756
|
-
"shape": "
|
765
|
+
"shape": "S1f"
|
757
766
|
},
|
758
767
|
"RegistrantContact": {
|
759
|
-
"shape": "
|
768
|
+
"shape": "S1f"
|
760
769
|
},
|
761
770
|
"TechContact": {
|
762
|
-
"shape": "
|
771
|
+
"shape": "S1f"
|
763
772
|
},
|
764
773
|
"PrivacyProtectAdminContact": {
|
765
774
|
"type": "boolean"
|
@@ -795,7 +804,9 @@
|
|
795
804
|
"type": "structure",
|
796
805
|
"members": {
|
797
806
|
"OperationId": {},
|
798
|
-
"Password": {
|
807
|
+
"Password": {
|
808
|
+
"shape": "S3"
|
809
|
+
}
|
799
810
|
}
|
800
811
|
}
|
801
812
|
},
|
@@ -808,13 +819,13 @@
|
|
808
819
|
"members": {
|
809
820
|
"DomainName": {},
|
810
821
|
"AdminContact": {
|
811
|
-
"shape": "
|
822
|
+
"shape": "S1f"
|
812
823
|
},
|
813
824
|
"RegistrantContact": {
|
814
|
-
"shape": "
|
825
|
+
"shape": "S1f"
|
815
826
|
},
|
816
827
|
"TechContact": {
|
817
|
-
"shape": "
|
828
|
+
"shape": "S1f"
|
818
829
|
},
|
819
830
|
"Consent": {
|
820
831
|
"type": "structure",
|
@@ -879,7 +890,7 @@
|
|
879
890
|
"sensitive": true
|
880
891
|
},
|
881
892
|
"Nameservers": {
|
882
|
-
"shape": "
|
893
|
+
"shape": "S19"
|
883
894
|
}
|
884
895
|
}
|
885
896
|
},
|
@@ -899,7 +910,7 @@
|
|
899
910
|
"members": {
|
900
911
|
"DomainName": {},
|
901
912
|
"TagsToUpdate": {
|
902
|
-
"shape": "
|
913
|
+
"shape": "S3c"
|
903
914
|
}
|
904
915
|
}
|
905
916
|
},
|
@@ -950,11 +961,15 @@
|
|
950
961
|
}
|
951
962
|
},
|
952
963
|
"shapes": {
|
964
|
+
"S3": {
|
965
|
+
"type": "string",
|
966
|
+
"sensitive": true
|
967
|
+
},
|
953
968
|
"Si": {
|
954
969
|
"type": "string",
|
955
970
|
"sensitive": true
|
956
971
|
},
|
957
|
-
"
|
972
|
+
"S19": {
|
958
973
|
"type": "list",
|
959
974
|
"member": {
|
960
975
|
"type": "structure",
|
@@ -970,22 +985,50 @@
|
|
970
985
|
}
|
971
986
|
}
|
972
987
|
},
|
973
|
-
"
|
988
|
+
"S1f": {
|
974
989
|
"type": "structure",
|
975
990
|
"members": {
|
976
|
-
"FirstName": {
|
977
|
-
|
991
|
+
"FirstName": {
|
992
|
+
"shape": "S1g"
|
993
|
+
},
|
994
|
+
"LastName": {
|
995
|
+
"shape": "S1g"
|
996
|
+
},
|
978
997
|
"ContactType": {},
|
979
|
-
"OrganizationName": {
|
980
|
-
|
981
|
-
|
982
|
-
"
|
983
|
-
|
984
|
-
|
985
|
-
"
|
986
|
-
|
987
|
-
|
988
|
-
"
|
998
|
+
"OrganizationName": {
|
999
|
+
"shape": "S1g"
|
1000
|
+
},
|
1001
|
+
"AddressLine1": {
|
1002
|
+
"shape": "S1i"
|
1003
|
+
},
|
1004
|
+
"AddressLine2": {
|
1005
|
+
"shape": "S1i"
|
1006
|
+
},
|
1007
|
+
"City": {
|
1008
|
+
"type": "string",
|
1009
|
+
"sensitive": true
|
1010
|
+
},
|
1011
|
+
"State": {
|
1012
|
+
"type": "string",
|
1013
|
+
"sensitive": true
|
1014
|
+
},
|
1015
|
+
"CountryCode": {
|
1016
|
+
"type": "string",
|
1017
|
+
"sensitive": true
|
1018
|
+
},
|
1019
|
+
"ZipCode": {
|
1020
|
+
"type": "string",
|
1021
|
+
"sensitive": true
|
1022
|
+
},
|
1023
|
+
"PhoneNumber": {
|
1024
|
+
"shape": "S1n"
|
1025
|
+
},
|
1026
|
+
"Email": {
|
1027
|
+
"shape": "S1o"
|
1028
|
+
},
|
1029
|
+
"Fax": {
|
1030
|
+
"shape": "S1n"
|
1031
|
+
},
|
989
1032
|
"ExtraParams": {
|
990
1033
|
"type": "list",
|
991
1034
|
"member": {
|
@@ -1006,7 +1049,23 @@
|
|
1006
1049
|
},
|
1007
1050
|
"sensitive": true
|
1008
1051
|
},
|
1009
|
-
"
|
1052
|
+
"S1g": {
|
1053
|
+
"type": "string",
|
1054
|
+
"sensitive": true
|
1055
|
+
},
|
1056
|
+
"S1i": {
|
1057
|
+
"type": "string",
|
1058
|
+
"sensitive": true
|
1059
|
+
},
|
1060
|
+
"S1n": {
|
1061
|
+
"type": "string",
|
1062
|
+
"sensitive": true
|
1063
|
+
},
|
1064
|
+
"S1o": {
|
1065
|
+
"type": "string",
|
1066
|
+
"sensitive": true
|
1067
|
+
},
|
1068
|
+
"S37": {
|
1010
1069
|
"type": "structure",
|
1011
1070
|
"required": [
|
1012
1071
|
"Price",
|
@@ -1019,7 +1078,7 @@
|
|
1019
1078
|
"Currency": {}
|
1020
1079
|
}
|
1021
1080
|
},
|
1022
|
-
"
|
1081
|
+
"S3c": {
|
1023
1082
|
"type": "list",
|
1024
1083
|
"member": {
|
1025
1084
|
"type": "structure",
|