@azure/arm-databox 5.1.0-alpha.20250718.1 → 5.1.0-alpha.20250721.1

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.
Files changed (59) hide show
  1. package/dist/browser/dataBoxManagementClient.js +16 -5
  2. package/dist/browser/dataBoxManagementClient.js.map +1 -1
  3. package/dist/browser/lroImpl.js +7 -3
  4. package/dist/browser/lroImpl.js.map +1 -1
  5. package/dist/browser/models/mappers.js +324 -144
  6. package/dist/browser/models/mappers.js.map +1 -1
  7. package/dist/browser/operations/jobs.js +87 -123
  8. package/dist/browser/operations/jobs.js.map +1 -1
  9. package/dist/browser/operations/operations.js +23 -40
  10. package/dist/browser/operations/operations.js.map +1 -1
  11. package/dist/browser/operations/service.js +23 -40
  12. package/dist/browser/operations/service.js.map +1 -1
  13. package/dist/browser/pagingHelper.js +2 -4
  14. package/dist/browser/pagingHelper.js.map +1 -1
  15. package/dist/commonjs/dataBoxManagementClient.js +16 -5
  16. package/dist/commonjs/dataBoxManagementClient.js.map +1 -1
  17. package/dist/commonjs/lroImpl.js +7 -3
  18. package/dist/commonjs/lroImpl.js.map +1 -1
  19. package/dist/commonjs/models/mappers.js +324 -144
  20. package/dist/commonjs/models/mappers.js.map +1 -1
  21. package/dist/commonjs/operations/jobs.js +87 -122
  22. package/dist/commonjs/operations/jobs.js.map +1 -1
  23. package/dist/commonjs/operations/operations.js +23 -39
  24. package/dist/commonjs/operations/operations.js.map +1 -1
  25. package/dist/commonjs/operations/service.js +23 -39
  26. package/dist/commonjs/operations/service.js.map +1 -1
  27. package/dist/commonjs/pagingHelper.js +2 -4
  28. package/dist/commonjs/pagingHelper.js.map +1 -1
  29. package/dist/commonjs/tsdoc-metadata.json +11 -11
  30. package/dist/esm/dataBoxManagementClient.js +16 -5
  31. package/dist/esm/dataBoxManagementClient.js.map +1 -1
  32. package/dist/esm/lroImpl.js +7 -3
  33. package/dist/esm/lroImpl.js.map +1 -1
  34. package/dist/esm/models/mappers.js +324 -144
  35. package/dist/esm/models/mappers.js.map +1 -1
  36. package/dist/esm/operations/jobs.js +87 -123
  37. package/dist/esm/operations/jobs.js.map +1 -1
  38. package/dist/esm/operations/operations.js +23 -40
  39. package/dist/esm/operations/operations.js.map +1 -1
  40. package/dist/esm/operations/service.js +23 -40
  41. package/dist/esm/operations/service.js.map +1 -1
  42. package/dist/esm/pagingHelper.js +2 -4
  43. package/dist/esm/pagingHelper.js.map +1 -1
  44. package/dist/react-native/dataBoxManagementClient.js +16 -5
  45. package/dist/react-native/dataBoxManagementClient.js.map +1 -1
  46. package/dist/react-native/lroImpl.js +7 -3
  47. package/dist/react-native/lroImpl.js.map +1 -1
  48. package/dist/react-native/models/mappers.js +324 -144
  49. package/dist/react-native/models/mappers.js.map +1 -1
  50. package/dist/react-native/operations/jobs.js +87 -123
  51. package/dist/react-native/operations/jobs.js.map +1 -1
  52. package/dist/react-native/operations/operations.js +23 -40
  53. package/dist/react-native/operations/operations.js.map +1 -1
  54. package/dist/react-native/operations/service.js +23 -40
  55. package/dist/react-native/operations/service.js.map +1 -1
  56. package/dist/react-native/pagingHelper.js +2 -4
  57. package/dist/react-native/pagingHelper.js.map +1 -1
  58. package/package.json +2 -2
  59. package/review/arm-databox-node.api.md +1514 -1514
@@ -3531,7 +3531,9 @@ export const DataBoxCustomerDiskJobDetails = {
3531
3531
  className: "DataBoxCustomerDiskJobDetails",
3532
3532
  uberParent: "JobDetails",
3533
3533
  polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,
3534
- modelProperties: Object.assign(Object.assign({}, JobDetails.type.modelProperties), { importDiskDetailsCollection: {
3534
+ modelProperties: {
3535
+ ...JobDetails.type.modelProperties,
3536
+ importDiskDetailsCollection: {
3535
3537
  serializedName: "importDiskDetailsCollection",
3536
3538
  type: {
3537
3539
  name: "Dictionary",
@@ -3539,7 +3541,8 @@ export const DataBoxCustomerDiskJobDetails = {
3539
3541
  type: { name: "Composite", className: "ImportDiskDetails" },
3540
3542
  },
3541
3543
  },
3542
- }, exportDiskDetailsCollection: {
3544
+ },
3545
+ exportDiskDetailsCollection: {
3543
3546
  serializedName: "exportDiskDetailsCollection",
3544
3547
  readOnly: true,
3545
3548
  type: {
@@ -3548,7 +3551,8 @@ export const DataBoxCustomerDiskJobDetails = {
3548
3551
  type: { name: "Composite", className: "ExportDiskDetails" },
3549
3552
  },
3550
3553
  },
3551
- }, copyProgress: {
3554
+ },
3555
+ copyProgress: {
3552
3556
  serializedName: "copyProgress",
3553
3557
  readOnly: true,
3554
3558
  type: {
@@ -3560,25 +3564,29 @@ export const DataBoxCustomerDiskJobDetails = {
3560
3564
  },
3561
3565
  },
3562
3566
  },
3563
- }, deliverToDcPackageDetails: {
3567
+ },
3568
+ deliverToDcPackageDetails: {
3564
3569
  serializedName: "deliverToDcPackageDetails",
3565
3570
  type: {
3566
3571
  name: "Composite",
3567
3572
  className: "PackageCarrierInfo",
3568
3573
  },
3569
- }, returnToCustomerPackageDetails: {
3574
+ },
3575
+ returnToCustomerPackageDetails: {
3570
3576
  serializedName: "returnToCustomerPackageDetails",
3571
3577
  type: {
3572
3578
  name: "Composite",
3573
3579
  className: "PackageCarrierDetails",
3574
3580
  },
3575
- }, enableManifestBackup: {
3581
+ },
3582
+ enableManifestBackup: {
3576
3583
  defaultValue: false,
3577
3584
  serializedName: "enableManifestBackup",
3578
3585
  type: {
3579
3586
  name: "Boolean",
3580
3587
  },
3581
- } }),
3588
+ },
3589
+ },
3582
3590
  },
3583
3591
  };
3584
3592
  export const DataBoxDiskJobDetails = {
@@ -3588,13 +3596,16 @@ export const DataBoxDiskJobDetails = {
3588
3596
  className: "DataBoxDiskJobDetails",
3589
3597
  uberParent: "JobDetails",
3590
3598
  polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,
3591
- modelProperties: Object.assign(Object.assign({}, JobDetails.type.modelProperties), { preferredDisks: {
3599
+ modelProperties: {
3600
+ ...JobDetails.type.modelProperties,
3601
+ preferredDisks: {
3592
3602
  serializedName: "preferredDisks",
3593
3603
  type: {
3594
3604
  name: "Dictionary",
3595
3605
  value: { type: { name: "Number" } },
3596
3606
  },
3597
- }, copyProgress: {
3607
+ },
3608
+ copyProgress: {
3598
3609
  serializedName: "copyProgress",
3599
3610
  readOnly: true,
3600
3611
  type: {
@@ -3606,7 +3617,8 @@ export const DataBoxDiskJobDetails = {
3606
3617
  },
3607
3618
  },
3608
3619
  },
3609
- }, granularCopyProgress: {
3620
+ },
3621
+ granularCopyProgress: {
3610
3622
  serializedName: "granularCopyProgress",
3611
3623
  readOnly: true,
3612
3624
  type: {
@@ -3618,7 +3630,8 @@ export const DataBoxDiskJobDetails = {
3618
3630
  },
3619
3631
  },
3620
3632
  },
3621
- }, granularCopyLogDetails: {
3633
+ },
3634
+ granularCopyLogDetails: {
3622
3635
  serializedName: "granularCopyLogDetails",
3623
3636
  readOnly: true,
3624
3637
  type: {
@@ -3630,19 +3643,22 @@ export const DataBoxDiskJobDetails = {
3630
3643
  },
3631
3644
  },
3632
3645
  },
3633
- }, disksAndSizeDetails: {
3646
+ },
3647
+ disksAndSizeDetails: {
3634
3648
  serializedName: "disksAndSizeDetails",
3635
3649
  readOnly: true,
3636
3650
  type: {
3637
3651
  name: "Dictionary",
3638
3652
  value: { type: { name: "Number" } },
3639
3653
  },
3640
- }, passkey: {
3654
+ },
3655
+ passkey: {
3641
3656
  serializedName: "passkey",
3642
3657
  type: {
3643
3658
  name: "String",
3644
3659
  },
3645
- } }),
3660
+ },
3661
+ },
3646
3662
  },
3647
3663
  };
3648
3664
  export const DataBoxHeavyJobDetails = {
@@ -3652,7 +3668,9 @@ export const DataBoxHeavyJobDetails = {
3652
3668
  className: "DataBoxHeavyJobDetails",
3653
3669
  uberParent: "JobDetails",
3654
3670
  polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,
3655
- modelProperties: Object.assign(Object.assign({}, JobDetails.type.modelProperties), { copyProgress: {
3671
+ modelProperties: {
3672
+ ...JobDetails.type.modelProperties,
3673
+ copyProgress: {
3656
3674
  serializedName: "copyProgress",
3657
3675
  readOnly: true,
3658
3676
  type: {
@@ -3664,12 +3682,14 @@ export const DataBoxHeavyJobDetails = {
3664
3682
  },
3665
3683
  },
3666
3684
  },
3667
- }, devicePassword: {
3685
+ },
3686
+ devicePassword: {
3668
3687
  serializedName: "devicePassword",
3669
3688
  type: {
3670
3689
  name: "String",
3671
3690
  },
3672
- } }),
3691
+ },
3692
+ },
3673
3693
  },
3674
3694
  };
3675
3695
  export const DataBoxJobDetails = {
@@ -3679,7 +3699,9 @@ export const DataBoxJobDetails = {
3679
3699
  className: "DataBoxJobDetails",
3680
3700
  uberParent: "JobDetails",
3681
3701
  polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,
3682
- modelProperties: Object.assign(Object.assign({}, JobDetails.type.modelProperties), { copyProgress: {
3702
+ modelProperties: {
3703
+ ...JobDetails.type.modelProperties,
3704
+ copyProgress: {
3683
3705
  serializedName: "copyProgress",
3684
3706
  readOnly: true,
3685
3707
  type: {
@@ -3691,12 +3713,14 @@ export const DataBoxJobDetails = {
3691
3713
  },
3692
3714
  },
3693
3715
  },
3694
- }, devicePassword: {
3716
+ },
3717
+ devicePassword: {
3695
3718
  serializedName: "devicePassword",
3696
3719
  type: {
3697
3720
  name: "String",
3698
3721
  },
3699
- } }),
3722
+ },
3723
+ },
3700
3724
  },
3701
3725
  };
3702
3726
  export const ManagedDiskDetails = {
@@ -3706,19 +3730,23 @@ export const ManagedDiskDetails = {
3706
3730
  className: "ManagedDiskDetails",
3707
3731
  uberParent: "DataAccountDetails",
3708
3732
  polymorphicDiscriminator: DataAccountDetails.type.polymorphicDiscriminator,
3709
- modelProperties: Object.assign(Object.assign({}, DataAccountDetails.type.modelProperties), { resourceGroupId: {
3733
+ modelProperties: {
3734
+ ...DataAccountDetails.type.modelProperties,
3735
+ resourceGroupId: {
3710
3736
  serializedName: "resourceGroupId",
3711
3737
  required: true,
3712
3738
  type: {
3713
3739
  name: "String",
3714
3740
  },
3715
- }, stagingStorageAccountId: {
3741
+ },
3742
+ stagingStorageAccountId: {
3716
3743
  serializedName: "stagingStorageAccountId",
3717
3744
  required: true,
3718
3745
  type: {
3719
3746
  name: "String",
3720
3747
  },
3721
- } }),
3748
+ },
3749
+ },
3722
3750
  },
3723
3751
  };
3724
3752
  export const StorageAccountDetails = {
@@ -3728,13 +3756,16 @@ export const StorageAccountDetails = {
3728
3756
  className: "StorageAccountDetails",
3729
3757
  uberParent: "DataAccountDetails",
3730
3758
  polymorphicDiscriminator: DataAccountDetails.type.polymorphicDiscriminator,
3731
- modelProperties: Object.assign(Object.assign({}, DataAccountDetails.type.modelProperties), { storageAccountId: {
3759
+ modelProperties: {
3760
+ ...DataAccountDetails.type.modelProperties,
3761
+ storageAccountId: {
3732
3762
  serializedName: "storageAccountId",
3733
3763
  required: true,
3734
3764
  type: {
3735
3765
  name: "String",
3736
3766
  },
3737
- } }),
3767
+ },
3768
+ },
3738
3769
  },
3739
3770
  };
3740
3771
  export const DataBoxAccountCopyLogDetails = {
@@ -3744,25 +3775,30 @@ export const DataBoxAccountCopyLogDetails = {
3744
3775
  className: "DataBoxAccountCopyLogDetails",
3745
3776
  uberParent: "CopyLogDetails",
3746
3777
  polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,
3747
- modelProperties: Object.assign(Object.assign({}, CopyLogDetails.type.modelProperties), { accountName: {
3778
+ modelProperties: {
3779
+ ...CopyLogDetails.type.modelProperties,
3780
+ accountName: {
3748
3781
  serializedName: "accountName",
3749
3782
  readOnly: true,
3750
3783
  type: {
3751
3784
  name: "String",
3752
3785
  },
3753
- }, copyLogLink: {
3786
+ },
3787
+ copyLogLink: {
3754
3788
  serializedName: "copyLogLink",
3755
3789
  readOnly: true,
3756
3790
  type: {
3757
3791
  name: "String",
3758
3792
  },
3759
- }, copyVerboseLogLink: {
3793
+ },
3794
+ copyVerboseLogLink: {
3760
3795
  serializedName: "copyVerboseLogLink",
3761
3796
  readOnly: true,
3762
3797
  type: {
3763
3798
  name: "String",
3764
3799
  },
3765
- } }),
3800
+ },
3801
+ },
3766
3802
  },
3767
3803
  };
3768
3804
  export const DataBoxCustomerDiskCopyLogDetails = {
@@ -3772,25 +3808,30 @@ export const DataBoxCustomerDiskCopyLogDetails = {
3772
3808
  className: "DataBoxCustomerDiskCopyLogDetails",
3773
3809
  uberParent: "CopyLogDetails",
3774
3810
  polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,
3775
- modelProperties: Object.assign(Object.assign({}, CopyLogDetails.type.modelProperties), { serialNumber: {
3811
+ modelProperties: {
3812
+ ...CopyLogDetails.type.modelProperties,
3813
+ serialNumber: {
3776
3814
  serializedName: "serialNumber",
3777
3815
  readOnly: true,
3778
3816
  type: {
3779
3817
  name: "String",
3780
3818
  },
3781
- }, errorLogLink: {
3819
+ },
3820
+ errorLogLink: {
3782
3821
  serializedName: "errorLogLink",
3783
3822
  readOnly: true,
3784
3823
  type: {
3785
3824
  name: "String",
3786
3825
  },
3787
- }, verboseLogLink: {
3826
+ },
3827
+ verboseLogLink: {
3788
3828
  serializedName: "verboseLogLink",
3789
3829
  readOnly: true,
3790
3830
  type: {
3791
3831
  name: "String",
3792
3832
  },
3793
- } }),
3833
+ },
3834
+ },
3794
3835
  },
3795
3836
  };
3796
3837
  export const DataBoxDiskCopyLogDetails = {
@@ -3800,25 +3841,30 @@ export const DataBoxDiskCopyLogDetails = {
3800
3841
  className: "DataBoxDiskCopyLogDetails",
3801
3842
  uberParent: "CopyLogDetails",
3802
3843
  polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,
3803
- modelProperties: Object.assign(Object.assign({}, CopyLogDetails.type.modelProperties), { diskSerialNumber: {
3844
+ modelProperties: {
3845
+ ...CopyLogDetails.type.modelProperties,
3846
+ diskSerialNumber: {
3804
3847
  serializedName: "diskSerialNumber",
3805
3848
  readOnly: true,
3806
3849
  type: {
3807
3850
  name: "String",
3808
3851
  },
3809
- }, errorLogLink: {
3852
+ },
3853
+ errorLogLink: {
3810
3854
  serializedName: "errorLogLink",
3811
3855
  readOnly: true,
3812
3856
  type: {
3813
3857
  name: "String",
3814
3858
  },
3815
- }, verboseLogLink: {
3859
+ },
3860
+ verboseLogLink: {
3816
3861
  serializedName: "verboseLogLink",
3817
3862
  readOnly: true,
3818
3863
  type: {
3819
3864
  name: "String",
3820
3865
  },
3821
- } }),
3866
+ },
3867
+ },
3822
3868
  },
3823
3869
  };
3824
3870
  export const DataBoxHeavyAccountCopyLogDetails = {
@@ -3828,13 +3874,16 @@ export const DataBoxHeavyAccountCopyLogDetails = {
3828
3874
  className: "DataBoxHeavyAccountCopyLogDetails",
3829
3875
  uberParent: "CopyLogDetails",
3830
3876
  polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,
3831
- modelProperties: Object.assign(Object.assign({}, CopyLogDetails.type.modelProperties), { accountName: {
3877
+ modelProperties: {
3878
+ ...CopyLogDetails.type.modelProperties,
3879
+ accountName: {
3832
3880
  serializedName: "accountName",
3833
3881
  readOnly: true,
3834
3882
  type: {
3835
3883
  name: "String",
3836
3884
  },
3837
- }, copyLogLink: {
3885
+ },
3886
+ copyLogLink: {
3838
3887
  serializedName: "copyLogLink",
3839
3888
  readOnly: true,
3840
3889
  type: {
@@ -3845,7 +3894,8 @@ export const DataBoxHeavyAccountCopyLogDetails = {
3845
3894
  },
3846
3895
  },
3847
3896
  },
3848
- }, copyVerboseLogLink: {
3897
+ },
3898
+ copyVerboseLogLink: {
3849
3899
  serializedName: "copyVerboseLogLink",
3850
3900
  readOnly: true,
3851
3901
  type: {
@@ -3856,7 +3906,8 @@ export const DataBoxHeavyAccountCopyLogDetails = {
3856
3906
  },
3857
3907
  },
3858
3908
  },
3859
- } }),
3909
+ },
3910
+ },
3860
3911
  },
3861
3912
  };
3862
3913
  export const DatacenterAddressInstructionResponse = {
@@ -3866,13 +3917,16 @@ export const DatacenterAddressInstructionResponse = {
3866
3917
  className: "DatacenterAddressInstructionResponse",
3867
3918
  uberParent: "DatacenterAddressResponse",
3868
3919
  polymorphicDiscriminator: DatacenterAddressResponse.type.polymorphicDiscriminator,
3869
- modelProperties: Object.assign(Object.assign({}, DatacenterAddressResponse.type.modelProperties), { communicationInstruction: {
3920
+ modelProperties: {
3921
+ ...DatacenterAddressResponse.type.modelProperties,
3922
+ communicationInstruction: {
3870
3923
  serializedName: "communicationInstruction",
3871
3924
  readOnly: true,
3872
3925
  type: {
3873
3926
  name: "String",
3874
3927
  },
3875
- } }),
3928
+ },
3929
+ },
3876
3930
  },
3877
3931
  };
3878
3932
  export const DatacenterAddressLocationResponse = {
@@ -3882,222 +3936,260 @@ export const DatacenterAddressLocationResponse = {
3882
3936
  className: "DatacenterAddressLocationResponse",
3883
3937
  uberParent: "DatacenterAddressResponse",
3884
3938
  polymorphicDiscriminator: DatacenterAddressResponse.type.polymorphicDiscriminator,
3885
- modelProperties: Object.assign(Object.assign({}, DatacenterAddressResponse.type.modelProperties), { contactPersonName: {
3939
+ modelProperties: {
3940
+ ...DatacenterAddressResponse.type.modelProperties,
3941
+ contactPersonName: {
3886
3942
  serializedName: "contactPersonName",
3887
3943
  readOnly: true,
3888
3944
  type: {
3889
3945
  name: "String",
3890
3946
  },
3891
- }, company: {
3947
+ },
3948
+ company: {
3892
3949
  serializedName: "company",
3893
3950
  readOnly: true,
3894
3951
  type: {
3895
3952
  name: "String",
3896
3953
  },
3897
- }, street1: {
3954
+ },
3955
+ street1: {
3898
3956
  serializedName: "street1",
3899
3957
  readOnly: true,
3900
3958
  type: {
3901
3959
  name: "String",
3902
3960
  },
3903
- }, street2: {
3961
+ },
3962
+ street2: {
3904
3963
  serializedName: "street2",
3905
3964
  readOnly: true,
3906
3965
  type: {
3907
3966
  name: "String",
3908
3967
  },
3909
- }, street3: {
3968
+ },
3969
+ street3: {
3910
3970
  serializedName: "street3",
3911
3971
  readOnly: true,
3912
3972
  type: {
3913
3973
  name: "String",
3914
3974
  },
3915
- }, city: {
3975
+ },
3976
+ city: {
3916
3977
  serializedName: "city",
3917
3978
  readOnly: true,
3918
3979
  type: {
3919
3980
  name: "String",
3920
3981
  },
3921
- }, state: {
3982
+ },
3983
+ state: {
3922
3984
  serializedName: "state",
3923
3985
  readOnly: true,
3924
3986
  type: {
3925
3987
  name: "String",
3926
3988
  },
3927
- }, zip: {
3989
+ },
3990
+ zip: {
3928
3991
  serializedName: "zip",
3929
3992
  readOnly: true,
3930
3993
  type: {
3931
3994
  name: "String",
3932
3995
  },
3933
- }, country: {
3996
+ },
3997
+ country: {
3934
3998
  serializedName: "country",
3935
3999
  readOnly: true,
3936
4000
  type: {
3937
4001
  name: "String",
3938
4002
  },
3939
- }, phone: {
4003
+ },
4004
+ phone: {
3940
4005
  serializedName: "phone",
3941
4006
  readOnly: true,
3942
4007
  type: {
3943
4008
  name: "String",
3944
4009
  },
3945
- }, phoneExtension: {
4010
+ },
4011
+ phoneExtension: {
3946
4012
  serializedName: "phoneExtension",
3947
4013
  readOnly: true,
3948
4014
  type: {
3949
4015
  name: "String",
3950
4016
  },
3951
- }, addressType: {
4017
+ },
4018
+ addressType: {
3952
4019
  serializedName: "addressType",
3953
4020
  readOnly: true,
3954
4021
  type: {
3955
4022
  name: "String",
3956
4023
  },
3957
- }, additionalShippingInformation: {
4024
+ },
4025
+ additionalShippingInformation: {
3958
4026
  serializedName: "additionalShippingInformation",
3959
4027
  readOnly: true,
3960
4028
  type: {
3961
4029
  name: "String",
3962
4030
  },
3963
- } }),
4031
+ },
4032
+ },
3964
4033
  },
3965
4034
  };
3966
4035
  export const JobResource = {
3967
4036
  type: {
3968
4037
  name: "Composite",
3969
4038
  className: "JobResource",
3970
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { name: {
4039
+ modelProperties: {
4040
+ ...Resource.type.modelProperties,
4041
+ name: {
3971
4042
  serializedName: "name",
3972
4043
  readOnly: true,
3973
4044
  type: {
3974
4045
  name: "String",
3975
4046
  },
3976
- }, id: {
4047
+ },
4048
+ id: {
3977
4049
  serializedName: "id",
3978
4050
  readOnly: true,
3979
4051
  type: {
3980
4052
  name: "String",
3981
4053
  },
3982
- }, type: {
4054
+ },
4055
+ type: {
3983
4056
  serializedName: "type",
3984
4057
  readOnly: true,
3985
4058
  type: {
3986
4059
  name: "String",
3987
4060
  },
3988
- }, systemData: {
4061
+ },
4062
+ systemData: {
3989
4063
  serializedName: "systemData",
3990
4064
  type: {
3991
4065
  name: "Composite",
3992
4066
  className: "SystemData",
3993
4067
  },
3994
- }, transferType: {
4068
+ },
4069
+ transferType: {
3995
4070
  serializedName: "properties.transferType",
3996
4071
  required: true,
3997
4072
  type: {
3998
4073
  name: "Enum",
3999
4074
  allowedValues: ["ImportToAzure", "ExportFromAzure"],
4000
4075
  },
4001
- }, isCancellable: {
4076
+ },
4077
+ isCancellable: {
4002
4078
  serializedName: "properties.isCancellable",
4003
4079
  readOnly: true,
4004
4080
  type: {
4005
4081
  name: "Boolean",
4006
4082
  },
4007
- }, isDeletable: {
4083
+ },
4084
+ isDeletable: {
4008
4085
  serializedName: "properties.isDeletable",
4009
4086
  readOnly: true,
4010
4087
  type: {
4011
4088
  name: "Boolean",
4012
4089
  },
4013
- }, isShippingAddressEditable: {
4090
+ },
4091
+ isShippingAddressEditable: {
4014
4092
  serializedName: "properties.isShippingAddressEditable",
4015
4093
  readOnly: true,
4016
4094
  type: {
4017
4095
  name: "Boolean",
4018
4096
  },
4019
- }, reverseShippingDetailsUpdate: {
4097
+ },
4098
+ reverseShippingDetailsUpdate: {
4020
4099
  serializedName: "properties.reverseShippingDetailsUpdate",
4021
4100
  readOnly: true,
4022
4101
  type: {
4023
4102
  name: "Enum",
4024
4103
  allowedValues: ["Enabled", "Disabled", "NotSupported"],
4025
4104
  },
4026
- }, reverseTransportPreferenceUpdate: {
4105
+ },
4106
+ reverseTransportPreferenceUpdate: {
4027
4107
  serializedName: "properties.reverseTransportPreferenceUpdate",
4028
4108
  readOnly: true,
4029
4109
  type: {
4030
4110
  name: "Enum",
4031
4111
  allowedValues: ["Enabled", "Disabled", "NotSupported"],
4032
4112
  },
4033
- }, isPrepareToShipEnabled: {
4113
+ },
4114
+ isPrepareToShipEnabled: {
4034
4115
  serializedName: "properties.isPrepareToShipEnabled",
4035
4116
  readOnly: true,
4036
4117
  type: {
4037
4118
  name: "Boolean",
4038
4119
  },
4039
- }, status: {
4120
+ },
4121
+ status: {
4040
4122
  serializedName: "properties.status",
4041
4123
  readOnly: true,
4042
4124
  type: {
4043
4125
  name: "String",
4044
4126
  },
4045
- }, delayedStage: {
4127
+ },
4128
+ delayedStage: {
4046
4129
  serializedName: "properties.delayedStage",
4047
4130
  readOnly: true,
4048
4131
  type: {
4049
4132
  name: "String",
4050
4133
  },
4051
- }, startTime: {
4134
+ },
4135
+ startTime: {
4052
4136
  serializedName: "properties.startTime",
4053
4137
  readOnly: true,
4054
4138
  type: {
4055
4139
  name: "DateTime",
4056
4140
  },
4057
- }, error: {
4141
+ },
4142
+ error: {
4058
4143
  serializedName: "properties.error",
4059
4144
  type: {
4060
4145
  name: "Composite",
4061
4146
  className: "CloudError",
4062
4147
  },
4063
- }, details: {
4148
+ },
4149
+ details: {
4064
4150
  serializedName: "properties.details",
4065
4151
  type: {
4066
4152
  name: "Composite",
4067
4153
  className: "JobDetails",
4068
4154
  },
4069
- }, cancellationReason: {
4155
+ },
4156
+ cancellationReason: {
4070
4157
  serializedName: "properties.cancellationReason",
4071
4158
  readOnly: true,
4072
4159
  type: {
4073
4160
  name: "String",
4074
4161
  },
4075
- }, deliveryType: {
4162
+ },
4163
+ deliveryType: {
4076
4164
  defaultValue: "NonScheduled",
4077
4165
  serializedName: "properties.deliveryType",
4078
4166
  type: {
4079
4167
  name: "Enum",
4080
4168
  allowedValues: ["NonScheduled", "Scheduled"],
4081
4169
  },
4082
- }, deliveryInfo: {
4170
+ },
4171
+ deliveryInfo: {
4083
4172
  serializedName: "properties.deliveryInfo",
4084
4173
  type: {
4085
4174
  name: "Composite",
4086
4175
  className: "JobDeliveryInfo",
4087
4176
  },
4088
- }, isCancellableWithoutFee: {
4177
+ },
4178
+ isCancellableWithoutFee: {
4089
4179
  serializedName: "properties.isCancellableWithoutFee",
4090
4180
  readOnly: true,
4091
4181
  type: {
4092
4182
  name: "Boolean",
4093
4183
  },
4094
- }, allDevicesLost: {
4184
+ },
4185
+ allDevicesLost: {
4095
4186
  serializedName: "properties.allDevicesLost",
4096
4187
  readOnly: true,
4097
4188
  type: {
4098
4189
  name: "Boolean",
4099
4190
  },
4100
- } }),
4191
+ },
4192
+ },
4101
4193
  },
4102
4194
  };
4103
4195
  export const ValidateAddress = {
@@ -4107,13 +4199,16 @@ export const ValidateAddress = {
4107
4199
  className: "ValidateAddress",
4108
4200
  uberParent: "ValidationInputRequest",
4109
4201
  polymorphicDiscriminator: ValidationInputRequest.type.polymorphicDiscriminator,
4110
- modelProperties: Object.assign(Object.assign({}, ValidationInputRequest.type.modelProperties), { shippingAddress: {
4202
+ modelProperties: {
4203
+ ...ValidationInputRequest.type.modelProperties,
4204
+ shippingAddress: {
4111
4205
  serializedName: "shippingAddress",
4112
4206
  type: {
4113
4207
  name: "Composite",
4114
4208
  className: "ShippingAddress",
4115
4209
  },
4116
- }, deviceType: {
4210
+ },
4211
+ deviceType: {
4117
4212
  serializedName: "deviceType",
4118
4213
  required: true,
4119
4214
  type: {
@@ -4125,13 +4220,15 @@ export const ValidateAddress = {
4125
4220
  "DataBoxCustomerDisk",
4126
4221
  ],
4127
4222
  },
4128
- }, transportPreferences: {
4223
+ },
4224
+ transportPreferences: {
4129
4225
  serializedName: "transportPreferences",
4130
4226
  type: {
4131
4227
  name: "Composite",
4132
4228
  className: "TransportPreferences",
4133
4229
  },
4134
- }, model: {
4230
+ },
4231
+ model: {
4135
4232
  serializedName: "model",
4136
4233
  type: {
4137
4234
  name: "Enum",
@@ -4144,7 +4241,8 @@ export const ValidateAddress = {
4144
4241
  "AzureDataBox525",
4145
4242
  ],
4146
4243
  },
4147
- } }),
4244
+ },
4245
+ },
4148
4246
  },
4149
4247
  };
4150
4248
  export const CreateOrderLimitForSubscriptionValidationRequest = {
@@ -4154,7 +4252,9 @@ export const CreateOrderLimitForSubscriptionValidationRequest = {
4154
4252
  className: "CreateOrderLimitForSubscriptionValidationRequest",
4155
4253
  uberParent: "ValidationInputRequest",
4156
4254
  polymorphicDiscriminator: ValidationInputRequest.type.polymorphicDiscriminator,
4157
- modelProperties: Object.assign(Object.assign({}, ValidationInputRequest.type.modelProperties), { deviceType: {
4255
+ modelProperties: {
4256
+ ...ValidationInputRequest.type.modelProperties,
4257
+ deviceType: {
4158
4258
  serializedName: "deviceType",
4159
4259
  required: true,
4160
4260
  type: {
@@ -4166,7 +4266,8 @@ export const CreateOrderLimitForSubscriptionValidationRequest = {
4166
4266
  "DataBoxCustomerDisk",
4167
4267
  ],
4168
4268
  },
4169
- }, model: {
4269
+ },
4270
+ model: {
4170
4271
  serializedName: "model",
4171
4272
  type: {
4172
4273
  name: "Enum",
@@ -4179,7 +4280,8 @@ export const CreateOrderLimitForSubscriptionValidationRequest = {
4179
4280
  "AzureDataBox525",
4180
4281
  ],
4181
4282
  },
4182
- } }),
4283
+ },
4284
+ },
4183
4285
  },
4184
4286
  };
4185
4287
  export const DataTransferDetailsValidationRequest = {
@@ -4189,7 +4291,9 @@ export const DataTransferDetailsValidationRequest = {
4189
4291
  className: "DataTransferDetailsValidationRequest",
4190
4292
  uberParent: "ValidationInputRequest",
4191
4293
  polymorphicDiscriminator: ValidationInputRequest.type.polymorphicDiscriminator,
4192
- modelProperties: Object.assign(Object.assign({}, ValidationInputRequest.type.modelProperties), { dataExportDetails: {
4294
+ modelProperties: {
4295
+ ...ValidationInputRequest.type.modelProperties,
4296
+ dataExportDetails: {
4193
4297
  serializedName: "dataExportDetails",
4194
4298
  type: {
4195
4299
  name: "Sequence",
@@ -4200,7 +4304,8 @@ export const DataTransferDetailsValidationRequest = {
4200
4304
  },
4201
4305
  },
4202
4306
  },
4203
- }, dataImportDetails: {
4307
+ },
4308
+ dataImportDetails: {
4204
4309
  serializedName: "dataImportDetails",
4205
4310
  type: {
4206
4311
  name: "Sequence",
@@ -4211,7 +4316,8 @@ export const DataTransferDetailsValidationRequest = {
4211
4316
  },
4212
4317
  },
4213
4318
  },
4214
- }, deviceType: {
4319
+ },
4320
+ deviceType: {
4215
4321
  serializedName: "deviceType",
4216
4322
  required: true,
4217
4323
  type: {
@@ -4223,14 +4329,16 @@ export const DataTransferDetailsValidationRequest = {
4223
4329
  "DataBoxCustomerDisk",
4224
4330
  ],
4225
4331
  },
4226
- }, transferType: {
4332
+ },
4333
+ transferType: {
4227
4334
  serializedName: "transferType",
4228
4335
  required: true,
4229
4336
  type: {
4230
4337
  name: "Enum",
4231
4338
  allowedValues: ["ImportToAzure", "ExportFromAzure"],
4232
4339
  },
4233
- }, model: {
4340
+ },
4341
+ model: {
4234
4342
  serializedName: "model",
4235
4343
  type: {
4236
4344
  name: "Enum",
@@ -4243,7 +4351,8 @@ export const DataTransferDetailsValidationRequest = {
4243
4351
  "AzureDataBox525",
4244
4352
  ],
4245
4353
  },
4246
- } }),
4354
+ },
4355
+ },
4247
4356
  },
4248
4357
  };
4249
4358
  export const PreferencesValidationRequest = {
@@ -4253,13 +4362,16 @@ export const PreferencesValidationRequest = {
4253
4362
  className: "PreferencesValidationRequest",
4254
4363
  uberParent: "ValidationInputRequest",
4255
4364
  polymorphicDiscriminator: ValidationInputRequest.type.polymorphicDiscriminator,
4256
- modelProperties: Object.assign(Object.assign({}, ValidationInputRequest.type.modelProperties), { preference: {
4365
+ modelProperties: {
4366
+ ...ValidationInputRequest.type.modelProperties,
4367
+ preference: {
4257
4368
  serializedName: "preference",
4258
4369
  type: {
4259
4370
  name: "Composite",
4260
4371
  className: "Preferences",
4261
4372
  },
4262
- }, deviceType: {
4373
+ },
4374
+ deviceType: {
4263
4375
  serializedName: "deviceType",
4264
4376
  required: true,
4265
4377
  type: {
@@ -4271,7 +4383,8 @@ export const PreferencesValidationRequest = {
4271
4383
  "DataBoxCustomerDisk",
4272
4384
  ],
4273
4385
  },
4274
- }, model: {
4386
+ },
4387
+ model: {
4275
4388
  serializedName: "model",
4276
4389
  type: {
4277
4390
  name: "Enum",
@@ -4284,7 +4397,8 @@ export const PreferencesValidationRequest = {
4284
4397
  "AzureDataBox525",
4285
4398
  ],
4286
4399
  },
4287
- } }),
4400
+ },
4401
+ },
4288
4402
  },
4289
4403
  };
4290
4404
  export const SkuAvailabilityValidationRequest = {
@@ -4294,7 +4408,9 @@ export const SkuAvailabilityValidationRequest = {
4294
4408
  className: "SkuAvailabilityValidationRequest",
4295
4409
  uberParent: "ValidationInputRequest",
4296
4410
  polymorphicDiscriminator: ValidationInputRequest.type.polymorphicDiscriminator,
4297
- modelProperties: Object.assign(Object.assign({}, ValidationInputRequest.type.modelProperties), { deviceType: {
4411
+ modelProperties: {
4412
+ ...ValidationInputRequest.type.modelProperties,
4413
+ deviceType: {
4298
4414
  serializedName: "deviceType",
4299
4415
  required: true,
4300
4416
  type: {
@@ -4306,26 +4422,30 @@ export const SkuAvailabilityValidationRequest = {
4306
4422
  "DataBoxCustomerDisk",
4307
4423
  ],
4308
4424
  },
4309
- }, transferType: {
4425
+ },
4426
+ transferType: {
4310
4427
  serializedName: "transferType",
4311
4428
  required: true,
4312
4429
  type: {
4313
4430
  name: "Enum",
4314
4431
  allowedValues: ["ImportToAzure", "ExportFromAzure"],
4315
4432
  },
4316
- }, country: {
4433
+ },
4434
+ country: {
4317
4435
  serializedName: "country",
4318
4436
  required: true,
4319
4437
  type: {
4320
4438
  name: "String",
4321
4439
  },
4322
- }, location: {
4440
+ },
4441
+ location: {
4323
4442
  serializedName: "location",
4324
4443
  required: true,
4325
4444
  type: {
4326
4445
  name: "String",
4327
4446
  },
4328
- }, model: {
4447
+ },
4448
+ model: {
4329
4449
  serializedName: "model",
4330
4450
  type: {
4331
4451
  name: "Enum",
@@ -4338,7 +4458,8 @@ export const SkuAvailabilityValidationRequest = {
4338
4458
  "AzureDataBox525",
4339
4459
  ],
4340
4460
  },
4341
- } }),
4461
+ },
4462
+ },
4342
4463
  },
4343
4464
  };
4344
4465
  export const SubscriptionIsAllowedToCreateJobValidationRequest = {
@@ -4348,7 +4469,9 @@ export const SubscriptionIsAllowedToCreateJobValidationRequest = {
4348
4469
  className: "SubscriptionIsAllowedToCreateJobValidationRequest",
4349
4470
  uberParent: "ValidationInputRequest",
4350
4471
  polymorphicDiscriminator: ValidationInputRequest.type.polymorphicDiscriminator,
4351
- modelProperties: Object.assign({}, ValidationInputRequest.type.modelProperties),
4472
+ modelProperties: {
4473
+ ...ValidationInputRequest.type.modelProperties,
4474
+ },
4352
4475
  },
4353
4476
  };
4354
4477
  export const AddressValidationProperties = {
@@ -4358,14 +4481,17 @@ export const AddressValidationProperties = {
4358
4481
  className: "AddressValidationProperties",
4359
4482
  uberParent: "ValidationInputResponse",
4360
4483
  polymorphicDiscriminator: ValidationInputResponse.type.polymorphicDiscriminator,
4361
- modelProperties: Object.assign(Object.assign({}, ValidationInputResponse.type.modelProperties), { validationStatus: {
4484
+ modelProperties: {
4485
+ ...ValidationInputResponse.type.modelProperties,
4486
+ validationStatus: {
4362
4487
  serializedName: "validationStatus",
4363
4488
  readOnly: true,
4364
4489
  type: {
4365
4490
  name: "Enum",
4366
4491
  allowedValues: ["Valid", "Invalid", "Ambiguous"],
4367
4492
  },
4368
- }, alternateAddresses: {
4493
+ },
4494
+ alternateAddresses: {
4369
4495
  serializedName: "alternateAddresses",
4370
4496
  readOnly: true,
4371
4497
  type: {
@@ -4377,7 +4503,8 @@ export const AddressValidationProperties = {
4377
4503
  },
4378
4504
  },
4379
4505
  },
4380
- } }),
4506
+ },
4507
+ },
4381
4508
  },
4382
4509
  };
4383
4510
  export const CreateOrderLimitForSubscriptionValidationResponseProperties = {
@@ -4387,14 +4514,17 @@ export const CreateOrderLimitForSubscriptionValidationResponseProperties = {
4387
4514
  className: "CreateOrderLimitForSubscriptionValidationResponseProperties",
4388
4515
  uberParent: "ValidationInputResponse",
4389
4516
  polymorphicDiscriminator: ValidationInputResponse.type.polymorphicDiscriminator,
4390
- modelProperties: Object.assign(Object.assign({}, ValidationInputResponse.type.modelProperties), { status: {
4517
+ modelProperties: {
4518
+ ...ValidationInputResponse.type.modelProperties,
4519
+ status: {
4391
4520
  serializedName: "status",
4392
4521
  readOnly: true,
4393
4522
  type: {
4394
4523
  name: "Enum",
4395
4524
  allowedValues: ["Valid", "Invalid", "Skipped"],
4396
4525
  },
4397
- } }),
4526
+ },
4527
+ },
4398
4528
  },
4399
4529
  };
4400
4530
  export const DataTransferDetailsValidationResponseProperties = {
@@ -4404,14 +4534,17 @@ export const DataTransferDetailsValidationResponseProperties = {
4404
4534
  className: "DataTransferDetailsValidationResponseProperties",
4405
4535
  uberParent: "ValidationInputResponse",
4406
4536
  polymorphicDiscriminator: ValidationInputResponse.type.polymorphicDiscriminator,
4407
- modelProperties: Object.assign(Object.assign({}, ValidationInputResponse.type.modelProperties), { status: {
4537
+ modelProperties: {
4538
+ ...ValidationInputResponse.type.modelProperties,
4539
+ status: {
4408
4540
  serializedName: "status",
4409
4541
  readOnly: true,
4410
4542
  type: {
4411
4543
  name: "Enum",
4412
4544
  allowedValues: ["Valid", "Invalid", "Skipped"],
4413
4545
  },
4414
- } }),
4546
+ },
4547
+ },
4415
4548
  },
4416
4549
  };
4417
4550
  export const PreferencesValidationResponseProperties = {
@@ -4421,14 +4554,17 @@ export const PreferencesValidationResponseProperties = {
4421
4554
  className: "PreferencesValidationResponseProperties",
4422
4555
  uberParent: "ValidationInputResponse",
4423
4556
  polymorphicDiscriminator: ValidationInputResponse.type.polymorphicDiscriminator,
4424
- modelProperties: Object.assign(Object.assign({}, ValidationInputResponse.type.modelProperties), { status: {
4557
+ modelProperties: {
4558
+ ...ValidationInputResponse.type.modelProperties,
4559
+ status: {
4425
4560
  serializedName: "status",
4426
4561
  readOnly: true,
4427
4562
  type: {
4428
4563
  name: "Enum",
4429
4564
  allowedValues: ["Valid", "Invalid", "Skipped"],
4430
4565
  },
4431
- } }),
4566
+ },
4567
+ },
4432
4568
  },
4433
4569
  };
4434
4570
  export const SkuAvailabilityValidationResponseProperties = {
@@ -4438,14 +4574,17 @@ export const SkuAvailabilityValidationResponseProperties = {
4438
4574
  className: "SkuAvailabilityValidationResponseProperties",
4439
4575
  uberParent: "ValidationInputResponse",
4440
4576
  polymorphicDiscriminator: ValidationInputResponse.type.polymorphicDiscriminator,
4441
- modelProperties: Object.assign(Object.assign({}, ValidationInputResponse.type.modelProperties), { status: {
4577
+ modelProperties: {
4578
+ ...ValidationInputResponse.type.modelProperties,
4579
+ status: {
4442
4580
  serializedName: "status",
4443
4581
  readOnly: true,
4444
4582
  type: {
4445
4583
  name: "Enum",
4446
4584
  allowedValues: ["Valid", "Invalid", "Skipped"],
4447
4585
  },
4448
- } }),
4586
+ },
4587
+ },
4449
4588
  },
4450
4589
  };
4451
4590
  export const SubscriptionIsAllowedToCreateJobValidationResponseProperties = {
@@ -4455,14 +4594,17 @@ export const SubscriptionIsAllowedToCreateJobValidationResponseProperties = {
4455
4594
  className: "SubscriptionIsAllowedToCreateJobValidationResponseProperties",
4456
4595
  uberParent: "ValidationInputResponse",
4457
4596
  polymorphicDiscriminator: ValidationInputResponse.type.polymorphicDiscriminator,
4458
- modelProperties: Object.assign(Object.assign({}, ValidationInputResponse.type.modelProperties), { status: {
4597
+ modelProperties: {
4598
+ ...ValidationInputResponse.type.modelProperties,
4599
+ status: {
4459
4600
  serializedName: "status",
4460
4601
  readOnly: true,
4461
4602
  type: {
4462
4603
  name: "Enum",
4463
4604
  allowedValues: ["Valid", "Invalid", "Skipped"],
4464
4605
  },
4465
- } }),
4606
+ },
4607
+ },
4466
4608
  },
4467
4609
  };
4468
4610
  export const CreateJobValidations = {
@@ -4472,7 +4614,9 @@ export const CreateJobValidations = {
4472
4614
  className: "CreateJobValidations",
4473
4615
  uberParent: "ValidationRequest",
4474
4616
  polymorphicDiscriminator: ValidationRequest.type.polymorphicDiscriminator,
4475
- modelProperties: Object.assign({}, ValidationRequest.type.modelProperties),
4617
+ modelProperties: {
4618
+ ...ValidationRequest.type.modelProperties,
4619
+ },
4476
4620
  },
4477
4621
  };
4478
4622
  export const CustomerDiskJobSecrets = {
@@ -4482,7 +4626,9 @@ export const CustomerDiskJobSecrets = {
4482
4626
  className: "CustomerDiskJobSecrets",
4483
4627
  uberParent: "JobSecrets",
4484
4628
  polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,
4485
- modelProperties: Object.assign(Object.assign({}, JobSecrets.type.modelProperties), { diskSecrets: {
4629
+ modelProperties: {
4630
+ ...JobSecrets.type.modelProperties,
4631
+ diskSecrets: {
4486
4632
  serializedName: "diskSecrets",
4487
4633
  readOnly: true,
4488
4634
  type: {
@@ -4494,13 +4640,15 @@ export const CustomerDiskJobSecrets = {
4494
4640
  },
4495
4641
  },
4496
4642
  },
4497
- }, carrierAccountNumber: {
4643
+ },
4644
+ carrierAccountNumber: {
4498
4645
  serializedName: "carrierAccountNumber",
4499
4646
  readOnly: true,
4500
4647
  type: {
4501
4648
  name: "String",
4502
4649
  },
4503
- } }),
4650
+ },
4651
+ },
4504
4652
  },
4505
4653
  };
4506
4654
  export const DataBoxDiskJobSecrets = {
@@ -4510,7 +4658,9 @@ export const DataBoxDiskJobSecrets = {
4510
4658
  className: "DataBoxDiskJobSecrets",
4511
4659
  uberParent: "JobSecrets",
4512
4660
  polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,
4513
- modelProperties: Object.assign(Object.assign({}, JobSecrets.type.modelProperties), { diskSecrets: {
4661
+ modelProperties: {
4662
+ ...JobSecrets.type.modelProperties,
4663
+ diskSecrets: {
4514
4664
  serializedName: "diskSecrets",
4515
4665
  readOnly: true,
4516
4666
  type: {
@@ -4522,19 +4672,22 @@ export const DataBoxDiskJobSecrets = {
4522
4672
  },
4523
4673
  },
4524
4674
  },
4525
- }, passKey: {
4675
+ },
4676
+ passKey: {
4526
4677
  serializedName: "passKey",
4527
4678
  readOnly: true,
4528
4679
  type: {
4529
4680
  name: "String",
4530
4681
  },
4531
- }, isPasskeyUserDefined: {
4682
+ },
4683
+ isPasskeyUserDefined: {
4532
4684
  serializedName: "isPasskeyUserDefined",
4533
4685
  readOnly: true,
4534
4686
  type: {
4535
4687
  name: "Boolean",
4536
4688
  },
4537
- } }),
4689
+ },
4690
+ },
4538
4691
  },
4539
4692
  };
4540
4693
  export const DataBoxHeavyJobSecrets = {
@@ -4544,7 +4697,9 @@ export const DataBoxHeavyJobSecrets = {
4544
4697
  className: "DataBoxHeavyJobSecrets",
4545
4698
  uberParent: "JobSecrets",
4546
4699
  polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,
4547
- modelProperties: Object.assign(Object.assign({}, JobSecrets.type.modelProperties), { cabinetPodSecrets: {
4700
+ modelProperties: {
4701
+ ...JobSecrets.type.modelProperties,
4702
+ cabinetPodSecrets: {
4548
4703
  serializedName: "cabinetPodSecrets",
4549
4704
  readOnly: true,
4550
4705
  type: {
@@ -4556,7 +4711,8 @@ export const DataBoxHeavyJobSecrets = {
4556
4711
  },
4557
4712
  },
4558
4713
  },
4559
- } }),
4714
+ },
4715
+ },
4560
4716
  },
4561
4717
  };
4562
4718
  export const DataboxJobSecrets = {
@@ -4566,7 +4722,9 @@ export const DataboxJobSecrets = {
4566
4722
  className: "DataboxJobSecrets",
4567
4723
  uberParent: "JobSecrets",
4568
4724
  polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,
4569
- modelProperties: Object.assign(Object.assign({}, JobSecrets.type.modelProperties), { podSecrets: {
4725
+ modelProperties: {
4726
+ ...JobSecrets.type.modelProperties,
4727
+ podSecrets: {
4570
4728
  serializedName: "podSecrets",
4571
4729
  type: {
4572
4730
  name: "Sequence",
@@ -4577,7 +4735,8 @@ export const DataboxJobSecrets = {
4577
4735
  },
4578
4736
  },
4579
4737
  },
4580
- } }),
4738
+ },
4739
+ },
4581
4740
  },
4582
4741
  };
4583
4742
  export const DataBoxScheduleAvailabilityRequest = {
@@ -4587,7 +4746,9 @@ export const DataBoxScheduleAvailabilityRequest = {
4587
4746
  className: "DataBoxScheduleAvailabilityRequest",
4588
4747
  uberParent: "ScheduleAvailabilityRequest",
4589
4748
  polymorphicDiscriminator: ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
4590
- modelProperties: Object.assign({}, ScheduleAvailabilityRequest.type.modelProperties),
4749
+ modelProperties: {
4750
+ ...ScheduleAvailabilityRequest.type.modelProperties,
4751
+ },
4591
4752
  },
4592
4753
  };
4593
4754
  export const DiskScheduleAvailabilityRequest = {
@@ -4597,13 +4758,16 @@ export const DiskScheduleAvailabilityRequest = {
4597
4758
  className: "DiskScheduleAvailabilityRequest",
4598
4759
  uberParent: "ScheduleAvailabilityRequest",
4599
4760
  polymorphicDiscriminator: ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
4600
- modelProperties: Object.assign(Object.assign({}, ScheduleAvailabilityRequest.type.modelProperties), { expectedDataSizeInTeraBytes: {
4761
+ modelProperties: {
4762
+ ...ScheduleAvailabilityRequest.type.modelProperties,
4763
+ expectedDataSizeInTeraBytes: {
4601
4764
  serializedName: "expectedDataSizeInTeraBytes",
4602
4765
  required: true,
4603
4766
  type: {
4604
4767
  name: "Number",
4605
4768
  },
4606
- } }),
4769
+ },
4770
+ },
4607
4771
  },
4608
4772
  };
4609
4773
  export const HeavyScheduleAvailabilityRequest = {
@@ -4613,7 +4777,9 @@ export const HeavyScheduleAvailabilityRequest = {
4613
4777
  className: "HeavyScheduleAvailabilityRequest",
4614
4778
  uberParent: "ScheduleAvailabilityRequest",
4615
4779
  polymorphicDiscriminator: ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
4616
- modelProperties: Object.assign({}, ScheduleAvailabilityRequest.type.modelProperties),
4780
+ modelProperties: {
4781
+ ...ScheduleAvailabilityRequest.type.modelProperties,
4782
+ },
4617
4783
  },
4618
4784
  };
4619
4785
  export const DataBoxDiskGranularCopyLogDetails = {
@@ -4623,69 +4789,83 @@ export const DataBoxDiskGranularCopyLogDetails = {
4623
4789
  className: "DataBoxDiskGranularCopyLogDetails",
4624
4790
  uberParent: "GranularCopyLogDetails",
4625
4791
  polymorphicDiscriminator: GranularCopyLogDetails.type.polymorphicDiscriminator,
4626
- modelProperties: Object.assign(Object.assign({}, GranularCopyLogDetails.type.modelProperties), { serialNumber: {
4792
+ modelProperties: {
4793
+ ...GranularCopyLogDetails.type.modelProperties,
4794
+ serialNumber: {
4627
4795
  serializedName: "serialNumber",
4628
4796
  readOnly: true,
4629
4797
  type: {
4630
4798
  name: "String",
4631
4799
  },
4632
- }, accountId: {
4800
+ },
4801
+ accountId: {
4633
4802
  serializedName: "accountId",
4634
4803
  readOnly: true,
4635
4804
  type: {
4636
4805
  name: "String",
4637
4806
  },
4638
- }, errorLogLink: {
4807
+ },
4808
+ errorLogLink: {
4639
4809
  serializedName: "errorLogLink",
4640
4810
  readOnly: true,
4641
4811
  type: {
4642
4812
  name: "String",
4643
4813
  },
4644
- }, verboseLogLink: {
4814
+ },
4815
+ verboseLogLink: {
4645
4816
  serializedName: "verboseLogLink",
4646
4817
  readOnly: true,
4647
4818
  type: {
4648
4819
  name: "String",
4649
4820
  },
4650
- } }),
4821
+ },
4822
+ },
4651
4823
  },
4652
4824
  };
4653
4825
  export const DataBoxCustomerDiskCopyProgress = {
4654
4826
  type: {
4655
4827
  name: "Composite",
4656
4828
  className: "DataBoxCustomerDiskCopyProgress",
4657
- modelProperties: Object.assign(Object.assign({}, CopyProgress.type.modelProperties), { serialNumber: {
4829
+ modelProperties: {
4830
+ ...CopyProgress.type.modelProperties,
4831
+ serialNumber: {
4658
4832
  serializedName: "serialNumber",
4659
4833
  readOnly: true,
4660
4834
  type: {
4661
4835
  name: "String",
4662
4836
  },
4663
- }, copyStatus: {
4837
+ },
4838
+ copyStatus: {
4664
4839
  serializedName: "copyStatus",
4665
4840
  readOnly: true,
4666
4841
  type: {
4667
4842
  name: "String",
4668
4843
  },
4669
- } }),
4844
+ },
4845
+ },
4670
4846
  },
4671
4847
  };
4672
4848
  export const DataBoxDiskGranularCopyProgress = {
4673
4849
  type: {
4674
4850
  name: "Composite",
4675
4851
  className: "DataBoxDiskGranularCopyProgress",
4676
- modelProperties: Object.assign(Object.assign({}, GranularCopyProgress.type.modelProperties), { serialNumber: {
4852
+ modelProperties: {
4853
+ ...GranularCopyProgress.type.modelProperties,
4854
+ serialNumber: {
4677
4855
  serializedName: "serialNumber",
4678
4856
  readOnly: true,
4679
4857
  type: {
4680
4858
  name: "String",
4681
4859
  },
4682
- }, copyStatus: {
4860
+ },
4861
+ copyStatus: {
4683
4862
  serializedName: "copyStatus",
4684
4863
  readOnly: true,
4685
4864
  type: {
4686
4865
  name: "String",
4687
4866
  },
4688
- } }),
4867
+ },
4868
+ },
4689
4869
  },
4690
4870
  };
4691
4871
  export const JobsDeleteHeaders = {