aws-sdk 2.1472.0 → 2.1474.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 (61) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +1 -1
  4. package/apis/autoscaling-2011-01-01.min.json +57 -57
  5. package/apis/autoscaling-2011-01-01.paginators.json +15 -0
  6. package/apis/controltower-2018-05-10.min.json +68 -1
  7. package/apis/customer-profiles-2020-08-15.min.json +31 -18
  8. package/apis/drs-2020-02-26.min.json +28 -6
  9. package/apis/ec2-2016-11-15.min.json +134 -82
  10. package/apis/entityresolution-2018-05-10.min.json +721 -79
  11. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  12. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  13. package/apis/lambda-2015-03-31.min.json +102 -96
  14. package/apis/location-2020-11-19.min.json +36 -36
  15. package/apis/machinelearning-2014-12-12.min.json +8 -2
  16. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  17. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  18. package/apis/opensearch-2021-01-01.min.json +78 -59
  19. package/apis/rds-2014-10-31.min.json +43 -7
  20. package/apis/redshift-2012-12-01.min.json +205 -184
  21. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  22. package/apis/rekognition-2016-06-27.min.json +194 -161
  23. package/apis/sagemaker-2017-07-24.min.json +740 -728
  24. package/apis/sesv2-2019-09-27.min.json +40 -18
  25. package/apis/textract-2018-06-27.min.json +483 -76
  26. package/apis/textract-2018-06-27.paginators.json +12 -0
  27. package/clients/autoscaling.d.ts +4 -3
  28. package/clients/cloudformation.d.ts +1 -1
  29. package/clients/configservice.d.ts +15 -15
  30. package/clients/controltower.d.ts +104 -15
  31. package/clients/customerprofiles.d.ts +6 -6
  32. package/clients/drs.d.ts +27 -1
  33. package/clients/ec2.d.ts +62 -6
  34. package/clients/elbv2.d.ts +7 -7
  35. package/clients/entityresolution.d.ts +650 -12
  36. package/clients/glue.d.ts +5 -5
  37. package/clients/inspector2.d.ts +25 -25
  38. package/clients/ivsrealtime.d.ts +25 -0
  39. package/clients/lambda.d.ts +9 -0
  40. package/clients/managedblockchainquery.d.ts +125 -9
  41. package/clients/mediapackagev2.d.ts +13 -13
  42. package/clients/opensearch.d.ts +46 -6
  43. package/clients/pricing.d.ts +8 -8
  44. package/clients/rds.d.ts +48 -0
  45. package/clients/redshift.d.ts +47 -7
  46. package/clients/redshiftserverless.d.ts +42 -2
  47. package/clients/rekognition.d.ts +141 -72
  48. package/clients/sagemaker.d.ts +26 -6
  49. package/clients/sesv2.d.ts +43 -3
  50. package/clients/textract.d.ts +534 -2
  51. package/clients/transcribeservice.d.ts +1 -1
  52. package/clients/transfer.d.ts +8 -8
  53. package/clients/workspaces.d.ts +2 -2
  54. package/clients/xray.d.ts +2 -2
  55. package/dist/aws-sdk-core-react-native.js +45 -13
  56. package/dist/aws-sdk-react-native.js +112 -48
  57. package/dist/aws-sdk.js +797 -628
  58. package/dist/aws-sdk.min.js +99 -99
  59. package/lib/core.js +1 -1
  60. package/lib/s3/managed_upload.d.ts +1 -1
  61. package/package.json +1 -1
@@ -582,7 +582,7 @@ declare namespace Transfer {
582
582
  }
583
583
  export interface CreateAccessRequest {
584
584
  /**
585
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
585
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
586
586
  */
587
587
  HomeDirectory?: HomeDirectory;
588
588
  /**
@@ -791,7 +791,7 @@ declare namespace Transfer {
791
791
  }
792
792
  export interface CreateUserRequest {
793
793
  /**
794
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
794
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
795
795
  */
796
796
  HomeDirectory?: HomeDirectory;
797
797
  /**
@@ -1169,7 +1169,7 @@ declare namespace Transfer {
1169
1169
  }
1170
1170
  export interface DescribedAccess {
1171
1171
  /**
1172
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
1172
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
1173
1173
  */
1174
1174
  HomeDirectory?: HomeDirectory;
1175
1175
  /**
@@ -1529,7 +1529,7 @@ declare namespace Transfer {
1529
1529
  */
1530
1530
  Arn: Arn;
1531
1531
  /**
1532
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
1532
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
1533
1533
  */
1534
1534
  HomeDirectory?: HomeDirectory;
1535
1535
  /**
@@ -2122,7 +2122,7 @@ declare namespace Transfer {
2122
2122
  }
2123
2123
  export interface ListedAccess {
2124
2124
  /**
2125
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
2125
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
2126
2126
  */
2127
2127
  HomeDirectory?: HomeDirectory;
2128
2128
  /**
@@ -2326,7 +2326,7 @@ declare namespace Transfer {
2326
2326
  */
2327
2327
  Arn: Arn;
2328
2328
  /**
2329
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
2329
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
2330
2330
  */
2331
2331
  HomeDirectory?: HomeDirectory;
2332
2332
  /**
@@ -2704,7 +2704,7 @@ declare namespace Transfer {
2704
2704
  }
2705
2705
  export interface UpdateAccessRequest {
2706
2706
  /**
2707
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
2707
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
2708
2708
  */
2709
2709
  HomeDirectory?: HomeDirectory;
2710
2710
  /**
@@ -2945,7 +2945,7 @@ declare namespace Transfer {
2945
2945
  }
2946
2946
  export interface UpdateUserRequest {
2947
2947
  /**
2948
- * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to LOGICAL.
2948
+ * The landing directory (folder) for a user when they log in to the server using the client. A HomeDirectory example is /bucket_name/home/mydirectory. The HomeDirectory parameter is only used if HomeDirectoryType is set to PATH.
2949
2949
  */
2950
2950
  HomeDirectory?: HomeDirectory;
2951
2951
  /**
@@ -116,11 +116,11 @@ declare class WorkSpaces extends Service {
116
116
  */
117
117
  createWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspaceImageResult) => void): Request<WorkSpaces.Types.CreateWorkspaceImageResult, AWSError>;
118
118
  /**
119
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
119
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. PCoIP is only available for Windows bundles.
120
120
  */
121
121
  createWorkspaces(params: WorkSpaces.Types.CreateWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
122
122
  /**
123
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
123
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. PCoIP is only available for Windows bundles.
124
124
  */
125
125
  createWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
126
126
  /**
package/clients/xray.d.ts CHANGED
@@ -993,7 +993,7 @@ declare namespace XRay {
993
993
  */
994
994
  EndTime: Timestamp;
995
995
  /**
996
- * A parameter to indicate whether to query trace summaries by TraceId or Event time.
996
+ * A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).
997
997
  */
998
998
  TimeRangeType?: TimeRangeType;
999
999
  /**
@@ -1879,7 +1879,7 @@ declare namespace XRay {
1879
1879
  BackendConnectionErrors?: BackendConnectionErrors;
1880
1880
  }
1881
1881
  export type TelemetryRecordList = TelemetryRecord[];
1882
- export type TimeRangeType = "TraceId"|"Event"|string;
1882
+ export type TimeRangeType = "TraceId"|"Event"|"Service"|string;
1883
1883
  export interface TimeSeriesServiceStatistics {
1884
1884
  /**
1885
1885
  * Timestamp of the window for which statistics are aggregated.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1472.0',
86
+ VERSION: '2.1474.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -9897,43 +9897,75 @@ return /******/ (function(modules) { // webpackBootstrap
9897
9897
  /* eslint no-invalid-this: 1 */
9898
9898
 
9899
9899
  var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
9900
- var slice = Array.prototype.slice;
9901
9900
  var toStr = Object.prototype.toString;
9901
+ var max = Math.max;
9902
9902
  var funcType = '[object Function]';
9903
9903
 
9904
+ var concatty = function concatty(a, b) {
9905
+ var arr = [];
9906
+
9907
+ for (var i = 0; i < a.length; i += 1) {
9908
+ arr[i] = a[i];
9909
+ }
9910
+ for (var j = 0; j < b.length; j += 1) {
9911
+ arr[j + a.length] = b[j];
9912
+ }
9913
+
9914
+ return arr;
9915
+ };
9916
+
9917
+ var slicy = function slicy(arrLike, offset) {
9918
+ var arr = [];
9919
+ for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
9920
+ arr[j] = arrLike[i];
9921
+ }
9922
+ return arr;
9923
+ };
9924
+
9925
+ var joiny = function (arr, joiner) {
9926
+ var str = '';
9927
+ for (var i = 0; i < arr.length; i += 1) {
9928
+ str += arr[i];
9929
+ if (i + 1 < arr.length) {
9930
+ str += joiner;
9931
+ }
9932
+ }
9933
+ return str;
9934
+ };
9935
+
9904
9936
  module.exports = function bind(that) {
9905
9937
  var target = this;
9906
- if (typeof target !== 'function' || toStr.call(target) !== funcType) {
9938
+ if (typeof target !== 'function' || toStr.apply(target) !== funcType) {
9907
9939
  throw new TypeError(ERROR_MESSAGE + target);
9908
9940
  }
9909
- var args = slice.call(arguments, 1);
9941
+ var args = slicy(arguments, 1);
9910
9942
 
9911
9943
  var bound;
9912
9944
  var binder = function () {
9913
9945
  if (this instanceof bound) {
9914
9946
  var result = target.apply(
9915
9947
  this,
9916
- args.concat(slice.call(arguments))
9948
+ concatty(args, arguments)
9917
9949
  );
9918
9950
  if (Object(result) === result) {
9919
9951
  return result;
9920
9952
  }
9921
9953
  return this;
9922
- } else {
9923
- return target.apply(
9924
- that,
9925
- args.concat(slice.call(arguments))
9926
- );
9927
9954
  }
9955
+ return target.apply(
9956
+ that,
9957
+ concatty(args, arguments)
9958
+ );
9959
+
9928
9960
  };
9929
9961
 
9930
- var boundLength = Math.max(0, target.length - args.length);
9962
+ var boundLength = max(0, target.length - args.length);
9931
9963
  var boundArgs = [];
9932
9964
  for (var i = 0; i < boundLength; i++) {
9933
- boundArgs.push('$' + i);
9965
+ boundArgs[i] = '$' + i;
9934
9966
  }
9935
9967
 
9936
- bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);
9968
+ bound = Function('binder', 'return function (' + joiny(boundArgs, ',') + '){ return binder.apply(this,arguments); }')(binder);
9937
9969
 
9938
9970
  if (target.prototype) {
9939
9971
  var Empty = function Empty() {};