@aws-sdk/client-s3-control 3.303.0 → 3.309.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 (133) hide show
  1. package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +2 -2
  3. package/dist-cjs/commands/CreateBucketCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteBucketCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteJobTaggingCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +2 -2
  17. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -2
  22. package/dist-cjs/commands/GetAccessPointCommand.js +2 -2
  23. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +2 -2
  24. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +2 -2
  25. package/dist-cjs/commands/GetAccessPointPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +2 -2
  27. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +2 -2
  28. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +2 -2
  29. package/dist-cjs/commands/GetBucketCommand.js +2 -2
  30. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -2
  32. package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -2
  33. package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -2
  34. package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -2
  35. package/dist-cjs/commands/GetJobTaggingCommand.js +2 -2
  36. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +2 -2
  37. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -2
  38. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -2
  39. package/dist-cjs/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -2
  40. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -2
  41. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +2 -2
  42. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +2 -2
  43. package/dist-cjs/commands/ListAccessPointsCommand.js +2 -2
  44. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +2 -2
  45. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  46. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +2 -2
  47. package/dist-cjs/commands/ListRegionalBucketsCommand.js +2 -2
  48. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +2 -2
  49. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +2 -2
  50. package/dist-cjs/commands/PutAccessPointPolicyCommand.js +2 -2
  51. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +2 -2
  52. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  53. package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -2
  54. package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -2
  55. package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -2
  56. package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -2
  57. package/dist-cjs/commands/PutJobTaggingCommand.js +2 -2
  58. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -2
  59. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -2
  60. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +2 -2
  61. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +2 -2
  62. package/dist-cjs/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateJobPriorityCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateJobStatusCommand.js +2 -2
  65. package/dist-cjs/protocols/Aws_restXml.js +963 -963
  66. package/dist-es/commands/CreateAccessPointCommand.js +3 -3
  67. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -3
  68. package/dist-es/commands/CreateBucketCommand.js +3 -3
  69. package/dist-es/commands/CreateJobCommand.js +3 -3
  70. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +3 -3
  71. package/dist-es/commands/DeleteAccessPointCommand.js +3 -3
  72. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -3
  73. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -3
  74. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -3
  75. package/dist-es/commands/DeleteBucketCommand.js +3 -3
  76. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -3
  77. package/dist-es/commands/DeleteBucketPolicyCommand.js +3 -3
  78. package/dist-es/commands/DeleteBucketReplicationCommand.js +3 -3
  79. package/dist-es/commands/DeleteBucketTaggingCommand.js +3 -3
  80. package/dist-es/commands/DeleteJobTaggingCommand.js +3 -3
  81. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +3 -3
  82. package/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -3
  83. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -3
  84. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -3
  85. package/dist-es/commands/DescribeJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +3 -3
  87. package/dist-es/commands/GetAccessPointCommand.js +3 -3
  88. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -3
  89. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -3
  90. package/dist-es/commands/GetAccessPointPolicyCommand.js +3 -3
  91. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -3
  92. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -3
  93. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -3
  94. package/dist-es/commands/GetBucketCommand.js +3 -3
  95. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -3
  96. package/dist-es/commands/GetBucketPolicyCommand.js +3 -3
  97. package/dist-es/commands/GetBucketReplicationCommand.js +3 -3
  98. package/dist-es/commands/GetBucketTaggingCommand.js +3 -3
  99. package/dist-es/commands/GetBucketVersioningCommand.js +3 -3
  100. package/dist-es/commands/GetJobTaggingCommand.js +3 -3
  101. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +3 -3
  102. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +3 -3
  103. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +3 -3
  104. package/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +3 -3
  105. package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -3
  106. package/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -3
  107. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -3
  108. package/dist-es/commands/ListAccessPointsCommand.js +3 -3
  109. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -3
  110. package/dist-es/commands/ListJobsCommand.js +3 -3
  111. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +3 -3
  112. package/dist-es/commands/ListRegionalBucketsCommand.js +3 -3
  113. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -3
  114. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -3
  115. package/dist-es/commands/PutAccessPointPolicyCommand.js +3 -3
  116. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -3
  117. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  118. package/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  119. package/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  120. package/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  121. package/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  122. package/dist-es/commands/PutJobTaggingCommand.js +3 -3
  123. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +3 -3
  124. package/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  125. package/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -3
  126. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -3
  127. package/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +3 -3
  128. package/dist-es/commands/UpdateJobPriorityCommand.js +3 -3
  129. package/dist-es/commands/UpdateJobStatusCommand.js +3 -3
  130. package/dist-es/protocols/Aws_restXml.js +832 -832
  131. package/dist-types/protocols/Aws_restXml.d.ts +512 -128
  132. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +128 -128
  133. package/package.json +34 -34
@@ -64,131 +64,515 @@ import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigura
64
64
  import { SubmitMultiRegionAccessPointRoutesCommandInput, SubmitMultiRegionAccessPointRoutesCommandOutput } from "../commands/SubmitMultiRegionAccessPointRoutesCommand";
65
65
  import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "../commands/UpdateJobPriorityCommand";
66
66
  import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "../commands/UpdateJobStatusCommand";
67
- export declare const serializeAws_restXmlCreateAccessPointCommand: (input: CreateAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restXmlCreateAccessPointForObjectLambdaCommand: (input: CreateAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restXmlCreateBucketCommand: (input: CreateBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restXmlCreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restXmlCreateMultiRegionAccessPointCommand: (input: CreateMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restXmlDeleteAccessPointCommand: (input: DeleteAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand: (input: DeleteAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restXmlDeleteAccessPointPolicyCommand: (input: DeleteAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand: (input: DeleteAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restXmlDeleteBucketCommand: (input: DeleteBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand: (input: DeleteBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restXmlDeleteBucketPolicyCommand: (input: DeleteBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restXmlDeleteBucketReplicationCommand: (input: DeleteBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restXmlDeleteBucketTaggingCommand: (input: DeleteBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restXmlDeleteJobTaggingCommand: (input: DeleteJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restXmlDeleteMultiRegionAccessPointCommand: (input: DeleteMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restXmlDeletePublicAccessBlockCommand: (input: DeletePublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restXmlDeleteStorageLensConfigurationCommand: (input: DeleteStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand: (input: DeleteStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restXmlDescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand: (input: DescribeMultiRegionAccessPointOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restXmlGetAccessPointCommand: (input: GetAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand: (input: GetAccessPointConfigurationForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restXmlGetAccessPointForObjectLambdaCommand: (input: GetAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restXmlGetAccessPointPolicyCommand: (input: GetAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand: (input: GetAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restXmlGetAccessPointPolicyStatusCommand: (input: GetAccessPointPolicyStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand: (input: GetAccessPointPolicyStatusForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restXmlGetBucketCommand: (input: GetBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restXmlGetBucketLifecycleConfigurationCommand: (input: GetBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restXmlGetBucketPolicyCommand: (input: GetBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restXmlGetBucketReplicationCommand: (input: GetBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restXmlGetBucketTaggingCommand: (input: GetBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restXmlGetBucketVersioningCommand: (input: GetBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restXmlGetJobTaggingCommand: (input: GetJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restXmlGetMultiRegionAccessPointCommand: (input: GetMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restXmlGetMultiRegionAccessPointPolicyCommand: (input: GetMultiRegionAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand: (input: GetMultiRegionAccessPointPolicyStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restXmlGetMultiRegionAccessPointRoutesCommand: (input: GetMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restXmlGetPublicAccessBlockCommand: (input: GetPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restXmlGetStorageLensConfigurationCommand: (input: GetStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restXmlGetStorageLensConfigurationTaggingCommand: (input: GetStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restXmlListAccessPointsCommand: (input: ListAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restXmlListAccessPointsForObjectLambdaCommand: (input: ListAccessPointsForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restXmlListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restXmlListMultiRegionAccessPointsCommand: (input: ListMultiRegionAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restXmlListRegionalBucketsCommand: (input: ListRegionalBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restXmlListStorageLensConfigurationsCommand: (input: ListStorageLensConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand: (input: PutAccessPointConfigurationForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restXmlPutAccessPointPolicyCommand: (input: PutAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand: (input: PutAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restXmlPutBucketLifecycleConfigurationCommand: (input: PutBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restXmlPutBucketPolicyCommand: (input: PutBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restXmlPutBucketReplicationCommand: (input: PutBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restXmlPutBucketTaggingCommand: (input: PutBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restXmlPutBucketVersioningCommand: (input: PutBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restXmlPutJobTaggingCommand: (input: PutJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restXmlPutMultiRegionAccessPointPolicyCommand: (input: PutMultiRegionAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restXmlPutPublicAccessBlockCommand: (input: PutPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restXmlPutStorageLensConfigurationCommand: (input: PutStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restXmlPutStorageLensConfigurationTaggingCommand: (input: PutStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand: (input: SubmitMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restXmlUpdateJobPriorityCommand: (input: UpdateJobPriorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restXmlUpdateJobStatusCommand: (input: UpdateJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const deserializeAws_restXmlCreateAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointCommandOutput>;
132
- export declare const deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointForObjectLambdaCommandOutput>;
133
- export declare const deserializeAws_restXmlCreateBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBucketCommandOutput>;
134
- export declare const deserializeAws_restXmlCreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
135
- export declare const deserializeAws_restXmlCreateMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiRegionAccessPointCommandOutput>;
136
- export declare const deserializeAws_restXmlDeleteAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointCommandOutput>;
137
- export declare const deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
138
- export declare const deserializeAws_restXmlDeleteAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyCommandOutput>;
139
- export declare const deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
140
- export declare const deserializeAws_restXmlDeleteBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketCommandOutput>;
141
- export declare const deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
142
- export declare const deserializeAws_restXmlDeleteBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketPolicyCommandOutput>;
143
- export declare const deserializeAws_restXmlDeleteBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketReplicationCommandOutput>;
144
- export declare const deserializeAws_restXmlDeleteBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketTaggingCommandOutput>;
145
- export declare const deserializeAws_restXmlDeleteJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTaggingCommandOutput>;
146
- export declare const deserializeAws_restXmlDeleteMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiRegionAccessPointCommandOutput>;
147
- export declare const deserializeAws_restXmlDeletePublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicAccessBlockCommandOutput>;
148
- export declare const deserializeAws_restXmlDeleteStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationCommandOutput>;
149
- export declare const deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
150
- export declare const deserializeAws_restXmlDescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
151
- export declare const deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
152
- export declare const deserializeAws_restXmlGetAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointCommandOutput>;
153
- export declare const deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
154
- export declare const deserializeAws_restXmlGetAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointForObjectLambdaCommandOutput>;
155
- export declare const deserializeAws_restXmlGetAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyCommandOutput>;
156
- export declare const deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
157
- export declare const deserializeAws_restXmlGetAccessPointPolicyStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusCommandOutput>;
158
- export declare const deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
159
- export declare const deserializeAws_restXmlGetBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketCommandOutput>;
160
- export declare const deserializeAws_restXmlGetBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
161
- export declare const deserializeAws_restXmlGetBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketPolicyCommandOutput>;
162
- export declare const deserializeAws_restXmlGetBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketReplicationCommandOutput>;
163
- export declare const deserializeAws_restXmlGetBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketTaggingCommandOutput>;
164
- export declare const deserializeAws_restXmlGetBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketVersioningCommandOutput>;
165
- export declare const deserializeAws_restXmlGetJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTaggingCommandOutput>;
166
- export declare const deserializeAws_restXmlGetMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointCommandOutput>;
167
- export declare const deserializeAws_restXmlGetMultiRegionAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
168
- export declare const deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
169
- export declare const deserializeAws_restXmlGetMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointRoutesCommandOutput>;
170
- export declare const deserializeAws_restXmlGetPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicAccessBlockCommandOutput>;
171
- export declare const deserializeAws_restXmlGetStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationCommandOutput>;
172
- export declare const deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationTaggingCommandOutput>;
173
- export declare const deserializeAws_restXmlListAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsCommandOutput>;
174
- export declare const deserializeAws_restXmlListAccessPointsForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsForObjectLambdaCommandOutput>;
175
- export declare const deserializeAws_restXmlListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
176
- export declare const deserializeAws_restXmlListMultiRegionAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiRegionAccessPointsCommandOutput>;
177
- export declare const deserializeAws_restXmlListRegionalBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegionalBucketsCommandOutput>;
178
- export declare const deserializeAws_restXmlListStorageLensConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageLensConfigurationsCommandOutput>;
179
- export declare const deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
180
- export declare const deserializeAws_restXmlPutAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyCommandOutput>;
181
- export declare const deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
182
- export declare const deserializeAws_restXmlPutBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
183
- export declare const deserializeAws_restXmlPutBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketPolicyCommandOutput>;
184
- export declare const deserializeAws_restXmlPutBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketReplicationCommandOutput>;
185
- export declare const deserializeAws_restXmlPutBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketTaggingCommandOutput>;
186
- export declare const deserializeAws_restXmlPutBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketVersioningCommandOutput>;
187
- export declare const deserializeAws_restXmlPutJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobTaggingCommandOutput>;
188
- export declare const deserializeAws_restXmlPutMultiRegionAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
189
- export declare const deserializeAws_restXmlPutPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPublicAccessBlockCommandOutput>;
190
- export declare const deserializeAws_restXmlPutStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageLensConfigurationCommandOutput>;
191
- export declare const deserializeAws_restXmlPutStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageLensConfigurationTaggingCommandOutput>;
192
- export declare const deserializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitMultiRegionAccessPointRoutesCommandOutput>;
193
- export declare const deserializeAws_restXmlUpdateJobPriorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobPriorityCommandOutput>;
194
- export declare const deserializeAws_restXmlUpdateJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobStatusCommandOutput>;
67
+ /**
68
+ * serializeAws_restXmlCreateAccessPointCommand
69
+ */
70
+ export declare const se_CreateAccessPointCommand: (input: CreateAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restXmlCreateAccessPointForObjectLambdaCommand
73
+ */
74
+ export declare const se_CreateAccessPointForObjectLambdaCommand: (input: CreateAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restXmlCreateBucketCommand
77
+ */
78
+ export declare const se_CreateBucketCommand: (input: CreateBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restXmlCreateJobCommand
81
+ */
82
+ export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restXmlCreateMultiRegionAccessPointCommand
85
+ */
86
+ export declare const se_CreateMultiRegionAccessPointCommand: (input: CreateMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restXmlDeleteAccessPointCommand
89
+ */
90
+ export declare const se_DeleteAccessPointCommand: (input: DeleteAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand
93
+ */
94
+ export declare const se_DeleteAccessPointForObjectLambdaCommand: (input: DeleteAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restXmlDeleteAccessPointPolicyCommand
97
+ */
98
+ export declare const se_DeleteAccessPointPolicyCommand: (input: DeleteAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand
101
+ */
102
+ export declare const se_DeleteAccessPointPolicyForObjectLambdaCommand: (input: DeleteAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restXmlDeleteBucketCommand
105
+ */
106
+ export declare const se_DeleteBucketCommand: (input: DeleteBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand
109
+ */
110
+ export declare const se_DeleteBucketLifecycleConfigurationCommand: (input: DeleteBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restXmlDeleteBucketPolicyCommand
113
+ */
114
+ export declare const se_DeleteBucketPolicyCommand: (input: DeleteBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restXmlDeleteBucketReplicationCommand
117
+ */
118
+ export declare const se_DeleteBucketReplicationCommand: (input: DeleteBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restXmlDeleteBucketTaggingCommand
121
+ */
122
+ export declare const se_DeleteBucketTaggingCommand: (input: DeleteBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restXmlDeleteJobTaggingCommand
125
+ */
126
+ export declare const se_DeleteJobTaggingCommand: (input: DeleteJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restXmlDeleteMultiRegionAccessPointCommand
129
+ */
130
+ export declare const se_DeleteMultiRegionAccessPointCommand: (input: DeleteMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restXmlDeletePublicAccessBlockCommand
133
+ */
134
+ export declare const se_DeletePublicAccessBlockCommand: (input: DeletePublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restXmlDeleteStorageLensConfigurationCommand
137
+ */
138
+ export declare const se_DeleteStorageLensConfigurationCommand: (input: DeleteStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand
141
+ */
142
+ export declare const se_DeleteStorageLensConfigurationTaggingCommand: (input: DeleteStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_restXmlDescribeJobCommand
145
+ */
146
+ export declare const se_DescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand
149
+ */
150
+ export declare const se_DescribeMultiRegionAccessPointOperationCommand: (input: DescribeMultiRegionAccessPointOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_restXmlGetAccessPointCommand
153
+ */
154
+ export declare const se_GetAccessPointCommand: (input: GetAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand
157
+ */
158
+ export declare const se_GetAccessPointConfigurationForObjectLambdaCommand: (input: GetAccessPointConfigurationForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_restXmlGetAccessPointForObjectLambdaCommand
161
+ */
162
+ export declare const se_GetAccessPointForObjectLambdaCommand: (input: GetAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_restXmlGetAccessPointPolicyCommand
165
+ */
166
+ export declare const se_GetAccessPointPolicyCommand: (input: GetAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand
169
+ */
170
+ export declare const se_GetAccessPointPolicyForObjectLambdaCommand: (input: GetAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_restXmlGetAccessPointPolicyStatusCommand
173
+ */
174
+ export declare const se_GetAccessPointPolicyStatusCommand: (input: GetAccessPointPolicyStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand
177
+ */
178
+ export declare const se_GetAccessPointPolicyStatusForObjectLambdaCommand: (input: GetAccessPointPolicyStatusForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_restXmlGetBucketCommand
181
+ */
182
+ export declare const se_GetBucketCommand: (input: GetBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_restXmlGetBucketLifecycleConfigurationCommand
185
+ */
186
+ export declare const se_GetBucketLifecycleConfigurationCommand: (input: GetBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_restXmlGetBucketPolicyCommand
189
+ */
190
+ export declare const se_GetBucketPolicyCommand: (input: GetBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_restXmlGetBucketReplicationCommand
193
+ */
194
+ export declare const se_GetBucketReplicationCommand: (input: GetBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_restXmlGetBucketTaggingCommand
197
+ */
198
+ export declare const se_GetBucketTaggingCommand: (input: GetBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_restXmlGetBucketVersioningCommand
201
+ */
202
+ export declare const se_GetBucketVersioningCommand: (input: GetBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_restXmlGetJobTaggingCommand
205
+ */
206
+ export declare const se_GetJobTaggingCommand: (input: GetJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_restXmlGetMultiRegionAccessPointCommand
209
+ */
210
+ export declare const se_GetMultiRegionAccessPointCommand: (input: GetMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_restXmlGetMultiRegionAccessPointPolicyCommand
213
+ */
214
+ export declare const se_GetMultiRegionAccessPointPolicyCommand: (input: GetMultiRegionAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand
217
+ */
218
+ export declare const se_GetMultiRegionAccessPointPolicyStatusCommand: (input: GetMultiRegionAccessPointPolicyStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_restXmlGetMultiRegionAccessPointRoutesCommand
221
+ */
222
+ export declare const se_GetMultiRegionAccessPointRoutesCommand: (input: GetMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_restXmlGetPublicAccessBlockCommand
225
+ */
226
+ export declare const se_GetPublicAccessBlockCommand: (input: GetPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ /**
228
+ * serializeAws_restXmlGetStorageLensConfigurationCommand
229
+ */
230
+ export declare const se_GetStorageLensConfigurationCommand: (input: GetStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_restXmlGetStorageLensConfigurationTaggingCommand
233
+ */
234
+ export declare const se_GetStorageLensConfigurationTaggingCommand: (input: GetStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_restXmlListAccessPointsCommand
237
+ */
238
+ export declare const se_ListAccessPointsCommand: (input: ListAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_restXmlListAccessPointsForObjectLambdaCommand
241
+ */
242
+ export declare const se_ListAccessPointsForObjectLambdaCommand: (input: ListAccessPointsForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ /**
244
+ * serializeAws_restXmlListJobsCommand
245
+ */
246
+ export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ /**
248
+ * serializeAws_restXmlListMultiRegionAccessPointsCommand
249
+ */
250
+ export declare const se_ListMultiRegionAccessPointsCommand: (input: ListMultiRegionAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ /**
252
+ * serializeAws_restXmlListRegionalBucketsCommand
253
+ */
254
+ export declare const se_ListRegionalBucketsCommand: (input: ListRegionalBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_restXmlListStorageLensConfigurationsCommand
257
+ */
258
+ export declare const se_ListStorageLensConfigurationsCommand: (input: ListStorageLensConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ /**
260
+ * serializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
261
+ */
262
+ export declare const se_PutAccessPointConfigurationForObjectLambdaCommand: (input: PutAccessPointConfigurationForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_restXmlPutAccessPointPolicyCommand
265
+ */
266
+ export declare const se_PutAccessPointPolicyCommand: (input: PutAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ /**
268
+ * serializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand
269
+ */
270
+ export declare const se_PutAccessPointPolicyForObjectLambdaCommand: (input: PutAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_restXmlPutBucketLifecycleConfigurationCommand
273
+ */
274
+ export declare const se_PutBucketLifecycleConfigurationCommand: (input: PutBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_restXmlPutBucketPolicyCommand
277
+ */
278
+ export declare const se_PutBucketPolicyCommand: (input: PutBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_restXmlPutBucketReplicationCommand
281
+ */
282
+ export declare const se_PutBucketReplicationCommand: (input: PutBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_restXmlPutBucketTaggingCommand
285
+ */
286
+ export declare const se_PutBucketTaggingCommand: (input: PutBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_restXmlPutBucketVersioningCommand
289
+ */
290
+ export declare const se_PutBucketVersioningCommand: (input: PutBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
+ /**
292
+ * serializeAws_restXmlPutJobTaggingCommand
293
+ */
294
+ export declare const se_PutJobTaggingCommand: (input: PutJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
+ /**
296
+ * serializeAws_restXmlPutMultiRegionAccessPointPolicyCommand
297
+ */
298
+ export declare const se_PutMultiRegionAccessPointPolicyCommand: (input: PutMultiRegionAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_restXmlPutPublicAccessBlockCommand
301
+ */
302
+ export declare const se_PutPublicAccessBlockCommand: (input: PutPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ /**
304
+ * serializeAws_restXmlPutStorageLensConfigurationCommand
305
+ */
306
+ export declare const se_PutStorageLensConfigurationCommand: (input: PutStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
+ /**
308
+ * serializeAws_restXmlPutStorageLensConfigurationTaggingCommand
309
+ */
310
+ export declare const se_PutStorageLensConfigurationTaggingCommand: (input: PutStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
+ /**
312
+ * serializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand
313
+ */
314
+ export declare const se_SubmitMultiRegionAccessPointRoutesCommand: (input: SubmitMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
+ /**
316
+ * serializeAws_restXmlUpdateJobPriorityCommand
317
+ */
318
+ export declare const se_UpdateJobPriorityCommand: (input: UpdateJobPriorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
+ /**
320
+ * serializeAws_restXmlUpdateJobStatusCommand
321
+ */
322
+ export declare const se_UpdateJobStatusCommand: (input: UpdateJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
+ /**
324
+ * deserializeAws_restXmlCreateAccessPointCommand
325
+ */
326
+ export declare const de_CreateAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointCommandOutput>;
327
+ /**
328
+ * deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand
329
+ */
330
+ export declare const de_CreateAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointForObjectLambdaCommandOutput>;
331
+ /**
332
+ * deserializeAws_restXmlCreateBucketCommand
333
+ */
334
+ export declare const de_CreateBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBucketCommandOutput>;
335
+ /**
336
+ * deserializeAws_restXmlCreateJobCommand
337
+ */
338
+ export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
339
+ /**
340
+ * deserializeAws_restXmlCreateMultiRegionAccessPointCommand
341
+ */
342
+ export declare const de_CreateMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiRegionAccessPointCommandOutput>;
343
+ /**
344
+ * deserializeAws_restXmlDeleteAccessPointCommand
345
+ */
346
+ export declare const de_DeleteAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointCommandOutput>;
347
+ /**
348
+ * deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand
349
+ */
350
+ export declare const de_DeleteAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
351
+ /**
352
+ * deserializeAws_restXmlDeleteAccessPointPolicyCommand
353
+ */
354
+ export declare const de_DeleteAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyCommandOutput>;
355
+ /**
356
+ * deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand
357
+ */
358
+ export declare const de_DeleteAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
359
+ /**
360
+ * deserializeAws_restXmlDeleteBucketCommand
361
+ */
362
+ export declare const de_DeleteBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketCommandOutput>;
363
+ /**
364
+ * deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand
365
+ */
366
+ export declare const de_DeleteBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
367
+ /**
368
+ * deserializeAws_restXmlDeleteBucketPolicyCommand
369
+ */
370
+ export declare const de_DeleteBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketPolicyCommandOutput>;
371
+ /**
372
+ * deserializeAws_restXmlDeleteBucketReplicationCommand
373
+ */
374
+ export declare const de_DeleteBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketReplicationCommandOutput>;
375
+ /**
376
+ * deserializeAws_restXmlDeleteBucketTaggingCommand
377
+ */
378
+ export declare const de_DeleteBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketTaggingCommandOutput>;
379
+ /**
380
+ * deserializeAws_restXmlDeleteJobTaggingCommand
381
+ */
382
+ export declare const de_DeleteJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTaggingCommandOutput>;
383
+ /**
384
+ * deserializeAws_restXmlDeleteMultiRegionAccessPointCommand
385
+ */
386
+ export declare const de_DeleteMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiRegionAccessPointCommandOutput>;
387
+ /**
388
+ * deserializeAws_restXmlDeletePublicAccessBlockCommand
389
+ */
390
+ export declare const de_DeletePublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicAccessBlockCommandOutput>;
391
+ /**
392
+ * deserializeAws_restXmlDeleteStorageLensConfigurationCommand
393
+ */
394
+ export declare const de_DeleteStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationCommandOutput>;
395
+ /**
396
+ * deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand
397
+ */
398
+ export declare const de_DeleteStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
399
+ /**
400
+ * deserializeAws_restXmlDescribeJobCommand
401
+ */
402
+ export declare const de_DescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
403
+ /**
404
+ * deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand
405
+ */
406
+ export declare const de_DescribeMultiRegionAccessPointOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
407
+ /**
408
+ * deserializeAws_restXmlGetAccessPointCommand
409
+ */
410
+ export declare const de_GetAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointCommandOutput>;
411
+ /**
412
+ * deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand
413
+ */
414
+ export declare const de_GetAccessPointConfigurationForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
415
+ /**
416
+ * deserializeAws_restXmlGetAccessPointForObjectLambdaCommand
417
+ */
418
+ export declare const de_GetAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointForObjectLambdaCommandOutput>;
419
+ /**
420
+ * deserializeAws_restXmlGetAccessPointPolicyCommand
421
+ */
422
+ export declare const de_GetAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyCommandOutput>;
423
+ /**
424
+ * deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand
425
+ */
426
+ export declare const de_GetAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
427
+ /**
428
+ * deserializeAws_restXmlGetAccessPointPolicyStatusCommand
429
+ */
430
+ export declare const de_GetAccessPointPolicyStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusCommandOutput>;
431
+ /**
432
+ * deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand
433
+ */
434
+ export declare const de_GetAccessPointPolicyStatusForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
435
+ /**
436
+ * deserializeAws_restXmlGetBucketCommand
437
+ */
438
+ export declare const de_GetBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketCommandOutput>;
439
+ /**
440
+ * deserializeAws_restXmlGetBucketLifecycleConfigurationCommand
441
+ */
442
+ export declare const de_GetBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
443
+ /**
444
+ * deserializeAws_restXmlGetBucketPolicyCommand
445
+ */
446
+ export declare const de_GetBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketPolicyCommandOutput>;
447
+ /**
448
+ * deserializeAws_restXmlGetBucketReplicationCommand
449
+ */
450
+ export declare const de_GetBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketReplicationCommandOutput>;
451
+ /**
452
+ * deserializeAws_restXmlGetBucketTaggingCommand
453
+ */
454
+ export declare const de_GetBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketTaggingCommandOutput>;
455
+ /**
456
+ * deserializeAws_restXmlGetBucketVersioningCommand
457
+ */
458
+ export declare const de_GetBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketVersioningCommandOutput>;
459
+ /**
460
+ * deserializeAws_restXmlGetJobTaggingCommand
461
+ */
462
+ export declare const de_GetJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTaggingCommandOutput>;
463
+ /**
464
+ * deserializeAws_restXmlGetMultiRegionAccessPointCommand
465
+ */
466
+ export declare const de_GetMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointCommandOutput>;
467
+ /**
468
+ * deserializeAws_restXmlGetMultiRegionAccessPointPolicyCommand
469
+ */
470
+ export declare const de_GetMultiRegionAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
471
+ /**
472
+ * deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand
473
+ */
474
+ export declare const de_GetMultiRegionAccessPointPolicyStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
475
+ /**
476
+ * deserializeAws_restXmlGetMultiRegionAccessPointRoutesCommand
477
+ */
478
+ export declare const de_GetMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointRoutesCommandOutput>;
479
+ /**
480
+ * deserializeAws_restXmlGetPublicAccessBlockCommand
481
+ */
482
+ export declare const de_GetPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicAccessBlockCommandOutput>;
483
+ /**
484
+ * deserializeAws_restXmlGetStorageLensConfigurationCommand
485
+ */
486
+ export declare const de_GetStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationCommandOutput>;
487
+ /**
488
+ * deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand
489
+ */
490
+ export declare const de_GetStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationTaggingCommandOutput>;
491
+ /**
492
+ * deserializeAws_restXmlListAccessPointsCommand
493
+ */
494
+ export declare const de_ListAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsCommandOutput>;
495
+ /**
496
+ * deserializeAws_restXmlListAccessPointsForObjectLambdaCommand
497
+ */
498
+ export declare const de_ListAccessPointsForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsForObjectLambdaCommandOutput>;
499
+ /**
500
+ * deserializeAws_restXmlListJobsCommand
501
+ */
502
+ export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
503
+ /**
504
+ * deserializeAws_restXmlListMultiRegionAccessPointsCommand
505
+ */
506
+ export declare const de_ListMultiRegionAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiRegionAccessPointsCommandOutput>;
507
+ /**
508
+ * deserializeAws_restXmlListRegionalBucketsCommand
509
+ */
510
+ export declare const de_ListRegionalBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegionalBucketsCommandOutput>;
511
+ /**
512
+ * deserializeAws_restXmlListStorageLensConfigurationsCommand
513
+ */
514
+ export declare const de_ListStorageLensConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageLensConfigurationsCommandOutput>;
515
+ /**
516
+ * deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
517
+ */
518
+ export declare const de_PutAccessPointConfigurationForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
519
+ /**
520
+ * deserializeAws_restXmlPutAccessPointPolicyCommand
521
+ */
522
+ export declare const de_PutAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyCommandOutput>;
523
+ /**
524
+ * deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand
525
+ */
526
+ export declare const de_PutAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
527
+ /**
528
+ * deserializeAws_restXmlPutBucketLifecycleConfigurationCommand
529
+ */
530
+ export declare const de_PutBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
531
+ /**
532
+ * deserializeAws_restXmlPutBucketPolicyCommand
533
+ */
534
+ export declare const de_PutBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketPolicyCommandOutput>;
535
+ /**
536
+ * deserializeAws_restXmlPutBucketReplicationCommand
537
+ */
538
+ export declare const de_PutBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketReplicationCommandOutput>;
539
+ /**
540
+ * deserializeAws_restXmlPutBucketTaggingCommand
541
+ */
542
+ export declare const de_PutBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketTaggingCommandOutput>;
543
+ /**
544
+ * deserializeAws_restXmlPutBucketVersioningCommand
545
+ */
546
+ export declare const de_PutBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketVersioningCommandOutput>;
547
+ /**
548
+ * deserializeAws_restXmlPutJobTaggingCommand
549
+ */
550
+ export declare const de_PutJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobTaggingCommandOutput>;
551
+ /**
552
+ * deserializeAws_restXmlPutMultiRegionAccessPointPolicyCommand
553
+ */
554
+ export declare const de_PutMultiRegionAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
555
+ /**
556
+ * deserializeAws_restXmlPutPublicAccessBlockCommand
557
+ */
558
+ export declare const de_PutPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPublicAccessBlockCommandOutput>;
559
+ /**
560
+ * deserializeAws_restXmlPutStorageLensConfigurationCommand
561
+ */
562
+ export declare const de_PutStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageLensConfigurationCommandOutput>;
563
+ /**
564
+ * deserializeAws_restXmlPutStorageLensConfigurationTaggingCommand
565
+ */
566
+ export declare const de_PutStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageLensConfigurationTaggingCommandOutput>;
567
+ /**
568
+ * deserializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand
569
+ */
570
+ export declare const de_SubmitMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitMultiRegionAccessPointRoutesCommandOutput>;
571
+ /**
572
+ * deserializeAws_restXmlUpdateJobPriorityCommand
573
+ */
574
+ export declare const de_UpdateJobPriorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobPriorityCommandOutput>;
575
+ /**
576
+ * deserializeAws_restXmlUpdateJobStatusCommand
577
+ */
578
+ export declare const de_UpdateJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobStatusCommandOutput>;