aws-sdk 2.1439.0 → 2.1440.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.
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1439.0
1
+ // AWS SDK for JavaScript v2.1440.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -45808,6 +45808,50 @@ module.exports={
45808
45808
  }
45809
45809
  }
45810
45810
  },
45811
+ "ListFileCommitHistory": {
45812
+ "input": {
45813
+ "type": "structure",
45814
+ "required": [
45815
+ "repositoryName",
45816
+ "filePath"
45817
+ ],
45818
+ "members": {
45819
+ "repositoryName": {},
45820
+ "commitSpecifier": {},
45821
+ "filePath": {},
45822
+ "maxResults": {
45823
+ "type": "integer"
45824
+ },
45825
+ "nextToken": {}
45826
+ }
45827
+ },
45828
+ "output": {
45829
+ "type": "structure",
45830
+ "required": [
45831
+ "revisionDag"
45832
+ ],
45833
+ "members": {
45834
+ "revisionDag": {
45835
+ "type": "list",
45836
+ "member": {
45837
+ "type": "structure",
45838
+ "members": {
45839
+ "commit": {
45840
+ "shape": "S1l"
45841
+ },
45842
+ "blobId": {},
45843
+ "path": {},
45844
+ "revisionChildren": {
45845
+ "type": "list",
45846
+ "member": {}
45847
+ }
45848
+ }
45849
+ }
45850
+ },
45851
+ "nextToken": {}
45852
+ }
45853
+ }
45854
+ },
45811
45855
  "ListPullRequests": {
45812
45856
  "input": {
45813
45857
  "type": "structure",
@@ -47055,6 +47099,11 @@ module.exports={
47055
47099
  "output_token": "nextToken",
47056
47100
  "result_key": "branches"
47057
47101
  },
47102
+ "ListFileCommitHistory": {
47103
+ "input_token": "nextToken",
47104
+ "limit_key": "maxResults",
47105
+ "output_token": "nextToken"
47106
+ },
47058
47107
  "ListPullRequests": {
47059
47108
  "input_token": "nextToken",
47060
47109
  "limit_key": "maxResults",
@@ -261092,7 +261141,7 @@ AWS.util.update(AWS, {
261092
261141
  /**
261093
261142
  * @constant
261094
261143
  */
261095
- VERSION: '2.1439.0',
261144
+ VERSION: '2.1440.0',
261096
261145
 
261097
261146
  /**
261098
261147
  * @api private
@@ -283273,7 +283322,7 @@ var LRUCache = /** @class */ (function () {
283273
283322
  }());
283274
283323
  exports.LRUCache = LRUCache;
283275
283324
  },{}],467:[function(require,module,exports){
283276
- // AWS SDK for JavaScript v2.1439.0
283325
+ // AWS SDK for JavaScript v2.1440.0
283277
283326
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
283278
283327
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
283279
283328
  require('./browser_loader');