cdk-lambda-subminute 2.0.299 → 2.0.301
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 +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -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 +434 -269
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
- 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/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/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/mwaa-2020-07-01.min.json +31 -26
- 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/redshift-2012-12-01.min.json +6 -2
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
- 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 +1119 -79
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
- package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
- 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/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/lambda.d.ts +40 -6
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
- 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 +1 -1
- package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
- package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
- 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 +1517 -128
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- 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 +36 -36
- package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
- 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
@@ -77,6 +77,24 @@
|
|
77
77
|
"limit_key": "maxResults",
|
78
78
|
"result_key": "infrastructureConfigurationSummaryList"
|
79
79
|
},
|
80
|
+
"ListLifecycleExecutionResources": {
|
81
|
+
"input_token": "nextToken",
|
82
|
+
"output_token": "nextToken",
|
83
|
+
"limit_key": "maxResults",
|
84
|
+
"result_key": "resources"
|
85
|
+
},
|
86
|
+
"ListLifecycleExecutions": {
|
87
|
+
"input_token": "nextToken",
|
88
|
+
"output_token": "nextToken",
|
89
|
+
"limit_key": "maxResults",
|
90
|
+
"result_key": "lifecycleExecutions"
|
91
|
+
},
|
92
|
+
"ListLifecyclePolicies": {
|
93
|
+
"input_token": "nextToken",
|
94
|
+
"output_token": "nextToken",
|
95
|
+
"limit_key": "maxResults",
|
96
|
+
"result_key": "lifecyclePolicySummaryList"
|
97
|
+
},
|
80
98
|
"ListWorkflowExecutions": {
|
81
99
|
"input_token": "nextToken",
|
82
100
|
"output_token": "nextToken",
|
@@ -4120,7 +4120,7 @@
|
|
4120
4120
|
"shape": "Snc"
|
4121
4121
|
},
|
4122
4122
|
"thingGroupIndexingConfiguration": {
|
4123
|
-
"shape": "
|
4123
|
+
"shape": "Sns"
|
4124
4124
|
}
|
4125
4125
|
}
|
4126
4126
|
}
|
@@ -4282,7 +4282,7 @@
|
|
4282
4282
|
"type": "structure",
|
4283
4283
|
"members": {
|
4284
4284
|
"versionUpdateByJobsConfig": {
|
4285
|
-
"shape": "
|
4285
|
+
"shape": "So8"
|
4286
4286
|
}
|
4287
4287
|
}
|
4288
4288
|
}
|
@@ -4667,7 +4667,7 @@
|
|
4667
4667
|
"shape": "S9n"
|
4668
4668
|
},
|
4669
4669
|
"violationEventAdditionalInfo": {
|
4670
|
-
"shape": "
|
4670
|
+
"shape": "Spi"
|
4671
4671
|
},
|
4672
4672
|
"verificationState": {},
|
4673
4673
|
"verificationStateDescription": {},
|
@@ -4718,7 +4718,7 @@
|
|
4718
4718
|
"type": "structure",
|
4719
4719
|
"members": {
|
4720
4720
|
"policies": {
|
4721
|
-
"shape": "
|
4721
|
+
"shape": "Spp"
|
4722
4722
|
},
|
4723
4723
|
"nextMarker": {}
|
4724
4724
|
}
|
@@ -5159,7 +5159,7 @@
|
|
5159
5159
|
"type": "structure",
|
5160
5160
|
"members": {
|
5161
5161
|
"certificates": {
|
5162
|
-
"shape": "
|
5162
|
+
"shape": "Sqr"
|
5163
5163
|
},
|
5164
5164
|
"nextMarker": {}
|
5165
5165
|
}
|
@@ -5200,7 +5200,7 @@
|
|
5200
5200
|
"type": "structure",
|
5201
5201
|
"members": {
|
5202
5202
|
"certificates": {
|
5203
|
-
"shape": "
|
5203
|
+
"shape": "Sqr"
|
5204
5204
|
},
|
5205
5205
|
"nextMarker": {}
|
5206
5206
|
}
|
@@ -5528,7 +5528,7 @@
|
|
5528
5528
|
"members": {
|
5529
5529
|
"thingArn": {},
|
5530
5530
|
"jobExecutionSummary": {
|
5531
|
-
"shape": "
|
5531
|
+
"shape": "Srr"
|
5532
5532
|
}
|
5533
5533
|
}
|
5534
5534
|
}
|
@@ -5585,7 +5585,7 @@
|
|
5585
5585
|
"members": {
|
5586
5586
|
"jobId": {},
|
5587
5587
|
"jobExecutionSummary": {
|
5588
|
-
"shape": "
|
5588
|
+
"shape": "Srr"
|
5589
5589
|
}
|
5590
5590
|
}
|
5591
5591
|
}
|
@@ -6083,7 +6083,7 @@
|
|
6083
6083
|
"type": "structure",
|
6084
6084
|
"members": {
|
6085
6085
|
"policies": {
|
6086
|
-
"shape": "
|
6086
|
+
"shape": "Spp"
|
6087
6087
|
},
|
6088
6088
|
"nextMarker": {}
|
6089
6089
|
}
|
@@ -6124,7 +6124,7 @@
|
|
6124
6124
|
"type": "structure",
|
6125
6125
|
"members": {
|
6126
6126
|
"principals": {
|
6127
|
-
"shape": "
|
6127
|
+
"shape": "St2"
|
6128
6128
|
},
|
6129
6129
|
"nextMarker": {}
|
6130
6130
|
}
|
@@ -6204,7 +6204,7 @@
|
|
6204
6204
|
"type": "structure",
|
6205
6205
|
"members": {
|
6206
6206
|
"policies": {
|
6207
|
-
"shape": "
|
6207
|
+
"shape": "Spp"
|
6208
6208
|
},
|
6209
6209
|
"nextMarker": {}
|
6210
6210
|
}
|
@@ -6241,7 +6241,7 @@
|
|
6241
6241
|
"type": "structure",
|
6242
6242
|
"members": {
|
6243
6243
|
"things": {
|
6244
|
-
"shape": "
|
6244
|
+
"shape": "Stc"
|
6245
6245
|
},
|
6246
6246
|
"nextToken": {}
|
6247
6247
|
}
|
@@ -6487,7 +6487,7 @@
|
|
6487
6487
|
"securityProfileIdentifiers": {
|
6488
6488
|
"type": "list",
|
6489
6489
|
"member": {
|
6490
|
-
"shape": "
|
6490
|
+
"shape": "Stx"
|
6491
6491
|
}
|
6492
6492
|
},
|
6493
6493
|
"nextToken": {}
|
@@ -6534,10 +6534,10 @@
|
|
6534
6534
|
"type": "structure",
|
6535
6535
|
"members": {
|
6536
6536
|
"securityProfileIdentifier": {
|
6537
|
-
"shape": "
|
6537
|
+
"shape": "Stx"
|
6538
6538
|
},
|
6539
6539
|
"target": {
|
6540
|
-
"shape": "
|
6540
|
+
"shape": "Su2"
|
6541
6541
|
}
|
6542
6542
|
}
|
6543
6543
|
}
|
@@ -6690,7 +6690,7 @@
|
|
6690
6690
|
"securityProfileTargets": {
|
6691
6691
|
"type": "list",
|
6692
6692
|
"member": {
|
6693
|
-
"shape": "
|
6693
|
+
"shape": "Su2"
|
6694
6694
|
}
|
6695
6695
|
},
|
6696
6696
|
"nextToken": {}
|
@@ -6805,7 +6805,7 @@
|
|
6805
6805
|
"type": "structure",
|
6806
6806
|
"members": {
|
6807
6807
|
"principals": {
|
6808
|
-
"shape": "
|
6808
|
+
"shape": "St2"
|
6809
6809
|
},
|
6810
6810
|
"nextToken": {}
|
6811
6811
|
}
|
@@ -7024,7 +7024,7 @@
|
|
7024
7024
|
"type": "structure",
|
7025
7025
|
"members": {
|
7026
7026
|
"things": {
|
7027
|
-
"shape": "
|
7027
|
+
"shape": "Stc"
|
7028
7028
|
},
|
7029
7029
|
"nextToken": {}
|
7030
7030
|
}
|
@@ -7065,7 +7065,7 @@
|
|
7065
7065
|
"type": "structure",
|
7066
7066
|
"members": {
|
7067
7067
|
"things": {
|
7068
|
-
"shape": "
|
7068
|
+
"shape": "Stc"
|
7069
7069
|
},
|
7070
7070
|
"nextToken": {}
|
7071
7071
|
}
|
@@ -7217,7 +7217,7 @@
|
|
7217
7217
|
"type": "structure",
|
7218
7218
|
"members": {
|
7219
7219
|
"logTarget": {
|
7220
|
-
"shape": "
|
7220
|
+
"shape": "Svq"
|
7221
7221
|
},
|
7222
7222
|
"logLevel": {}
|
7223
7223
|
}
|
@@ -7299,7 +7299,7 @@
|
|
7299
7299
|
"shape": "S9n"
|
7300
7300
|
},
|
7301
7301
|
"violationEventAdditionalInfo": {
|
7302
|
-
"shape": "
|
7302
|
+
"shape": "Spi"
|
7303
7303
|
},
|
7304
7304
|
"violationEventType": {},
|
7305
7305
|
"verificationState": {},
|
@@ -7570,7 +7570,7 @@
|
|
7570
7570
|
"thingId": {},
|
7571
7571
|
"thingTypeName": {},
|
7572
7572
|
"thingGroupNames": {
|
7573
|
-
"shape": "
|
7573
|
+
"shape": "Swm"
|
7574
7574
|
},
|
7575
7575
|
"attributes": {
|
7576
7576
|
"shape": "S3o"
|
@@ -7604,7 +7604,7 @@
|
|
7604
7604
|
"shape": "S3o"
|
7605
7605
|
},
|
7606
7606
|
"parentGroupNames": {
|
7607
|
-
"shape": "
|
7607
|
+
"shape": "Swm"
|
7608
7608
|
}
|
7609
7609
|
}
|
7610
7610
|
}
|
@@ -7692,7 +7692,7 @@
|
|
7692
7692
|
],
|
7693
7693
|
"members": {
|
7694
7694
|
"logTarget": {
|
7695
|
-
"shape": "
|
7695
|
+
"shape": "Svq"
|
7696
7696
|
},
|
7697
7697
|
"logLevel": {}
|
7698
7698
|
}
|
@@ -7901,7 +7901,7 @@
|
|
7901
7901
|
"authInfos": {
|
7902
7902
|
"type": "list",
|
7903
7903
|
"member": {
|
7904
|
-
"shape": "
|
7904
|
+
"shape": "Sxf"
|
7905
7905
|
}
|
7906
7906
|
},
|
7907
7907
|
"clientId": {
|
@@ -7909,10 +7909,10 @@
|
|
7909
7909
|
"locationName": "clientId"
|
7910
7910
|
},
|
7911
7911
|
"policyNamesToAdd": {
|
7912
|
-
"shape": "
|
7912
|
+
"shape": "Sxj"
|
7913
7913
|
},
|
7914
7914
|
"policyNamesToSkip": {
|
7915
|
-
"shape": "
|
7915
|
+
"shape": "Sxj"
|
7916
7916
|
}
|
7917
7917
|
}
|
7918
7918
|
},
|
@@ -7925,13 +7925,13 @@
|
|
7925
7925
|
"type": "structure",
|
7926
7926
|
"members": {
|
7927
7927
|
"authInfo": {
|
7928
|
-
"shape": "
|
7928
|
+
"shape": "Sxf"
|
7929
7929
|
},
|
7930
7930
|
"allowed": {
|
7931
7931
|
"type": "structure",
|
7932
7932
|
"members": {
|
7933
7933
|
"policies": {
|
7934
|
-
"shape": "
|
7934
|
+
"shape": "Spp"
|
7935
7935
|
}
|
7936
7936
|
}
|
7937
7937
|
},
|
@@ -7942,7 +7942,7 @@
|
|
7942
7942
|
"type": "structure",
|
7943
7943
|
"members": {
|
7944
7944
|
"policies": {
|
7945
|
-
"shape": "
|
7945
|
+
"shape": "Spp"
|
7946
7946
|
}
|
7947
7947
|
}
|
7948
7948
|
},
|
@@ -7950,7 +7950,7 @@
|
|
7950
7950
|
"type": "structure",
|
7951
7951
|
"members": {
|
7952
7952
|
"policies": {
|
7953
|
-
"shape": "
|
7953
|
+
"shape": "Spp"
|
7954
7954
|
}
|
7955
7955
|
}
|
7956
7956
|
}
|
@@ -8467,7 +8467,7 @@
|
|
8467
8467
|
"shape": "Snc"
|
8468
8468
|
},
|
8469
8469
|
"thingGroupIndexingConfiguration": {
|
8470
|
-
"shape": "
|
8470
|
+
"shape": "Sns"
|
8471
8471
|
}
|
8472
8472
|
}
|
8473
8473
|
},
|
@@ -8589,7 +8589,7 @@
|
|
8589
8589
|
"type": "structure",
|
8590
8590
|
"members": {
|
8591
8591
|
"versionUpdateByJobsConfig": {
|
8592
|
-
"shape": "
|
8592
|
+
"shape": "So8"
|
8593
8593
|
},
|
8594
8594
|
"clientToken": {
|
8595
8595
|
"idempotencyToken": true,
|
@@ -8936,10 +8936,10 @@
|
|
8936
8936
|
"members": {
|
8937
8937
|
"thingName": {},
|
8938
8938
|
"thingGroupsToAdd": {
|
8939
|
-
"shape": "
|
8939
|
+
"shape": "S103"
|
8940
8940
|
},
|
8941
8941
|
"thingGroupsToRemove": {
|
8942
|
-
"shape": "
|
8942
|
+
"shape": "S103"
|
8943
8943
|
},
|
8944
8944
|
"overrideDynamicGroups": {
|
8945
8945
|
"type": "boolean"
|
@@ -10550,6 +10550,16 @@
|
|
10550
10550
|
"namedShadowNames": {
|
10551
10551
|
"type": "list",
|
10552
10552
|
"member": {}
|
10553
|
+
},
|
10554
|
+
"geoLocations": {
|
10555
|
+
"type": "list",
|
10556
|
+
"member": {
|
10557
|
+
"type": "structure",
|
10558
|
+
"members": {
|
10559
|
+
"name": {},
|
10560
|
+
"order": {}
|
10561
|
+
}
|
10562
|
+
}
|
10553
10563
|
}
|
10554
10564
|
}
|
10555
10565
|
}
|
@@ -10565,7 +10575,7 @@
|
|
10565
10575
|
}
|
10566
10576
|
}
|
10567
10577
|
},
|
10568
|
-
"
|
10578
|
+
"Sns": {
|
10569
10579
|
"type": "structure",
|
10570
10580
|
"required": [
|
10571
10581
|
"thingGroupIndexingMode"
|
@@ -10580,7 +10590,7 @@
|
|
10580
10590
|
}
|
10581
10591
|
}
|
10582
10592
|
},
|
10583
|
-
"
|
10593
|
+
"So8": {
|
10584
10594
|
"type": "structure",
|
10585
10595
|
"members": {
|
10586
10596
|
"enabled": {
|
@@ -10589,13 +10599,13 @@
|
|
10589
10599
|
"roleArn": {}
|
10590
10600
|
}
|
10591
10601
|
},
|
10592
|
-
"
|
10602
|
+
"Spi": {
|
10593
10603
|
"type": "structure",
|
10594
10604
|
"members": {
|
10595
10605
|
"confidenceLevel": {}
|
10596
10606
|
}
|
10597
10607
|
},
|
10598
|
-
"
|
10608
|
+
"Spp": {
|
10599
10609
|
"type": "list",
|
10600
10610
|
"member": {
|
10601
10611
|
"type": "structure",
|
@@ -10605,7 +10615,7 @@
|
|
10605
10615
|
}
|
10606
10616
|
}
|
10607
10617
|
},
|
10608
|
-
"
|
10618
|
+
"Sqr": {
|
10609
10619
|
"type": "list",
|
10610
10620
|
"member": {
|
10611
10621
|
"type": "structure",
|
@@ -10620,7 +10630,7 @@
|
|
10620
10630
|
}
|
10621
10631
|
}
|
10622
10632
|
},
|
10623
|
-
"
|
10633
|
+
"Srr": {
|
10624
10634
|
"type": "structure",
|
10625
10635
|
"members": {
|
10626
10636
|
"status": {},
|
@@ -10641,15 +10651,15 @@
|
|
10641
10651
|
}
|
10642
10652
|
}
|
10643
10653
|
},
|
10644
|
-
"
|
10654
|
+
"St2": {
|
10645
10655
|
"type": "list",
|
10646
10656
|
"member": {}
|
10647
10657
|
},
|
10648
|
-
"
|
10658
|
+
"Stc": {
|
10649
10659
|
"type": "list",
|
10650
10660
|
"member": {}
|
10651
10661
|
},
|
10652
|
-
"
|
10662
|
+
"Stx": {
|
10653
10663
|
"type": "structure",
|
10654
10664
|
"required": [
|
10655
10665
|
"name",
|
@@ -10660,7 +10670,7 @@
|
|
10660
10670
|
"arn": {}
|
10661
10671
|
}
|
10662
10672
|
},
|
10663
|
-
"
|
10673
|
+
"Su2": {
|
10664
10674
|
"type": "structure",
|
10665
10675
|
"required": [
|
10666
10676
|
"arn"
|
@@ -10669,7 +10679,7 @@
|
|
10669
10679
|
"arn": {}
|
10670
10680
|
}
|
10671
10681
|
},
|
10672
|
-
"
|
10682
|
+
"Svq": {
|
10673
10683
|
"type": "structure",
|
10674
10684
|
"required": [
|
10675
10685
|
"targetType"
|
@@ -10679,11 +10689,11 @@
|
|
10679
10689
|
"targetName": {}
|
10680
10690
|
}
|
10681
10691
|
},
|
10682
|
-
"
|
10692
|
+
"Swm": {
|
10683
10693
|
"type": "list",
|
10684
10694
|
"member": {}
|
10685
10695
|
},
|
10686
|
-
"
|
10696
|
+
"Sxf": {
|
10687
10697
|
"type": "structure",
|
10688
10698
|
"required": [
|
10689
10699
|
"resources"
|
@@ -10696,11 +10706,11 @@
|
|
10696
10706
|
}
|
10697
10707
|
}
|
10698
10708
|
},
|
10699
|
-
"
|
10709
|
+
"Sxj": {
|
10700
10710
|
"type": "list",
|
10701
10711
|
"member": {}
|
10702
10712
|
},
|
10703
|
-
"
|
10713
|
+
"S103": {
|
10704
10714
|
"type": "list",
|
10705
10715
|
"member": {}
|
10706
10716
|
}
|