@aws-sdk/client-snowball 3.296.0 → 3.298.0

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 (93) hide show
  1. package/dist-cjs/commands/CancelClusterCommand.js +2 -3
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAddressCommand.js +2 -3
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -3
  5. package/dist-cjs/commands/CreateJobCommand.js +2 -3
  6. package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -3
  7. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeAddressCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeAddressesCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeJobCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -3
  13. package/dist-cjs/commands/GetJobManifestCommand.js +2 -3
  14. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -3
  15. package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -3
  16. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -3
  17. package/dist-cjs/commands/ListClusterJobsCommand.js +2 -3
  18. package/dist-cjs/commands/ListClustersCommand.js +2 -3
  19. package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -3
  20. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  21. package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -3
  22. package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateJobCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -331
  28. package/dist-es/commands/CancelClusterCommand.js +2 -3
  29. package/dist-es/commands/CancelJobCommand.js +2 -3
  30. package/dist-es/commands/CreateAddressCommand.js +2 -3
  31. package/dist-es/commands/CreateClusterCommand.js +2 -3
  32. package/dist-es/commands/CreateJobCommand.js +2 -3
  33. package/dist-es/commands/CreateLongTermPricingCommand.js +2 -3
  34. package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -3
  35. package/dist-es/commands/DescribeAddressCommand.js +2 -3
  36. package/dist-es/commands/DescribeAddressesCommand.js +2 -3
  37. package/dist-es/commands/DescribeClusterCommand.js +2 -3
  38. package/dist-es/commands/DescribeJobCommand.js +2 -3
  39. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -3
  40. package/dist-es/commands/GetJobManifestCommand.js +2 -3
  41. package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -3
  42. package/dist-es/commands/GetSnowballUsageCommand.js +2 -3
  43. package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -3
  44. package/dist-es/commands/ListClusterJobsCommand.js +2 -3
  45. package/dist-es/commands/ListClustersCommand.js +2 -3
  46. package/dist-es/commands/ListCompatibleImagesCommand.js +2 -3
  47. package/dist-es/commands/ListJobsCommand.js +2 -3
  48. package/dist-es/commands/ListLongTermPricingCommand.js +2 -3
  49. package/dist-es/commands/ListServiceVersionsCommand.js +2 -3
  50. package/dist-es/commands/UpdateClusterCommand.js +2 -3
  51. package/dist-es/commands/UpdateJobCommand.js +2 -3
  52. package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -3
  53. package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -246
  55. package/dist-types/Snowball.d.ts +27 -0
  56. package/dist-types/SnowballClient.d.ts +24 -4
  57. package/dist-types/commands/CancelClusterCommand.d.ts +16 -0
  58. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateAddressCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
  61. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  62. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeAddressCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJobManifestCommand.d.ts +16 -0
  70. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +16 -0
  71. package/dist-types/commands/GetSnowballUsageCommand.d.ts +16 -0
  72. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListClusterJobsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListClustersCommand.d.ts +16 -0
  75. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +16 -0
  76. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListLongTermPricingCommand.d.ts +16 -0
  78. package/dist-types/commands/ListServiceVersionsCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateClusterCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +16 -0
  83. package/dist-types/models/SnowballServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +239 -328
  85. package/dist-types/pagination/DescribeAddressesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/Interfaces.d.ts +3 -0
  87. package/dist-types/pagination/ListClusterJobsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListCompatibleImagesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListLongTermPricingPaginator.d.ts +3 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -224
  93. package/package.json +4 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "../commands/DescribeAddressesCommand";
3
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeAddresses(config: SnowballPaginationConfiguration, input: DescribeAddressesCommandInput, ...additionalArguments: any): Paginator<DescribeAddressesCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { SnowballClient } from "../SnowballClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface SnowballPaginationConfiguration extends PaginationConfiguration {
4
7
  client: SnowballClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListClusterJobsCommandInput, ListClusterJobsCommandOutput } from "../commands/ListClusterJobsCommand";
3
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListClusterJobs(config: SnowballPaginationConfiguration, input: ListClusterJobsCommandInput, ...additionalArguments: any): Paginator<ListClusterJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
3
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListClusters(config: SnowballPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput } from "../commands/ListCompatibleImagesCommand";
3
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCompatibleImages(config: SnowballPaginationConfiguration, input: ListCompatibleImagesCommandInput, ...additionalArguments: any): Paginator<ListCompatibleImagesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListJobs(config: SnowballPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput } from "../commands/ListLongTermPricingCommand";
3
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLongTermPricing(config: SnowballPaginationConfiguration, input: ListLongTermPricingCommandInput, ...additionalArguments: any): Paginator<ListLongTermPricingCommandOutput>;
@@ -579,227 +579,3 @@ export interface UpdateLongTermPricingRequest {
579
579
  IsLongTermPricingAutoRenew?: boolean;
580
580
  }
581
581
  export interface UpdateLongTermPricingResult {}
582
- export declare const AddressFilterSensitiveLog: (obj: Address) => any;
583
- export declare const CancelClusterRequestFilterSensitiveLog: (
584
- obj: CancelClusterRequest
585
- ) => any;
586
- export declare const CancelClusterResultFilterSensitiveLog: (
587
- obj: CancelClusterResult
588
- ) => any;
589
- export declare const CancelJobRequestFilterSensitiveLog: (
590
- obj: CancelJobRequest
591
- ) => any;
592
- export declare const CancelJobResultFilterSensitiveLog: (
593
- obj: CancelJobResult
594
- ) => any;
595
- export declare const CreateAddressRequestFilterSensitiveLog: (
596
- obj: CreateAddressRequest
597
- ) => any;
598
- export declare const CreateAddressResultFilterSensitiveLog: (
599
- obj: CreateAddressResult
600
- ) => any;
601
- export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
602
- export declare const EKSOnDeviceServiceConfigurationFilterSensitiveLog: (
603
- obj: EKSOnDeviceServiceConfiguration
604
- ) => any;
605
- export declare const NFSOnDeviceServiceConfigurationFilterSensitiveLog: (
606
- obj: NFSOnDeviceServiceConfiguration
607
- ) => any;
608
- export declare const TGWOnDeviceServiceConfigurationFilterSensitiveLog: (
609
- obj: TGWOnDeviceServiceConfiguration
610
- ) => any;
611
- export declare const OnDeviceServiceConfigurationFilterSensitiveLog: (
612
- obj: OnDeviceServiceConfiguration
613
- ) => any;
614
- export declare const Ec2AmiResourceFilterSensitiveLog: (
615
- obj: Ec2AmiResource
616
- ) => any;
617
- export declare const EventTriggerDefinitionFilterSensitiveLog: (
618
- obj: EventTriggerDefinition
619
- ) => any;
620
- export declare const LambdaResourceFilterSensitiveLog: (
621
- obj: LambdaResource
622
- ) => any;
623
- export declare const KeyRangeFilterSensitiveLog: (obj: KeyRange) => any;
624
- export declare const TargetOnDeviceServiceFilterSensitiveLog: (
625
- obj: TargetOnDeviceService
626
- ) => any;
627
- export declare const S3ResourceFilterSensitiveLog: (obj: S3Resource) => any;
628
- export declare const JobResourceFilterSensitiveLog: (obj: JobResource) => any;
629
- export declare const INDTaxDocumentsFilterSensitiveLog: (
630
- obj: INDTaxDocuments
631
- ) => any;
632
- export declare const TaxDocumentsFilterSensitiveLog: (obj: TaxDocuments) => any;
633
- export declare const CreateClusterRequestFilterSensitiveLog: (
634
- obj: CreateClusterRequest
635
- ) => any;
636
- export declare const CreateClusterResultFilterSensitiveLog: (
637
- obj: CreateClusterResult
638
- ) => any;
639
- export declare const WirelessConnectionFilterSensitiveLog: (
640
- obj: WirelessConnection
641
- ) => any;
642
- export declare const SnowconeDeviceConfigurationFilterSensitiveLog: (
643
- obj: SnowconeDeviceConfiguration
644
- ) => any;
645
- export declare const DeviceConfigurationFilterSensitiveLog: (
646
- obj: DeviceConfiguration
647
- ) => any;
648
- export declare const CreateJobRequestFilterSensitiveLog: (
649
- obj: CreateJobRequest
650
- ) => any;
651
- export declare const CreateJobResultFilterSensitiveLog: (
652
- obj: CreateJobResult
653
- ) => any;
654
- export declare const CreateLongTermPricingRequestFilterSensitiveLog: (
655
- obj: CreateLongTermPricingRequest
656
- ) => any;
657
- export declare const CreateLongTermPricingResultFilterSensitiveLog: (
658
- obj: CreateLongTermPricingResult
659
- ) => any;
660
- export declare const CreateReturnShippingLabelRequestFilterSensitiveLog: (
661
- obj: CreateReturnShippingLabelRequest
662
- ) => any;
663
- export declare const CreateReturnShippingLabelResultFilterSensitiveLog: (
664
- obj: CreateReturnShippingLabelResult
665
- ) => any;
666
- export declare const DescribeAddressRequestFilterSensitiveLog: (
667
- obj: DescribeAddressRequest
668
- ) => any;
669
- export declare const DescribeAddressResultFilterSensitiveLog: (
670
- obj: DescribeAddressResult
671
- ) => any;
672
- export declare const DescribeAddressesRequestFilterSensitiveLog: (
673
- obj: DescribeAddressesRequest
674
- ) => any;
675
- export declare const DescribeAddressesResultFilterSensitiveLog: (
676
- obj: DescribeAddressesResult
677
- ) => any;
678
- export declare const DescribeClusterRequestFilterSensitiveLog: (
679
- obj: DescribeClusterRequest
680
- ) => any;
681
- export declare const ClusterMetadataFilterSensitiveLog: (
682
- obj: ClusterMetadata
683
- ) => any;
684
- export declare const DescribeClusterResultFilterSensitiveLog: (
685
- obj: DescribeClusterResult
686
- ) => any;
687
- export declare const DescribeJobRequestFilterSensitiveLog: (
688
- obj: DescribeJobRequest
689
- ) => any;
690
- export declare const DataTransferFilterSensitiveLog: (obj: DataTransfer) => any;
691
- export declare const JobLogsFilterSensitiveLog: (obj: JobLogs) => any;
692
- export declare const ShipmentFilterSensitiveLog: (obj: Shipment) => any;
693
- export declare const ShippingDetailsFilterSensitiveLog: (
694
- obj: ShippingDetails
695
- ) => any;
696
- export declare const JobMetadataFilterSensitiveLog: (obj: JobMetadata) => any;
697
- export declare const DescribeJobResultFilterSensitiveLog: (
698
- obj: DescribeJobResult
699
- ) => any;
700
- export declare const DescribeReturnShippingLabelRequestFilterSensitiveLog: (
701
- obj: DescribeReturnShippingLabelRequest
702
- ) => any;
703
- export declare const DescribeReturnShippingLabelResultFilterSensitiveLog: (
704
- obj: DescribeReturnShippingLabelResult
705
- ) => any;
706
- export declare const GetJobManifestRequestFilterSensitiveLog: (
707
- obj: GetJobManifestRequest
708
- ) => any;
709
- export declare const GetJobManifestResultFilterSensitiveLog: (
710
- obj: GetJobManifestResult
711
- ) => any;
712
- export declare const GetJobUnlockCodeRequestFilterSensitiveLog: (
713
- obj: GetJobUnlockCodeRequest
714
- ) => any;
715
- export declare const GetJobUnlockCodeResultFilterSensitiveLog: (
716
- obj: GetJobUnlockCodeResult
717
- ) => any;
718
- export declare const GetSnowballUsageRequestFilterSensitiveLog: (
719
- obj: GetSnowballUsageRequest
720
- ) => any;
721
- export declare const GetSnowballUsageResultFilterSensitiveLog: (
722
- obj: GetSnowballUsageResult
723
- ) => any;
724
- export declare const GetSoftwareUpdatesRequestFilterSensitiveLog: (
725
- obj: GetSoftwareUpdatesRequest
726
- ) => any;
727
- export declare const GetSoftwareUpdatesResultFilterSensitiveLog: (
728
- obj: GetSoftwareUpdatesResult
729
- ) => any;
730
- export declare const ListClusterJobsRequestFilterSensitiveLog: (
731
- obj: ListClusterJobsRequest
732
- ) => any;
733
- export declare const JobListEntryFilterSensitiveLog: (obj: JobListEntry) => any;
734
- export declare const ListClusterJobsResultFilterSensitiveLog: (
735
- obj: ListClusterJobsResult
736
- ) => any;
737
- export declare const ListClustersRequestFilterSensitiveLog: (
738
- obj: ListClustersRequest
739
- ) => any;
740
- export declare const ClusterListEntryFilterSensitiveLog: (
741
- obj: ClusterListEntry
742
- ) => any;
743
- export declare const ListClustersResultFilterSensitiveLog: (
744
- obj: ListClustersResult
745
- ) => any;
746
- export declare const ListCompatibleImagesRequestFilterSensitiveLog: (
747
- obj: ListCompatibleImagesRequest
748
- ) => any;
749
- export declare const CompatibleImageFilterSensitiveLog: (
750
- obj: CompatibleImage
751
- ) => any;
752
- export declare const ListCompatibleImagesResultFilterSensitiveLog: (
753
- obj: ListCompatibleImagesResult
754
- ) => any;
755
- export declare const ListJobsRequestFilterSensitiveLog: (
756
- obj: ListJobsRequest
757
- ) => any;
758
- export declare const ListJobsResultFilterSensitiveLog: (
759
- obj: ListJobsResult
760
- ) => any;
761
- export declare const ListLongTermPricingRequestFilterSensitiveLog: (
762
- obj: ListLongTermPricingRequest
763
- ) => any;
764
- export declare const LongTermPricingListEntryFilterSensitiveLog: (
765
- obj: LongTermPricingListEntry
766
- ) => any;
767
- export declare const ListLongTermPricingResultFilterSensitiveLog: (
768
- obj: ListLongTermPricingResult
769
- ) => any;
770
- export declare const ServiceVersionFilterSensitiveLog: (
771
- obj: ServiceVersion
772
- ) => any;
773
- export declare const DependentServiceFilterSensitiveLog: (
774
- obj: DependentService
775
- ) => any;
776
- export declare const ListServiceVersionsRequestFilterSensitiveLog: (
777
- obj: ListServiceVersionsRequest
778
- ) => any;
779
- export declare const ListServiceVersionsResultFilterSensitiveLog: (
780
- obj: ListServiceVersionsResult
781
- ) => any;
782
- export declare const UpdateClusterRequestFilterSensitiveLog: (
783
- obj: UpdateClusterRequest
784
- ) => any;
785
- export declare const UpdateClusterResultFilterSensitiveLog: (
786
- obj: UpdateClusterResult
787
- ) => any;
788
- export declare const UpdateJobRequestFilterSensitiveLog: (
789
- obj: UpdateJobRequest
790
- ) => any;
791
- export declare const UpdateJobResultFilterSensitiveLog: (
792
- obj: UpdateJobResult
793
- ) => any;
794
- export declare const UpdateJobShipmentStateRequestFilterSensitiveLog: (
795
- obj: UpdateJobShipmentStateRequest
796
- ) => any;
797
- export declare const UpdateJobShipmentStateResultFilterSensitiveLog: (
798
- obj: UpdateJobShipmentStateResult
799
- ) => any;
800
- export declare const UpdateLongTermPricingRequestFilterSensitiveLog: (
801
- obj: UpdateLongTermPricingRequest
802
- ) => any;
803
- export declare const UpdateLongTermPricingResultFilterSensitiveLog: (
804
- obj: UpdateLongTermPricingResult
805
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-snowball",
3
3
  "description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo snowball"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",