cdk-lambda-subminute 2.0.300 → 2.0.302
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +52 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1864 -1397
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1121 -73
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +153 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +582 -23
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
- package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
- package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
- package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1529 -128
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1444 -1444
- package/node_modules/aws-sdk/dist/aws-sdk.js +2953 -2158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -30,7 +30,7 @@
|
|
30
30
|
},
|
31
31
|
"Policy": {},
|
32
32
|
"PosixProfile": {
|
33
|
-
"shape": "
|
33
|
+
"shape": "Sa"
|
34
34
|
},
|
35
35
|
"Role": {},
|
36
36
|
"ServerId": {},
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"AccessRole": {},
|
69
69
|
"Status": {},
|
70
70
|
"Tags": {
|
71
|
-
"shape": "
|
71
|
+
"shape": "Sl"
|
72
72
|
}
|
73
73
|
}
|
74
74
|
},
|
@@ -92,15 +92,15 @@
|
|
92
92
|
"members": {
|
93
93
|
"Url": {},
|
94
94
|
"As2Config": {
|
95
|
-
"shape": "
|
95
|
+
"shape": "St"
|
96
96
|
},
|
97
97
|
"AccessRole": {},
|
98
98
|
"LoggingRole": {},
|
99
99
|
"Tags": {
|
100
|
-
"shape": "
|
100
|
+
"shape": "Sl"
|
101
101
|
},
|
102
102
|
"SftpConfig": {
|
103
|
-
"shape": "
|
103
|
+
"shape": "S11"
|
104
104
|
}
|
105
105
|
}
|
106
106
|
},
|
@@ -125,10 +125,10 @@
|
|
125
125
|
"As2Id": {},
|
126
126
|
"ProfileType": {},
|
127
127
|
"CertificateIds": {
|
128
|
-
"shape": "
|
128
|
+
"shape": "S1a"
|
129
129
|
},
|
130
130
|
"Tags": {
|
131
|
-
"shape": "
|
131
|
+
"shape": "Sl"
|
132
132
|
}
|
133
133
|
}
|
134
134
|
},
|
@@ -149,34 +149,37 @@
|
|
149
149
|
"Certificate": {},
|
150
150
|
"Domain": {},
|
151
151
|
"EndpointDetails": {
|
152
|
-
"shape": "
|
152
|
+
"shape": "S1g"
|
153
153
|
},
|
154
154
|
"EndpointType": {},
|
155
155
|
"HostKey": {
|
156
|
-
"shape": "
|
156
|
+
"shape": "S1q"
|
157
157
|
},
|
158
158
|
"IdentityProviderDetails": {
|
159
|
-
"shape": "
|
159
|
+
"shape": "S1r"
|
160
160
|
},
|
161
161
|
"IdentityProviderType": {},
|
162
162
|
"LoggingRole": {},
|
163
163
|
"PostAuthenticationLoginBanner": {},
|
164
164
|
"PreAuthenticationLoginBanner": {},
|
165
165
|
"Protocols": {
|
166
|
-
"shape": "
|
166
|
+
"shape": "S1z"
|
167
167
|
},
|
168
168
|
"ProtocolDetails": {
|
169
|
-
"shape": "
|
169
|
+
"shape": "S21"
|
170
170
|
},
|
171
171
|
"SecurityPolicyName": {},
|
172
172
|
"Tags": {
|
173
|
-
"shape": "
|
173
|
+
"shape": "Sl"
|
174
174
|
},
|
175
175
|
"WorkflowDetails": {
|
176
|
-
"shape": "
|
176
|
+
"shape": "S28"
|
177
177
|
},
|
178
178
|
"StructuredLogDestinations": {
|
179
|
-
"shape": "
|
179
|
+
"shape": "S2d"
|
180
|
+
},
|
181
|
+
"S3StorageOptions": {
|
182
|
+
"shape": "S2f"
|
180
183
|
}
|
181
184
|
}
|
182
185
|
},
|
@@ -206,13 +209,13 @@
|
|
206
209
|
},
|
207
210
|
"Policy": {},
|
208
211
|
"PosixProfile": {
|
209
|
-
"shape": "
|
212
|
+
"shape": "Sa"
|
210
213
|
},
|
211
214
|
"Role": {},
|
212
215
|
"ServerId": {},
|
213
216
|
"SshPublicKeyBody": {},
|
214
217
|
"Tags": {
|
215
|
-
"shape": "
|
218
|
+
"shape": "Sl"
|
216
219
|
},
|
217
220
|
"UserName": {}
|
218
221
|
}
|
@@ -238,13 +241,13 @@
|
|
238
241
|
"members": {
|
239
242
|
"Description": {},
|
240
243
|
"Steps": {
|
241
|
-
"shape": "
|
244
|
+
"shape": "S2o"
|
242
245
|
},
|
243
246
|
"OnExceptionSteps": {
|
244
|
-
"shape": "
|
247
|
+
"shape": "S2o"
|
245
248
|
},
|
246
249
|
"Tags": {
|
247
|
-
"shape": "
|
250
|
+
"shape": "Sl"
|
248
251
|
}
|
249
252
|
}
|
250
253
|
},
|
@@ -410,7 +413,7 @@
|
|
410
413
|
"HomeDirectoryType": {},
|
411
414
|
"Policy": {},
|
412
415
|
"PosixProfile": {
|
413
|
-
"shape": "
|
416
|
+
"shape": "Sa"
|
414
417
|
},
|
415
418
|
"Role": {},
|
416
419
|
"ExternalId": {}
|
@@ -453,7 +456,7 @@
|
|
453
456
|
"BaseDirectory": {},
|
454
457
|
"AccessRole": {},
|
455
458
|
"Tags": {
|
456
|
-
"shape": "
|
459
|
+
"shape": "Sl"
|
457
460
|
}
|
458
461
|
}
|
459
462
|
}
|
@@ -487,10 +490,10 @@
|
|
487
490
|
"Usage": {},
|
488
491
|
"Status": {},
|
489
492
|
"Certificate": {
|
490
|
-
"shape": "
|
493
|
+
"shape": "S41"
|
491
494
|
},
|
492
495
|
"CertificateChain": {
|
493
|
-
"shape": "
|
496
|
+
"shape": "S42"
|
494
497
|
},
|
495
498
|
"ActiveDate": {
|
496
499
|
"type": "timestamp"
|
@@ -508,7 +511,7 @@
|
|
508
511
|
"Type": {},
|
509
512
|
"Description": {},
|
510
513
|
"Tags": {
|
511
|
-
"shape": "
|
514
|
+
"shape": "Sl"
|
512
515
|
}
|
513
516
|
}
|
514
517
|
}
|
@@ -541,15 +544,15 @@
|
|
541
544
|
"ConnectorId": {},
|
542
545
|
"Url": {},
|
543
546
|
"As2Config": {
|
544
|
-
"shape": "
|
547
|
+
"shape": "St"
|
545
548
|
},
|
546
549
|
"AccessRole": {},
|
547
550
|
"LoggingRole": {},
|
548
551
|
"Tags": {
|
549
|
-
"shape": "
|
552
|
+
"shape": "Sl"
|
550
553
|
},
|
551
554
|
"SftpConfig": {
|
552
|
-
"shape": "
|
555
|
+
"shape": "S11"
|
553
556
|
}
|
554
557
|
}
|
555
558
|
}
|
@@ -581,10 +584,10 @@
|
|
581
584
|
"members": {
|
582
585
|
"ExecutionId": {},
|
583
586
|
"InitialFileLocation": {
|
584
|
-
"shape": "
|
587
|
+
"shape": "S4d"
|
585
588
|
},
|
586
589
|
"ServiceMetadata": {
|
587
|
-
"shape": "
|
590
|
+
"shape": "S4h"
|
588
591
|
},
|
589
592
|
"ExecutionRole": {},
|
590
593
|
"LoggingConfiguration": {
|
@@ -595,17 +598,17 @@
|
|
595
598
|
}
|
596
599
|
},
|
597
600
|
"PosixProfile": {
|
598
|
-
"shape": "
|
601
|
+
"shape": "Sa"
|
599
602
|
},
|
600
603
|
"Status": {},
|
601
604
|
"Results": {
|
602
605
|
"type": "structure",
|
603
606
|
"members": {
|
604
607
|
"Steps": {
|
605
|
-
"shape": "
|
608
|
+
"shape": "S4o"
|
606
609
|
},
|
607
610
|
"OnExceptionSteps": {
|
608
|
-
"shape": "
|
611
|
+
"shape": "S4o"
|
609
612
|
}
|
610
613
|
}
|
611
614
|
}
|
@@ -647,7 +650,7 @@
|
|
647
650
|
"type": "timestamp"
|
648
651
|
},
|
649
652
|
"Tags": {
|
650
|
-
"shape": "
|
653
|
+
"shape": "Sl"
|
651
654
|
}
|
652
655
|
}
|
653
656
|
}
|
@@ -681,10 +684,10 @@
|
|
681
684
|
"ProfileType": {},
|
682
685
|
"As2Id": {},
|
683
686
|
"CertificateIds": {
|
684
|
-
"shape": "
|
687
|
+
"shape": "S1a"
|
685
688
|
},
|
686
689
|
"Tags": {
|
687
|
-
"shape": "
|
690
|
+
"shape": "Sl"
|
688
691
|
}
|
689
692
|
}
|
690
693
|
}
|
@@ -718,16 +721,16 @@
|
|
718
721
|
},
|
719
722
|
"SecurityPolicyName": {},
|
720
723
|
"SshCiphers": {
|
721
|
-
"shape": "
|
724
|
+
"shape": "S58"
|
722
725
|
},
|
723
726
|
"SshKexs": {
|
724
|
-
"shape": "
|
727
|
+
"shape": "S58"
|
725
728
|
},
|
726
729
|
"SshMacs": {
|
727
|
-
"shape": "
|
730
|
+
"shape": "S58"
|
728
731
|
},
|
729
732
|
"TlsCiphers": {
|
730
|
-
"shape": "
|
733
|
+
"shape": "S58"
|
731
734
|
}
|
732
735
|
}
|
733
736
|
}
|
@@ -759,38 +762,41 @@
|
|
759
762
|
"Arn": {},
|
760
763
|
"Certificate": {},
|
761
764
|
"ProtocolDetails": {
|
762
|
-
"shape": "
|
765
|
+
"shape": "S21"
|
763
766
|
},
|
764
767
|
"Domain": {},
|
765
768
|
"EndpointDetails": {
|
766
|
-
"shape": "
|
769
|
+
"shape": "S1g"
|
767
770
|
},
|
768
771
|
"EndpointType": {},
|
769
772
|
"HostKeyFingerprint": {},
|
770
773
|
"IdentityProviderDetails": {
|
771
|
-
"shape": "
|
774
|
+
"shape": "S1r"
|
772
775
|
},
|
773
776
|
"IdentityProviderType": {},
|
774
777
|
"LoggingRole": {},
|
775
778
|
"PostAuthenticationLoginBanner": {},
|
776
779
|
"PreAuthenticationLoginBanner": {},
|
777
780
|
"Protocols": {
|
778
|
-
"shape": "
|
781
|
+
"shape": "S1z"
|
779
782
|
},
|
780
783
|
"SecurityPolicyName": {},
|
781
784
|
"ServerId": {},
|
782
785
|
"State": {},
|
783
786
|
"Tags": {
|
784
|
-
"shape": "
|
787
|
+
"shape": "Sl"
|
785
788
|
},
|
786
789
|
"UserCount": {
|
787
790
|
"type": "integer"
|
788
791
|
},
|
789
792
|
"WorkflowDetails": {
|
790
|
-
"shape": "
|
793
|
+
"shape": "S28"
|
791
794
|
},
|
792
795
|
"StructuredLogDestinations": {
|
793
|
-
"shape": "
|
796
|
+
"shape": "S2d"
|
797
|
+
},
|
798
|
+
"S3StorageOptions": {
|
799
|
+
"shape": "S2f"
|
794
800
|
}
|
795
801
|
}
|
796
802
|
}
|
@@ -831,7 +837,7 @@
|
|
831
837
|
"HomeDirectoryType": {},
|
832
838
|
"Policy": {},
|
833
839
|
"PosixProfile": {
|
834
|
-
"shape": "
|
840
|
+
"shape": "Sa"
|
835
841
|
},
|
836
842
|
"Role": {},
|
837
843
|
"SshPublicKeys": {
|
@@ -853,7 +859,7 @@
|
|
853
859
|
}
|
854
860
|
},
|
855
861
|
"Tags": {
|
856
|
-
"shape": "
|
862
|
+
"shape": "Sl"
|
857
863
|
},
|
858
864
|
"UserName": {}
|
859
865
|
}
|
@@ -886,14 +892,14 @@
|
|
886
892
|
"Arn": {},
|
887
893
|
"Description": {},
|
888
894
|
"Steps": {
|
889
|
-
"shape": "
|
895
|
+
"shape": "S2o"
|
890
896
|
},
|
891
897
|
"OnExceptionSteps": {
|
892
|
-
"shape": "
|
898
|
+
"shape": "S2o"
|
893
899
|
},
|
894
900
|
"WorkflowId": {},
|
895
901
|
"Tags": {
|
896
|
-
"shape": "
|
902
|
+
"shape": "Sl"
|
897
903
|
}
|
898
904
|
}
|
899
905
|
}
|
@@ -910,10 +916,10 @@
|
|
910
916
|
"members": {
|
911
917
|
"Usage": {},
|
912
918
|
"Certificate": {
|
913
|
-
"shape": "
|
919
|
+
"shape": "S41"
|
914
920
|
},
|
915
921
|
"CertificateChain": {
|
916
|
-
"shape": "
|
922
|
+
"shape": "S42"
|
917
923
|
},
|
918
924
|
"PrivateKey": {
|
919
925
|
"type": "string",
|
@@ -927,7 +933,7 @@
|
|
927
933
|
},
|
928
934
|
"Description": {},
|
929
935
|
"Tags": {
|
930
|
-
"shape": "
|
936
|
+
"shape": "Sl"
|
931
937
|
}
|
932
938
|
}
|
933
939
|
},
|
@@ -951,11 +957,11 @@
|
|
951
957
|
"members": {
|
952
958
|
"ServerId": {},
|
953
959
|
"HostKeyBody": {
|
954
|
-
"shape": "
|
960
|
+
"shape": "S1q"
|
955
961
|
},
|
956
962
|
"Description": {},
|
957
963
|
"Tags": {
|
958
|
-
"shape": "
|
964
|
+
"shape": "Sl"
|
959
965
|
}
|
960
966
|
}
|
961
967
|
},
|
@@ -1177,10 +1183,10 @@
|
|
1177
1183
|
"members": {
|
1178
1184
|
"ExecutionId": {},
|
1179
1185
|
"InitialFileLocation": {
|
1180
|
-
"shape": "
|
1186
|
+
"shape": "S4d"
|
1181
1187
|
},
|
1182
1188
|
"ServiceMetadata": {
|
1183
|
-
"shape": "
|
1189
|
+
"shape": "S4h"
|
1184
1190
|
},
|
1185
1191
|
"Status": {}
|
1186
1192
|
}
|
@@ -1352,7 +1358,7 @@
|
|
1352
1358
|
"Arn": {},
|
1353
1359
|
"NextToken": {},
|
1354
1360
|
"Tags": {
|
1355
|
-
"shape": "
|
1361
|
+
"shape": "Sl"
|
1356
1362
|
}
|
1357
1363
|
}
|
1358
1364
|
}
|
@@ -1463,10 +1469,10 @@
|
|
1463
1469
|
"members": {
|
1464
1470
|
"ConnectorId": {},
|
1465
1471
|
"SendFilePaths": {
|
1466
|
-
"shape": "
|
1472
|
+
"shape": "S7b"
|
1467
1473
|
},
|
1468
1474
|
"RetrieveFilePaths": {
|
1469
|
-
"shape": "
|
1475
|
+
"shape": "S7b"
|
1470
1476
|
},
|
1471
1477
|
"LocalDirectoryPath": {},
|
1472
1478
|
"RemoteDirectoryPath": {}
|
@@ -1514,7 +1520,7 @@
|
|
1514
1520
|
"members": {
|
1515
1521
|
"Arn": {},
|
1516
1522
|
"Tags": {
|
1517
|
-
"shape": "
|
1523
|
+
"shape": "Sl"
|
1518
1524
|
}
|
1519
1525
|
}
|
1520
1526
|
}
|
@@ -1603,7 +1609,7 @@
|
|
1603
1609
|
},
|
1604
1610
|
"Policy": {},
|
1605
1611
|
"PosixProfile": {
|
1606
|
-
"shape": "
|
1612
|
+
"shape": "Sa"
|
1607
1613
|
},
|
1608
1614
|
"Role": {},
|
1609
1615
|
"ServerId": {},
|
@@ -1687,12 +1693,12 @@
|
|
1687
1693
|
"ConnectorId": {},
|
1688
1694
|
"Url": {},
|
1689
1695
|
"As2Config": {
|
1690
|
-
"shape": "
|
1696
|
+
"shape": "St"
|
1691
1697
|
},
|
1692
1698
|
"AccessRole": {},
|
1693
1699
|
"LoggingRole": {},
|
1694
1700
|
"SftpConfig": {
|
1695
|
-
"shape": "
|
1701
|
+
"shape": "S11"
|
1696
1702
|
}
|
1697
1703
|
}
|
1698
1704
|
},
|
@@ -1741,7 +1747,7 @@
|
|
1741
1747
|
"members": {
|
1742
1748
|
"ProfileId": {},
|
1743
1749
|
"CertificateIds": {
|
1744
|
-
"shape": "
|
1750
|
+
"shape": "S1a"
|
1745
1751
|
}
|
1746
1752
|
}
|
1747
1753
|
},
|
@@ -1764,31 +1770,34 @@
|
|
1764
1770
|
"members": {
|
1765
1771
|
"Certificate": {},
|
1766
1772
|
"ProtocolDetails": {
|
1767
|
-
"shape": "
|
1773
|
+
"shape": "S21"
|
1768
1774
|
},
|
1769
1775
|
"EndpointDetails": {
|
1770
|
-
"shape": "
|
1776
|
+
"shape": "S1g"
|
1771
1777
|
},
|
1772
1778
|
"EndpointType": {},
|
1773
1779
|
"HostKey": {
|
1774
|
-
"shape": "
|
1780
|
+
"shape": "S1q"
|
1775
1781
|
},
|
1776
1782
|
"IdentityProviderDetails": {
|
1777
|
-
"shape": "
|
1783
|
+
"shape": "S1r"
|
1778
1784
|
},
|
1779
1785
|
"LoggingRole": {},
|
1780
1786
|
"PostAuthenticationLoginBanner": {},
|
1781
1787
|
"PreAuthenticationLoginBanner": {},
|
1782
1788
|
"Protocols": {
|
1783
|
-
"shape": "
|
1789
|
+
"shape": "S1z"
|
1784
1790
|
},
|
1785
1791
|
"SecurityPolicyName": {},
|
1786
1792
|
"ServerId": {},
|
1787
1793
|
"WorkflowDetails": {
|
1788
|
-
"shape": "
|
1794
|
+
"shape": "S28"
|
1789
1795
|
},
|
1790
1796
|
"StructuredLogDestinations": {
|
1791
|
-
"shape": "
|
1797
|
+
"shape": "S2d"
|
1798
|
+
},
|
1799
|
+
"S3StorageOptions": {
|
1800
|
+
"shape": "S2f"
|
1792
1801
|
}
|
1793
1802
|
}
|
1794
1803
|
},
|
@@ -1817,7 +1826,7 @@
|
|
1817
1826
|
},
|
1818
1827
|
"Policy": {},
|
1819
1828
|
"PosixProfile": {
|
1820
|
-
"shape": "
|
1829
|
+
"shape": "Sa"
|
1821
1830
|
},
|
1822
1831
|
"Role": {},
|
1823
1832
|
"ServerId": {},
|
@@ -1848,11 +1857,12 @@
|
|
1848
1857
|
],
|
1849
1858
|
"members": {
|
1850
1859
|
"Entry": {},
|
1851
|
-
"Target": {}
|
1860
|
+
"Target": {},
|
1861
|
+
"Type": {}
|
1852
1862
|
}
|
1853
1863
|
}
|
1854
1864
|
},
|
1855
|
-
"
|
1865
|
+
"Sa": {
|
1856
1866
|
"type": "structure",
|
1857
1867
|
"required": [
|
1858
1868
|
"Uid",
|
@@ -1873,7 +1883,7 @@
|
|
1873
1883
|
}
|
1874
1884
|
}
|
1875
1885
|
},
|
1876
|
-
"
|
1886
|
+
"Sl": {
|
1877
1887
|
"type": "list",
|
1878
1888
|
"member": {
|
1879
1889
|
"type": "structure",
|
@@ -1887,7 +1897,7 @@
|
|
1887
1897
|
}
|
1888
1898
|
}
|
1889
1899
|
},
|
1890
|
-
"
|
1900
|
+
"St": {
|
1891
1901
|
"type": "structure",
|
1892
1902
|
"members": {
|
1893
1903
|
"LocalProfileId": {},
|
@@ -1901,7 +1911,7 @@
|
|
1901
1911
|
"BasicAuthSecretId": {}
|
1902
1912
|
}
|
1903
1913
|
},
|
1904
|
-
"
|
1914
|
+
"S11": {
|
1905
1915
|
"type": "structure",
|
1906
1916
|
"members": {
|
1907
1917
|
"UserSecretId": {},
|
@@ -1911,11 +1921,11 @@
|
|
1911
1921
|
}
|
1912
1922
|
}
|
1913
1923
|
},
|
1914
|
-
"
|
1924
|
+
"S1a": {
|
1915
1925
|
"type": "list",
|
1916
1926
|
"member": {}
|
1917
1927
|
},
|
1918
|
-
"
|
1928
|
+
"S1g": {
|
1919
1929
|
"type": "structure",
|
1920
1930
|
"members": {
|
1921
1931
|
"AddressAllocationIds": {
|
@@ -1934,11 +1944,11 @@
|
|
1934
1944
|
}
|
1935
1945
|
}
|
1936
1946
|
},
|
1937
|
-
"
|
1947
|
+
"S1q": {
|
1938
1948
|
"type": "string",
|
1939
1949
|
"sensitive": true
|
1940
1950
|
},
|
1941
|
-
"
|
1951
|
+
"S1r": {
|
1942
1952
|
"type": "structure",
|
1943
1953
|
"members": {
|
1944
1954
|
"Url": {},
|
@@ -1948,11 +1958,11 @@
|
|
1948
1958
|
"SftpAuthenticationMethods": {}
|
1949
1959
|
}
|
1950
1960
|
},
|
1951
|
-
"
|
1961
|
+
"S1z": {
|
1952
1962
|
"type": "list",
|
1953
1963
|
"member": {}
|
1954
1964
|
},
|
1955
|
-
"
|
1965
|
+
"S21": {
|
1956
1966
|
"type": "structure",
|
1957
1967
|
"members": {
|
1958
1968
|
"PassiveIp": {},
|
@@ -1964,24 +1974,24 @@
|
|
1964
1974
|
}
|
1965
1975
|
}
|
1966
1976
|
},
|
1967
|
-
"
|
1977
|
+
"S28": {
|
1968
1978
|
"type": "structure",
|
1969
1979
|
"members": {
|
1970
1980
|
"OnUpload": {
|
1971
1981
|
"type": "list",
|
1972
1982
|
"member": {
|
1973
|
-
"shape": "
|
1983
|
+
"shape": "S2a"
|
1974
1984
|
}
|
1975
1985
|
},
|
1976
1986
|
"OnPartialUpload": {
|
1977
1987
|
"type": "list",
|
1978
1988
|
"member": {
|
1979
|
-
"shape": "
|
1989
|
+
"shape": "S2a"
|
1980
1990
|
}
|
1981
1991
|
}
|
1982
1992
|
}
|
1983
1993
|
},
|
1984
|
-
"
|
1994
|
+
"S2a": {
|
1985
1995
|
"type": "structure",
|
1986
1996
|
"required": [
|
1987
1997
|
"WorkflowId",
|
@@ -1992,11 +2002,17 @@
|
|
1992
2002
|
"ExecutionRole": {}
|
1993
2003
|
}
|
1994
2004
|
},
|
1995
|
-
"
|
2005
|
+
"S2d": {
|
1996
2006
|
"type": "list",
|
1997
2007
|
"member": {}
|
1998
2008
|
},
|
1999
|
-
"
|
2009
|
+
"S2f": {
|
2010
|
+
"type": "structure",
|
2011
|
+
"members": {
|
2012
|
+
"DirectoryListingOptimization": {}
|
2013
|
+
}
|
2014
|
+
},
|
2015
|
+
"S2o": {
|
2000
2016
|
"type": "list",
|
2001
2017
|
"member": {
|
2002
2018
|
"type": "structure",
|
@@ -2007,7 +2023,7 @@
|
|
2007
2023
|
"members": {
|
2008
2024
|
"Name": {},
|
2009
2025
|
"DestinationFileLocation": {
|
2010
|
-
"shape": "
|
2026
|
+
"shape": "S2t"
|
2011
2027
|
},
|
2012
2028
|
"OverwriteExisting": {},
|
2013
2029
|
"SourceFileLocation": {}
|
@@ -2064,14 +2080,14 @@
|
|
2064
2080
|
"SourceFileLocation": {},
|
2065
2081
|
"OverwriteExisting": {},
|
2066
2082
|
"DestinationFileLocation": {
|
2067
|
-
"shape": "
|
2083
|
+
"shape": "S2t"
|
2068
2084
|
}
|
2069
2085
|
}
|
2070
2086
|
}
|
2071
2087
|
}
|
2072
2088
|
}
|
2073
2089
|
},
|
2074
|
-
"
|
2090
|
+
"S2t": {
|
2075
2091
|
"type": "structure",
|
2076
2092
|
"members": {
|
2077
2093
|
"S3FileLocation": {
|
@@ -2082,26 +2098,26 @@
|
|
2082
2098
|
}
|
2083
2099
|
},
|
2084
2100
|
"EfsFileLocation": {
|
2085
|
-
"shape": "
|
2101
|
+
"shape": "S2x"
|
2086
2102
|
}
|
2087
2103
|
}
|
2088
2104
|
},
|
2089
|
-
"
|
2105
|
+
"S2x": {
|
2090
2106
|
"type": "structure",
|
2091
2107
|
"members": {
|
2092
2108
|
"FileSystemId": {},
|
2093
2109
|
"Path": {}
|
2094
2110
|
}
|
2095
2111
|
},
|
2096
|
-
"
|
2112
|
+
"S41": {
|
2097
2113
|
"type": "string",
|
2098
2114
|
"sensitive": true
|
2099
2115
|
},
|
2100
|
-
"
|
2116
|
+
"S42": {
|
2101
2117
|
"type": "string",
|
2102
2118
|
"sensitive": true
|
2103
2119
|
},
|
2104
|
-
"
|
2120
|
+
"S4d": {
|
2105
2121
|
"type": "structure",
|
2106
2122
|
"members": {
|
2107
2123
|
"S3FileLocation": {
|
@@ -2114,11 +2130,11 @@
|
|
2114
2130
|
}
|
2115
2131
|
},
|
2116
2132
|
"EfsFileLocation": {
|
2117
|
-
"shape": "
|
2133
|
+
"shape": "S2x"
|
2118
2134
|
}
|
2119
2135
|
}
|
2120
2136
|
},
|
2121
|
-
"
|
2137
|
+
"S4h": {
|
2122
2138
|
"type": "structure",
|
2123
2139
|
"required": [
|
2124
2140
|
"UserDetails"
|
@@ -2138,7 +2154,7 @@
|
|
2138
2154
|
}
|
2139
2155
|
}
|
2140
2156
|
},
|
2141
|
-
"
|
2157
|
+
"S4o": {
|
2142
2158
|
"type": "list",
|
2143
2159
|
"member": {
|
2144
2160
|
"type": "structure",
|
@@ -2159,11 +2175,11 @@
|
|
2159
2175
|
}
|
2160
2176
|
}
|
2161
2177
|
},
|
2162
|
-
"
|
2178
|
+
"S58": {
|
2163
2179
|
"type": "list",
|
2164
2180
|
"member": {}
|
2165
2181
|
},
|
2166
|
-
"
|
2182
|
+
"S7b": {
|
2167
2183
|
"type": "list",
|
2168
2184
|
"member": {}
|
2169
2185
|
}
|