cdk-lambda-subminute 2.0.279 → 2.0.281
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 +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +86 -78
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +243 -125
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
- package/node_modules/aws-sdk/clients/emr.d.ts +56 -40
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -4
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
- package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +3 -3
- package/node_modules/aws-sdk/clients/redshift.d.ts +167 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
- package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wafv2.d.ts +20 -20
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +387 -186
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -155,32 +155,33 @@
|
|
155
155
|
"shape": "S1h"
|
156
156
|
},
|
157
157
|
"AccessPolicies": {},
|
158
|
+
"IPAddressType": {},
|
158
159
|
"SnapshotOptions": {
|
159
|
-
"shape": "
|
160
|
+
"shape": "S1l"
|
160
161
|
},
|
161
162
|
"VPCOptions": {
|
162
|
-
"shape": "
|
163
|
+
"shape": "S1m"
|
163
164
|
},
|
164
165
|
"CognitoOptions": {
|
165
|
-
"shape": "
|
166
|
+
"shape": "S1o"
|
166
167
|
},
|
167
168
|
"EncryptionAtRestOptions": {
|
168
|
-
"shape": "
|
169
|
+
"shape": "S1s"
|
169
170
|
},
|
170
171
|
"NodeToNodeEncryptionOptions": {
|
171
|
-
"shape": "
|
172
|
+
"shape": "S1u"
|
172
173
|
},
|
173
174
|
"AdvancedOptions": {
|
174
|
-
"shape": "
|
175
|
+
"shape": "S1v"
|
175
176
|
},
|
176
177
|
"LogPublishingOptions": {
|
177
|
-
"shape": "
|
178
|
+
"shape": "S1w"
|
178
179
|
},
|
179
180
|
"DomainEndpointOptions": {
|
180
|
-
"shape": "
|
181
|
+
"shape": "S20"
|
181
182
|
},
|
182
183
|
"AdvancedSecurityOptions": {
|
183
|
-
"shape": "
|
184
|
+
"shape": "S23"
|
184
185
|
},
|
185
186
|
"TagList": {
|
186
187
|
"shape": "Sg"
|
@@ -190,7 +191,7 @@
|
|
190
191
|
"members": {
|
191
192
|
"DesiredState": {},
|
192
193
|
"MaintenanceSchedules": {
|
193
|
-
"shape": "
|
194
|
+
"shape": "S2e"
|
194
195
|
},
|
195
196
|
"UseOffPeakWindow": {
|
196
197
|
"type": "boolean"
|
@@ -198,10 +199,10 @@
|
|
198
199
|
}
|
199
200
|
},
|
200
201
|
"OffPeakWindowOptions": {
|
201
|
-
"shape": "
|
202
|
+
"shape": "S2k"
|
202
203
|
},
|
203
204
|
"SoftwareUpdateOptions": {
|
204
|
-
"shape": "
|
205
|
+
"shape": "S2p"
|
205
206
|
}
|
206
207
|
}
|
207
208
|
},
|
@@ -209,7 +210,7 @@
|
|
209
210
|
"type": "structure",
|
210
211
|
"members": {
|
211
212
|
"DomainStatus": {
|
212
|
-
"shape": "
|
213
|
+
"shape": "S2r"
|
213
214
|
}
|
214
215
|
}
|
215
216
|
}
|
@@ -235,7 +236,7 @@
|
|
235
236
|
"ConnectionAlias": {},
|
236
237
|
"ConnectionMode": {},
|
237
238
|
"ConnectionProperties": {
|
238
|
-
"shape": "
|
239
|
+
"shape": "S36"
|
239
240
|
}
|
240
241
|
}
|
241
242
|
},
|
@@ -250,12 +251,12 @@
|
|
250
251
|
},
|
251
252
|
"ConnectionAlias": {},
|
252
253
|
"ConnectionStatus": {
|
253
|
-
"shape": "
|
254
|
+
"shape": "S3b"
|
254
255
|
},
|
255
256
|
"ConnectionId": {},
|
256
257
|
"ConnectionMode": {},
|
257
258
|
"ConnectionProperties": {
|
258
|
-
"shape": "
|
259
|
+
"shape": "S36"
|
259
260
|
}
|
260
261
|
}
|
261
262
|
}
|
@@ -276,7 +277,7 @@
|
|
276
277
|
"PackageType": {},
|
277
278
|
"PackageDescription": {},
|
278
279
|
"PackageSource": {
|
279
|
-
"shape": "
|
280
|
+
"shape": "S3f"
|
280
281
|
}
|
281
282
|
}
|
282
283
|
},
|
@@ -284,7 +285,7 @@
|
|
284
285
|
"type": "structure",
|
285
286
|
"members": {
|
286
287
|
"PackageDetails": {
|
287
|
-
"shape": "
|
288
|
+
"shape": "S3j"
|
288
289
|
}
|
289
290
|
}
|
290
291
|
}
|
@@ -302,7 +303,7 @@
|
|
302
303
|
"members": {
|
303
304
|
"DomainArn": {},
|
304
305
|
"VpcOptions": {
|
305
|
-
"shape": "
|
306
|
+
"shape": "S1m"
|
306
307
|
},
|
307
308
|
"ClientToken": {}
|
308
309
|
}
|
@@ -314,7 +315,7 @@
|
|
314
315
|
],
|
315
316
|
"members": {
|
316
317
|
"VpcEndpoint": {
|
317
|
-
"shape": "
|
318
|
+
"shape": "S3x"
|
318
319
|
}
|
319
320
|
}
|
320
321
|
}
|
@@ -340,7 +341,7 @@
|
|
340
341
|
"type": "structure",
|
341
342
|
"members": {
|
342
343
|
"DomainStatus": {
|
343
|
-
"shape": "
|
344
|
+
"shape": "S2r"
|
344
345
|
}
|
345
346
|
}
|
346
347
|
}
|
@@ -392,7 +393,7 @@
|
|
392
393
|
"type": "structure",
|
393
394
|
"members": {
|
394
395
|
"Connection": {
|
395
|
-
"shape": "
|
396
|
+
"shape": "S46"
|
396
397
|
}
|
397
398
|
}
|
398
399
|
}
|
@@ -418,7 +419,7 @@
|
|
418
419
|
"type": "structure",
|
419
420
|
"members": {
|
420
421
|
"PackageDetails": {
|
421
|
-
"shape": "
|
422
|
+
"shape": "S3j"
|
422
423
|
}
|
423
424
|
}
|
424
425
|
}
|
@@ -447,7 +448,7 @@
|
|
447
448
|
],
|
448
449
|
"members": {
|
449
450
|
"VpcEndpointSummary": {
|
450
|
-
"shape": "
|
451
|
+
"shape": "S4b"
|
451
452
|
}
|
452
453
|
}
|
453
454
|
}
|
@@ -476,7 +477,7 @@
|
|
476
477
|
],
|
477
478
|
"members": {
|
478
479
|
"DomainStatus": {
|
479
|
-
"shape": "
|
480
|
+
"shape": "S2r"
|
480
481
|
}
|
481
482
|
}
|
482
483
|
}
|
@@ -567,10 +568,10 @@
|
|
567
568
|
},
|
568
569
|
"Status": {},
|
569
570
|
"PendingProperties": {
|
570
|
-
"shape": "
|
571
|
+
"shape": "S1n"
|
571
572
|
},
|
572
573
|
"CompletedProperties": {
|
573
|
-
"shape": "
|
574
|
+
"shape": "S1n"
|
574
575
|
},
|
575
576
|
"TotalNumberOfStages": {
|
576
577
|
"type": "integer"
|
@@ -618,7 +619,7 @@
|
|
618
619
|
],
|
619
620
|
"members": {
|
620
621
|
"DomainConfig": {
|
621
|
-
"shape": "
|
622
|
+
"shape": "S54"
|
622
623
|
}
|
623
624
|
}
|
624
625
|
}
|
@@ -746,7 +747,7 @@
|
|
746
747
|
"DomainStatusList": {
|
747
748
|
"type": "list",
|
748
749
|
"member": {
|
749
|
-
"shape": "
|
750
|
+
"shape": "S2r"
|
750
751
|
}
|
751
752
|
}
|
752
753
|
}
|
@@ -782,13 +783,13 @@
|
|
782
783
|
"type": "structure",
|
783
784
|
"members": {
|
784
785
|
"DryRunProgressStatus": {
|
785
|
-
"shape": "
|
786
|
+
"shape": "S6l"
|
786
787
|
},
|
787
788
|
"DryRunConfig": {
|
788
|
-
"shape": "
|
789
|
+
"shape": "S2r"
|
789
790
|
},
|
790
791
|
"DryRunResults": {
|
791
|
-
"shape": "
|
792
|
+
"shape": "S6o"
|
792
793
|
}
|
793
794
|
}
|
794
795
|
}
|
@@ -801,7 +802,7 @@
|
|
801
802
|
"type": "structure",
|
802
803
|
"members": {
|
803
804
|
"Filters": {
|
804
|
-
"shape": "
|
805
|
+
"shape": "S6r"
|
805
806
|
},
|
806
807
|
"MaxResults": {
|
807
808
|
"type": "integer"
|
@@ -871,7 +872,7 @@
|
|
871
872
|
"members": {
|
872
873
|
"LimitName": {},
|
873
874
|
"LimitValues": {
|
874
|
-
"shape": "
|
875
|
+
"shape": "S78"
|
875
876
|
}
|
876
877
|
}
|
877
878
|
}
|
@@ -902,7 +903,7 @@
|
|
902
903
|
"members": {
|
903
904
|
"LimitName": {},
|
904
905
|
"LimitValues": {
|
905
|
-
"shape": "
|
906
|
+
"shape": "S78"
|
906
907
|
}
|
907
908
|
}
|
908
909
|
}
|
@@ -921,7 +922,7 @@
|
|
921
922
|
"type": "structure",
|
922
923
|
"members": {
|
923
924
|
"Filters": {
|
924
|
-
"shape": "
|
925
|
+
"shape": "S6r"
|
925
926
|
},
|
926
927
|
"MaxResults": {
|
927
928
|
"type": "integer"
|
@@ -935,7 +936,7 @@
|
|
935
936
|
"Connections": {
|
936
937
|
"type": "list",
|
937
938
|
"member": {
|
938
|
-
"shape": "
|
939
|
+
"shape": "S46"
|
939
940
|
}
|
940
941
|
},
|
941
942
|
"NextToken": {}
|
@@ -974,7 +975,7 @@
|
|
974
975
|
"PackageDetailsList": {
|
975
976
|
"type": "list",
|
976
977
|
"member": {
|
977
|
-
"shape": "
|
978
|
+
"shape": "S3j"
|
978
979
|
}
|
979
980
|
},
|
980
981
|
"NextToken": {}
|
@@ -1027,7 +1028,7 @@
|
|
1027
1028
|
"CurrencyCode": {},
|
1028
1029
|
"PaymentOption": {},
|
1029
1030
|
"RecurringCharges": {
|
1030
|
-
"shape": "
|
1031
|
+
"shape": "S7y"
|
1031
1032
|
}
|
1032
1033
|
}
|
1033
1034
|
}
|
@@ -1093,7 +1094,7 @@
|
|
1093
1094
|
"State": {},
|
1094
1095
|
"PaymentOption": {},
|
1095
1096
|
"RecurringCharges": {
|
1096
|
-
"shape": "
|
1097
|
+
"shape": "S7y"
|
1097
1098
|
}
|
1098
1099
|
}
|
1099
1100
|
}
|
@@ -1127,7 +1128,7 @@
|
|
1127
1128
|
"VpcEndpoints": {
|
1128
1129
|
"type": "list",
|
1129
1130
|
"member": {
|
1130
|
-
"shape": "
|
1131
|
+
"shape": "S3x"
|
1131
1132
|
}
|
1132
1133
|
},
|
1133
1134
|
"VpcEndpointErrors": {
|
@@ -1198,7 +1199,7 @@
|
|
1198
1199
|
"members": {
|
1199
1200
|
"SourceVersion": {},
|
1200
1201
|
"TargetVersions": {
|
1201
|
-
"shape": "
|
1202
|
+
"shape": "S8j"
|
1202
1203
|
}
|
1203
1204
|
}
|
1204
1205
|
}
|
@@ -1285,7 +1286,7 @@
|
|
1285
1286
|
"type": "timestamp"
|
1286
1287
|
},
|
1287
1288
|
"PluginProperties": {
|
1288
|
-
"shape": "
|
1289
|
+
"shape": "S3n"
|
1289
1290
|
}
|
1290
1291
|
}
|
1291
1292
|
}
|
@@ -1504,7 +1505,7 @@
|
|
1504
1505
|
"type": "structure",
|
1505
1506
|
"members": {
|
1506
1507
|
"DomainPackageDetailsList": {
|
1507
|
-
"shape": "
|
1508
|
+
"shape": "S9k"
|
1508
1509
|
},
|
1509
1510
|
"NextToken": {}
|
1510
1511
|
}
|
@@ -1618,7 +1619,7 @@
|
|
1618
1619
|
"type": "structure",
|
1619
1620
|
"members": {
|
1620
1621
|
"DomainPackageDetailsList": {
|
1621
|
-
"shape": "
|
1622
|
+
"shape": "S9k"
|
1622
1623
|
},
|
1623
1624
|
"NextToken": {}
|
1624
1625
|
}
|
@@ -1656,7 +1657,7 @@
|
|
1656
1657
|
"ScheduledActions": {
|
1657
1658
|
"type": "list",
|
1658
1659
|
"member": {
|
1659
|
-
"shape": "
|
1660
|
+
"shape": "S9x"
|
1660
1661
|
}
|
1661
1662
|
},
|
1662
1663
|
"NextToken": {}
|
@@ -1712,7 +1713,7 @@
|
|
1712
1713
|
"type": "structure",
|
1713
1714
|
"members": {
|
1714
1715
|
"Versions": {
|
1715
|
-
"shape": "
|
1716
|
+
"shape": "S8j"
|
1716
1717
|
},
|
1717
1718
|
"NextToken": {}
|
1718
1719
|
}
|
@@ -1778,7 +1779,7 @@
|
|
1778
1779
|
],
|
1779
1780
|
"members": {
|
1780
1781
|
"VpcEndpointSummaryList": {
|
1781
|
-
"shape": "
|
1782
|
+
"shape": "Sab"
|
1782
1783
|
},
|
1783
1784
|
"NextToken": {}
|
1784
1785
|
}
|
@@ -1813,7 +1814,7 @@
|
|
1813
1814
|
],
|
1814
1815
|
"members": {
|
1815
1816
|
"VpcEndpointSummaryList": {
|
1816
|
-
"shape": "
|
1817
|
+
"shape": "Sab"
|
1817
1818
|
},
|
1818
1819
|
"NextToken": {}
|
1819
1820
|
}
|
@@ -1884,7 +1885,7 @@
|
|
1884
1885
|
"members": {
|
1885
1886
|
"ARN": {},
|
1886
1887
|
"TagKeys": {
|
1887
|
-
"shape": "
|
1888
|
+
"shape": "S1n"
|
1888
1889
|
}
|
1889
1890
|
}
|
1890
1891
|
}
|
@@ -1985,45 +1986,46 @@
|
|
1985
1986
|
"shape": "S1h"
|
1986
1987
|
},
|
1987
1988
|
"SnapshotOptions": {
|
1988
|
-
"shape": "
|
1989
|
+
"shape": "S1l"
|
1989
1990
|
},
|
1990
1991
|
"VPCOptions": {
|
1991
|
-
"shape": "
|
1992
|
+
"shape": "S1m"
|
1992
1993
|
},
|
1993
1994
|
"CognitoOptions": {
|
1994
|
-
"shape": "
|
1995
|
+
"shape": "S1o"
|
1995
1996
|
},
|
1996
1997
|
"AdvancedOptions": {
|
1997
|
-
"shape": "
|
1998
|
+
"shape": "S1v"
|
1998
1999
|
},
|
1999
2000
|
"AccessPolicies": {},
|
2001
|
+
"IPAddressType": {},
|
2000
2002
|
"LogPublishingOptions": {
|
2001
|
-
"shape": "
|
2003
|
+
"shape": "S1w"
|
2002
2004
|
},
|
2003
2005
|
"EncryptionAtRestOptions": {
|
2004
|
-
"shape": "
|
2006
|
+
"shape": "S1s"
|
2005
2007
|
},
|
2006
2008
|
"DomainEndpointOptions": {
|
2007
|
-
"shape": "
|
2009
|
+
"shape": "S20"
|
2008
2010
|
},
|
2009
2011
|
"NodeToNodeEncryptionOptions": {
|
2010
|
-
"shape": "
|
2012
|
+
"shape": "S1u"
|
2011
2013
|
},
|
2012
2014
|
"AdvancedSecurityOptions": {
|
2013
|
-
"shape": "
|
2015
|
+
"shape": "S23"
|
2014
2016
|
},
|
2015
2017
|
"AutoTuneOptions": {
|
2016
|
-
"shape": "
|
2018
|
+
"shape": "S5n"
|
2017
2019
|
},
|
2018
2020
|
"DryRun": {
|
2019
2021
|
"type": "boolean"
|
2020
2022
|
},
|
2021
2023
|
"DryRunMode": {},
|
2022
2024
|
"OffPeakWindowOptions": {
|
2023
|
-
"shape": "
|
2025
|
+
"shape": "S2k"
|
2024
2026
|
},
|
2025
2027
|
"SoftwareUpdateOptions": {
|
2026
|
-
"shape": "
|
2028
|
+
"shape": "S2p"
|
2027
2029
|
}
|
2028
2030
|
}
|
2029
2031
|
},
|
@@ -2034,13 +2036,13 @@
|
|
2034
2036
|
],
|
2035
2037
|
"members": {
|
2036
2038
|
"DomainConfig": {
|
2037
|
-
"shape": "
|
2039
|
+
"shape": "S54"
|
2038
2040
|
},
|
2039
2041
|
"DryRunResults": {
|
2040
|
-
"shape": "
|
2042
|
+
"shape": "S6o"
|
2041
2043
|
},
|
2042
2044
|
"DryRunProgressStatus": {
|
2043
|
-
"shape": "
|
2045
|
+
"shape": "S6l"
|
2044
2046
|
}
|
2045
2047
|
}
|
2046
2048
|
}
|
@@ -2058,7 +2060,7 @@
|
|
2058
2060
|
"members": {
|
2059
2061
|
"PackageID": {},
|
2060
2062
|
"PackageSource": {
|
2061
|
-
"shape": "
|
2063
|
+
"shape": "S3f"
|
2062
2064
|
},
|
2063
2065
|
"PackageDescription": {},
|
2064
2066
|
"CommitMessage": {}
|
@@ -2068,7 +2070,7 @@
|
|
2068
2070
|
"type": "structure",
|
2069
2071
|
"members": {
|
2070
2072
|
"PackageDetails": {
|
2071
|
-
"shape": "
|
2073
|
+
"shape": "S3j"
|
2072
2074
|
}
|
2073
2075
|
}
|
2074
2076
|
}
|
@@ -2103,7 +2105,7 @@
|
|
2103
2105
|
"type": "structure",
|
2104
2106
|
"members": {
|
2105
2107
|
"ScheduledAction": {
|
2106
|
-
"shape": "
|
2108
|
+
"shape": "S9x"
|
2107
2109
|
}
|
2108
2110
|
}
|
2109
2111
|
}
|
@@ -2121,7 +2123,7 @@
|
|
2121
2123
|
"members": {
|
2122
2124
|
"VpcEndpointId": {},
|
2123
2125
|
"VpcOptions": {
|
2124
|
-
"shape": "
|
2126
|
+
"shape": "S1m"
|
2125
2127
|
}
|
2126
2128
|
}
|
2127
2129
|
},
|
@@ -2132,7 +2134,7 @@
|
|
2132
2134
|
],
|
2133
2135
|
"members": {
|
2134
2136
|
"VpcEndpoint": {
|
2135
|
-
"shape": "
|
2137
|
+
"shape": "S3x"
|
2136
2138
|
}
|
2137
2139
|
}
|
2138
2140
|
}
|
@@ -2154,7 +2156,7 @@
|
|
2154
2156
|
"type": "boolean"
|
2155
2157
|
},
|
2156
2158
|
"AdvancedOptions": {
|
2157
|
-
"shape": "
|
2159
|
+
"shape": "S1v"
|
2158
2160
|
}
|
2159
2161
|
}
|
2160
2162
|
},
|
@@ -2168,10 +2170,10 @@
|
|
2168
2170
|
"type": "boolean"
|
2169
2171
|
},
|
2170
2172
|
"AdvancedOptions": {
|
2171
|
-
"shape": "
|
2173
|
+
"shape": "S1v"
|
2172
2174
|
},
|
2173
2175
|
"ChangeProgressDetails": {
|
2174
|
-
"shape": "
|
2176
|
+
"shape": "S31"
|
2175
2177
|
}
|
2176
2178
|
}
|
2177
2179
|
}
|
@@ -2347,7 +2349,7 @@
|
|
2347
2349
|
}
|
2348
2350
|
}
|
2349
2351
|
},
|
2350
|
-
"
|
2352
|
+
"S1l": {
|
2351
2353
|
"type": "structure",
|
2352
2354
|
"members": {
|
2353
2355
|
"AutomatedSnapshotStartHour": {
|
@@ -2355,22 +2357,22 @@
|
|
2355
2357
|
}
|
2356
2358
|
}
|
2357
2359
|
},
|
2358
|
-
"
|
2360
|
+
"S1m": {
|
2359
2361
|
"type": "structure",
|
2360
2362
|
"members": {
|
2361
2363
|
"SubnetIds": {
|
2362
|
-
"shape": "
|
2364
|
+
"shape": "S1n"
|
2363
2365
|
},
|
2364
2366
|
"SecurityGroupIds": {
|
2365
|
-
"shape": "
|
2367
|
+
"shape": "S1n"
|
2366
2368
|
}
|
2367
2369
|
}
|
2368
2370
|
},
|
2369
|
-
"
|
2371
|
+
"S1n": {
|
2370
2372
|
"type": "list",
|
2371
2373
|
"member": {}
|
2372
2374
|
},
|
2373
|
-
"
|
2375
|
+
"S1o": {
|
2374
2376
|
"type": "structure",
|
2375
2377
|
"members": {
|
2376
2378
|
"Enabled": {
|
@@ -2381,7 +2383,7 @@
|
|
2381
2383
|
"RoleArn": {}
|
2382
2384
|
}
|
2383
2385
|
},
|
2384
|
-
"
|
2386
|
+
"S1s": {
|
2385
2387
|
"type": "structure",
|
2386
2388
|
"members": {
|
2387
2389
|
"Enabled": {
|
@@ -2390,7 +2392,7 @@
|
|
2390
2392
|
"KmsKeyId": {}
|
2391
2393
|
}
|
2392
2394
|
},
|
2393
|
-
"
|
2395
|
+
"S1u": {
|
2394
2396
|
"type": "structure",
|
2395
2397
|
"members": {
|
2396
2398
|
"Enabled": {
|
@@ -2398,12 +2400,12 @@
|
|
2398
2400
|
}
|
2399
2401
|
}
|
2400
2402
|
},
|
2401
|
-
"
|
2403
|
+
"S1v": {
|
2402
2404
|
"type": "map",
|
2403
2405
|
"key": {},
|
2404
2406
|
"value": {}
|
2405
2407
|
},
|
2406
|
-
"
|
2408
|
+
"S1w": {
|
2407
2409
|
"type": "map",
|
2408
2410
|
"key": {},
|
2409
2411
|
"value": {
|
@@ -2416,7 +2418,7 @@
|
|
2416
2418
|
}
|
2417
2419
|
}
|
2418
2420
|
},
|
2419
|
-
"
|
2421
|
+
"S20": {
|
2420
2422
|
"type": "structure",
|
2421
2423
|
"members": {
|
2422
2424
|
"EnforceHTTPS": {
|
@@ -2430,7 +2432,7 @@
|
|
2430
2432
|
"CustomEndpointCertificateArn": {}
|
2431
2433
|
}
|
2432
2434
|
},
|
2433
|
-
"
|
2435
|
+
"S23": {
|
2434
2436
|
"type": "structure",
|
2435
2437
|
"members": {
|
2436
2438
|
"Enabled": {
|
@@ -2444,7 +2446,7 @@
|
|
2444
2446
|
"members": {
|
2445
2447
|
"MasterUserARN": {},
|
2446
2448
|
"MasterUserName": {
|
2447
|
-
"shape": "
|
2449
|
+
"shape": "S25"
|
2448
2450
|
},
|
2449
2451
|
"MasterUserPassword": {
|
2450
2452
|
"type": "string",
|
@@ -2459,10 +2461,10 @@
|
|
2459
2461
|
"type": "boolean"
|
2460
2462
|
},
|
2461
2463
|
"Idp": {
|
2462
|
-
"shape": "
|
2464
|
+
"shape": "S28"
|
2463
2465
|
},
|
2464
2466
|
"MasterUserName": {
|
2465
|
-
"shape": "
|
2467
|
+
"shape": "S25"
|
2466
2468
|
},
|
2467
2469
|
"MasterBackendRole": {},
|
2468
2470
|
"SubjectKey": {},
|
@@ -2477,11 +2479,11 @@
|
|
2477
2479
|
}
|
2478
2480
|
}
|
2479
2481
|
},
|
2480
|
-
"
|
2482
|
+
"S25": {
|
2481
2483
|
"type": "string",
|
2482
2484
|
"sensitive": true
|
2483
2485
|
},
|
2484
|
-
"
|
2486
|
+
"S28": {
|
2485
2487
|
"type": "structure",
|
2486
2488
|
"required": [
|
2487
2489
|
"MetadataContent",
|
@@ -2492,7 +2494,7 @@
|
|
2492
2494
|
"EntityId": {}
|
2493
2495
|
}
|
2494
2496
|
},
|
2495
|
-
"
|
2497
|
+
"S2e": {
|
2496
2498
|
"type": "list",
|
2497
2499
|
"member": {
|
2498
2500
|
"type": "structure",
|
@@ -2513,7 +2515,7 @@
|
|
2513
2515
|
}
|
2514
2516
|
}
|
2515
2517
|
},
|
2516
|
-
"
|
2518
|
+
"S2k": {
|
2517
2519
|
"type": "structure",
|
2518
2520
|
"members": {
|
2519
2521
|
"Enabled": {
|
@@ -2541,7 +2543,7 @@
|
|
2541
2543
|
}
|
2542
2544
|
}
|
2543
2545
|
},
|
2544
|
-
"
|
2546
|
+
"S2p": {
|
2545
2547
|
"type": "structure",
|
2546
2548
|
"members": {
|
2547
2549
|
"AutoSoftwareUpdateEnabled": {
|
@@ -2549,7 +2551,7 @@
|
|
2549
2551
|
}
|
2550
2552
|
}
|
2551
2553
|
},
|
2552
|
-
"
|
2554
|
+
"S2r": {
|
2553
2555
|
"type": "structure",
|
2554
2556
|
"required": [
|
2555
2557
|
"DomainId",
|
@@ -2568,6 +2570,7 @@
|
|
2568
2570
|
"type": "boolean"
|
2569
2571
|
},
|
2570
2572
|
"Endpoint": {},
|
2573
|
+
"EndpointV2": {},
|
2571
2574
|
"Endpoints": {
|
2572
2575
|
"type": "map",
|
2573
2576
|
"key": {},
|
@@ -2587,35 +2590,36 @@
|
|
2587
2590
|
"shape": "S1h"
|
2588
2591
|
},
|
2589
2592
|
"AccessPolicies": {},
|
2593
|
+
"IPAddressType": {},
|
2590
2594
|
"SnapshotOptions": {
|
2591
|
-
"shape": "
|
2595
|
+
"shape": "S1l"
|
2592
2596
|
},
|
2593
2597
|
"VPCOptions": {
|
2594
|
-
"shape": "
|
2598
|
+
"shape": "S2v"
|
2595
2599
|
},
|
2596
2600
|
"CognitoOptions": {
|
2597
|
-
"shape": "
|
2601
|
+
"shape": "S1o"
|
2598
2602
|
},
|
2599
2603
|
"EncryptionAtRestOptions": {
|
2600
|
-
"shape": "
|
2604
|
+
"shape": "S1s"
|
2601
2605
|
},
|
2602
2606
|
"NodeToNodeEncryptionOptions": {
|
2603
|
-
"shape": "
|
2607
|
+
"shape": "S1u"
|
2604
2608
|
},
|
2605
2609
|
"AdvancedOptions": {
|
2606
|
-
"shape": "
|
2610
|
+
"shape": "S1v"
|
2607
2611
|
},
|
2608
2612
|
"LogPublishingOptions": {
|
2609
|
-
"shape": "
|
2613
|
+
"shape": "S1w"
|
2610
2614
|
},
|
2611
2615
|
"ServiceSoftwareOptions": {
|
2612
2616
|
"shape": "S15"
|
2613
2617
|
},
|
2614
2618
|
"DomainEndpointOptions": {
|
2615
|
-
"shape": "
|
2619
|
+
"shape": "S20"
|
2616
2620
|
},
|
2617
2621
|
"AdvancedSecurityOptions": {
|
2618
|
-
"shape": "
|
2622
|
+
"shape": "S2w"
|
2619
2623
|
},
|
2620
2624
|
"AutoTuneOptions": {
|
2621
2625
|
"type": "structure",
|
@@ -2628,32 +2632,32 @@
|
|
2628
2632
|
}
|
2629
2633
|
},
|
2630
2634
|
"ChangeProgressDetails": {
|
2631
|
-
"shape": "
|
2635
|
+
"shape": "S31"
|
2632
2636
|
},
|
2633
2637
|
"OffPeakWindowOptions": {
|
2634
|
-
"shape": "
|
2638
|
+
"shape": "S2k"
|
2635
2639
|
},
|
2636
2640
|
"SoftwareUpdateOptions": {
|
2637
|
-
"shape": "
|
2641
|
+
"shape": "S2p"
|
2638
2642
|
}
|
2639
2643
|
}
|
2640
2644
|
},
|
2641
|
-
"
|
2645
|
+
"S2v": {
|
2642
2646
|
"type": "structure",
|
2643
2647
|
"members": {
|
2644
2648
|
"VPCId": {},
|
2645
2649
|
"SubnetIds": {
|
2646
|
-
"shape": "
|
2650
|
+
"shape": "S1n"
|
2647
2651
|
},
|
2648
2652
|
"AvailabilityZones": {
|
2649
|
-
"shape": "
|
2653
|
+
"shape": "S1n"
|
2650
2654
|
},
|
2651
2655
|
"SecurityGroupIds": {
|
2652
|
-
"shape": "
|
2656
|
+
"shape": "S1n"
|
2653
2657
|
}
|
2654
2658
|
}
|
2655
2659
|
},
|
2656
|
-
"
|
2660
|
+
"S2w": {
|
2657
2661
|
"type": "structure",
|
2658
2662
|
"members": {
|
2659
2663
|
"Enabled": {
|
@@ -2669,7 +2673,7 @@
|
|
2669
2673
|
"type": "boolean"
|
2670
2674
|
},
|
2671
2675
|
"Idp": {
|
2672
|
-
"shape": "
|
2676
|
+
"shape": "S28"
|
2673
2677
|
},
|
2674
2678
|
"SubjectKey": {},
|
2675
2679
|
"RolesKey": {},
|
@@ -2686,14 +2690,14 @@
|
|
2686
2690
|
}
|
2687
2691
|
}
|
2688
2692
|
},
|
2689
|
-
"
|
2693
|
+
"S31": {
|
2690
2694
|
"type": "structure",
|
2691
2695
|
"members": {
|
2692
2696
|
"ChangeId": {},
|
2693
2697
|
"Message": {}
|
2694
2698
|
}
|
2695
2699
|
},
|
2696
|
-
"
|
2700
|
+
"S36": {
|
2697
2701
|
"type": "structure",
|
2698
2702
|
"members": {
|
2699
2703
|
"Endpoint": {},
|
@@ -2705,21 +2709,21 @@
|
|
2705
2709
|
}
|
2706
2710
|
}
|
2707
2711
|
},
|
2708
|
-
"
|
2712
|
+
"S3b": {
|
2709
2713
|
"type": "structure",
|
2710
2714
|
"members": {
|
2711
2715
|
"StatusCode": {},
|
2712
2716
|
"Message": {}
|
2713
2717
|
}
|
2714
2718
|
},
|
2715
|
-
"
|
2719
|
+
"S3f": {
|
2716
2720
|
"type": "structure",
|
2717
2721
|
"members": {
|
2718
2722
|
"S3BucketName": {},
|
2719
2723
|
"S3Key": {}
|
2720
2724
|
}
|
2721
2725
|
},
|
2722
|
-
"
|
2726
|
+
"S3j": {
|
2723
2727
|
"type": "structure",
|
2724
2728
|
"members": {
|
2725
2729
|
"PackageID": {},
|
@@ -2739,11 +2743,11 @@
|
|
2739
2743
|
},
|
2740
2744
|
"EngineVersion": {},
|
2741
2745
|
"AvailablePluginProperties": {
|
2742
|
-
"shape": "
|
2746
|
+
"shape": "S3n"
|
2743
2747
|
}
|
2744
2748
|
}
|
2745
2749
|
},
|
2746
|
-
"
|
2750
|
+
"S3n": {
|
2747
2751
|
"type": "structure",
|
2748
2752
|
"members": {
|
2749
2753
|
"Name": {},
|
@@ -2755,20 +2759,20 @@
|
|
2755
2759
|
}
|
2756
2760
|
}
|
2757
2761
|
},
|
2758
|
-
"
|
2762
|
+
"S3x": {
|
2759
2763
|
"type": "structure",
|
2760
2764
|
"members": {
|
2761
2765
|
"VpcEndpointId": {},
|
2762
2766
|
"VpcEndpointOwner": {},
|
2763
2767
|
"DomainArn": {},
|
2764
2768
|
"VpcOptions": {
|
2765
|
-
"shape": "
|
2769
|
+
"shape": "S2v"
|
2766
2770
|
},
|
2767
2771
|
"Status": {},
|
2768
2772
|
"Endpoint": {}
|
2769
2773
|
}
|
2770
2774
|
},
|
2771
|
-
"
|
2775
|
+
"S46": {
|
2772
2776
|
"type": "structure",
|
2773
2777
|
"members": {
|
2774
2778
|
"LocalDomainInfo": {
|
@@ -2780,15 +2784,15 @@
|
|
2780
2784
|
"ConnectionId": {},
|
2781
2785
|
"ConnectionAlias": {},
|
2782
2786
|
"ConnectionStatus": {
|
2783
|
-
"shape": "
|
2787
|
+
"shape": "S3b"
|
2784
2788
|
},
|
2785
2789
|
"ConnectionMode": {},
|
2786
2790
|
"ConnectionProperties": {
|
2787
|
-
"shape": "
|
2791
|
+
"shape": "S36"
|
2788
2792
|
}
|
2789
2793
|
}
|
2790
2794
|
},
|
2791
|
-
"
|
2795
|
+
"S4b": {
|
2792
2796
|
"type": "structure",
|
2793
2797
|
"members": {
|
2794
2798
|
"VpcEndpointId": {},
|
@@ -2797,7 +2801,7 @@
|
|
2797
2801
|
"Status": {}
|
2798
2802
|
}
|
2799
2803
|
},
|
2800
|
-
"
|
2804
|
+
"S54": {
|
2801
2805
|
"type": "structure",
|
2802
2806
|
"members": {
|
2803
2807
|
"EngineVersion": {
|
@@ -2809,7 +2813,7 @@
|
|
2809
2813
|
"members": {
|
2810
2814
|
"Options": {},
|
2811
2815
|
"Status": {
|
2812
|
-
"shape": "
|
2816
|
+
"shape": "S56"
|
2813
2817
|
}
|
2814
2818
|
}
|
2815
2819
|
},
|
@@ -2824,7 +2828,7 @@
|
|
2824
2828
|
"shape": "S1b"
|
2825
2829
|
},
|
2826
2830
|
"Status": {
|
2827
|
-
"shape": "
|
2831
|
+
"shape": "S56"
|
2828
2832
|
}
|
2829
2833
|
}
|
2830
2834
|
},
|
@@ -2839,7 +2843,7 @@
|
|
2839
2843
|
"shape": "S1h"
|
2840
2844
|
},
|
2841
2845
|
"Status": {
|
2842
|
-
"shape": "
|
2846
|
+
"shape": "S56"
|
2843
2847
|
}
|
2844
2848
|
}
|
2845
2849
|
},
|
@@ -2852,7 +2856,20 @@
|
|
2852
2856
|
"members": {
|
2853
2857
|
"Options": {},
|
2854
2858
|
"Status": {
|
2855
|
-
"shape": "
|
2859
|
+
"shape": "S56"
|
2860
|
+
}
|
2861
|
+
}
|
2862
|
+
},
|
2863
|
+
"IPAddressType": {
|
2864
|
+
"type": "structure",
|
2865
|
+
"required": [
|
2866
|
+
"Options",
|
2867
|
+
"Status"
|
2868
|
+
],
|
2869
|
+
"members": {
|
2870
|
+
"Options": {},
|
2871
|
+
"Status": {
|
2872
|
+
"shape": "S56"
|
2856
2873
|
}
|
2857
2874
|
}
|
2858
2875
|
},
|
@@ -2864,10 +2881,10 @@
|
|
2864
2881
|
],
|
2865
2882
|
"members": {
|
2866
2883
|
"Options": {
|
2867
|
-
"shape": "
|
2884
|
+
"shape": "S1l"
|
2868
2885
|
},
|
2869
2886
|
"Status": {
|
2870
|
-
"shape": "
|
2887
|
+
"shape": "S56"
|
2871
2888
|
}
|
2872
2889
|
}
|
2873
2890
|
},
|
@@ -2879,10 +2896,10 @@
|
|
2879
2896
|
],
|
2880
2897
|
"members": {
|
2881
2898
|
"Options": {
|
2882
|
-
"shape": "
|
2899
|
+
"shape": "S2v"
|
2883
2900
|
},
|
2884
2901
|
"Status": {
|
2885
|
-
"shape": "
|
2902
|
+
"shape": "S56"
|
2886
2903
|
}
|
2887
2904
|
}
|
2888
2905
|
},
|
@@ -2894,10 +2911,10 @@
|
|
2894
2911
|
],
|
2895
2912
|
"members": {
|
2896
2913
|
"Options": {
|
2897
|
-
"shape": "
|
2914
|
+
"shape": "S1o"
|
2898
2915
|
},
|
2899
2916
|
"Status": {
|
2900
|
-
"shape": "
|
2917
|
+
"shape": "S56"
|
2901
2918
|
}
|
2902
2919
|
}
|
2903
2920
|
},
|
@@ -2909,10 +2926,10 @@
|
|
2909
2926
|
],
|
2910
2927
|
"members": {
|
2911
2928
|
"Options": {
|
2912
|
-
"shape": "
|
2929
|
+
"shape": "S1s"
|
2913
2930
|
},
|
2914
2931
|
"Status": {
|
2915
|
-
"shape": "
|
2932
|
+
"shape": "S56"
|
2916
2933
|
}
|
2917
2934
|
}
|
2918
2935
|
},
|
@@ -2924,10 +2941,10 @@
|
|
2924
2941
|
],
|
2925
2942
|
"members": {
|
2926
2943
|
"Options": {
|
2927
|
-
"shape": "
|
2944
|
+
"shape": "S1u"
|
2928
2945
|
},
|
2929
2946
|
"Status": {
|
2930
|
-
"shape": "
|
2947
|
+
"shape": "S56"
|
2931
2948
|
}
|
2932
2949
|
}
|
2933
2950
|
},
|
@@ -2939,10 +2956,10 @@
|
|
2939
2956
|
],
|
2940
2957
|
"members": {
|
2941
2958
|
"Options": {
|
2942
|
-
"shape": "
|
2959
|
+
"shape": "S1v"
|
2943
2960
|
},
|
2944
2961
|
"Status": {
|
2945
|
-
"shape": "
|
2962
|
+
"shape": "S56"
|
2946
2963
|
}
|
2947
2964
|
}
|
2948
2965
|
},
|
@@ -2950,10 +2967,10 @@
|
|
2950
2967
|
"type": "structure",
|
2951
2968
|
"members": {
|
2952
2969
|
"Options": {
|
2953
|
-
"shape": "
|
2970
|
+
"shape": "S1w"
|
2954
2971
|
},
|
2955
2972
|
"Status": {
|
2956
|
-
"shape": "
|
2973
|
+
"shape": "S56"
|
2957
2974
|
}
|
2958
2975
|
}
|
2959
2976
|
},
|
@@ -2965,10 +2982,10 @@
|
|
2965
2982
|
],
|
2966
2983
|
"members": {
|
2967
2984
|
"Options": {
|
2968
|
-
"shape": "
|
2985
|
+
"shape": "S20"
|
2969
2986
|
},
|
2970
2987
|
"Status": {
|
2971
|
-
"shape": "
|
2988
|
+
"shape": "S56"
|
2972
2989
|
}
|
2973
2990
|
}
|
2974
2991
|
},
|
@@ -2980,10 +2997,10 @@
|
|
2980
2997
|
],
|
2981
2998
|
"members": {
|
2982
2999
|
"Options": {
|
2983
|
-
"shape": "
|
3000
|
+
"shape": "S2w"
|
2984
3001
|
},
|
2985
3002
|
"Status": {
|
2986
|
-
"shape": "
|
3003
|
+
"shape": "S56"
|
2987
3004
|
}
|
2988
3005
|
}
|
2989
3006
|
},
|
@@ -2991,7 +3008,7 @@
|
|
2991
3008
|
"type": "structure",
|
2992
3009
|
"members": {
|
2993
3010
|
"Options": {
|
2994
|
-
"shape": "
|
3011
|
+
"shape": "S5n"
|
2995
3012
|
},
|
2996
3013
|
"Status": {
|
2997
3014
|
"type": "structure",
|
@@ -3020,16 +3037,16 @@
|
|
3020
3037
|
}
|
3021
3038
|
},
|
3022
3039
|
"ChangeProgressDetails": {
|
3023
|
-
"shape": "
|
3040
|
+
"shape": "S31"
|
3024
3041
|
},
|
3025
3042
|
"OffPeakWindowOptions": {
|
3026
3043
|
"type": "structure",
|
3027
3044
|
"members": {
|
3028
3045
|
"Options": {
|
3029
|
-
"shape": "
|
3046
|
+
"shape": "S2k"
|
3030
3047
|
},
|
3031
3048
|
"Status": {
|
3032
|
-
"shape": "
|
3049
|
+
"shape": "S56"
|
3033
3050
|
}
|
3034
3051
|
}
|
3035
3052
|
},
|
@@ -3037,16 +3054,16 @@
|
|
3037
3054
|
"type": "structure",
|
3038
3055
|
"members": {
|
3039
3056
|
"Options": {
|
3040
|
-
"shape": "
|
3057
|
+
"shape": "S2p"
|
3041
3058
|
},
|
3042
3059
|
"Status": {
|
3043
|
-
"shape": "
|
3060
|
+
"shape": "S56"
|
3044
3061
|
}
|
3045
3062
|
}
|
3046
3063
|
}
|
3047
3064
|
}
|
3048
3065
|
},
|
3049
|
-
"
|
3066
|
+
"S56": {
|
3050
3067
|
"type": "structure",
|
3051
3068
|
"required": [
|
3052
3069
|
"CreationDate",
|
@@ -3069,20 +3086,20 @@
|
|
3069
3086
|
}
|
3070
3087
|
}
|
3071
3088
|
},
|
3072
|
-
"
|
3089
|
+
"S5n": {
|
3073
3090
|
"type": "structure",
|
3074
3091
|
"members": {
|
3075
3092
|
"DesiredState": {},
|
3076
3093
|
"RollbackOnDisable": {},
|
3077
3094
|
"MaintenanceSchedules": {
|
3078
|
-
"shape": "
|
3095
|
+
"shape": "S2e"
|
3079
3096
|
},
|
3080
3097
|
"UseOffPeakWindow": {
|
3081
3098
|
"type": "boolean"
|
3082
3099
|
}
|
3083
3100
|
}
|
3084
3101
|
},
|
3085
|
-
"
|
3102
|
+
"S6l": {
|
3086
3103
|
"type": "structure",
|
3087
3104
|
"required": [
|
3088
3105
|
"DryRunId",
|
@@ -3107,14 +3124,14 @@
|
|
3107
3124
|
}
|
3108
3125
|
}
|
3109
3126
|
},
|
3110
|
-
"
|
3127
|
+
"S6o": {
|
3111
3128
|
"type": "structure",
|
3112
3129
|
"members": {
|
3113
3130
|
"DeploymentType": {},
|
3114
3131
|
"Message": {}
|
3115
3132
|
}
|
3116
3133
|
},
|
3117
|
-
"
|
3134
|
+
"S6r": {
|
3118
3135
|
"type": "list",
|
3119
3136
|
"member": {
|
3120
3137
|
"type": "structure",
|
@@ -3127,11 +3144,11 @@
|
|
3127
3144
|
}
|
3128
3145
|
}
|
3129
3146
|
},
|
3130
|
-
"
|
3147
|
+
"S78": {
|
3131
3148
|
"type": "list",
|
3132
3149
|
"member": {}
|
3133
3150
|
},
|
3134
|
-
"
|
3151
|
+
"S7y": {
|
3135
3152
|
"type": "list",
|
3136
3153
|
"member": {
|
3137
3154
|
"type": "structure",
|
@@ -3143,17 +3160,17 @@
|
|
3143
3160
|
}
|
3144
3161
|
}
|
3145
3162
|
},
|
3146
|
-
"
|
3163
|
+
"S8j": {
|
3147
3164
|
"type": "list",
|
3148
3165
|
"member": {}
|
3149
3166
|
},
|
3150
|
-
"
|
3167
|
+
"S9k": {
|
3151
3168
|
"type": "list",
|
3152
3169
|
"member": {
|
3153
3170
|
"shape": "Sn"
|
3154
3171
|
}
|
3155
3172
|
},
|
3156
|
-
"
|
3173
|
+
"S9x": {
|
3157
3174
|
"type": "structure",
|
3158
3175
|
"required": [
|
3159
3176
|
"Id",
|
@@ -3179,10 +3196,10 @@
|
|
3179
3196
|
}
|
3180
3197
|
}
|
3181
3198
|
},
|
3182
|
-
"
|
3199
|
+
"Sab": {
|
3183
3200
|
"type": "list",
|
3184
3201
|
"member": {
|
3185
|
-
"shape": "
|
3202
|
+
"shape": "S4b"
|
3186
3203
|
}
|
3187
3204
|
}
|
3188
3205
|
}
|