stigg-api-client 0.662.0 → 0.664.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1229,6 +1229,18 @@
1229
1229
  "isDeprecated": false,
1230
1230
  "deprecationReason": null
1231
1231
  },
1232
+ {
1233
+ "name": "awsMarketplacePlanDimension",
1234
+ "description": null,
1235
+ "type": {
1236
+ "kind": "SCALAR",
1237
+ "name": "String",
1238
+ "ofType": null
1239
+ },
1240
+ "defaultValue": null,
1241
+ "isDeprecated": false,
1242
+ "deprecationReason": null
1243
+ },
1232
1244
  {
1233
1245
  "name": "billingId",
1234
1246
  "description": null,
@@ -1301,6 +1313,18 @@
1301
1313
  "isDeprecated": false,
1302
1314
  "deprecationReason": null
1303
1315
  },
1316
+ {
1317
+ "name": "pricingType",
1318
+ "description": null,
1319
+ "type": {
1320
+ "kind": "ENUM",
1321
+ "name": "PricingType",
1322
+ "ofType": null
1323
+ },
1324
+ "defaultValue": null,
1325
+ "isDeprecated": false,
1326
+ "deprecationReason": null
1327
+ },
1304
1328
  {
1305
1329
  "name": "productId",
1306
1330
  "description": null,
@@ -3583,6 +3607,341 @@
3583
3607
  "enumValues": null,
3584
3608
  "possibleTypes": null
3585
3609
  },
3610
+ {
3611
+ "kind": "OBJECT",
3612
+ "name": "AwsDimension",
3613
+ "description": null,
3614
+ "fields": [
3615
+ {
3616
+ "name": "description",
3617
+ "description": null,
3618
+ "args": [],
3619
+ "type": {
3620
+ "kind": "NON_NULL",
3621
+ "name": null,
3622
+ "ofType": {
3623
+ "kind": "SCALAR",
3624
+ "name": "String",
3625
+ "ofType": null
3626
+ }
3627
+ },
3628
+ "isDeprecated": false,
3629
+ "deprecationReason": null
3630
+ },
3631
+ {
3632
+ "name": "key",
3633
+ "description": null,
3634
+ "args": [],
3635
+ "type": {
3636
+ "kind": "NON_NULL",
3637
+ "name": null,
3638
+ "ofType": {
3639
+ "kind": "SCALAR",
3640
+ "name": "String",
3641
+ "ofType": null
3642
+ }
3643
+ },
3644
+ "isDeprecated": false,
3645
+ "deprecationReason": null
3646
+ },
3647
+ {
3648
+ "name": "name",
3649
+ "description": null,
3650
+ "args": [],
3651
+ "type": {
3652
+ "kind": "NON_NULL",
3653
+ "name": null,
3654
+ "ofType": {
3655
+ "kind": "SCALAR",
3656
+ "name": "String",
3657
+ "ofType": null
3658
+ }
3659
+ },
3660
+ "isDeprecated": false,
3661
+ "deprecationReason": null
3662
+ },
3663
+ {
3664
+ "name": "stiggPlanId",
3665
+ "description": null,
3666
+ "args": [],
3667
+ "type": {
3668
+ "kind": "SCALAR",
3669
+ "name": "String",
3670
+ "ofType": null
3671
+ },
3672
+ "isDeprecated": false,
3673
+ "deprecationReason": null
3674
+ },
3675
+ {
3676
+ "name": "stiggPlanName",
3677
+ "description": null,
3678
+ "args": [],
3679
+ "type": {
3680
+ "kind": "SCALAR",
3681
+ "name": "String",
3682
+ "ofType": null
3683
+ },
3684
+ "isDeprecated": false,
3685
+ "deprecationReason": null
3686
+ },
3687
+ {
3688
+ "name": "type",
3689
+ "description": null,
3690
+ "args": [],
3691
+ "type": {
3692
+ "kind": "NON_NULL",
3693
+ "name": null,
3694
+ "ofType": {
3695
+ "kind": "SCALAR",
3696
+ "name": "String",
3697
+ "ofType": null
3698
+ }
3699
+ },
3700
+ "isDeprecated": false,
3701
+ "deprecationReason": null
3702
+ },
3703
+ {
3704
+ "name": "unit",
3705
+ "description": null,
3706
+ "args": [],
3707
+ "type": {
3708
+ "kind": "NON_NULL",
3709
+ "name": null,
3710
+ "ofType": {
3711
+ "kind": "SCALAR",
3712
+ "name": "String",
3713
+ "ofType": null
3714
+ }
3715
+ },
3716
+ "isDeprecated": false,
3717
+ "deprecationReason": null
3718
+ }
3719
+ ],
3720
+ "inputFields": null,
3721
+ "interfaces": [],
3722
+ "enumValues": null,
3723
+ "possibleTypes": null
3724
+ },
3725
+ {
3726
+ "kind": "INPUT_OBJECT",
3727
+ "name": "AwsMarketplaceConfigurationInput",
3728
+ "description": null,
3729
+ "fields": null,
3730
+ "inputFields": [
3731
+ {
3732
+ "name": "awsProductId",
3733
+ "description": null,
3734
+ "type": {
3735
+ "kind": "NON_NULL",
3736
+ "name": null,
3737
+ "ofType": {
3738
+ "kind": "SCALAR",
3739
+ "name": "String",
3740
+ "ofType": null
3741
+ }
3742
+ },
3743
+ "defaultValue": null,
3744
+ "isDeprecated": false,
3745
+ "deprecationReason": null
3746
+ },
3747
+ {
3748
+ "name": "dimensionsMapping",
3749
+ "description": null,
3750
+ "type": {
3751
+ "kind": "NON_NULL",
3752
+ "name": null,
3753
+ "ofType": {
3754
+ "kind": "LIST",
3755
+ "name": null,
3756
+ "ofType": {
3757
+ "kind": "NON_NULL",
3758
+ "name": null,
3759
+ "ofType": {
3760
+ "kind": "INPUT_OBJECT",
3761
+ "name": "DimensionsMappingInput",
3762
+ "ofType": null
3763
+ }
3764
+ }
3765
+ }
3766
+ },
3767
+ "defaultValue": null,
3768
+ "isDeprecated": false,
3769
+ "deprecationReason": null
3770
+ }
3771
+ ],
3772
+ "interfaces": null,
3773
+ "enumValues": null,
3774
+ "possibleTypes": null
3775
+ },
3776
+ {
3777
+ "kind": "OBJECT",
3778
+ "name": "AwsMarketplaceCredentials",
3779
+ "description": null,
3780
+ "fields": [
3781
+ {
3782
+ "name": "awsRoleArn",
3783
+ "description": null,
3784
+ "args": [],
3785
+ "type": {
3786
+ "kind": "NON_NULL",
3787
+ "name": null,
3788
+ "ofType": {
3789
+ "kind": "SCALAR",
3790
+ "name": "String",
3791
+ "ofType": null
3792
+ }
3793
+ },
3794
+ "isDeprecated": false,
3795
+ "deprecationReason": null
3796
+ }
3797
+ ],
3798
+ "inputFields": null,
3799
+ "interfaces": [],
3800
+ "enumValues": null,
3801
+ "possibleTypes": null
3802
+ },
3803
+ {
3804
+ "kind": "INPUT_OBJECT",
3805
+ "name": "AwsMarketplaceCredentialsInput",
3806
+ "description": null,
3807
+ "fields": null,
3808
+ "inputFields": [
3809
+ {
3810
+ "name": "awsRoleArn",
3811
+ "description": null,
3812
+ "type": {
3813
+ "kind": "NON_NULL",
3814
+ "name": null,
3815
+ "ofType": {
3816
+ "kind": "SCALAR",
3817
+ "name": "String",
3818
+ "ofType": null
3819
+ }
3820
+ },
3821
+ "defaultValue": null,
3822
+ "isDeprecated": false,
3823
+ "deprecationReason": null
3824
+ }
3825
+ ],
3826
+ "interfaces": null,
3827
+ "enumValues": null,
3828
+ "possibleTypes": null
3829
+ },
3830
+ {
3831
+ "kind": "OBJECT",
3832
+ "name": "AwsProduct",
3833
+ "description": null,
3834
+ "fields": [
3835
+ {
3836
+ "name": "description",
3837
+ "description": null,
3838
+ "args": [],
3839
+ "type": {
3840
+ "kind": "NON_NULL",
3841
+ "name": null,
3842
+ "ofType": {
3843
+ "kind": "SCALAR",
3844
+ "name": "String",
3845
+ "ofType": null
3846
+ }
3847
+ },
3848
+ "isDeprecated": false,
3849
+ "deprecationReason": null
3850
+ },
3851
+ {
3852
+ "name": "logoUrl",
3853
+ "description": null,
3854
+ "args": [],
3855
+ "type": {
3856
+ "kind": "SCALAR",
3857
+ "name": "String",
3858
+ "ofType": null
3859
+ },
3860
+ "isDeprecated": false,
3861
+ "deprecationReason": null
3862
+ },
3863
+ {
3864
+ "name": "productCode",
3865
+ "description": null,
3866
+ "args": [],
3867
+ "type": {
3868
+ "kind": "NON_NULL",
3869
+ "name": null,
3870
+ "ofType": {
3871
+ "kind": "SCALAR",
3872
+ "name": "String",
3873
+ "ofType": null
3874
+ }
3875
+ },
3876
+ "isDeprecated": false,
3877
+ "deprecationReason": null
3878
+ },
3879
+ {
3880
+ "name": "productId",
3881
+ "description": null,
3882
+ "args": [],
3883
+ "type": {
3884
+ "kind": "NON_NULL",
3885
+ "name": null,
3886
+ "ofType": {
3887
+ "kind": "SCALAR",
3888
+ "name": "String",
3889
+ "ofType": null
3890
+ }
3891
+ },
3892
+ "isDeprecated": false,
3893
+ "deprecationReason": null
3894
+ },
3895
+ {
3896
+ "name": "stiggProductId",
3897
+ "description": null,
3898
+ "args": [],
3899
+ "type": {
3900
+ "kind": "SCALAR",
3901
+ "name": "String",
3902
+ "ofType": null
3903
+ },
3904
+ "isDeprecated": false,
3905
+ "deprecationReason": null
3906
+ },
3907
+ {
3908
+ "name": "title",
3909
+ "description": null,
3910
+ "args": [],
3911
+ "type": {
3912
+ "kind": "NON_NULL",
3913
+ "name": null,
3914
+ "ofType": {
3915
+ "kind": "SCALAR",
3916
+ "name": "String",
3917
+ "ofType": null
3918
+ }
3919
+ },
3920
+ "isDeprecated": false,
3921
+ "deprecationReason": null
3922
+ },
3923
+ {
3924
+ "name": "visibility",
3925
+ "description": null,
3926
+ "args": [],
3927
+ "type": {
3928
+ "kind": "NON_NULL",
3929
+ "name": null,
3930
+ "ofType": {
3931
+ "kind": "SCALAR",
3932
+ "name": "String",
3933
+ "ofType": null
3934
+ }
3935
+ },
3936
+ "isDeprecated": false,
3937
+ "deprecationReason": null
3938
+ }
3939
+ ],
3940
+ "inputFields": null,
3941
+ "interfaces": [],
3942
+ "enumValues": null,
3943
+ "possibleTypes": null
3944
+ },
3586
3945
  {
3587
3946
  "kind": "OBJECT",
3588
3947
  "name": "BaseError",
@@ -7743,6 +8102,18 @@
7743
8102
  "description": null,
7744
8103
  "fields": null,
7745
8104
  "inputFields": [
8105
+ {
8106
+ "name": "awsMarketplaceCredentials",
8107
+ "description": null,
8108
+ "type": {
8109
+ "kind": "INPUT_OBJECT",
8110
+ "name": "AwsMarketplaceCredentialsInput",
8111
+ "ofType": null
8112
+ },
8113
+ "defaultValue": null,
8114
+ "isDeprecated": false,
8115
+ "deprecationReason": null
8116
+ },
7746
8117
  {
7747
8118
  "name": "environmentId",
7748
8119
  "description": null,
@@ -8093,6 +8464,11 @@
8093
8464
  "interfaces": null,
8094
8465
  "enumValues": null,
8095
8466
  "possibleTypes": [
8467
+ {
8468
+ "kind": "OBJECT",
8469
+ "name": "AwsMarketplaceCredentials",
8470
+ "ofType": null
8471
+ },
8096
8472
  {
8097
8473
  "kind": "OBJECT",
8098
8474
  "name": "HubspotCredentials",
@@ -10764,6 +11140,18 @@
10764
11140
  "isDeprecated": false,
10765
11141
  "deprecationReason": null
10766
11142
  },
11143
+ {
11144
+ "name": "awsMarketplaceCustomerId",
11145
+ "description": null,
11146
+ "type": {
11147
+ "kind": "SCALAR",
11148
+ "name": "String",
11149
+ "ofType": null
11150
+ },
11151
+ "defaultValue": null,
11152
+ "isDeprecated": false,
11153
+ "deprecationReason": null
11154
+ },
10767
11155
  {
10768
11156
  "name": "billingId",
10769
11157
  "description": null,
@@ -17809,6 +18197,65 @@
17809
18197
  ],
17810
18198
  "possibleTypes": null
17811
18199
  },
18200
+ {
18201
+ "kind": "INPUT_OBJECT",
18202
+ "name": "DimensionsMappingInput",
18203
+ "description": null,
18204
+ "fields": null,
18205
+ "inputFields": [
18206
+ {
18207
+ "name": "key",
18208
+ "description": null,
18209
+ "type": {
18210
+ "kind": "NON_NULL",
18211
+ "name": null,
18212
+ "ofType": {
18213
+ "kind": "SCALAR",
18214
+ "name": "String",
18215
+ "ofType": null
18216
+ }
18217
+ },
18218
+ "defaultValue": null,
18219
+ "isDeprecated": false,
18220
+ "deprecationReason": null
18221
+ },
18222
+ {
18223
+ "name": "planName",
18224
+ "description": null,
18225
+ "type": {
18226
+ "kind": "NON_NULL",
18227
+ "name": null,
18228
+ "ofType": {
18229
+ "kind": "SCALAR",
18230
+ "name": "String",
18231
+ "ofType": null
18232
+ }
18233
+ },
18234
+ "defaultValue": null,
18235
+ "isDeprecated": false,
18236
+ "deprecationReason": null
18237
+ },
18238
+ {
18239
+ "name": "planRefId",
18240
+ "description": null,
18241
+ "type": {
18242
+ "kind": "NON_NULL",
18243
+ "name": null,
18244
+ "ofType": {
18245
+ "kind": "SCALAR",
18246
+ "name": "String",
18247
+ "ofType": null
18248
+ }
18249
+ },
18250
+ "defaultValue": null,
18251
+ "isDeprecated": false,
18252
+ "deprecationReason": null
18253
+ }
18254
+ ],
18255
+ "interfaces": null,
18256
+ "enumValues": null,
18257
+ "possibleTypes": null
18258
+ },
17812
18259
  {
17813
18260
  "kind": "INPUT_OBJECT",
17814
18261
  "name": "DiscardPackageDraftInput",
@@ -20351,6 +20798,12 @@
20351
20798
  "isDeprecated": false,
20352
20799
  "deprecationReason": null
20353
20800
  },
20801
+ {
20802
+ "name": "AwsMarketplaceIntegrationError",
20803
+ "description": null,
20804
+ "isDeprecated": false,
20805
+ "deprecationReason": null
20806
+ },
20354
20807
  {
20355
20808
  "name": "BadUserInput",
20356
20809
  "description": null,
@@ -25818,6 +26271,33 @@
25818
26271
  "enumValues": null,
25819
26272
  "possibleTypes": null
25820
26273
  },
26274
+ {
26275
+ "kind": "OBJECT",
26276
+ "name": "GetAwsExternalIdResult",
26277
+ "description": null,
26278
+ "fields": [
26279
+ {
26280
+ "name": "externalId",
26281
+ "description": null,
26282
+ "args": [],
26283
+ "type": {
26284
+ "kind": "NON_NULL",
26285
+ "name": null,
26286
+ "ofType": {
26287
+ "kind": "SCALAR",
26288
+ "name": "String",
26289
+ "ofType": null
26290
+ }
26291
+ },
26292
+ "isDeprecated": false,
26293
+ "deprecationReason": null
26294
+ }
26295
+ ],
26296
+ "inputFields": null,
26297
+ "interfaces": [],
26298
+ "enumValues": null,
26299
+ "possibleTypes": null
26300
+ },
25821
26301
  {
25822
26302
  "kind": "INPUT_OBJECT",
25823
26303
  "name": "GetCustomerByRefIdInput",
@@ -30390,57 +30870,189 @@
30390
30870
  },
30391
30871
  {
30392
30872
  "kind": "OBJECT",
30393
- "name": "InvalidSubscriptionStatus",
30873
+ "name": "InvalidSubscriptionStatus",
30874
+ "description": null,
30875
+ "fields": [
30876
+ {
30877
+ "name": "code",
30878
+ "description": null,
30879
+ "args": [],
30880
+ "type": {
30881
+ "kind": "NON_NULL",
30882
+ "name": null,
30883
+ "ofType": {
30884
+ "kind": "SCALAR",
30885
+ "name": "String",
30886
+ "ofType": null
30887
+ }
30888
+ },
30889
+ "isDeprecated": false,
30890
+ "deprecationReason": null
30891
+ },
30892
+ {
30893
+ "name": "isValidationError",
30894
+ "description": null,
30895
+ "args": [],
30896
+ "type": {
30897
+ "kind": "NON_NULL",
30898
+ "name": null,
30899
+ "ofType": {
30900
+ "kind": "SCALAR",
30901
+ "name": "Boolean",
30902
+ "ofType": null
30903
+ }
30904
+ },
30905
+ "isDeprecated": false,
30906
+ "deprecationReason": null
30907
+ }
30908
+ ],
30909
+ "inputFields": null,
30910
+ "interfaces": [],
30911
+ "enumValues": null,
30912
+ "possibleTypes": null
30913
+ },
30914
+ {
30915
+ "kind": "SCALAR",
30916
+ "name": "JSON",
30917
+ "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
30918
+ "fields": null,
30919
+ "inputFields": null,
30920
+ "interfaces": null,
30921
+ "enumValues": null,
30922
+ "possibleTypes": null
30923
+ },
30924
+ {
30925
+ "kind": "OBJECT",
30926
+ "name": "ListAwsProductDimensionsDTO",
30394
30927
  "description": null,
30395
30928
  "fields": [
30396
30929
  {
30397
- "name": "code",
30930
+ "name": "dimensions",
30398
30931
  "description": null,
30399
30932
  "args": [],
30400
30933
  "type": {
30401
30934
  "kind": "NON_NULL",
30402
30935
  "name": null,
30403
30936
  "ofType": {
30404
- "kind": "SCALAR",
30405
- "name": "String",
30406
- "ofType": null
30937
+ "kind": "LIST",
30938
+ "name": null,
30939
+ "ofType": {
30940
+ "kind": "NON_NULL",
30941
+ "name": null,
30942
+ "ofType": {
30943
+ "kind": "OBJECT",
30944
+ "name": "AwsDimension",
30945
+ "ofType": null
30946
+ }
30947
+ }
30407
30948
  }
30408
30949
  },
30409
30950
  "isDeprecated": false,
30410
30951
  "deprecationReason": null
30952
+ }
30953
+ ],
30954
+ "inputFields": null,
30955
+ "interfaces": [],
30956
+ "enumValues": null,
30957
+ "possibleTypes": null
30958
+ },
30959
+ {
30960
+ "kind": "INPUT_OBJECT",
30961
+ "name": "ListAwsProductDimensionsInput",
30962
+ "description": null,
30963
+ "fields": null,
30964
+ "inputFields": [
30965
+ {
30966
+ "name": "environmentId",
30967
+ "description": null,
30968
+ "type": {
30969
+ "kind": "SCALAR",
30970
+ "name": "String",
30971
+ "ofType": null
30972
+ },
30973
+ "defaultValue": null,
30974
+ "isDeprecated": false,
30975
+ "deprecationReason": null
30411
30976
  },
30412
30977
  {
30413
- "name": "isValidationError",
30978
+ "name": "productId",
30414
30979
  "description": null,
30415
- "args": [],
30416
30980
  "type": {
30417
30981
  "kind": "NON_NULL",
30418
30982
  "name": null,
30419
30983
  "ofType": {
30420
30984
  "kind": "SCALAR",
30421
- "name": "Boolean",
30985
+ "name": "String",
30422
30986
  "ofType": null
30423
30987
  }
30424
30988
  },
30989
+ "defaultValue": null,
30425
30990
  "isDeprecated": false,
30426
30991
  "deprecationReason": null
30427
30992
  }
30428
30993
  ],
30429
- "inputFields": null,
30430
- "interfaces": [],
30994
+ "interfaces": null,
30431
30995
  "enumValues": null,
30432
30996
  "possibleTypes": null
30433
30997
  },
30434
30998
  {
30435
- "kind": "SCALAR",
30436
- "name": "JSON",
30437
- "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
30999
+ "kind": "INPUT_OBJECT",
31000
+ "name": "ListAwsProductsInput",
31001
+ "description": null,
30438
31002
  "fields": null,
30439
- "inputFields": null,
31003
+ "inputFields": [
31004
+ {
31005
+ "name": "environmentId",
31006
+ "description": null,
31007
+ "type": {
31008
+ "kind": "SCALAR",
31009
+ "name": "String",
31010
+ "ofType": null
31011
+ },
31012
+ "defaultValue": null,
31013
+ "isDeprecated": false,
31014
+ "deprecationReason": null
31015
+ }
31016
+ ],
30440
31017
  "interfaces": null,
30441
31018
  "enumValues": null,
30442
31019
  "possibleTypes": null
30443
31020
  },
31021
+ {
31022
+ "kind": "OBJECT",
31023
+ "name": "ListAwsProductsResult",
31024
+ "description": null,
31025
+ "fields": [
31026
+ {
31027
+ "name": "products",
31028
+ "description": null,
31029
+ "args": [],
31030
+ "type": {
31031
+ "kind": "NON_NULL",
31032
+ "name": null,
31033
+ "ofType": {
31034
+ "kind": "LIST",
31035
+ "name": null,
31036
+ "ofType": {
31037
+ "kind": "NON_NULL",
31038
+ "name": null,
31039
+ "ofType": {
31040
+ "kind": "OBJECT",
31041
+ "name": "AwsProduct",
31042
+ "ofType": null
31043
+ }
31044
+ }
31045
+ }
31046
+ },
31047
+ "isDeprecated": false,
31048
+ "deprecationReason": null
31049
+ }
31050
+ ],
31051
+ "inputFields": null,
31052
+ "interfaces": [],
31053
+ "enumValues": null,
31054
+ "possibleTypes": null
31055
+ },
30444
31056
  {
30445
31057
  "kind": "OBJECT",
30446
31058
  "name": "Member",
@@ -41738,6 +42350,18 @@
41738
42350
  "isDeprecated": false,
41739
42351
  "deprecationReason": null
41740
42352
  },
42353
+ {
42354
+ "name": "awsMarketplacePlanDimension",
42355
+ "description": null,
42356
+ "type": {
42357
+ "kind": "SCALAR",
42358
+ "name": "String",
42359
+ "ofType": null
42360
+ },
42361
+ "defaultValue": null,
42362
+ "isDeprecated": false,
42363
+ "deprecationReason": null
42364
+ },
41741
42365
  {
41742
42366
  "name": "billingId",
41743
42367
  "description": null,
@@ -41822,6 +42446,18 @@
41822
42446
  "isDeprecated": false,
41823
42447
  "deprecationReason": null
41824
42448
  },
42449
+ {
42450
+ "name": "pricingType",
42451
+ "description": null,
42452
+ "type": {
42453
+ "kind": "ENUM",
42454
+ "name": "PricingType",
42455
+ "ofType": null
42456
+ },
42457
+ "defaultValue": null,
42458
+ "isDeprecated": false,
42459
+ "deprecationReason": null
42460
+ },
41825
42461
  {
41826
42462
  "name": "productId",
41827
42463
  "description": null,
@@ -45083,7 +45719,7 @@
45083
45719
  {
45084
45720
  "kind": "ENUM",
45085
45721
  "name": "PricingType",
45086
- "description": "Package pricing type.",
45722
+ "description": "Pricing Type.",
45087
45723
  "fields": null,
45088
45724
  "inputFields": null,
45089
45725
  "interfaces": null,
@@ -45925,6 +46561,18 @@
45925
46561
  "isDeprecated": false,
45926
46562
  "deprecationReason": null
45927
46563
  },
46564
+ {
46565
+ "name": "awsMarketplaceConfiguration",
46566
+ "description": null,
46567
+ "type": {
46568
+ "kind": "INPUT_OBJECT",
46569
+ "name": "AwsMarketplaceConfigurationInput",
46570
+ "ofType": null
46571
+ },
46572
+ "defaultValue": null,
46573
+ "isDeprecated": false,
46574
+ "deprecationReason": null
46575
+ },
45928
46576
  {
45929
46577
  "name": "description",
45930
46578
  "description": null,
@@ -45965,6 +46613,18 @@
45965
46613
  "isDeprecated": false,
45966
46614
  "deprecationReason": null
45967
46615
  },
46616
+ {
46617
+ "name": "integrationType",
46618
+ "description": null,
46619
+ "type": {
46620
+ "kind": "ENUM",
46621
+ "name": "ProductIntegrationType",
46622
+ "ofType": null
46623
+ },
46624
+ "defaultValue": null,
46625
+ "isDeprecated": false,
46626
+ "deprecationReason": null
46627
+ },
45968
46628
  {
45969
46629
  "name": "multipleSubscriptions",
45970
46630
  "description": null,
@@ -46371,6 +47031,23 @@
46371
47031
  "enumValues": null,
46372
47032
  "possibleTypes": null
46373
47033
  },
47034
+ {
47035
+ "kind": "ENUM",
47036
+ "name": "ProductIntegrationType",
47037
+ "description": "The type of the product integration",
47038
+ "fields": null,
47039
+ "inputFields": null,
47040
+ "interfaces": null,
47041
+ "enumValues": [
47042
+ {
47043
+ "name": "AWSMarketplace",
47044
+ "description": null,
47045
+ "isDeprecated": false,
47046
+ "deprecationReason": null
47047
+ }
47048
+ ],
47049
+ "possibleTypes": null
47050
+ },
46374
47051
  {
46375
47052
  "kind": "OBJECT",
46376
47053
  "name": "ProductMaxAggregate",
@@ -46895,6 +47572,18 @@
46895
47572
  "isDeprecated": false,
46896
47573
  "deprecationReason": null
46897
47574
  },
47575
+ {
47576
+ "name": "awsMarketplaceConfiguration",
47577
+ "description": null,
47578
+ "type": {
47579
+ "kind": "INPUT_OBJECT",
47580
+ "name": "UpdateAwsMarketplaceConfigurationInput",
47581
+ "ofType": null
47582
+ },
47583
+ "defaultValue": null,
47584
+ "isDeprecated": false,
47585
+ "deprecationReason": null
47586
+ },
46898
47587
  {
46899
47588
  "name": "description",
46900
47589
  "description": null,
@@ -48899,6 +49588,18 @@
48899
49588
  "isDeprecated": false,
48900
49589
  "deprecationReason": null
48901
49590
  },
49591
+ {
49592
+ "name": "awsMarketplaceCustomerId",
49593
+ "description": null,
49594
+ "type": {
49595
+ "kind": "SCALAR",
49596
+ "name": "String",
49597
+ "ofType": null
49598
+ },
49599
+ "defaultValue": null,
49600
+ "isDeprecated": false,
49601
+ "deprecationReason": null
49602
+ },
48902
49603
  {
48903
49604
  "name": "billingId",
48904
49605
  "description": null,
@@ -51129,6 +51830,22 @@
51129
51830
  "isDeprecated": false,
51130
51831
  "deprecationReason": null
51131
51832
  },
51833
+ {
51834
+ "name": "getAwsExternalId",
51835
+ "description": null,
51836
+ "args": [],
51837
+ "type": {
51838
+ "kind": "NON_NULL",
51839
+ "name": null,
51840
+ "ofType": {
51841
+ "kind": "OBJECT",
51842
+ "name": "GetAwsExternalIdResult",
51843
+ "ofType": null
51844
+ }
51845
+ },
51846
+ "isDeprecated": false,
51847
+ "deprecationReason": null
51848
+ },
51132
51849
  {
51133
51850
  "name": "getCustomerByRefId",
51134
51851
  "description": null,
@@ -51473,6 +52190,72 @@
51473
52190
  "isDeprecated": false,
51474
52191
  "deprecationReason": null
51475
52192
  },
52193
+ {
52194
+ "name": "listAwsProductDimensions",
52195
+ "description": null,
52196
+ "args": [
52197
+ {
52198
+ "name": "input",
52199
+ "description": null,
52200
+ "type": {
52201
+ "kind": "NON_NULL",
52202
+ "name": null,
52203
+ "ofType": {
52204
+ "kind": "INPUT_OBJECT",
52205
+ "name": "ListAwsProductDimensionsInput",
52206
+ "ofType": null
52207
+ }
52208
+ },
52209
+ "defaultValue": null,
52210
+ "isDeprecated": false,
52211
+ "deprecationReason": null
52212
+ }
52213
+ ],
52214
+ "type": {
52215
+ "kind": "NON_NULL",
52216
+ "name": null,
52217
+ "ofType": {
52218
+ "kind": "OBJECT",
52219
+ "name": "ListAwsProductDimensionsDTO",
52220
+ "ofType": null
52221
+ }
52222
+ },
52223
+ "isDeprecated": false,
52224
+ "deprecationReason": null
52225
+ },
52226
+ {
52227
+ "name": "listAwsProducts",
52228
+ "description": null,
52229
+ "args": [
52230
+ {
52231
+ "name": "input",
52232
+ "description": null,
52233
+ "type": {
52234
+ "kind": "NON_NULL",
52235
+ "name": null,
52236
+ "ofType": {
52237
+ "kind": "INPUT_OBJECT",
52238
+ "name": "ListAwsProductsInput",
52239
+ "ofType": null
52240
+ }
52241
+ },
52242
+ "defaultValue": null,
52243
+ "isDeprecated": false,
52244
+ "deprecationReason": null
52245
+ }
52246
+ ],
52247
+ "type": {
52248
+ "kind": "NON_NULL",
52249
+ "name": null,
52250
+ "ofType": {
52251
+ "kind": "OBJECT",
52252
+ "name": "ListAwsProductsResult",
52253
+ "ofType": null
52254
+ }
52255
+ },
52256
+ "isDeprecated": false,
52257
+ "deprecationReason": null
52258
+ },
51476
52259
  {
51477
52260
  "name": "members",
51478
52261
  "description": null,
@@ -63444,12 +64227,286 @@
63444
64227
  },
63445
64228
  {
63446
64229
  "kind": "INPUT_OBJECT",
63447
- "name": "UnarchiveCustomerInput",
64230
+ "name": "UnarchiveCustomerInput",
64231
+ "description": null,
64232
+ "fields": null,
64233
+ "inputFields": [
64234
+ {
64235
+ "name": "customerId",
64236
+ "description": null,
64237
+ "type": {
64238
+ "kind": "NON_NULL",
64239
+ "name": null,
64240
+ "ofType": {
64241
+ "kind": "SCALAR",
64242
+ "name": "String",
64243
+ "ofType": null
64244
+ }
64245
+ },
64246
+ "defaultValue": null,
64247
+ "isDeprecated": false,
64248
+ "deprecationReason": null
64249
+ },
64250
+ {
64251
+ "name": "environmentId",
64252
+ "description": null,
64253
+ "type": {
64254
+ "kind": "SCALAR",
64255
+ "name": "String",
64256
+ "ofType": null
64257
+ },
64258
+ "defaultValue": null,
64259
+ "isDeprecated": false,
64260
+ "deprecationReason": null
64261
+ }
64262
+ ],
64263
+ "interfaces": null,
64264
+ "enumValues": null,
64265
+ "possibleTypes": null
64266
+ },
64267
+ {
64268
+ "kind": "INPUT_OBJECT",
64269
+ "name": "UnarchiveEnvironmentInput",
64270
+ "description": null,
64271
+ "fields": null,
64272
+ "inputFields": [
64273
+ {
64274
+ "name": "id",
64275
+ "description": null,
64276
+ "type": {
64277
+ "kind": "SCALAR",
64278
+ "name": "String",
64279
+ "ofType": null
64280
+ },
64281
+ "defaultValue": null,
64282
+ "isDeprecated": false,
64283
+ "deprecationReason": null
64284
+ },
64285
+ {
64286
+ "name": "slug",
64287
+ "description": null,
64288
+ "type": {
64289
+ "kind": "SCALAR",
64290
+ "name": "String",
64291
+ "ofType": null
64292
+ },
64293
+ "defaultValue": null,
64294
+ "isDeprecated": false,
64295
+ "deprecationReason": null
64296
+ }
64297
+ ],
64298
+ "interfaces": null,
64299
+ "enumValues": null,
64300
+ "possibleTypes": null
64301
+ },
64302
+ {
64303
+ "kind": "OBJECT",
64304
+ "name": "UncompatibleSubscriptionAddonError",
64305
+ "description": null,
64306
+ "fields": [
64307
+ {
64308
+ "name": "code",
64309
+ "description": null,
64310
+ "args": [],
64311
+ "type": {
64312
+ "kind": "NON_NULL",
64313
+ "name": null,
64314
+ "ofType": {
64315
+ "kind": "SCALAR",
64316
+ "name": "String",
64317
+ "ofType": null
64318
+ }
64319
+ },
64320
+ "isDeprecated": false,
64321
+ "deprecationReason": null
64322
+ },
64323
+ {
64324
+ "name": "isValidationError",
64325
+ "description": null,
64326
+ "args": [],
64327
+ "type": {
64328
+ "kind": "NON_NULL",
64329
+ "name": null,
64330
+ "ofType": {
64331
+ "kind": "SCALAR",
64332
+ "name": "Boolean",
64333
+ "ofType": null
64334
+ }
64335
+ },
64336
+ "isDeprecated": false,
64337
+ "deprecationReason": null
64338
+ },
64339
+ {
64340
+ "name": "nonCompatibleAddons",
64341
+ "description": null,
64342
+ "args": [],
64343
+ "type": {
64344
+ "kind": "LIST",
64345
+ "name": null,
64346
+ "ofType": {
64347
+ "kind": "NON_NULL",
64348
+ "name": null,
64349
+ "ofType": {
64350
+ "kind": "SCALAR",
64351
+ "name": "String",
64352
+ "ofType": null
64353
+ }
64354
+ }
64355
+ },
64356
+ "isDeprecated": false,
64357
+ "deprecationReason": null
64358
+ },
64359
+ {
64360
+ "name": "planDisplayName",
64361
+ "description": null,
64362
+ "args": [],
64363
+ "type": {
64364
+ "kind": "NON_NULL",
64365
+ "name": null,
64366
+ "ofType": {
64367
+ "kind": "SCALAR",
64368
+ "name": "String",
64369
+ "ofType": null
64370
+ }
64371
+ },
64372
+ "isDeprecated": false,
64373
+ "deprecationReason": null
64374
+ }
64375
+ ],
64376
+ "inputFields": null,
64377
+ "interfaces": [],
64378
+ "enumValues": null,
64379
+ "possibleTypes": null
64380
+ },
64381
+ {
64382
+ "kind": "OBJECT",
64383
+ "name": "UnitAmountChangeVariables",
64384
+ "description": null,
64385
+ "fields": [
64386
+ {
64387
+ "name": "featureId",
64388
+ "description": null,
64389
+ "args": [],
64390
+ "type": {
64391
+ "kind": "SCALAR",
64392
+ "name": "String",
64393
+ "ofType": null
64394
+ },
64395
+ "isDeprecated": false,
64396
+ "deprecationReason": null
64397
+ },
64398
+ {
64399
+ "name": "newUnitAmount",
64400
+ "description": null,
64401
+ "args": [],
64402
+ "type": {
64403
+ "kind": "SCALAR",
64404
+ "name": "Float",
64405
+ "ofType": null
64406
+ },
64407
+ "isDeprecated": false,
64408
+ "deprecationReason": null
64409
+ }
64410
+ ],
64411
+ "inputFields": null,
64412
+ "interfaces": [],
64413
+ "enumValues": null,
64414
+ "possibleTypes": null
64415
+ },
64416
+ {
64417
+ "kind": "OBJECT",
64418
+ "name": "UnsupportedFeatureTypeError",
64419
+ "description": null,
64420
+ "fields": [
64421
+ {
64422
+ "name": "code",
64423
+ "description": null,
64424
+ "args": [],
64425
+ "type": {
64426
+ "kind": "NON_NULL",
64427
+ "name": null,
64428
+ "ofType": {
64429
+ "kind": "SCALAR",
64430
+ "name": "String",
64431
+ "ofType": null
64432
+ }
64433
+ },
64434
+ "isDeprecated": false,
64435
+ "deprecationReason": null
64436
+ },
64437
+ {
64438
+ "name": "featureType",
64439
+ "description": null,
64440
+ "args": [],
64441
+ "type": {
64442
+ "kind": "NON_NULL",
64443
+ "name": null,
64444
+ "ofType": {
64445
+ "kind": "SCALAR",
64446
+ "name": "String",
64447
+ "ofType": null
64448
+ }
64449
+ },
64450
+ "isDeprecated": false,
64451
+ "deprecationReason": null
64452
+ }
64453
+ ],
64454
+ "inputFields": null,
64455
+ "interfaces": [],
64456
+ "enumValues": null,
64457
+ "possibleTypes": null
64458
+ },
64459
+ {
64460
+ "kind": "OBJECT",
64461
+ "name": "UnsupportedVendorIdentifierError",
64462
+ "description": null,
64463
+ "fields": [
64464
+ {
64465
+ "name": "code",
64466
+ "description": null,
64467
+ "args": [],
64468
+ "type": {
64469
+ "kind": "NON_NULL",
64470
+ "name": null,
64471
+ "ofType": {
64472
+ "kind": "SCALAR",
64473
+ "name": "String",
64474
+ "ofType": null
64475
+ }
64476
+ },
64477
+ "isDeprecated": false,
64478
+ "deprecationReason": null
64479
+ },
64480
+ {
64481
+ "name": "vendorIdentifier",
64482
+ "description": null,
64483
+ "args": [],
64484
+ "type": {
64485
+ "kind": "NON_NULL",
64486
+ "name": null,
64487
+ "ofType": {
64488
+ "kind": "SCALAR",
64489
+ "name": "String",
64490
+ "ofType": null
64491
+ }
64492
+ },
64493
+ "isDeprecated": false,
64494
+ "deprecationReason": null
64495
+ }
64496
+ ],
64497
+ "inputFields": null,
64498
+ "interfaces": [],
64499
+ "enumValues": null,
64500
+ "possibleTypes": null
64501
+ },
64502
+ {
64503
+ "kind": "INPUT_OBJECT",
64504
+ "name": "UpdateAccountInput",
63448
64505
  "description": null,
63449
64506
  "fields": null,
63450
64507
  "inputFields": [
63451
64508
  {
63452
- "name": "customerId",
64509
+ "name": "displayName",
63453
64510
  "description": null,
63454
64511
  "type": {
63455
64512
  "kind": "NON_NULL",
@@ -63464,29 +64521,6 @@
63464
64521
  "isDeprecated": false,
63465
64522
  "deprecationReason": null
63466
64523
  },
63467
- {
63468
- "name": "environmentId",
63469
- "description": null,
63470
- "type": {
63471
- "kind": "SCALAR",
63472
- "name": "String",
63473
- "ofType": null
63474
- },
63475
- "defaultValue": null,
63476
- "isDeprecated": false,
63477
- "deprecationReason": null
63478
- }
63479
- ],
63480
- "interfaces": null,
63481
- "enumValues": null,
63482
- "possibleTypes": null
63483
- },
63484
- {
63485
- "kind": "INPUT_OBJECT",
63486
- "name": "UnarchiveEnvironmentInput",
63487
- "description": null,
63488
- "fields": null,
63489
- "inputFields": [
63490
64524
  {
63491
64525
  "name": "id",
63492
64526
  "description": null,
@@ -63500,291 +64534,75 @@
63500
64534
  "deprecationReason": null
63501
64535
  },
63502
64536
  {
63503
- "name": "slug",
64537
+ "name": "subscriptionBillingAnchor",
63504
64538
  "description": null,
63505
64539
  "type": {
63506
- "kind": "SCALAR",
63507
- "name": "String",
64540
+ "kind": "ENUM",
64541
+ "name": "BillingAnchor",
63508
64542
  "ofType": null
63509
64543
  },
63510
64544
  "defaultValue": null,
63511
64545
  "isDeprecated": false,
63512
64546
  "deprecationReason": null
63513
- }
63514
- ],
63515
- "interfaces": null,
63516
- "enumValues": null,
63517
- "possibleTypes": null
63518
- },
63519
- {
63520
- "kind": "OBJECT",
63521
- "name": "UncompatibleSubscriptionAddonError",
63522
- "description": null,
63523
- "fields": [
63524
- {
63525
- "name": "code",
63526
- "description": null,
63527
- "args": [],
63528
- "type": {
63529
- "kind": "NON_NULL",
63530
- "name": null,
63531
- "ofType": {
63532
- "kind": "SCALAR",
63533
- "name": "String",
63534
- "ofType": null
63535
- }
63536
- },
63537
- "isDeprecated": false,
63538
- "deprecationReason": null
63539
- },
63540
- {
63541
- "name": "isValidationError",
63542
- "description": null,
63543
- "args": [],
63544
- "type": {
63545
- "kind": "NON_NULL",
63546
- "name": null,
63547
- "ofType": {
63548
- "kind": "SCALAR",
63549
- "name": "Boolean",
63550
- "ofType": null
63551
- }
63552
- },
63553
- "isDeprecated": false,
63554
- "deprecationReason": null
63555
- },
63556
- {
63557
- "name": "nonCompatibleAddons",
63558
- "description": null,
63559
- "args": [],
63560
- "type": {
63561
- "kind": "LIST",
63562
- "name": null,
63563
- "ofType": {
63564
- "kind": "NON_NULL",
63565
- "name": null,
63566
- "ofType": {
63567
- "kind": "SCALAR",
63568
- "name": "String",
63569
- "ofType": null
63570
- }
63571
- }
63572
- },
63573
- "isDeprecated": false,
63574
- "deprecationReason": null
63575
64547
  },
63576
64548
  {
63577
- "name": "planDisplayName",
63578
- "description": null,
63579
- "args": [],
63580
- "type": {
63581
- "kind": "NON_NULL",
63582
- "name": null,
63583
- "ofType": {
63584
- "kind": "SCALAR",
63585
- "name": "String",
63586
- "ofType": null
63587
- }
63588
- },
63589
- "isDeprecated": false,
63590
- "deprecationReason": null
63591
- }
63592
- ],
63593
- "inputFields": null,
63594
- "interfaces": [],
63595
- "enumValues": null,
63596
- "possibleTypes": null
63597
- },
63598
- {
63599
- "kind": "OBJECT",
63600
- "name": "UnitAmountChangeVariables",
63601
- "description": null,
63602
- "fields": [
63603
- {
63604
- "name": "featureId",
64549
+ "name": "subscriptionProrationBehavior",
63605
64550
  "description": null,
63606
- "args": [],
63607
64551
  "type": {
63608
- "kind": "SCALAR",
63609
- "name": "String",
64552
+ "kind": "ENUM",
64553
+ "name": "ProrationBehavior",
63610
64554
  "ofType": null
63611
64555
  },
64556
+ "defaultValue": null,
63612
64557
  "isDeprecated": false,
63613
64558
  "deprecationReason": null
63614
64559
  },
63615
64560
  {
63616
- "name": "newUnitAmount",
64561
+ "name": "timezone",
63617
64562
  "description": null,
63618
- "args": [],
63619
64563
  "type": {
63620
64564
  "kind": "SCALAR",
63621
- "name": "Float",
64565
+ "name": "String",
63622
64566
  "ofType": null
63623
64567
  },
64568
+ "defaultValue": null,
63624
64569
  "isDeprecated": false,
63625
64570
  "deprecationReason": null
63626
64571
  }
63627
64572
  ],
63628
- "inputFields": null,
63629
- "interfaces": [],
63630
- "enumValues": null,
63631
- "possibleTypes": null
63632
- },
63633
- {
63634
- "kind": "OBJECT",
63635
- "name": "UnsupportedFeatureTypeError",
63636
- "description": null,
63637
- "fields": [
63638
- {
63639
- "name": "code",
63640
- "description": null,
63641
- "args": [],
63642
- "type": {
63643
- "kind": "NON_NULL",
63644
- "name": null,
63645
- "ofType": {
63646
- "kind": "SCALAR",
63647
- "name": "String",
63648
- "ofType": null
63649
- }
63650
- },
63651
- "isDeprecated": false,
63652
- "deprecationReason": null
63653
- },
63654
- {
63655
- "name": "featureType",
63656
- "description": null,
63657
- "args": [],
63658
- "type": {
63659
- "kind": "NON_NULL",
63660
- "name": null,
63661
- "ofType": {
63662
- "kind": "SCALAR",
63663
- "name": "String",
63664
- "ofType": null
63665
- }
63666
- },
63667
- "isDeprecated": false,
63668
- "deprecationReason": null
63669
- }
63670
- ],
63671
- "inputFields": null,
63672
- "interfaces": [],
63673
- "enumValues": null,
63674
- "possibleTypes": null
63675
- },
63676
- {
63677
- "kind": "OBJECT",
63678
- "name": "UnsupportedVendorIdentifierError",
63679
- "description": null,
63680
- "fields": [
63681
- {
63682
- "name": "code",
63683
- "description": null,
63684
- "args": [],
63685
- "type": {
63686
- "kind": "NON_NULL",
63687
- "name": null,
63688
- "ofType": {
63689
- "kind": "SCALAR",
63690
- "name": "String",
63691
- "ofType": null
63692
- }
63693
- },
63694
- "isDeprecated": false,
63695
- "deprecationReason": null
63696
- },
63697
- {
63698
- "name": "vendorIdentifier",
63699
- "description": null,
63700
- "args": [],
63701
- "type": {
63702
- "kind": "NON_NULL",
63703
- "name": null,
63704
- "ofType": {
63705
- "kind": "SCALAR",
63706
- "name": "String",
63707
- "ofType": null
63708
- }
63709
- },
63710
- "isDeprecated": false,
63711
- "deprecationReason": null
63712
- }
63713
- ],
63714
- "inputFields": null,
63715
- "interfaces": [],
64573
+ "interfaces": null,
63716
64574
  "enumValues": null,
63717
64575
  "possibleTypes": null
63718
64576
  },
63719
64577
  {
63720
64578
  "kind": "INPUT_OBJECT",
63721
- "name": "UpdateAccountInput",
64579
+ "name": "UpdateAwsMarketplaceConfigurationInput",
63722
64580
  "description": null,
63723
64581
  "fields": null,
63724
64582
  "inputFields": [
63725
64583
  {
63726
- "name": "displayName",
64584
+ "name": "dimensionsMapping",
63727
64585
  "description": null,
63728
64586
  "type": {
63729
64587
  "kind": "NON_NULL",
63730
64588
  "name": null,
63731
64589
  "ofType": {
63732
- "kind": "SCALAR",
63733
- "name": "String",
63734
- "ofType": null
64590
+ "kind": "LIST",
64591
+ "name": null,
64592
+ "ofType": {
64593
+ "kind": "NON_NULL",
64594
+ "name": null,
64595
+ "ofType": {
64596
+ "kind": "INPUT_OBJECT",
64597
+ "name": "DimensionsMappingInput",
64598
+ "ofType": null
64599
+ }
64600
+ }
63735
64601
  }
63736
64602
  },
63737
64603
  "defaultValue": null,
63738
64604
  "isDeprecated": false,
63739
64605
  "deprecationReason": null
63740
- },
63741
- {
63742
- "name": "id",
63743
- "description": null,
63744
- "type": {
63745
- "kind": "SCALAR",
63746
- "name": "String",
63747
- "ofType": null
63748
- },
63749
- "defaultValue": null,
63750
- "isDeprecated": false,
63751
- "deprecationReason": null
63752
- },
63753
- {
63754
- "name": "subscriptionBillingAnchor",
63755
- "description": null,
63756
- "type": {
63757
- "kind": "ENUM",
63758
- "name": "BillingAnchor",
63759
- "ofType": null
63760
- },
63761
- "defaultValue": null,
63762
- "isDeprecated": false,
63763
- "deprecationReason": null
63764
- },
63765
- {
63766
- "name": "subscriptionProrationBehavior",
63767
- "description": null,
63768
- "type": {
63769
- "kind": "ENUM",
63770
- "name": "ProrationBehavior",
63771
- "ofType": null
63772
- },
63773
- "defaultValue": null,
63774
- "isDeprecated": false,
63775
- "deprecationReason": null
63776
- },
63777
- {
63778
- "name": "timezone",
63779
- "description": null,
63780
- "type": {
63781
- "kind": "SCALAR",
63782
- "name": "String",
63783
- "ofType": null
63784
- },
63785
- "defaultValue": null,
63786
- "isDeprecated": false,
63787
- "deprecationReason": null
63788
64606
  }
63789
64607
  ],
63790
64608
  "interfaces": null,
@@ -63888,6 +64706,18 @@
63888
64706
  "isDeprecated": false,
63889
64707
  "deprecationReason": null
63890
64708
  },
64709
+ {
64710
+ "name": "awsMarketplaceCustomerId",
64711
+ "description": null,
64712
+ "type": {
64713
+ "kind": "SCALAR",
64714
+ "name": "String",
64715
+ "ofType": null
64716
+ },
64717
+ "defaultValue": null,
64718
+ "isDeprecated": false,
64719
+ "deprecationReason": null
64720
+ },
63891
64721
  {
63892
64722
  "name": "billingId",
63893
64723
  "description": null,
@@ -67549,6 +68379,12 @@
67549
68379
  "inputFields": null,
67550
68380
  "interfaces": null,
67551
68381
  "enumValues": [
68382
+ {
68383
+ "name": "AWS_MARKETPLACE",
68384
+ "description": null,
68385
+ "isDeprecated": false,
68386
+ "deprecationReason": null
68387
+ },
67552
68388
  {
67553
68389
  "name": "HUBSPOT",
67554
68390
  "description": null,