cdk-lambda-subminute 2.0.292 → 2.0.293
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 +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +29 -16
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +217 -52
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +82 -76
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +25 -21
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +9 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +48 -24
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +46 -117
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.paginators.json +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connectcases.d.ts +17 -2
- package/node_modules/aws-sdk/clients/guardduty.d.ts +168 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +17 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +12 -0
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +40 -2
- package/node_modules/aws-sdk/clients/sqs.d.ts +15 -13
- 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 +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +55 -122
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1772,14 +1772,26 @@
|
|
1772
1772
|
"locationName": "uid"
|
1773
1773
|
},
|
1774
1774
|
"Groups": {
|
1775
|
-
"
|
1776
|
-
"
|
1777
|
-
"member": {}
|
1775
|
+
"shape": "S61",
|
1776
|
+
"locationName": "groups"
|
1778
1777
|
},
|
1779
1778
|
"SessionName": {
|
1780
1779
|
"locationName": "sessionName",
|
1781
1780
|
"type": "list",
|
1782
1781
|
"member": {}
|
1782
|
+
},
|
1783
|
+
"ImpersonatedUser": {
|
1784
|
+
"locationName": "impersonatedUser",
|
1785
|
+
"type": "structure",
|
1786
|
+
"members": {
|
1787
|
+
"Username": {
|
1788
|
+
"locationName": "username"
|
1789
|
+
},
|
1790
|
+
"Groups": {
|
1791
|
+
"shape": "S61",
|
1792
|
+
"locationName": "groups"
|
1793
|
+
}
|
1794
|
+
}
|
1783
1795
|
}
|
1784
1796
|
}
|
1785
1797
|
},
|
@@ -1804,12 +1816,23 @@
|
|
1804
1816
|
"type": "boolean"
|
1805
1817
|
},
|
1806
1818
|
"Containers": {
|
1807
|
-
"shape": "
|
1819
|
+
"shape": "S65",
|
1808
1820
|
"locationName": "containers"
|
1809
1821
|
},
|
1810
1822
|
"Volumes": {
|
1811
|
-
"shape": "
|
1823
|
+
"shape": "S6a",
|
1812
1824
|
"locationName": "volumes"
|
1825
|
+
},
|
1826
|
+
"ServiceAccountName": {
|
1827
|
+
"locationName": "serviceAccountName"
|
1828
|
+
},
|
1829
|
+
"HostIPC": {
|
1830
|
+
"locationName": "hostIPC",
|
1831
|
+
"type": "boolean"
|
1832
|
+
},
|
1833
|
+
"HostPID": {
|
1834
|
+
"locationName": "hostPID",
|
1835
|
+
"type": "boolean"
|
1813
1836
|
}
|
1814
1837
|
}
|
1815
1838
|
}
|
@@ -1890,11 +1913,11 @@
|
|
1890
1913
|
"locationName": "tags"
|
1891
1914
|
},
|
1892
1915
|
"Volumes": {
|
1893
|
-
"shape": "
|
1916
|
+
"shape": "S6a",
|
1894
1917
|
"locationName": "volumes"
|
1895
1918
|
},
|
1896
1919
|
"Containers": {
|
1897
|
-
"shape": "
|
1920
|
+
"shape": "S65",
|
1898
1921
|
"locationName": "containers"
|
1899
1922
|
},
|
1900
1923
|
"Group": {
|
@@ -1905,7 +1928,7 @@
|
|
1905
1928
|
}
|
1906
1929
|
},
|
1907
1930
|
"ContainerDetails": {
|
1908
|
-
"shape": "
|
1931
|
+
"shape": "S66",
|
1909
1932
|
"locationName": "containerDetails"
|
1910
1933
|
},
|
1911
1934
|
"RdsDbInstanceDetails": {
|
@@ -2046,7 +2069,7 @@
|
|
2046
2069
|
"locationName": "userAgent"
|
2047
2070
|
},
|
2048
2071
|
"RemoteIpDetails": {
|
2049
|
-
"shape": "
|
2072
|
+
"shape": "S6p",
|
2050
2073
|
"locationName": "remoteIpDetails"
|
2051
2074
|
},
|
2052
2075
|
"ServiceName": {
|
@@ -2104,18 +2127,18 @@
|
|
2104
2127
|
"locationName": "connectionDirection"
|
2105
2128
|
},
|
2106
2129
|
"LocalPortDetails": {
|
2107
|
-
"shape": "
|
2130
|
+
"shape": "S6y",
|
2108
2131
|
"locationName": "localPortDetails"
|
2109
2132
|
},
|
2110
2133
|
"Protocol": {
|
2111
2134
|
"locationName": "protocol"
|
2112
2135
|
},
|
2113
2136
|
"LocalIpDetails": {
|
2114
|
-
"shape": "
|
2137
|
+
"shape": "S6z",
|
2115
2138
|
"locationName": "localIpDetails"
|
2116
2139
|
},
|
2117
2140
|
"RemoteIpDetails": {
|
2118
|
-
"shape": "
|
2141
|
+
"shape": "S6p",
|
2119
2142
|
"locationName": "remoteIpDetails"
|
2120
2143
|
},
|
2121
2144
|
"RemotePortDetails": {
|
@@ -2148,15 +2171,15 @@
|
|
2148
2171
|
"type": "structure",
|
2149
2172
|
"members": {
|
2150
2173
|
"LocalPortDetails": {
|
2151
|
-
"shape": "
|
2174
|
+
"shape": "S6y",
|
2152
2175
|
"locationName": "localPortDetails"
|
2153
2176
|
},
|
2154
2177
|
"LocalIpDetails": {
|
2155
|
-
"shape": "
|
2178
|
+
"shape": "S6z",
|
2156
2179
|
"locationName": "localIpDetails"
|
2157
2180
|
},
|
2158
2181
|
"RemoteIpDetails": {
|
2159
|
-
"shape": "
|
2182
|
+
"shape": "S6p",
|
2160
2183
|
"locationName": "remoteIpDetails"
|
2161
2184
|
}
|
2162
2185
|
}
|
@@ -2183,7 +2206,7 @@
|
|
2183
2206
|
"locationName": "userAgent"
|
2184
2207
|
},
|
2185
2208
|
"RemoteIpDetails": {
|
2186
|
-
"shape": "
|
2209
|
+
"shape": "S6p",
|
2187
2210
|
"locationName": "remoteIpDetails"
|
2188
2211
|
},
|
2189
2212
|
"StatusCode": {
|
@@ -2192,6 +2215,18 @@
|
|
2192
2215
|
},
|
2193
2216
|
"Parameters": {
|
2194
2217
|
"locationName": "parameters"
|
2218
|
+
},
|
2219
|
+
"Resource": {
|
2220
|
+
"locationName": "resource"
|
2221
|
+
},
|
2222
|
+
"Subresource": {
|
2223
|
+
"locationName": "subresource"
|
2224
|
+
},
|
2225
|
+
"Namespace": {
|
2226
|
+
"locationName": "namespace"
|
2227
|
+
},
|
2228
|
+
"ResourceName": {
|
2229
|
+
"locationName": "resourceName"
|
2195
2230
|
}
|
2196
2231
|
}
|
2197
2232
|
},
|
@@ -2200,7 +2235,7 @@
|
|
2200
2235
|
"type": "structure",
|
2201
2236
|
"members": {
|
2202
2237
|
"RemoteIpDetails": {
|
2203
|
-
"shape": "
|
2238
|
+
"shape": "S6p",
|
2204
2239
|
"locationName": "remoteIpDetails"
|
2205
2240
|
},
|
2206
2241
|
"LoginAttributes": {
|
@@ -2226,6 +2261,61 @@
|
|
2226
2261
|
}
|
2227
2262
|
}
|
2228
2263
|
}
|
2264
|
+
},
|
2265
|
+
"KubernetesPermissionCheckedDetails": {
|
2266
|
+
"locationName": "kubernetesPermissionCheckedDetails",
|
2267
|
+
"type": "structure",
|
2268
|
+
"members": {
|
2269
|
+
"Verb": {
|
2270
|
+
"locationName": "verb"
|
2271
|
+
},
|
2272
|
+
"Resource": {
|
2273
|
+
"locationName": "resource"
|
2274
|
+
},
|
2275
|
+
"Namespace": {
|
2276
|
+
"locationName": "namespace"
|
2277
|
+
},
|
2278
|
+
"Allowed": {
|
2279
|
+
"locationName": "allowed",
|
2280
|
+
"type": "boolean"
|
2281
|
+
}
|
2282
|
+
}
|
2283
|
+
},
|
2284
|
+
"KubernetesRoleBindingDetails": {
|
2285
|
+
"locationName": "kubernetesRoleBindingDetails",
|
2286
|
+
"type": "structure",
|
2287
|
+
"members": {
|
2288
|
+
"Kind": {
|
2289
|
+
"locationName": "kind"
|
2290
|
+
},
|
2291
|
+
"Name": {
|
2292
|
+
"locationName": "name"
|
2293
|
+
},
|
2294
|
+
"Uid": {
|
2295
|
+
"locationName": "uid"
|
2296
|
+
},
|
2297
|
+
"RoleRefName": {
|
2298
|
+
"locationName": "roleRefName"
|
2299
|
+
},
|
2300
|
+
"RoleRefKind": {
|
2301
|
+
"locationName": "roleRefKind"
|
2302
|
+
}
|
2303
|
+
}
|
2304
|
+
},
|
2305
|
+
"KubernetesRoleDetails": {
|
2306
|
+
"locationName": "kubernetesRoleDetails",
|
2307
|
+
"type": "structure",
|
2308
|
+
"members": {
|
2309
|
+
"Kind": {
|
2310
|
+
"locationName": "kind"
|
2311
|
+
},
|
2312
|
+
"Name": {
|
2313
|
+
"locationName": "name"
|
2314
|
+
},
|
2315
|
+
"Uid": {
|
2316
|
+
"locationName": "uid"
|
2317
|
+
}
|
2318
|
+
}
|
2229
2319
|
}
|
2230
2320
|
}
|
2231
2321
|
},
|
@@ -2434,7 +2524,7 @@
|
|
2434
2524
|
"type": "structure",
|
2435
2525
|
"members": {
|
2436
2526
|
"Process": {
|
2437
|
-
"shape": "
|
2527
|
+
"shape": "S7t",
|
2438
2528
|
"locationName": "process"
|
2439
2529
|
},
|
2440
2530
|
"Context": {
|
@@ -2442,7 +2532,7 @@
|
|
2442
2532
|
"type": "structure",
|
2443
2533
|
"members": {
|
2444
2534
|
"ModifyingProcess": {
|
2445
|
-
"shape": "
|
2535
|
+
"shape": "S7t",
|
2446
2536
|
"locationName": "modifyingProcess"
|
2447
2537
|
},
|
2448
2538
|
"ModifiedAt": {
|
@@ -2494,7 +2584,7 @@
|
|
2494
2584
|
"locationName": "shellHistoryFilePath"
|
2495
2585
|
},
|
2496
2586
|
"TargetProcess": {
|
2497
|
-
"shape": "
|
2587
|
+
"shape": "S7t",
|
2498
2588
|
"locationName": "targetProcess"
|
2499
2589
|
},
|
2500
2590
|
"AddressFamily": {
|
@@ -2512,6 +2602,51 @@
|
|
2512
2602
|
}
|
2513
2603
|
}
|
2514
2604
|
}
|
2605
|
+
},
|
2606
|
+
"Detection": {
|
2607
|
+
"locationName": "detection",
|
2608
|
+
"type": "structure",
|
2609
|
+
"members": {
|
2610
|
+
"Anomaly": {
|
2611
|
+
"locationName": "anomaly",
|
2612
|
+
"type": "structure",
|
2613
|
+
"members": {
|
2614
|
+
"Profiles": {
|
2615
|
+
"locationName": "profiles",
|
2616
|
+
"type": "map",
|
2617
|
+
"key": {},
|
2618
|
+
"value": {
|
2619
|
+
"type": "map",
|
2620
|
+
"key": {},
|
2621
|
+
"value": {
|
2622
|
+
"type": "list",
|
2623
|
+
"member": {
|
2624
|
+
"shape": "S84"
|
2625
|
+
}
|
2626
|
+
}
|
2627
|
+
}
|
2628
|
+
},
|
2629
|
+
"Unusual": {
|
2630
|
+
"locationName": "unusual",
|
2631
|
+
"type": "structure",
|
2632
|
+
"members": {
|
2633
|
+
"Behavior": {
|
2634
|
+
"locationName": "behavior",
|
2635
|
+
"type": "map",
|
2636
|
+
"key": {},
|
2637
|
+
"value": {
|
2638
|
+
"type": "map",
|
2639
|
+
"key": {},
|
2640
|
+
"value": {
|
2641
|
+
"shape": "S84"
|
2642
|
+
}
|
2643
|
+
}
|
2644
|
+
}
|
2645
|
+
}
|
2646
|
+
}
|
2647
|
+
}
|
2648
|
+
}
|
2649
|
+
}
|
2515
2650
|
}
|
2516
2651
|
}
|
2517
2652
|
},
|
@@ -2677,7 +2812,7 @@
|
|
2677
2812
|
"type": "structure",
|
2678
2813
|
"members": {
|
2679
2814
|
"ScanResourceCriteria": {
|
2680
|
-
"shape": "
|
2815
|
+
"shape": "S8p",
|
2681
2816
|
"locationName": "scanResourceCriteria"
|
2682
2817
|
},
|
2683
2818
|
"EbsSnapshotPreservation": {
|
@@ -2862,7 +2997,7 @@
|
|
2862
2997
|
],
|
2863
2998
|
"members": {
|
2864
2999
|
"Members": {
|
2865
|
-
"shape": "
|
3000
|
+
"shape": "S99",
|
2866
3001
|
"locationName": "members"
|
2867
3002
|
},
|
2868
3003
|
"UnprocessedAccounts": {
|
@@ -2912,19 +3047,19 @@
|
|
2912
3047
|
"type": "structure",
|
2913
3048
|
"members": {
|
2914
3049
|
"CloudTrail": {
|
2915
|
-
"shape": "
|
3050
|
+
"shape": "S9g",
|
2916
3051
|
"locationName": "cloudTrail"
|
2917
3052
|
},
|
2918
3053
|
"DnsLogs": {
|
2919
|
-
"shape": "
|
3054
|
+
"shape": "S9g",
|
2920
3055
|
"locationName": "dnsLogs"
|
2921
3056
|
},
|
2922
3057
|
"FlowLogs": {
|
2923
|
-
"shape": "
|
3058
|
+
"shape": "S9g",
|
2924
3059
|
"locationName": "flowLogs"
|
2925
3060
|
},
|
2926
3061
|
"S3Logs": {
|
2927
|
-
"shape": "
|
3062
|
+
"shape": "S9g",
|
2928
3063
|
"locationName": "s3Logs"
|
2929
3064
|
},
|
2930
3065
|
"Kubernetes": {
|
@@ -2932,7 +3067,7 @@
|
|
2932
3067
|
"type": "structure",
|
2933
3068
|
"members": {
|
2934
3069
|
"AuditLogs": {
|
2935
|
-
"shape": "
|
3070
|
+
"shape": "S9g",
|
2936
3071
|
"locationName": "auditLogs"
|
2937
3072
|
}
|
2938
3073
|
}
|
@@ -2942,7 +3077,7 @@
|
|
2942
3077
|
"type": "structure",
|
2943
3078
|
"members": {
|
2944
3079
|
"ScanEc2InstanceWithFindings": {
|
2945
|
-
"shape": "
|
3080
|
+
"shape": "S9g",
|
2946
3081
|
"locationName": "scanEc2InstanceWithFindings"
|
2947
3082
|
}
|
2948
3083
|
}
|
@@ -3102,7 +3237,7 @@
|
|
3102
3237
|
"locationName": "accountId"
|
3103
3238
|
},
|
3104
3239
|
"Total": {
|
3105
|
-
"shape": "
|
3240
|
+
"shape": "Sa1",
|
3106
3241
|
"locationName": "total"
|
3107
3242
|
}
|
3108
3243
|
}
|
@@ -3118,18 +3253,18 @@
|
|
3118
3253
|
"locationName": "dataSource"
|
3119
3254
|
},
|
3120
3255
|
"Total": {
|
3121
|
-
"shape": "
|
3256
|
+
"shape": "Sa1",
|
3122
3257
|
"locationName": "total"
|
3123
3258
|
}
|
3124
3259
|
}
|
3125
3260
|
}
|
3126
3261
|
},
|
3127
3262
|
"SumByResource": {
|
3128
|
-
"shape": "
|
3263
|
+
"shape": "Sa4",
|
3129
3264
|
"locationName": "sumByResource"
|
3130
3265
|
},
|
3131
3266
|
"TopResources": {
|
3132
|
-
"shape": "
|
3267
|
+
"shape": "Sa4",
|
3133
3268
|
"locationName": "topResources"
|
3134
3269
|
},
|
3135
3270
|
"SumByFeature": {
|
@@ -3142,7 +3277,7 @@
|
|
3142
3277
|
"locationName": "feature"
|
3143
3278
|
},
|
3144
3279
|
"Total": {
|
3145
|
-
"shape": "
|
3280
|
+
"shape": "Sa1",
|
3146
3281
|
"locationName": "total"
|
3147
3282
|
}
|
3148
3283
|
}
|
@@ -3577,7 +3712,7 @@
|
|
3577
3712
|
"type": "structure",
|
3578
3713
|
"members": {
|
3579
3714
|
"Members": {
|
3580
|
-
"shape": "
|
3715
|
+
"shape": "S99",
|
3581
3716
|
"locationName": "members"
|
3582
3717
|
},
|
3583
3718
|
"NextToken": {
|
@@ -4117,7 +4252,7 @@
|
|
4117
4252
|
"locationName": "detectorId"
|
4118
4253
|
},
|
4119
4254
|
"ScanResourceCriteria": {
|
4120
|
-
"shape": "
|
4255
|
+
"shape": "S8p",
|
4121
4256
|
"locationName": "scanResourceCriteria"
|
4122
4257
|
},
|
4123
4258
|
"EbsSnapshotPreservation": {
|
@@ -4834,13 +4969,17 @@
|
|
4834
4969
|
}
|
4835
4970
|
}
|
4836
4971
|
},
|
4837
|
-
"
|
4972
|
+
"S61": {
|
4973
|
+
"type": "list",
|
4974
|
+
"member": {}
|
4975
|
+
},
|
4976
|
+
"S65": {
|
4838
4977
|
"type": "list",
|
4839
4978
|
"member": {
|
4840
|
-
"shape": "
|
4979
|
+
"shape": "S66"
|
4841
4980
|
}
|
4842
4981
|
},
|
4843
|
-
"
|
4982
|
+
"S66": {
|
4844
4983
|
"type": "structure",
|
4845
4984
|
"members": {
|
4846
4985
|
"ContainerRuntime": {
|
@@ -4880,12 +5019,16 @@
|
|
4880
5019
|
"Privileged": {
|
4881
5020
|
"locationName": "privileged",
|
4882
5021
|
"type": "boolean"
|
5022
|
+
},
|
5023
|
+
"AllowPrivilegeEscalation": {
|
5024
|
+
"locationName": "allowPrivilegeEscalation",
|
5025
|
+
"type": "boolean"
|
4883
5026
|
}
|
4884
5027
|
}
|
4885
5028
|
}
|
4886
5029
|
}
|
4887
5030
|
},
|
4888
|
-
"
|
5031
|
+
"S6a": {
|
4889
5032
|
"type": "list",
|
4890
5033
|
"member": {
|
4891
5034
|
"type": "structure",
|
@@ -4905,7 +5048,7 @@
|
|
4905
5048
|
}
|
4906
5049
|
}
|
4907
5050
|
},
|
4908
|
-
"
|
5051
|
+
"S6p": {
|
4909
5052
|
"type": "structure",
|
4910
5053
|
"members": {
|
4911
5054
|
"City": {
|
@@ -4966,7 +5109,7 @@
|
|
4966
5109
|
}
|
4967
5110
|
}
|
4968
5111
|
},
|
4969
|
-
"
|
5112
|
+
"S6y": {
|
4970
5113
|
"type": "structure",
|
4971
5114
|
"members": {
|
4972
5115
|
"Port": {
|
@@ -4978,7 +5121,7 @@
|
|
4978
5121
|
}
|
4979
5122
|
}
|
4980
5123
|
},
|
4981
|
-
"
|
5124
|
+
"S6z": {
|
4982
5125
|
"type": "structure",
|
4983
5126
|
"members": {
|
4984
5127
|
"IpAddressV4": {
|
@@ -4986,7 +5129,7 @@
|
|
4986
5129
|
}
|
4987
5130
|
}
|
4988
5131
|
},
|
4989
|
-
"
|
5132
|
+
"S7t": {
|
4990
5133
|
"type": "structure",
|
4991
5134
|
"members": {
|
4992
5135
|
"Name": {
|
@@ -5073,20 +5216,42 @@
|
|
5073
5216
|
}
|
5074
5217
|
}
|
5075
5218
|
},
|
5076
|
-
"
|
5219
|
+
"S84": {
|
5220
|
+
"type": "structure",
|
5221
|
+
"members": {
|
5222
|
+
"ProfileType": {
|
5223
|
+
"locationName": "profileType"
|
5224
|
+
},
|
5225
|
+
"ProfileSubtype": {
|
5226
|
+
"locationName": "profileSubtype"
|
5227
|
+
},
|
5228
|
+
"Observations": {
|
5229
|
+
"locationName": "observations",
|
5230
|
+
"type": "structure",
|
5231
|
+
"members": {
|
5232
|
+
"Text": {
|
5233
|
+
"locationName": "text",
|
5234
|
+
"type": "list",
|
5235
|
+
"member": {}
|
5236
|
+
}
|
5237
|
+
}
|
5238
|
+
}
|
5239
|
+
}
|
5240
|
+
},
|
5241
|
+
"S8p": {
|
5077
5242
|
"type": "structure",
|
5078
5243
|
"members": {
|
5079
5244
|
"Include": {
|
5080
|
-
"shape": "
|
5245
|
+
"shape": "S8q",
|
5081
5246
|
"locationName": "include"
|
5082
5247
|
},
|
5083
5248
|
"Exclude": {
|
5084
|
-
"shape": "
|
5249
|
+
"shape": "S8q",
|
5085
5250
|
"locationName": "exclude"
|
5086
5251
|
}
|
5087
5252
|
}
|
5088
5253
|
},
|
5089
|
-
"
|
5254
|
+
"S8q": {
|
5090
5255
|
"type": "map",
|
5091
5256
|
"key": {},
|
5092
5257
|
"value": {
|
@@ -5116,7 +5281,7 @@
|
|
5116
5281
|
}
|
5117
5282
|
}
|
5118
5283
|
},
|
5119
|
-
"
|
5284
|
+
"S99": {
|
5120
5285
|
"type": "list",
|
5121
5286
|
"member": {
|
5122
5287
|
"type": "structure",
|
@@ -5155,7 +5320,7 @@
|
|
5155
5320
|
}
|
5156
5321
|
}
|
5157
5322
|
},
|
5158
|
-
"
|
5323
|
+
"S9g": {
|
5159
5324
|
"type": "structure",
|
5160
5325
|
"members": {
|
5161
5326
|
"FreeTrialDaysRemaining": {
|
@@ -5164,7 +5329,7 @@
|
|
5164
5329
|
}
|
5165
5330
|
}
|
5166
5331
|
},
|
5167
|
-
"
|
5332
|
+
"Sa1": {
|
5168
5333
|
"type": "structure",
|
5169
5334
|
"members": {
|
5170
5335
|
"Amount": {
|
@@ -5175,7 +5340,7 @@
|
|
5175
5340
|
}
|
5176
5341
|
}
|
5177
5342
|
},
|
5178
|
-
"
|
5343
|
+
"Sa4": {
|
5179
5344
|
"type": "list",
|
5180
5345
|
"member": {
|
5181
5346
|
"type": "structure",
|
@@ -5184,7 +5349,7 @@
|
|
5184
5349
|
"locationName": "resource"
|
5185
5350
|
},
|
5186
5351
|
"Total": {
|
5187
|
-
"shape": "
|
5352
|
+
"shape": "Sa1",
|
5188
5353
|
"locationName": "total"
|
5189
5354
|
}
|
5190
5355
|
}
|