cdk-comprehend-s3olap 2.0.48 → 2.0.49
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
- package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
- package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +13 -4
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
- package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
- package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
- package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +14 -2
- package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
- package/node_modules/aws-sdk/clients/macie2.js +1 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +567 -560
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +22 -22
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -49,6 +49,97 @@
|
|
49
49
|
}
|
50
50
|
}
|
51
51
|
},
|
52
|
+
"CreateAgreement": {
|
53
|
+
"input": {
|
54
|
+
"type": "structure",
|
55
|
+
"required": [
|
56
|
+
"ServerId",
|
57
|
+
"LocalProfileId",
|
58
|
+
"PartnerProfileId",
|
59
|
+
"BaseDirectory",
|
60
|
+
"AccessRole"
|
61
|
+
],
|
62
|
+
"members": {
|
63
|
+
"Description": {},
|
64
|
+
"ServerId": {},
|
65
|
+
"LocalProfileId": {},
|
66
|
+
"PartnerProfileId": {},
|
67
|
+
"BaseDirectory": {},
|
68
|
+
"AccessRole": {},
|
69
|
+
"Status": {},
|
70
|
+
"Tags": {
|
71
|
+
"shape": "Sk"
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
75
|
+
"output": {
|
76
|
+
"type": "structure",
|
77
|
+
"required": [
|
78
|
+
"AgreementId"
|
79
|
+
],
|
80
|
+
"members": {
|
81
|
+
"AgreementId": {}
|
82
|
+
}
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"CreateConnector": {
|
86
|
+
"input": {
|
87
|
+
"type": "structure",
|
88
|
+
"required": [
|
89
|
+
"Url",
|
90
|
+
"As2Config",
|
91
|
+
"AccessRole"
|
92
|
+
],
|
93
|
+
"members": {
|
94
|
+
"Url": {},
|
95
|
+
"As2Config": {
|
96
|
+
"shape": "Ss"
|
97
|
+
},
|
98
|
+
"AccessRole": {},
|
99
|
+
"LoggingRole": {},
|
100
|
+
"Tags": {
|
101
|
+
"shape": "Sk"
|
102
|
+
}
|
103
|
+
}
|
104
|
+
},
|
105
|
+
"output": {
|
106
|
+
"type": "structure",
|
107
|
+
"required": [
|
108
|
+
"ConnectorId"
|
109
|
+
],
|
110
|
+
"members": {
|
111
|
+
"ConnectorId": {}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
},
|
115
|
+
"CreateProfile": {
|
116
|
+
"input": {
|
117
|
+
"type": "structure",
|
118
|
+
"required": [
|
119
|
+
"As2Id",
|
120
|
+
"ProfileType"
|
121
|
+
],
|
122
|
+
"members": {
|
123
|
+
"As2Id": {},
|
124
|
+
"ProfileType": {},
|
125
|
+
"CertificateIds": {
|
126
|
+
"shape": "S14"
|
127
|
+
},
|
128
|
+
"Tags": {
|
129
|
+
"shape": "Sk"
|
130
|
+
}
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"output": {
|
134
|
+
"type": "structure",
|
135
|
+
"required": [
|
136
|
+
"ProfileId"
|
137
|
+
],
|
138
|
+
"members": {
|
139
|
+
"ProfileId": {}
|
140
|
+
}
|
141
|
+
}
|
142
|
+
},
|
52
143
|
"CreateServer": {
|
53
144
|
"input": {
|
54
145
|
"type": "structure",
|
@@ -56,31 +147,31 @@
|
|
56
147
|
"Certificate": {},
|
57
148
|
"Domain": {},
|
58
149
|
"EndpointDetails": {
|
59
|
-
"shape": "
|
150
|
+
"shape": "S1a"
|
60
151
|
},
|
61
152
|
"EndpointType": {},
|
62
153
|
"HostKey": {
|
63
|
-
"shape": "
|
154
|
+
"shape": "S1k"
|
64
155
|
},
|
65
156
|
"IdentityProviderDetails": {
|
66
|
-
"shape": "
|
157
|
+
"shape": "S1l"
|
67
158
|
},
|
68
159
|
"IdentityProviderType": {},
|
69
160
|
"LoggingRole": {},
|
70
161
|
"PostAuthenticationLoginBanner": {},
|
71
162
|
"PreAuthenticationLoginBanner": {},
|
72
163
|
"Protocols": {
|
73
|
-
"shape": "
|
164
|
+
"shape": "S1r"
|
74
165
|
},
|
75
166
|
"ProtocolDetails": {
|
76
|
-
"shape": "
|
167
|
+
"shape": "S1t"
|
77
168
|
},
|
78
169
|
"SecurityPolicyName": {},
|
79
170
|
"Tags": {
|
80
|
-
"shape": "
|
171
|
+
"shape": "Sk"
|
81
172
|
},
|
82
173
|
"WorkflowDetails": {
|
83
|
-
"shape": "
|
174
|
+
"shape": "S20"
|
84
175
|
}
|
85
176
|
}
|
86
177
|
},
|
@@ -116,7 +207,7 @@
|
|
116
207
|
"ServerId": {},
|
117
208
|
"SshPublicKeyBody": {},
|
118
209
|
"Tags": {
|
119
|
-
"shape": "
|
210
|
+
"shape": "Sk"
|
120
211
|
},
|
121
212
|
"UserName": {}
|
122
213
|
}
|
@@ -142,13 +233,13 @@
|
|
142
233
|
"members": {
|
143
234
|
"Description": {},
|
144
235
|
"Steps": {
|
145
|
-
"shape": "
|
236
|
+
"shape": "S2b"
|
146
237
|
},
|
147
238
|
"OnExceptionSteps": {
|
148
|
-
"shape": "
|
239
|
+
"shape": "S2b"
|
149
240
|
},
|
150
241
|
"Tags": {
|
151
|
-
"shape": "
|
242
|
+
"shape": "Sk"
|
152
243
|
}
|
153
244
|
}
|
154
245
|
},
|
@@ -175,6 +266,52 @@
|
|
175
266
|
}
|
176
267
|
}
|
177
268
|
},
|
269
|
+
"DeleteAgreement": {
|
270
|
+
"input": {
|
271
|
+
"type": "structure",
|
272
|
+
"required": [
|
273
|
+
"AgreementId",
|
274
|
+
"ServerId"
|
275
|
+
],
|
276
|
+
"members": {
|
277
|
+
"AgreementId": {},
|
278
|
+
"ServerId": {}
|
279
|
+
}
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"DeleteCertificate": {
|
283
|
+
"input": {
|
284
|
+
"type": "structure",
|
285
|
+
"required": [
|
286
|
+
"CertificateId"
|
287
|
+
],
|
288
|
+
"members": {
|
289
|
+
"CertificateId": {}
|
290
|
+
}
|
291
|
+
}
|
292
|
+
},
|
293
|
+
"DeleteConnector": {
|
294
|
+
"input": {
|
295
|
+
"type": "structure",
|
296
|
+
"required": [
|
297
|
+
"ConnectorId"
|
298
|
+
],
|
299
|
+
"members": {
|
300
|
+
"ConnectorId": {}
|
301
|
+
}
|
302
|
+
}
|
303
|
+
},
|
304
|
+
"DeleteProfile": {
|
305
|
+
"input": {
|
306
|
+
"type": "structure",
|
307
|
+
"required": [
|
308
|
+
"ProfileId"
|
309
|
+
],
|
310
|
+
"members": {
|
311
|
+
"ProfileId": {}
|
312
|
+
}
|
313
|
+
}
|
314
|
+
},
|
178
315
|
"DeleteServer": {
|
179
316
|
"input": {
|
180
317
|
"type": "structure",
|
@@ -264,6 +401,140 @@
|
|
264
401
|
}
|
265
402
|
}
|
266
403
|
},
|
404
|
+
"DescribeAgreement": {
|
405
|
+
"input": {
|
406
|
+
"type": "structure",
|
407
|
+
"required": [
|
408
|
+
"AgreementId",
|
409
|
+
"ServerId"
|
410
|
+
],
|
411
|
+
"members": {
|
412
|
+
"AgreementId": {},
|
413
|
+
"ServerId": {}
|
414
|
+
}
|
415
|
+
},
|
416
|
+
"output": {
|
417
|
+
"type": "structure",
|
418
|
+
"required": [
|
419
|
+
"Agreement"
|
420
|
+
],
|
421
|
+
"members": {
|
422
|
+
"Agreement": {
|
423
|
+
"type": "structure",
|
424
|
+
"required": [
|
425
|
+
"Arn"
|
426
|
+
],
|
427
|
+
"members": {
|
428
|
+
"Arn": {},
|
429
|
+
"AgreementId": {},
|
430
|
+
"Description": {},
|
431
|
+
"Status": {},
|
432
|
+
"ServerId": {},
|
433
|
+
"LocalProfileId": {},
|
434
|
+
"PartnerProfileId": {},
|
435
|
+
"BaseDirectory": {},
|
436
|
+
"AccessRole": {},
|
437
|
+
"Tags": {
|
438
|
+
"shape": "Sk"
|
439
|
+
}
|
440
|
+
}
|
441
|
+
}
|
442
|
+
}
|
443
|
+
}
|
444
|
+
},
|
445
|
+
"DescribeCertificate": {
|
446
|
+
"input": {
|
447
|
+
"type": "structure",
|
448
|
+
"required": [
|
449
|
+
"CertificateId"
|
450
|
+
],
|
451
|
+
"members": {
|
452
|
+
"CertificateId": {}
|
453
|
+
}
|
454
|
+
},
|
455
|
+
"output": {
|
456
|
+
"type": "structure",
|
457
|
+
"required": [
|
458
|
+
"Certificate"
|
459
|
+
],
|
460
|
+
"members": {
|
461
|
+
"Certificate": {
|
462
|
+
"type": "structure",
|
463
|
+
"required": [
|
464
|
+
"Arn"
|
465
|
+
],
|
466
|
+
"members": {
|
467
|
+
"Arn": {},
|
468
|
+
"CertificateId": {},
|
469
|
+
"Usage": {},
|
470
|
+
"Status": {},
|
471
|
+
"Certificate": {
|
472
|
+
"shape": "S3l"
|
473
|
+
},
|
474
|
+
"CertificateChain": {
|
475
|
+
"shape": "S3m"
|
476
|
+
},
|
477
|
+
"ActiveDate": {
|
478
|
+
"type": "timestamp"
|
479
|
+
},
|
480
|
+
"InactiveDate": {
|
481
|
+
"type": "timestamp"
|
482
|
+
},
|
483
|
+
"Serial": {},
|
484
|
+
"NotBeforeDate": {
|
485
|
+
"type": "timestamp"
|
486
|
+
},
|
487
|
+
"NotAfterDate": {
|
488
|
+
"type": "timestamp"
|
489
|
+
},
|
490
|
+
"Type": {},
|
491
|
+
"Description": {},
|
492
|
+
"Tags": {
|
493
|
+
"shape": "Sk"
|
494
|
+
}
|
495
|
+
}
|
496
|
+
}
|
497
|
+
}
|
498
|
+
}
|
499
|
+
},
|
500
|
+
"DescribeConnector": {
|
501
|
+
"input": {
|
502
|
+
"type": "structure",
|
503
|
+
"required": [
|
504
|
+
"ConnectorId"
|
505
|
+
],
|
506
|
+
"members": {
|
507
|
+
"ConnectorId": {}
|
508
|
+
}
|
509
|
+
},
|
510
|
+
"output": {
|
511
|
+
"type": "structure",
|
512
|
+
"required": [
|
513
|
+
"Connector"
|
514
|
+
],
|
515
|
+
"members": {
|
516
|
+
"Connector": {
|
517
|
+
"type": "structure",
|
518
|
+
"required": [
|
519
|
+
"Arn"
|
520
|
+
],
|
521
|
+
"members": {
|
522
|
+
"Arn": {},
|
523
|
+
"ConnectorId": {},
|
524
|
+
"Url": {},
|
525
|
+
"As2Config": {
|
526
|
+
"shape": "Ss"
|
527
|
+
},
|
528
|
+
"AccessRole": {},
|
529
|
+
"LoggingRole": {},
|
530
|
+
"Tags": {
|
531
|
+
"shape": "Sk"
|
532
|
+
}
|
533
|
+
}
|
534
|
+
}
|
535
|
+
}
|
536
|
+
}
|
537
|
+
},
|
267
538
|
"DescribeExecution": {
|
268
539
|
"input": {
|
269
540
|
"type": "structure",
|
@@ -289,10 +560,10 @@
|
|
289
560
|
"members": {
|
290
561
|
"ExecutionId": {},
|
291
562
|
"InitialFileLocation": {
|
292
|
-
"shape": "
|
563
|
+
"shape": "S3x"
|
293
564
|
},
|
294
565
|
"ServiceMetadata": {
|
295
|
-
"shape": "
|
566
|
+
"shape": "S41"
|
296
567
|
},
|
297
568
|
"ExecutionRole": {},
|
298
569
|
"LoggingConfiguration": {
|
@@ -310,10 +581,10 @@
|
|
310
581
|
"type": "structure",
|
311
582
|
"members": {
|
312
583
|
"Steps": {
|
313
|
-
"shape": "
|
584
|
+
"shape": "S48"
|
314
585
|
},
|
315
586
|
"OnExceptionSteps": {
|
316
|
-
"shape": "
|
587
|
+
"shape": "S48"
|
317
588
|
}
|
318
589
|
}
|
319
590
|
}
|
@@ -322,6 +593,43 @@
|
|
322
593
|
}
|
323
594
|
}
|
324
595
|
},
|
596
|
+
"DescribeProfile": {
|
597
|
+
"input": {
|
598
|
+
"type": "structure",
|
599
|
+
"required": [
|
600
|
+
"ProfileId"
|
601
|
+
],
|
602
|
+
"members": {
|
603
|
+
"ProfileId": {}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
"output": {
|
607
|
+
"type": "structure",
|
608
|
+
"required": [
|
609
|
+
"Profile"
|
610
|
+
],
|
611
|
+
"members": {
|
612
|
+
"Profile": {
|
613
|
+
"type": "structure",
|
614
|
+
"required": [
|
615
|
+
"Arn"
|
616
|
+
],
|
617
|
+
"members": {
|
618
|
+
"Arn": {},
|
619
|
+
"ProfileId": {},
|
620
|
+
"ProfileType": {},
|
621
|
+
"As2Id": {},
|
622
|
+
"CertificateIds": {
|
623
|
+
"shape": "S14"
|
624
|
+
},
|
625
|
+
"Tags": {
|
626
|
+
"shape": "Sk"
|
627
|
+
}
|
628
|
+
}
|
629
|
+
}
|
630
|
+
}
|
631
|
+
}
|
632
|
+
},
|
325
633
|
"DescribeSecurityPolicy": {
|
326
634
|
"input": {
|
327
635
|
"type": "structure",
|
@@ -349,16 +657,16 @@
|
|
349
657
|
},
|
350
658
|
"SecurityPolicyName": {},
|
351
659
|
"SshCiphers": {
|
352
|
-
"shape": "
|
660
|
+
"shape": "S4l"
|
353
661
|
},
|
354
662
|
"SshKexs": {
|
355
|
-
"shape": "
|
663
|
+
"shape": "S4l"
|
356
664
|
},
|
357
665
|
"SshMacs": {
|
358
|
-
"shape": "
|
666
|
+
"shape": "S4l"
|
359
667
|
},
|
360
668
|
"TlsCiphers": {
|
361
|
-
"shape": "
|
669
|
+
"shape": "S4l"
|
362
670
|
}
|
363
671
|
}
|
364
672
|
}
|
@@ -390,35 +698,35 @@
|
|
390
698
|
"Arn": {},
|
391
699
|
"Certificate": {},
|
392
700
|
"ProtocolDetails": {
|
393
|
-
"shape": "
|
701
|
+
"shape": "S1t"
|
394
702
|
},
|
395
703
|
"Domain": {},
|
396
704
|
"EndpointDetails": {
|
397
|
-
"shape": "
|
705
|
+
"shape": "S1a"
|
398
706
|
},
|
399
707
|
"EndpointType": {},
|
400
708
|
"HostKeyFingerprint": {},
|
401
709
|
"IdentityProviderDetails": {
|
402
|
-
"shape": "
|
710
|
+
"shape": "S1l"
|
403
711
|
},
|
404
712
|
"IdentityProviderType": {},
|
405
713
|
"LoggingRole": {},
|
406
714
|
"PostAuthenticationLoginBanner": {},
|
407
715
|
"PreAuthenticationLoginBanner": {},
|
408
716
|
"Protocols": {
|
409
|
-
"shape": "
|
717
|
+
"shape": "S1r"
|
410
718
|
},
|
411
719
|
"SecurityPolicyName": {},
|
412
720
|
"ServerId": {},
|
413
721
|
"State": {},
|
414
722
|
"Tags": {
|
415
|
-
"shape": "
|
723
|
+
"shape": "Sk"
|
416
724
|
},
|
417
725
|
"UserCount": {
|
418
726
|
"type": "integer"
|
419
727
|
},
|
420
728
|
"WorkflowDetails": {
|
421
|
-
"shape": "
|
729
|
+
"shape": "S20"
|
422
730
|
}
|
423
731
|
}
|
424
732
|
}
|
@@ -481,7 +789,7 @@
|
|
481
789
|
}
|
482
790
|
},
|
483
791
|
"Tags": {
|
484
|
-
"shape": "
|
792
|
+
"shape": "Sk"
|
485
793
|
},
|
486
794
|
"UserName": {}
|
487
795
|
}
|
@@ -514,20 +822,61 @@
|
|
514
822
|
"Arn": {},
|
515
823
|
"Description": {},
|
516
824
|
"Steps": {
|
517
|
-
"shape": "
|
825
|
+
"shape": "S2b"
|
518
826
|
},
|
519
827
|
"OnExceptionSteps": {
|
520
|
-
"shape": "
|
828
|
+
"shape": "S2b"
|
521
829
|
},
|
522
830
|
"WorkflowId": {},
|
523
831
|
"Tags": {
|
524
|
-
"shape": "
|
832
|
+
"shape": "Sk"
|
525
833
|
}
|
526
834
|
}
|
527
835
|
}
|
528
836
|
}
|
529
837
|
}
|
530
838
|
},
|
839
|
+
"ImportCertificate": {
|
840
|
+
"input": {
|
841
|
+
"type": "structure",
|
842
|
+
"required": [
|
843
|
+
"Usage",
|
844
|
+
"Certificate"
|
845
|
+
],
|
846
|
+
"members": {
|
847
|
+
"Usage": {},
|
848
|
+
"Certificate": {
|
849
|
+
"shape": "S3l"
|
850
|
+
},
|
851
|
+
"CertificateChain": {
|
852
|
+
"shape": "S3m"
|
853
|
+
},
|
854
|
+
"PrivateKey": {
|
855
|
+
"type": "string",
|
856
|
+
"sensitive": true
|
857
|
+
},
|
858
|
+
"ActiveDate": {
|
859
|
+
"type": "timestamp"
|
860
|
+
},
|
861
|
+
"InactiveDate": {
|
862
|
+
"type": "timestamp"
|
863
|
+
},
|
864
|
+
"Description": {},
|
865
|
+
"Tags": {
|
866
|
+
"shape": "Sk"
|
867
|
+
}
|
868
|
+
}
|
869
|
+
},
|
870
|
+
"output": {
|
871
|
+
"type": "structure",
|
872
|
+
"required": [
|
873
|
+
"CertificateId"
|
874
|
+
],
|
875
|
+
"members": {
|
876
|
+
"CertificateId": {}
|
877
|
+
}
|
878
|
+
}
|
879
|
+
},
|
531
880
|
"ImportSshPublicKey": {
|
532
881
|
"input": {
|
533
882
|
"type": "structure",
|
@@ -594,6 +943,116 @@
|
|
594
943
|
}
|
595
944
|
}
|
596
945
|
},
|
946
|
+
"ListAgreements": {
|
947
|
+
"input": {
|
948
|
+
"type": "structure",
|
949
|
+
"required": [
|
950
|
+
"ServerId"
|
951
|
+
],
|
952
|
+
"members": {
|
953
|
+
"MaxResults": {
|
954
|
+
"type": "integer"
|
955
|
+
},
|
956
|
+
"NextToken": {},
|
957
|
+
"ServerId": {}
|
958
|
+
}
|
959
|
+
},
|
960
|
+
"output": {
|
961
|
+
"type": "structure",
|
962
|
+
"required": [
|
963
|
+
"Agreements"
|
964
|
+
],
|
965
|
+
"members": {
|
966
|
+
"NextToken": {},
|
967
|
+
"Agreements": {
|
968
|
+
"type": "list",
|
969
|
+
"member": {
|
970
|
+
"type": "structure",
|
971
|
+
"members": {
|
972
|
+
"Arn": {},
|
973
|
+
"AgreementId": {},
|
974
|
+
"Description": {},
|
975
|
+
"Status": {},
|
976
|
+
"ServerId": {},
|
977
|
+
"LocalProfileId": {},
|
978
|
+
"PartnerProfileId": {}
|
979
|
+
}
|
980
|
+
}
|
981
|
+
}
|
982
|
+
}
|
983
|
+
}
|
984
|
+
},
|
985
|
+
"ListCertificates": {
|
986
|
+
"input": {
|
987
|
+
"type": "structure",
|
988
|
+
"members": {
|
989
|
+
"MaxResults": {
|
990
|
+
"type": "integer"
|
991
|
+
},
|
992
|
+
"NextToken": {}
|
993
|
+
}
|
994
|
+
},
|
995
|
+
"output": {
|
996
|
+
"type": "structure",
|
997
|
+
"required": [
|
998
|
+
"Certificates"
|
999
|
+
],
|
1000
|
+
"members": {
|
1001
|
+
"NextToken": {},
|
1002
|
+
"Certificates": {
|
1003
|
+
"type": "list",
|
1004
|
+
"member": {
|
1005
|
+
"type": "structure",
|
1006
|
+
"members": {
|
1007
|
+
"Arn": {},
|
1008
|
+
"CertificateId": {},
|
1009
|
+
"Usage": {},
|
1010
|
+
"Status": {},
|
1011
|
+
"ActiveDate": {
|
1012
|
+
"type": "timestamp"
|
1013
|
+
},
|
1014
|
+
"InactiveDate": {
|
1015
|
+
"type": "timestamp"
|
1016
|
+
},
|
1017
|
+
"Type": {},
|
1018
|
+
"Description": {}
|
1019
|
+
}
|
1020
|
+
}
|
1021
|
+
}
|
1022
|
+
}
|
1023
|
+
}
|
1024
|
+
},
|
1025
|
+
"ListConnectors": {
|
1026
|
+
"input": {
|
1027
|
+
"type": "structure",
|
1028
|
+
"members": {
|
1029
|
+
"MaxResults": {
|
1030
|
+
"type": "integer"
|
1031
|
+
},
|
1032
|
+
"NextToken": {}
|
1033
|
+
}
|
1034
|
+
},
|
1035
|
+
"output": {
|
1036
|
+
"type": "structure",
|
1037
|
+
"required": [
|
1038
|
+
"Connectors"
|
1039
|
+
],
|
1040
|
+
"members": {
|
1041
|
+
"NextToken": {},
|
1042
|
+
"Connectors": {
|
1043
|
+
"type": "list",
|
1044
|
+
"member": {
|
1045
|
+
"type": "structure",
|
1046
|
+
"members": {
|
1047
|
+
"Arn": {},
|
1048
|
+
"ConnectorId": {},
|
1049
|
+
"Url": {}
|
1050
|
+
}
|
1051
|
+
}
|
1052
|
+
}
|
1053
|
+
}
|
1054
|
+
}
|
1055
|
+
},
|
597
1056
|
"ListExecutions": {
|
598
1057
|
"input": {
|
599
1058
|
"type": "structure",
|
@@ -624,10 +1083,10 @@
|
|
624
1083
|
"members": {
|
625
1084
|
"ExecutionId": {},
|
626
1085
|
"InitialFileLocation": {
|
627
|
-
"shape": "
|
1086
|
+
"shape": "S3x"
|
628
1087
|
},
|
629
1088
|
"ServiceMetadata": {
|
630
|
-
"shape": "
|
1089
|
+
"shape": "S41"
|
631
1090
|
},
|
632
1091
|
"Status": {}
|
633
1092
|
}
|
@@ -636,6 +1095,39 @@
|
|
636
1095
|
}
|
637
1096
|
}
|
638
1097
|
},
|
1098
|
+
"ListProfiles": {
|
1099
|
+
"input": {
|
1100
|
+
"type": "structure",
|
1101
|
+
"members": {
|
1102
|
+
"MaxResults": {
|
1103
|
+
"type": "integer"
|
1104
|
+
},
|
1105
|
+
"NextToken": {},
|
1106
|
+
"ProfileType": {}
|
1107
|
+
}
|
1108
|
+
},
|
1109
|
+
"output": {
|
1110
|
+
"type": "structure",
|
1111
|
+
"required": [
|
1112
|
+
"Profiles"
|
1113
|
+
],
|
1114
|
+
"members": {
|
1115
|
+
"NextToken": {},
|
1116
|
+
"Profiles": {
|
1117
|
+
"type": "list",
|
1118
|
+
"member": {
|
1119
|
+
"type": "structure",
|
1120
|
+
"members": {
|
1121
|
+
"Arn": {},
|
1122
|
+
"ProfileId": {},
|
1123
|
+
"As2Id": {},
|
1124
|
+
"ProfileType": {}
|
1125
|
+
}
|
1126
|
+
}
|
1127
|
+
}
|
1128
|
+
}
|
1129
|
+
}
|
1130
|
+
},
|
639
1131
|
"ListSecurityPolicies": {
|
640
1132
|
"input": {
|
641
1133
|
"type": "structure",
|
@@ -721,7 +1213,7 @@
|
|
721
1213
|
"Arn": {},
|
722
1214
|
"NextToken": {},
|
723
1215
|
"Tags": {
|
724
|
-
"shape": "
|
1216
|
+
"shape": "Sk"
|
725
1217
|
}
|
726
1218
|
}
|
727
1219
|
}
|
@@ -823,6 +1315,31 @@
|
|
823
1315
|
"members": {}
|
824
1316
|
}
|
825
1317
|
},
|
1318
|
+
"StartFileTransfer": {
|
1319
|
+
"input": {
|
1320
|
+
"type": "structure",
|
1321
|
+
"required": [
|
1322
|
+
"ConnectorId",
|
1323
|
+
"SendFilePaths"
|
1324
|
+
],
|
1325
|
+
"members": {
|
1326
|
+
"ConnectorId": {},
|
1327
|
+
"SendFilePaths": {
|
1328
|
+
"type": "list",
|
1329
|
+
"member": {}
|
1330
|
+
}
|
1331
|
+
}
|
1332
|
+
},
|
1333
|
+
"output": {
|
1334
|
+
"type": "structure",
|
1335
|
+
"required": [
|
1336
|
+
"TransferId"
|
1337
|
+
],
|
1338
|
+
"members": {
|
1339
|
+
"TransferId": {}
|
1340
|
+
}
|
1341
|
+
}
|
1342
|
+
},
|
826
1343
|
"StartServer": {
|
827
1344
|
"input": {
|
828
1345
|
"type": "structure",
|
@@ -855,7 +1372,7 @@
|
|
855
1372
|
"members": {
|
856
1373
|
"Arn": {},
|
857
1374
|
"Tags": {
|
858
|
-
"shape": "
|
1375
|
+
"shape": "Sk"
|
859
1376
|
}
|
860
1377
|
}
|
861
1378
|
}
|
@@ -944,6 +1461,110 @@
|
|
944
1461
|
}
|
945
1462
|
}
|
946
1463
|
},
|
1464
|
+
"UpdateAgreement": {
|
1465
|
+
"input": {
|
1466
|
+
"type": "structure",
|
1467
|
+
"required": [
|
1468
|
+
"AgreementId",
|
1469
|
+
"ServerId"
|
1470
|
+
],
|
1471
|
+
"members": {
|
1472
|
+
"AgreementId": {},
|
1473
|
+
"ServerId": {},
|
1474
|
+
"Description": {},
|
1475
|
+
"Status": {},
|
1476
|
+
"LocalProfileId": {},
|
1477
|
+
"PartnerProfileId": {},
|
1478
|
+
"BaseDirectory": {},
|
1479
|
+
"AccessRole": {}
|
1480
|
+
}
|
1481
|
+
},
|
1482
|
+
"output": {
|
1483
|
+
"type": "structure",
|
1484
|
+
"required": [
|
1485
|
+
"AgreementId"
|
1486
|
+
],
|
1487
|
+
"members": {
|
1488
|
+
"AgreementId": {}
|
1489
|
+
}
|
1490
|
+
}
|
1491
|
+
},
|
1492
|
+
"UpdateCertificate": {
|
1493
|
+
"input": {
|
1494
|
+
"type": "structure",
|
1495
|
+
"required": [
|
1496
|
+
"CertificateId"
|
1497
|
+
],
|
1498
|
+
"members": {
|
1499
|
+
"CertificateId": {},
|
1500
|
+
"ActiveDate": {
|
1501
|
+
"type": "timestamp"
|
1502
|
+
},
|
1503
|
+
"InactiveDate": {
|
1504
|
+
"type": "timestamp"
|
1505
|
+
},
|
1506
|
+
"Description": {}
|
1507
|
+
}
|
1508
|
+
},
|
1509
|
+
"output": {
|
1510
|
+
"type": "structure",
|
1511
|
+
"required": [
|
1512
|
+
"CertificateId"
|
1513
|
+
],
|
1514
|
+
"members": {
|
1515
|
+
"CertificateId": {}
|
1516
|
+
}
|
1517
|
+
}
|
1518
|
+
},
|
1519
|
+
"UpdateConnector": {
|
1520
|
+
"input": {
|
1521
|
+
"type": "structure",
|
1522
|
+
"required": [
|
1523
|
+
"ConnectorId"
|
1524
|
+
],
|
1525
|
+
"members": {
|
1526
|
+
"ConnectorId": {},
|
1527
|
+
"Url": {},
|
1528
|
+
"As2Config": {
|
1529
|
+
"shape": "Ss"
|
1530
|
+
},
|
1531
|
+
"AccessRole": {},
|
1532
|
+
"LoggingRole": {}
|
1533
|
+
}
|
1534
|
+
},
|
1535
|
+
"output": {
|
1536
|
+
"type": "structure",
|
1537
|
+
"required": [
|
1538
|
+
"ConnectorId"
|
1539
|
+
],
|
1540
|
+
"members": {
|
1541
|
+
"ConnectorId": {}
|
1542
|
+
}
|
1543
|
+
}
|
1544
|
+
},
|
1545
|
+
"UpdateProfile": {
|
1546
|
+
"input": {
|
1547
|
+
"type": "structure",
|
1548
|
+
"required": [
|
1549
|
+
"ProfileId"
|
1550
|
+
],
|
1551
|
+
"members": {
|
1552
|
+
"ProfileId": {},
|
1553
|
+
"CertificateIds": {
|
1554
|
+
"shape": "S14"
|
1555
|
+
}
|
1556
|
+
}
|
1557
|
+
},
|
1558
|
+
"output": {
|
1559
|
+
"type": "structure",
|
1560
|
+
"required": [
|
1561
|
+
"ProfileId"
|
1562
|
+
],
|
1563
|
+
"members": {
|
1564
|
+
"ProfileId": {}
|
1565
|
+
}
|
1566
|
+
}
|
1567
|
+
},
|
947
1568
|
"UpdateServer": {
|
948
1569
|
"input": {
|
949
1570
|
"type": "structure",
|
@@ -953,28 +1574,28 @@
|
|
953
1574
|
"members": {
|
954
1575
|
"Certificate": {},
|
955
1576
|
"ProtocolDetails": {
|
956
|
-
"shape": "
|
1577
|
+
"shape": "S1t"
|
957
1578
|
},
|
958
1579
|
"EndpointDetails": {
|
959
|
-
"shape": "
|
1580
|
+
"shape": "S1a"
|
960
1581
|
},
|
961
1582
|
"EndpointType": {},
|
962
1583
|
"HostKey": {
|
963
|
-
"shape": "
|
1584
|
+
"shape": "S1k"
|
964
1585
|
},
|
965
1586
|
"IdentityProviderDetails": {
|
966
|
-
"shape": "
|
1587
|
+
"shape": "S1l"
|
967
1588
|
},
|
968
1589
|
"LoggingRole": {},
|
969
1590
|
"PostAuthenticationLoginBanner": {},
|
970
1591
|
"PreAuthenticationLoginBanner": {},
|
971
1592
|
"Protocols": {
|
972
|
-
"shape": "
|
1593
|
+
"shape": "S1r"
|
973
1594
|
},
|
974
1595
|
"SecurityPolicyName": {},
|
975
1596
|
"ServerId": {},
|
976
1597
|
"WorkflowDetails": {
|
977
|
-
"shape": "
|
1598
|
+
"shape": "S20"
|
978
1599
|
}
|
979
1600
|
}
|
980
1601
|
},
|
@@ -1059,7 +1680,38 @@
|
|
1059
1680
|
}
|
1060
1681
|
}
|
1061
1682
|
},
|
1062
|
-
"
|
1683
|
+
"Sk": {
|
1684
|
+
"type": "list",
|
1685
|
+
"member": {
|
1686
|
+
"type": "structure",
|
1687
|
+
"required": [
|
1688
|
+
"Key",
|
1689
|
+
"Value"
|
1690
|
+
],
|
1691
|
+
"members": {
|
1692
|
+
"Key": {},
|
1693
|
+
"Value": {}
|
1694
|
+
}
|
1695
|
+
}
|
1696
|
+
},
|
1697
|
+
"Ss": {
|
1698
|
+
"type": "structure",
|
1699
|
+
"members": {
|
1700
|
+
"LocalProfileId": {},
|
1701
|
+
"PartnerProfileId": {},
|
1702
|
+
"MessageSubject": {},
|
1703
|
+
"Compression": {},
|
1704
|
+
"EncryptionAlgorithm": {},
|
1705
|
+
"SigningAlgorithm": {},
|
1706
|
+
"MdnSigningAlgorithm": {},
|
1707
|
+
"MdnResponse": {}
|
1708
|
+
}
|
1709
|
+
},
|
1710
|
+
"S14": {
|
1711
|
+
"type": "list",
|
1712
|
+
"member": {}
|
1713
|
+
},
|
1714
|
+
"S1a": {
|
1063
1715
|
"type": "structure",
|
1064
1716
|
"members": {
|
1065
1717
|
"AddressAllocationIds": {
|
@@ -1078,11 +1730,11 @@
|
|
1078
1730
|
}
|
1079
1731
|
}
|
1080
1732
|
},
|
1081
|
-
"
|
1733
|
+
"S1k": {
|
1082
1734
|
"type": "string",
|
1083
1735
|
"sensitive": true
|
1084
1736
|
},
|
1085
|
-
"
|
1737
|
+
"S1l": {
|
1086
1738
|
"type": "structure",
|
1087
1739
|
"members": {
|
1088
1740
|
"Url": {},
|
@@ -1091,33 +1743,23 @@
|
|
1091
1743
|
"Function": {}
|
1092
1744
|
}
|
1093
1745
|
},
|
1094
|
-
"
|
1746
|
+
"S1r": {
|
1095
1747
|
"type": "list",
|
1096
1748
|
"member": {}
|
1097
1749
|
},
|
1098
|
-
"
|
1750
|
+
"S1t": {
|
1099
1751
|
"type": "structure",
|
1100
1752
|
"members": {
|
1101
1753
|
"PassiveIp": {},
|
1102
1754
|
"TlsSessionResumptionMode": {},
|
1103
|
-
"SetStatOption": {}
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
"type": "list",
|
1108
|
-
"member": {
|
1109
|
-
"type": "structure",
|
1110
|
-
"required": [
|
1111
|
-
"Key",
|
1112
|
-
"Value"
|
1113
|
-
],
|
1114
|
-
"members": {
|
1115
|
-
"Key": {},
|
1116
|
-
"Value": {}
|
1755
|
+
"SetStatOption": {},
|
1756
|
+
"As2Transports": {
|
1757
|
+
"type": "list",
|
1758
|
+
"member": {}
|
1117
1759
|
}
|
1118
1760
|
}
|
1119
1761
|
},
|
1120
|
-
"
|
1762
|
+
"S20": {
|
1121
1763
|
"type": "structure",
|
1122
1764
|
"required": [
|
1123
1765
|
"OnUpload"
|
@@ -1139,7 +1781,7 @@
|
|
1139
1781
|
}
|
1140
1782
|
}
|
1141
1783
|
},
|
1142
|
-
"
|
1784
|
+
"S2b": {
|
1143
1785
|
"type": "list",
|
1144
1786
|
"member": {
|
1145
1787
|
"type": "structure",
|
@@ -1160,7 +1802,7 @@
|
|
1160
1802
|
}
|
1161
1803
|
},
|
1162
1804
|
"EfsFileLocation": {
|
1163
|
-
"shape": "
|
1805
|
+
"shape": "S2k"
|
1164
1806
|
}
|
1165
1807
|
}
|
1166
1808
|
},
|
@@ -1210,14 +1852,22 @@
|
|
1210
1852
|
}
|
1211
1853
|
}
|
1212
1854
|
},
|
1213
|
-
"
|
1855
|
+
"S2k": {
|
1214
1856
|
"type": "structure",
|
1215
1857
|
"members": {
|
1216
1858
|
"FileSystemId": {},
|
1217
1859
|
"Path": {}
|
1218
1860
|
}
|
1219
1861
|
},
|
1220
|
-
"
|
1862
|
+
"S3l": {
|
1863
|
+
"type": "string",
|
1864
|
+
"sensitive": true
|
1865
|
+
},
|
1866
|
+
"S3m": {
|
1867
|
+
"type": "string",
|
1868
|
+
"sensitive": true
|
1869
|
+
},
|
1870
|
+
"S3x": {
|
1221
1871
|
"type": "structure",
|
1222
1872
|
"members": {
|
1223
1873
|
"S3FileLocation": {
|
@@ -1230,11 +1880,11 @@
|
|
1230
1880
|
}
|
1231
1881
|
},
|
1232
1882
|
"EfsFileLocation": {
|
1233
|
-
"shape": "
|
1883
|
+
"shape": "S2k"
|
1234
1884
|
}
|
1235
1885
|
}
|
1236
1886
|
},
|
1237
|
-
"
|
1887
|
+
"S41": {
|
1238
1888
|
"type": "structure",
|
1239
1889
|
"required": [
|
1240
1890
|
"UserDetails"
|
@@ -1254,7 +1904,7 @@
|
|
1254
1904
|
}
|
1255
1905
|
}
|
1256
1906
|
},
|
1257
|
-
"
|
1907
|
+
"S48": {
|
1258
1908
|
"type": "list",
|
1259
1909
|
"member": {
|
1260
1910
|
"type": "structure",
|
@@ -1275,7 +1925,7 @@
|
|
1275
1925
|
}
|
1276
1926
|
}
|
1277
1927
|
},
|
1278
|
-
"
|
1928
|
+
"S4l": {
|
1279
1929
|
"type": "list",
|
1280
1930
|
"member": {}
|
1281
1931
|
}
|