pycarlo 0.10.75__py3-none-any.whl → 0.10.77__py3-none-any.whl

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.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -8685,10 +8685,33 @@
8685
8685
  }
8686
8686
  },
8687
8687
  {
8688
- "args": [],
8688
+ "args": [
8689
+ {
8690
+ "defaultValue": null,
8691
+ "description": "Type of env configuration to get the hosting information for (primary/secondary). If not specified, primary is assumed",
8692
+ "name": "envConfiguration",
8693
+ "type": {
8694
+ "kind": "ENUM",
8695
+ "name": "AwsEnvConfiguration",
8696
+ "ofType": null
8697
+ }
8698
+ }
8699
+ ],
8689
8700
  "deprecationReason": null,
8690
- "description": "(general availability) Get the current deployment environment information for the current\n authorized user",
8701
+ "description": "(general availability) Get the current hosting environment information for the current\n authorized user",
8691
8702
  "isDeprecated": false,
8703
+ "name": "getHostingInfo",
8704
+ "type": {
8705
+ "kind": "OBJECT",
8706
+ "name": "HostingInformation",
8707
+ "ofType": null
8708
+ }
8709
+ },
8710
+ {
8711
+ "args": [],
8712
+ "deprecationReason": "Use getDeploymentInfoV2 instead",
8713
+ "description": "(general availability) DEPRECATED. Get the current deployment environment information for the current\n authorized user",
8714
+ "isDeprecated": true,
8692
8715
  "name": "getDeploymentInfo",
8693
8716
  "type": {
8694
8717
  "kind": "OBJECT",
@@ -104705,6 +104728,900 @@
104705
104728
  "name": "ExecDashboardDataRow",
104706
104729
  "possibleTypes": null
104707
104730
  },
104731
+ {
104732
+ "description": "Hosting information",
104733
+ "enumValues": null,
104734
+ "fields": [
104735
+ {
104736
+ "args": [],
104737
+ "deprecationReason": null,
104738
+ "description": "Hosting domain information",
104739
+ "isDeprecated": false,
104740
+ "name": "domainDetails",
104741
+ "type": {
104742
+ "kind": "NON_NULL",
104743
+ "name": null,
104744
+ "ofType": {
104745
+ "kind": "OBJECT",
104746
+ "name": "HostingDomainDetails",
104747
+ "ofType": null
104748
+ }
104749
+ }
104750
+ },
104751
+ {
104752
+ "args": [],
104753
+ "deprecationReason": null,
104754
+ "description": "Login information",
104755
+ "isDeprecated": false,
104756
+ "name": "loginDetails",
104757
+ "type": {
104758
+ "kind": "NON_NULL",
104759
+ "name": null,
104760
+ "ofType": {
104761
+ "kind": "OBJECT",
104762
+ "name": "LoginDetails",
104763
+ "ofType": null
104764
+ }
104765
+ }
104766
+ },
104767
+ {
104768
+ "args": [],
104769
+ "deprecationReason": null,
104770
+ "description": "Infrastructure information",
104771
+ "isDeprecated": false,
104772
+ "name": "infrastructureDetails",
104773
+ "type": {
104774
+ "kind": "NON_NULL",
104775
+ "name": null,
104776
+ "ofType": {
104777
+ "kind": "OBJECT",
104778
+ "name": "InfrastructureDetails",
104779
+ "ofType": null
104780
+ }
104781
+ }
104782
+ },
104783
+ {
104784
+ "args": [],
104785
+ "deprecationReason": null,
104786
+ "description": "Network information",
104787
+ "isDeprecated": false,
104788
+ "name": "networkDetails",
104789
+ "type": {
104790
+ "kind": "NON_NULL",
104791
+ "name": null,
104792
+ "ofType": {
104793
+ "kind": "OBJECT",
104794
+ "name": "NetworkDetails",
104795
+ "ofType": null
104796
+ }
104797
+ }
104798
+ },
104799
+ {
104800
+ "args": [],
104801
+ "deprecationReason": null,
104802
+ "description": "Collection platform information",
104803
+ "isDeprecated": false,
104804
+ "name": "collectionDetails",
104805
+ "type": {
104806
+ "kind": "OBJECT",
104807
+ "name": "CollectionDetails",
104808
+ "ofType": null
104809
+ }
104810
+ }
104811
+ ],
104812
+ "inputFields": null,
104813
+ "interfaces": [],
104814
+ "kind": "OBJECT",
104815
+ "name": "HostingInformation",
104816
+ "possibleTypes": null
104817
+ },
104818
+ {
104819
+ "description": "Hosting domain information",
104820
+ "enumValues": null,
104821
+ "fields": [
104822
+ {
104823
+ "args": [],
104824
+ "deprecationReason": null,
104825
+ "description": "Frontend URL",
104826
+ "isDeprecated": false,
104827
+ "name": "ui",
104828
+ "type": {
104829
+ "kind": "NON_NULL",
104830
+ "name": null,
104831
+ "ofType": {
104832
+ "kind": "SCALAR",
104833
+ "name": "String",
104834
+ "ofType": null
104835
+ }
104836
+ }
104837
+ },
104838
+ {
104839
+ "args": [],
104840
+ "deprecationReason": null,
104841
+ "description": "GraphQL API URL",
104842
+ "isDeprecated": false,
104843
+ "name": "api",
104844
+ "type": {
104845
+ "kind": "NON_NULL",
104846
+ "name": null,
104847
+ "ofType": {
104848
+ "kind": "SCALAR",
104849
+ "name": "String",
104850
+ "ofType": null
104851
+ }
104852
+ }
104853
+ },
104854
+ {
104855
+ "args": [],
104856
+ "deprecationReason": null,
104857
+ "description": "Integrations Gateway URL",
104858
+ "isDeprecated": false,
104859
+ "name": "integrations",
104860
+ "type": {
104861
+ "kind": "NON_NULL",
104862
+ "name": null,
104863
+ "ofType": {
104864
+ "kind": "SCALAR",
104865
+ "name": "String",
104866
+ "ofType": null
104867
+ }
104868
+ }
104869
+ }
104870
+ ],
104871
+ "inputFields": null,
104872
+ "interfaces": [],
104873
+ "kind": "OBJECT",
104874
+ "name": "HostingDomainDetails",
104875
+ "possibleTypes": null
104876
+ },
104877
+ {
104878
+ "description": "Login information",
104879
+ "enumValues": null,
104880
+ "fields": [
104881
+ {
104882
+ "args": [],
104883
+ "deprecationReason": null,
104884
+ "description": "SSO information",
104885
+ "isDeprecated": false,
104886
+ "name": "sso",
104887
+ "type": {
104888
+ "kind": "NON_NULL",
104889
+ "name": null,
104890
+ "ofType": {
104891
+ "kind": "OBJECT",
104892
+ "name": "SsoDetails",
104893
+ "ofType": null
104894
+ }
104895
+ }
104896
+ }
104897
+ ],
104898
+ "inputFields": null,
104899
+ "interfaces": [],
104900
+ "kind": "OBJECT",
104901
+ "name": "LoginDetails",
104902
+ "possibleTypes": null
104903
+ },
104904
+ {
104905
+ "description": "SSO information",
104906
+ "enumValues": null,
104907
+ "fields": [
104908
+ {
104909
+ "args": [],
104910
+ "deprecationReason": null,
104911
+ "description": "SSO Entity ID",
104912
+ "isDeprecated": false,
104913
+ "name": "entityId",
104914
+ "type": {
104915
+ "kind": "NON_NULL",
104916
+ "name": null,
104917
+ "ofType": {
104918
+ "kind": "SCALAR",
104919
+ "name": "String",
104920
+ "ofType": null
104921
+ }
104922
+ }
104923
+ },
104924
+ {
104925
+ "args": [],
104926
+ "deprecationReason": null,
104927
+ "description": "ACS endpoint URL / SSO URL",
104928
+ "isDeprecated": false,
104929
+ "name": "ssoUrl",
104930
+ "type": {
104931
+ "kind": "NON_NULL",
104932
+ "name": null,
104933
+ "ofType": {
104934
+ "kind": "SCALAR",
104935
+ "name": "String",
104936
+ "ofType": null
104937
+ }
104938
+ }
104939
+ }
104940
+ ],
104941
+ "inputFields": null,
104942
+ "interfaces": [],
104943
+ "kind": "OBJECT",
104944
+ "name": "SsoDetails",
104945
+ "possibleTypes": null
104946
+ },
104947
+ {
104948
+ "description": "Infrastructure information",
104949
+ "enumValues": null,
104950
+ "fields": [
104951
+ {
104952
+ "args": [],
104953
+ "deprecationReason": null,
104954
+ "description": "Cloud Designation",
104955
+ "isDeprecated": false,
104956
+ "name": "cloudDesignation",
104957
+ "type": {
104958
+ "kind": "NON_NULL",
104959
+ "name": null,
104960
+ "ofType": {
104961
+ "kind": "SCALAR",
104962
+ "name": "String",
104963
+ "ofType": null
104964
+ }
104965
+ }
104966
+ },
104967
+ {
104968
+ "args": [],
104969
+ "deprecationReason": null,
104970
+ "description": "Tenant ID",
104971
+ "isDeprecated": false,
104972
+ "name": "tenantId",
104973
+ "type": {
104974
+ "kind": "NON_NULL",
104975
+ "name": null,
104976
+ "ofType": {
104977
+ "kind": "SCALAR",
104978
+ "name": "String",
104979
+ "ofType": null
104980
+ }
104981
+ }
104982
+ },
104983
+ {
104984
+ "args": [],
104985
+ "deprecationReason": null,
104986
+ "description": "Environment Hosting Type",
104987
+ "isDeprecated": false,
104988
+ "name": "hostingType",
104989
+ "type": {
104990
+ "kind": "NON_NULL",
104991
+ "name": null,
104992
+ "ofType": {
104993
+ "kind": "SCALAR",
104994
+ "name": "String",
104995
+ "ofType": null
104996
+ }
104997
+ }
104998
+ },
104999
+ {
105000
+ "args": [],
105001
+ "deprecationReason": null,
105002
+ "description": "AWS information",
105003
+ "isDeprecated": false,
105004
+ "name": "aws",
105005
+ "type": {
105006
+ "kind": "NON_NULL",
105007
+ "name": null,
105008
+ "ofType": {
105009
+ "kind": "OBJECT",
105010
+ "name": "AwsInformation",
105011
+ "ofType": null
105012
+ }
105013
+ }
105014
+ },
105015
+ {
105016
+ "args": [],
105017
+ "deprecationReason": null,
105018
+ "description": "Azure information",
105019
+ "isDeprecated": false,
105020
+ "name": "azure",
105021
+ "type": {
105022
+ "kind": "OBJECT",
105023
+ "name": "AzureInformation",
105024
+ "ofType": null
105025
+ }
105026
+ }
105027
+ ],
105028
+ "inputFields": null,
105029
+ "interfaces": [],
105030
+ "kind": "OBJECT",
105031
+ "name": "InfrastructureDetails",
105032
+ "possibleTypes": null
105033
+ },
105034
+ {
105035
+ "description": "AWS information",
105036
+ "enumValues": null,
105037
+ "fields": [
105038
+ {
105039
+ "args": [],
105040
+ "deprecationReason": null,
105041
+ "description": "AWS Account ID",
105042
+ "isDeprecated": false,
105043
+ "name": "accountId",
105044
+ "type": {
105045
+ "kind": "NON_NULL",
105046
+ "name": null,
105047
+ "ofType": {
105048
+ "kind": "SCALAR",
105049
+ "name": "String",
105050
+ "ofType": null
105051
+ }
105052
+ }
105053
+ },
105054
+ {
105055
+ "args": [],
105056
+ "deprecationReason": null,
105057
+ "description": "AWS Region",
105058
+ "isDeprecated": false,
105059
+ "name": "region",
105060
+ "type": {
105061
+ "kind": "NON_NULL",
105062
+ "name": null,
105063
+ "ofType": {
105064
+ "kind": "SCALAR",
105065
+ "name": "String",
105066
+ "ofType": null
105067
+ }
105068
+ }
105069
+ },
105070
+ {
105071
+ "args": [],
105072
+ "deprecationReason": null,
105073
+ "description": "AWS Secondary Region",
105074
+ "isDeprecated": false,
105075
+ "name": "secondaryRegion",
105076
+ "type": {
105077
+ "kind": "SCALAR",
105078
+ "name": "String",
105079
+ "ofType": null
105080
+ }
105081
+ },
105082
+ {
105083
+ "args": [],
105084
+ "deprecationReason": null,
105085
+ "description": "Is this the Secondary Region?",
105086
+ "isDeprecated": false,
105087
+ "name": "isSecondary",
105088
+ "type": {
105089
+ "kind": "NON_NULL",
105090
+ "name": null,
105091
+ "ofType": {
105092
+ "kind": "SCALAR",
105093
+ "name": "Boolean",
105094
+ "ofType": null
105095
+ }
105096
+ }
105097
+ },
105098
+ {
105099
+ "args": [],
105100
+ "deprecationReason": null,
105101
+ "description": "Active AWS Environment Configuration",
105102
+ "isDeprecated": false,
105103
+ "name": "envConfiguration",
105104
+ "type": {
105105
+ "kind": "NON_NULL",
105106
+ "name": null,
105107
+ "ofType": {
105108
+ "kind": "ENUM",
105109
+ "name": "AwsEnvConfiguration",
105110
+ "ofType": null
105111
+ }
105112
+ }
105113
+ }
105114
+ ],
105115
+ "inputFields": null,
105116
+ "interfaces": [],
105117
+ "kind": "OBJECT",
105118
+ "name": "AwsInformation",
105119
+ "possibleTypes": null
105120
+ },
105121
+ {
105122
+ "description": null,
105123
+ "enumValues": [
105124
+ {
105125
+ "deprecationReason": null,
105126
+ "description": null,
105127
+ "isDeprecated": false,
105128
+ "name": "primary"
105129
+ },
105130
+ {
105131
+ "deprecationReason": null,
105132
+ "description": null,
105133
+ "isDeprecated": false,
105134
+ "name": "secondary"
105135
+ }
105136
+ ],
105137
+ "fields": null,
105138
+ "inputFields": null,
105139
+ "interfaces": null,
105140
+ "kind": "ENUM",
105141
+ "name": "AwsEnvConfiguration",
105142
+ "possibleTypes": null
105143
+ },
105144
+ {
105145
+ "description": "Azure information",
105146
+ "enumValues": null,
105147
+ "fields": [
105148
+ {
105149
+ "args": [],
105150
+ "deprecationReason": null,
105151
+ "description": "Azure Subscription ID",
105152
+ "isDeprecated": false,
105153
+ "name": "subscriptionId",
105154
+ "type": {
105155
+ "kind": "NON_NULL",
105156
+ "name": null,
105157
+ "ofType": {
105158
+ "kind": "SCALAR",
105159
+ "name": "String",
105160
+ "ofType": null
105161
+ }
105162
+ }
105163
+ },
105164
+ {
105165
+ "args": [],
105166
+ "deprecationReason": null,
105167
+ "description": "Azure Region",
105168
+ "isDeprecated": false,
105169
+ "name": "primaryRegion",
105170
+ "type": {
105171
+ "kind": "NON_NULL",
105172
+ "name": null,
105173
+ "ofType": {
105174
+ "kind": "SCALAR",
105175
+ "name": "String",
105176
+ "ofType": null
105177
+ }
105178
+ }
105179
+ },
105180
+ {
105181
+ "args": [],
105182
+ "deprecationReason": null,
105183
+ "description": "Azure Secondary Region",
105184
+ "isDeprecated": false,
105185
+ "name": "secondaryRegion",
105186
+ "type": {
105187
+ "kind": "SCALAR",
105188
+ "name": "String",
105189
+ "ofType": null
105190
+ }
105191
+ }
105192
+ ],
105193
+ "inputFields": null,
105194
+ "interfaces": [],
105195
+ "kind": "OBJECT",
105196
+ "name": "AzureInformation",
105197
+ "possibleTypes": null
105198
+ },
105199
+ {
105200
+ "description": "Network information",
105201
+ "enumValues": null,
105202
+ "fields": [
105203
+ {
105204
+ "args": [],
105205
+ "deprecationReason": null,
105206
+ "description": "List of public IP addresses used by the collection platform",
105207
+ "isDeprecated": false,
105208
+ "name": "collectionPublicIpAddresses",
105209
+ "type": {
105210
+ "kind": "NON_NULL",
105211
+ "name": null,
105212
+ "ofType": {
105213
+ "kind": "LIST",
105214
+ "name": null,
105215
+ "ofType": {
105216
+ "kind": "SCALAR",
105217
+ "name": "String",
105218
+ "ofType": null
105219
+ }
105220
+ }
105221
+ }
105222
+ },
105223
+ {
105224
+ "args": [],
105225
+ "deprecationReason": null,
105226
+ "description": "List of public IP addresses used by the SaaS platform",
105227
+ "isDeprecated": false,
105228
+ "name": "saasPublicIpAddresses",
105229
+ "type": {
105230
+ "kind": "NON_NULL",
105231
+ "name": null,
105232
+ "ofType": {
105233
+ "kind": "LIST",
105234
+ "name": null,
105235
+ "ofType": {
105236
+ "kind": "SCALAR",
105237
+ "name": "String",
105238
+ "ofType": null
105239
+ }
105240
+ }
105241
+ }
105242
+ },
105243
+ {
105244
+ "args": [],
105245
+ "deprecationReason": null,
105246
+ "description": "List of public IP addresses used by the webhooks",
105247
+ "isDeprecated": false,
105248
+ "name": "externalWebhookPublicIpAddresses",
105249
+ "type": {
105250
+ "kind": "NON_NULL",
105251
+ "name": null,
105252
+ "ofType": {
105253
+ "kind": "LIST",
105254
+ "name": null,
105255
+ "ofType": {
105256
+ "kind": "SCALAR",
105257
+ "name": "String",
105258
+ "ofType": null
105259
+ }
105260
+ }
105261
+ }
105262
+ },
105263
+ {
105264
+ "args": [],
105265
+ "deprecationReason": null,
105266
+ "description": "List of public IP addresses used by the data platform",
105267
+ "isDeprecated": false,
105268
+ "name": "dataPlatformPublicIpAddresses",
105269
+ "type": {
105270
+ "kind": "NON_NULL",
105271
+ "name": null,
105272
+ "ofType": {
105273
+ "kind": "LIST",
105274
+ "name": null,
105275
+ "ofType": {
105276
+ "kind": "SCALAR",
105277
+ "name": "String",
105278
+ "ofType": null
105279
+ }
105280
+ }
105281
+ }
105282
+ }
105283
+ ],
105284
+ "inputFields": null,
105285
+ "interfaces": [],
105286
+ "kind": "OBJECT",
105287
+ "name": "NetworkDetails",
105288
+ "possibleTypes": null
105289
+ },
105290
+ {
105291
+ "description": "Collection platform information",
105292
+ "enumValues": null,
105293
+ "fields": [
105294
+ {
105295
+ "args": [],
105296
+ "deprecationReason": null,
105297
+ "description": "Private Link information",
105298
+ "isDeprecated": false,
105299
+ "name": "privateLinkDetails",
105300
+ "type": {
105301
+ "kind": "OBJECT",
105302
+ "name": "PrivateLinkDetails",
105303
+ "ofType": null
105304
+ }
105305
+ },
105306
+ {
105307
+ "args": [],
105308
+ "deprecationReason": null,
105309
+ "description": "List of active nodes",
105310
+ "isDeprecated": false,
105311
+ "name": "activeNodeDetails",
105312
+ "type": {
105313
+ "kind": "LIST",
105314
+ "name": null,
105315
+ "ofType": {
105316
+ "kind": "OBJECT",
105317
+ "name": "ActiveNodeDetails",
105318
+ "ofType": null
105319
+ }
105320
+ }
105321
+ }
105322
+ ],
105323
+ "inputFields": null,
105324
+ "interfaces": [],
105325
+ "kind": "OBJECT",
105326
+ "name": "CollectionDetails",
105327
+ "possibleTypes": null
105328
+ },
105329
+ {
105330
+ "description": "Private Link information",
105331
+ "enumValues": null,
105332
+ "fields": [
105333
+ {
105334
+ "args": [],
105335
+ "deprecationReason": null,
105336
+ "description": "AWS Private Link information",
105337
+ "isDeprecated": false,
105338
+ "name": "aws",
105339
+ "type": {
105340
+ "kind": "NON_NULL",
105341
+ "name": null,
105342
+ "ofType": {
105343
+ "kind": "OBJECT",
105344
+ "name": "AwsPrivateLinkDetails",
105345
+ "ofType": null
105346
+ }
105347
+ }
105348
+ }
105349
+ ],
105350
+ "inputFields": null,
105351
+ "interfaces": [],
105352
+ "kind": "OBJECT",
105353
+ "name": "PrivateLinkDetails",
105354
+ "possibleTypes": null
105355
+ },
105356
+ {
105357
+ "description": "AWS Private Link information",
105358
+ "enumValues": null,
105359
+ "fields": [
105360
+ {
105361
+ "args": [],
105362
+ "deprecationReason": null,
105363
+ "description": "AWS Account ID",
105364
+ "isDeprecated": false,
105365
+ "name": "accountId",
105366
+ "type": {
105367
+ "kind": "NON_NULL",
105368
+ "name": null,
105369
+ "ofType": {
105370
+ "kind": "SCALAR",
105371
+ "name": "String",
105372
+ "ofType": null
105373
+ }
105374
+ }
105375
+ },
105376
+ {
105377
+ "args": [],
105378
+ "deprecationReason": null,
105379
+ "description": "MCD Principal",
105380
+ "isDeprecated": false,
105381
+ "name": "mcdPrincipal",
105382
+ "type": {
105383
+ "kind": "NON_NULL",
105384
+ "name": null,
105385
+ "ofType": {
105386
+ "kind": "SCALAR",
105387
+ "name": "String",
105388
+ "ofType": null
105389
+ }
105390
+ }
105391
+ },
105392
+ {
105393
+ "args": [],
105394
+ "deprecationReason": null,
105395
+ "description": "List of AWS Private Link regions",
105396
+ "isDeprecated": false,
105397
+ "name": "regions",
105398
+ "type": {
105399
+ "kind": "NON_NULL",
105400
+ "name": null,
105401
+ "ofType": {
105402
+ "kind": "LIST",
105403
+ "name": null,
105404
+ "ofType": {
105405
+ "kind": "OBJECT",
105406
+ "name": "AwsPrivateLinkRegionDetails",
105407
+ "ofType": null
105408
+ }
105409
+ }
105410
+ }
105411
+ }
105412
+ ],
105413
+ "inputFields": null,
105414
+ "interfaces": [],
105415
+ "kind": "OBJECT",
105416
+ "name": "AwsPrivateLinkDetails",
105417
+ "possibleTypes": null
105418
+ },
105419
+ {
105420
+ "description": "AWS Private Link region information",
105421
+ "enumValues": null,
105422
+ "fields": [
105423
+ {
105424
+ "args": [],
105425
+ "deprecationReason": null,
105426
+ "description": "AWS Region",
105427
+ "isDeprecated": false,
105428
+ "name": "region",
105429
+ "type": {
105430
+ "kind": "NON_NULL",
105431
+ "name": null,
105432
+ "ofType": {
105433
+ "kind": "SCALAR",
105434
+ "name": "String",
105435
+ "ofType": null
105436
+ }
105437
+ }
105438
+ },
105439
+ {
105440
+ "args": [],
105441
+ "deprecationReason": null,
105442
+ "description": "Connection VPC ID",
105443
+ "isDeprecated": false,
105444
+ "name": "connectionVpcId",
105445
+ "type": {
105446
+ "kind": "NON_NULL",
105447
+ "name": null,
105448
+ "ofType": {
105449
+ "kind": "SCALAR",
105450
+ "name": "String",
105451
+ "ofType": null
105452
+ }
105453
+ }
105454
+ },
105455
+ {
105456
+ "args": [],
105457
+ "deprecationReason": null,
105458
+ "description": "Data Store VPC Endpoint ID",
105459
+ "isDeprecated": false,
105460
+ "name": "dataStoreVpcEndpointId",
105461
+ "type": {
105462
+ "kind": "NON_NULL",
105463
+ "name": null,
105464
+ "ofType": {
105465
+ "kind": "SCALAR",
105466
+ "name": "String",
105467
+ "ofType": null
105468
+ }
105469
+ }
105470
+ },
105471
+ {
105472
+ "args": [],
105473
+ "deprecationReason": null,
105474
+ "description": "Agent VPC Endpoint ID",
105475
+ "isDeprecated": false,
105476
+ "name": "agentVpcEndpointId",
105477
+ "type": {
105478
+ "kind": "NON_NULL",
105479
+ "name": null,
105480
+ "ofType": {
105481
+ "kind": "SCALAR",
105482
+ "name": "String",
105483
+ "ofType": null
105484
+ }
105485
+ }
105486
+ }
105487
+ ],
105488
+ "inputFields": null,
105489
+ "interfaces": [],
105490
+ "kind": "OBJECT",
105491
+ "name": "AwsPrivateLinkRegionDetails",
105492
+ "possibleTypes": null
105493
+ },
105494
+ {
105495
+ "description": "Active node information",
105496
+ "enumValues": null,
105497
+ "fields": [
105498
+ {
105499
+ "args": [],
105500
+ "deprecationReason": null,
105501
+ "description": "Node Name",
105502
+ "isDeprecated": false,
105503
+ "name": "name",
105504
+ "type": {
105505
+ "kind": "NON_NULL",
105506
+ "name": null,
105507
+ "ofType": {
105508
+ "kind": "SCALAR",
105509
+ "name": "String",
105510
+ "ofType": null
105511
+ }
105512
+ }
105513
+ },
105514
+ {
105515
+ "args": [],
105516
+ "deprecationReason": null,
105517
+ "description": "Stack ARN",
105518
+ "isDeprecated": false,
105519
+ "name": "stackArn",
105520
+ "type": {
105521
+ "kind": "NON_NULL",
105522
+ "name": null,
105523
+ "ofType": {
105524
+ "kind": "SCALAR",
105525
+ "name": "String",
105526
+ "ofType": null
105527
+ }
105528
+ }
105529
+ },
105530
+ {
105531
+ "args": [],
105532
+ "deprecationReason": null,
105533
+ "description": "Node UUID",
105534
+ "isDeprecated": false,
105535
+ "name": "uuid",
105536
+ "type": {
105537
+ "kind": "NON_NULL",
105538
+ "name": null,
105539
+ "ofType": {
105540
+ "kind": "SCALAR",
105541
+ "name": "UUID",
105542
+ "ofType": null
105543
+ }
105544
+ }
105545
+ },
105546
+ {
105547
+ "args": [],
105548
+ "deprecationReason": null,
105549
+ "description": "Code Version",
105550
+ "isDeprecated": false,
105551
+ "name": "codeVersion",
105552
+ "type": {
105553
+ "kind": "NON_NULL",
105554
+ "name": null,
105555
+ "ofType": {
105556
+ "kind": "SCALAR",
105557
+ "name": "String",
105558
+ "ofType": null
105559
+ }
105560
+ }
105561
+ },
105562
+ {
105563
+ "args": [],
105564
+ "deprecationReason": null,
105565
+ "description": "Template Version",
105566
+ "isDeprecated": false,
105567
+ "name": "templateVersion",
105568
+ "type": {
105569
+ "kind": "NON_NULL",
105570
+ "name": null,
105571
+ "ofType": {
105572
+ "kind": "SCALAR",
105573
+ "name": "String",
105574
+ "ofType": null
105575
+ }
105576
+ }
105577
+ },
105578
+ {
105579
+ "args": [],
105580
+ "deprecationReason": null,
105581
+ "description": "Private CIDR",
105582
+ "isDeprecated": false,
105583
+ "name": "privateCidr",
105584
+ "type": {
105585
+ "kind": "NON_NULL",
105586
+ "name": null,
105587
+ "ofType": {
105588
+ "kind": "LIST",
105589
+ "name": null,
105590
+ "ofType": {
105591
+ "kind": "SCALAR",
105592
+ "name": "String",
105593
+ "ofType": null
105594
+ }
105595
+ }
105596
+ }
105597
+ },
105598
+ {
105599
+ "args": [],
105600
+ "deprecationReason": null,
105601
+ "description": "List of Private IP addresses",
105602
+ "isDeprecated": false,
105603
+ "name": "privateIpAddresses",
105604
+ "type": {
105605
+ "kind": "NON_NULL",
105606
+ "name": null,
105607
+ "ofType": {
105608
+ "kind": "LIST",
105609
+ "name": null,
105610
+ "ofType": {
105611
+ "kind": "SCALAR",
105612
+ "name": "String",
105613
+ "ofType": null
105614
+ }
105615
+ }
105616
+ }
105617
+ }
105618
+ ],
105619
+ "inputFields": null,
105620
+ "interfaces": [],
105621
+ "kind": "OBJECT",
105622
+ "name": "ActiveNodeDetails",
105623
+ "possibleTypes": null
105624
+ },
104708
105625
  {
104709
105626
  "description": "Deployment environment information",
104710
105627
  "enumValues": null,
@@ -119177,6 +120094,42 @@
119177
120094
  "name": "String",
119178
120095
  "ofType": null
119179
120096
  }
120097
+ },
120098
+ {
120099
+ "args": [],
120100
+ "deprecationReason": null,
120101
+ "description": "The hash keys of query groups in query performance events",
120102
+ "isDeprecated": false,
120103
+ "name": "queryGroupHash",
120104
+ "type": {
120105
+ "kind": "SCALAR",
120106
+ "name": "String",
120107
+ "ofType": null
120108
+ }
120109
+ },
120110
+ {
120111
+ "args": [],
120112
+ "deprecationReason": null,
120113
+ "description": "MCON of the job of the grouped events",
120114
+ "isDeprecated": false,
120115
+ "name": "jobMcon",
120116
+ "type": {
120117
+ "kind": "SCALAR",
120118
+ "name": "String",
120119
+ "ofType": null
120120
+ }
120121
+ },
120122
+ {
120123
+ "args": [],
120124
+ "deprecationReason": null,
120125
+ "description": "Run ID of the job/DAG of the grouped events",
120126
+ "isDeprecated": false,
120127
+ "name": "jobRunId",
120128
+ "type": {
120129
+ "kind": "SCALAR",
120130
+ "name": "String",
120131
+ "ofType": null
120132
+ }
119180
120133
  }
119181
120134
  ],
119182
120135
  "inputFields": null,