aws-sdk 2.1392.0 → 2.1394.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 (39) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +1 -1
  3. package/apis/athena-2017-05-18.min.json +3 -0
  4. package/apis/customer-profiles-2020-08-15.min.json +252 -52
  5. package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  6. package/apis/emr-containers-2020-10-01.min.json +31 -18
  7. package/apis/logs-2014-03-28.min.json +99 -16
  8. package/apis/metadata.json +8 -0
  9. package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
  10. package/apis/payment-cryptography-2021-09-14.min.json +770 -0
  11. package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
  12. package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
  13. package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
  14. package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
  15. package/apis/servicecatalog-2015-12-10.min.json +38 -29
  16. package/apis/timestream-write-2018-11-01.min.json +36 -8
  17. package/clients/all.d.ts +2 -0
  18. package/clients/all.js +3 -1
  19. package/clients/athena.d.ts +6 -2
  20. package/clients/cloudformation.d.ts +24 -24
  21. package/clients/cloudwatchlogs.d.ts +132 -18
  22. package/clients/comprehendmedical.d.ts +4 -4
  23. package/clients/customerprofiles.d.ts +201 -0
  24. package/clients/directconnect.d.ts +6 -6
  25. package/clients/emrcontainers.d.ts +16 -0
  26. package/clients/iotdeviceadvisor.d.ts +2 -2
  27. package/clients/paymentcryptography.d.ts +867 -0
  28. package/clients/paymentcryptography.js +18 -0
  29. package/clients/paymentcryptographydata.d.ts +1161 -0
  30. package/clients/paymentcryptographydata.js +18 -0
  31. package/clients/servicecatalog.d.ts +10 -2
  32. package/clients/timestreamwrite.d.ts +39 -4
  33. package/dist/aws-sdk-core-react-native.js +2 -2
  34. package/dist/aws-sdk-react-native.js +85 -11
  35. package/dist/aws-sdk.js +151 -48
  36. package/dist/aws-sdk.min.js +98 -98
  37. package/lib/config_service_placeholders.d.ts +4 -0
  38. package/lib/core.js +1 -1
  39. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1392.0
1
+ // AWS SDK for JavaScript v2.1394.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){
@@ -9007,6 +9007,9 @@ module.exports={
9007
9007
  },
9008
9008
  "AdditionalConfigs": {
9009
9009
  "shape": "S1z"
9010
+ },
9011
+ "SparkProperties": {
9012
+ "shape": "S1z"
9010
9013
  }
9011
9014
  }
9012
9015
  },
@@ -179855,6 +179858,19 @@ module.exports={
179855
179858
  }
179856
179859
  }
179857
179860
  },
179861
+ "DeleteAccountPolicy": {
179862
+ "input": {
179863
+ "type": "structure",
179864
+ "required": [
179865
+ "policyName",
179866
+ "policyType"
179867
+ ],
179868
+ "members": {
179869
+ "policyName": {},
179870
+ "policyType": {}
179871
+ }
179872
+ }
179873
+ },
179858
179874
  "DeleteDataProtectionPolicy": {
179859
179875
  "input": {
179860
179876
  "type": "structure",
@@ -179965,6 +179981,32 @@ module.exports={
179965
179981
  }
179966
179982
  }
179967
179983
  },
179984
+ "DescribeAccountPolicies": {
179985
+ "input": {
179986
+ "type": "structure",
179987
+ "required": [
179988
+ "policyType"
179989
+ ],
179990
+ "members": {
179991
+ "policyType": {},
179992
+ "policyName": {},
179993
+ "accountIdentifiers": {
179994
+ "shape": "S11"
179995
+ }
179996
+ }
179997
+ },
179998
+ "output": {
179999
+ "type": "structure",
180000
+ "members": {
180001
+ "accountPolicies": {
180002
+ "type": "list",
180003
+ "member": {
180004
+ "shape": "S15"
180005
+ }
180006
+ }
180007
+ }
180008
+ }
180009
+ },
179968
180010
  "DescribeDestinations": {
179969
180011
  "input": {
179970
180012
  "type": "structure",
@@ -179982,7 +180024,7 @@ module.exports={
179982
180024
  "destinations": {
179983
180025
  "type": "list",
179984
180026
  "member": {
179985
- "shape": "S13"
180027
+ "shape": "S1d"
179986
180028
  }
179987
180029
  },
179988
180030
  "nextToken": {}
@@ -180050,8 +180092,7 @@ module.exports={
180050
180092
  "type": "structure",
180051
180093
  "members": {
180052
180094
  "accountIdentifiers": {
180053
- "type": "list",
180054
- "member": {}
180095
+ "shape": "S11"
180055
180096
  },
180056
180097
  "logGroupNamePrefix": {},
180057
180098
  "logGroupNamePattern": {},
@@ -180087,7 +180128,11 @@ module.exports={
180087
180128
  "type": "long"
180088
180129
  },
180089
180130
  "kmsKeyId": {},
180090
- "dataProtectionStatus": {}
180131
+ "dataProtectionStatus": {},
180132
+ "inheritedProperties": {
180133
+ "type": "list",
180134
+ "member": {}
180135
+ }
180091
180136
  }
180092
180137
  }
180093
180138
  },
@@ -180172,7 +180217,7 @@ module.exports={
180172
180217
  "filterName": {},
180173
180218
  "filterPattern": {},
180174
180219
  "metricTransformations": {
180175
- "shape": "S26"
180220
+ "shape": "S2g"
180176
180221
  },
180177
180222
  "creationTime": {
180178
180223
  "type": "long"
@@ -180245,7 +180290,7 @@ module.exports={
180245
180290
  "type": "long"
180246
180291
  },
180247
180292
  "logGroupNames": {
180248
- "shape": "S2s"
180293
+ "shape": "S32"
180249
180294
  }
180250
180295
  }
180251
180296
  }
@@ -180270,7 +180315,7 @@ module.exports={
180270
180315
  "resourcePolicies": {
180271
180316
  "type": "list",
180272
180317
  "member": {
180273
- "shape": "S2w"
180318
+ "shape": "S36"
180274
180319
  }
180275
180320
  },
180276
180321
  "nextToken": {}
@@ -180608,6 +180653,30 @@ module.exports={
180608
180653
  "deprecated": true,
180609
180654
  "deprecatedMessage": "Please use the generic tagging API ListTagsForResource"
180610
180655
  },
180656
+ "PutAccountPolicy": {
180657
+ "input": {
180658
+ "type": "structure",
180659
+ "required": [
180660
+ "policyName",
180661
+ "policyDocument",
180662
+ "policyType"
180663
+ ],
180664
+ "members": {
180665
+ "policyName": {},
180666
+ "policyDocument": {},
180667
+ "policyType": {},
180668
+ "scope": {}
180669
+ }
180670
+ },
180671
+ "output": {
180672
+ "type": "structure",
180673
+ "members": {
180674
+ "accountPolicy": {
180675
+ "shape": "S15"
180676
+ }
180677
+ }
180678
+ }
180679
+ },
180611
180680
  "PutDataProtectionPolicy": {
180612
180681
  "input": {
180613
180682
  "type": "structure",
@@ -180652,7 +180721,7 @@ module.exports={
180652
180721
  "type": "structure",
180653
180722
  "members": {
180654
180723
  "destination": {
180655
- "shape": "S13"
180724
+ "shape": "S1d"
180656
180725
  }
180657
180726
  }
180658
180727
  }
@@ -180738,7 +180807,7 @@ module.exports={
180738
180807
  "filterName": {},
180739
180808
  "filterPattern": {},
180740
180809
  "metricTransformations": {
180741
- "shape": "S26"
180810
+ "shape": "S2g"
180742
180811
  }
180743
180812
  }
180744
180813
  }
@@ -180754,7 +180823,7 @@ module.exports={
180754
180823
  "name": {},
180755
180824
  "queryDefinitionId": {},
180756
180825
  "logGroupNames": {
180757
- "shape": "S2s"
180826
+ "shape": "S32"
180758
180827
  },
180759
180828
  "queryString": {}
180760
180829
  }
@@ -180778,7 +180847,7 @@ module.exports={
180778
180847
  "type": "structure",
180779
180848
  "members": {
180780
180849
  "resourcePolicy": {
180781
- "shape": "S2w"
180850
+ "shape": "S36"
180782
180851
  }
180783
180852
  }
180784
180853
  }
@@ -180828,7 +180897,7 @@ module.exports={
180828
180897
  "members": {
180829
180898
  "logGroupName": {},
180830
180899
  "logGroupNames": {
180831
- "shape": "S2s"
180900
+ "shape": "S32"
180832
180901
  },
180833
180902
  "logGroupIdentifiers": {
180834
180903
  "type": "list",
@@ -180987,7 +181056,24 @@ module.exports={
180987
181056
  "key": {},
180988
181057
  "value": {}
180989
181058
  },
180990
- "S13": {
181059
+ "S11": {
181060
+ "type": "list",
181061
+ "member": {}
181062
+ },
181063
+ "S15": {
181064
+ "type": "structure",
181065
+ "members": {
181066
+ "policyName": {},
181067
+ "policyDocument": {},
181068
+ "lastUpdatedTime": {
181069
+ "type": "long"
181070
+ },
181071
+ "policyType": {},
181072
+ "scope": {},
181073
+ "accountId": {}
181074
+ }
181075
+ },
181076
+ "S1d": {
180991
181077
  "type": "structure",
180992
181078
  "members": {
180993
181079
  "destinationName": {},
@@ -181000,7 +181086,7 @@ module.exports={
181000
181086
  }
181001
181087
  }
181002
181088
  },
181003
- "S26": {
181089
+ "S2g": {
181004
181090
  "type": "list",
181005
181091
  "member": {
181006
181092
  "type": "structure",
@@ -181025,11 +181111,11 @@ module.exports={
181025
181111
  }
181026
181112
  }
181027
181113
  },
181028
- "S2s": {
181114
+ "S32": {
181029
181115
  "type": "list",
181030
181116
  "member": {}
181031
181117
  },
181032
- "S2w": {
181118
+ "S36": {
181033
181119
  "type": "structure",
181034
181120
  "members": {
181035
181121
  "policyName": {},
@@ -184449,6 +184535,14 @@ module.exports={
184449
184535
  },
184450
184536
  "mediapackagev2": {
184451
184537
  "name": "MediaPackageV2"
184538
+ },
184539
+ "paymentcryptography": {
184540
+ "prefix": "payment-cryptography",
184541
+ "name": "PaymentCryptography"
184542
+ },
184543
+ "paymentcryptographydata": {
184544
+ "prefix": "payment-cryptography-data",
184545
+ "name": "PaymentCryptographyData"
184452
184546
  }
184453
184547
  }
184454
184548
  },{}],169:[function(require,module,exports){
@@ -232904,6 +232998,9 @@ module.exports={
232904
232998
  "ProductName": {},
232905
232999
  "Verbose": {
232906
233000
  "type": "boolean"
233001
+ },
233002
+ "IncludeProvisioningArtifactParameters": {
233003
+ "type": "boolean"
232907
233004
  }
232908
233005
  }
232909
233006
  },
@@ -232916,7 +233013,10 @@ module.exports={
232916
233013
  "Info": {
232917
233014
  "shape": "S27"
232918
233015
  },
232919
- "Status": {}
233016
+ "Status": {},
233017
+ "ProvisioningArtifactParameters": {
233018
+ "shape": "S6l"
233019
+ }
232920
233020
  }
232921
233021
  }
232922
233022
  },
@@ -232937,34 +233037,7 @@ module.exports={
232937
233037
  "type": "structure",
232938
233038
  "members": {
232939
233039
  "ProvisioningArtifactParameters": {
232940
- "type": "list",
232941
- "member": {
232942
- "type": "structure",
232943
- "members": {
232944
- "ParameterKey": {},
232945
- "DefaultValue": {},
232946
- "ParameterType": {},
232947
- "IsNoEcho": {
232948
- "type": "boolean"
232949
- },
232950
- "Description": {},
232951
- "ParameterConstraints": {
232952
- "type": "structure",
232953
- "members": {
232954
- "AllowedValues": {
232955
- "type": "list",
232956
- "member": {}
232957
- },
232958
- "AllowedPattern": {},
232959
- "ConstraintDescription": {},
232960
- "MaxLength": {},
232961
- "MinLength": {},
232962
- "MaxValue": {},
232963
- "MinValue": {}
232964
- }
232965
- }
232966
- }
232967
- }
233040
+ "shape": "S6l"
232968
233041
  },
232969
233042
  "ConstraintSummaries": {
232970
233043
  "shape": "S6w"
@@ -234861,6 +234934,36 @@ module.exports={
234861
234934
  "LaunchRoleArn": {}
234862
234935
  }
234863
234936
  },
234937
+ "S6l": {
234938
+ "type": "list",
234939
+ "member": {
234940
+ "type": "structure",
234941
+ "members": {
234942
+ "ParameterKey": {},
234943
+ "DefaultValue": {},
234944
+ "ParameterType": {},
234945
+ "IsNoEcho": {
234946
+ "type": "boolean"
234947
+ },
234948
+ "Description": {},
234949
+ "ParameterConstraints": {
234950
+ "type": "structure",
234951
+ "members": {
234952
+ "AllowedValues": {
234953
+ "type": "list",
234954
+ "member": {}
234955
+ },
234956
+ "AllowedPattern": {},
234957
+ "ConstraintDescription": {},
234958
+ "MaxLength": {},
234959
+ "MinLength": {},
234960
+ "MaxValue": {},
234961
+ "MinValue": {}
234962
+ }
234963
+ }
234964
+ }
234965
+ }
234966
+ },
234864
234967
  "S6w": {
234865
234968
  "type": "list",
234866
234969
  "member": {
@@ -258678,7 +258781,7 @@ AWS.util.update(AWS, {
258678
258781
  /**
258679
258782
  * @constant
258680
258783
  */
258681
- VERSION: '2.1392.0',
258784
+ VERSION: '2.1394.0',
258682
258785
 
258683
258786
  /**
258684
258787
  * @api private
@@ -280847,7 +280950,7 @@ var LRUCache = /** @class */ (function () {
280847
280950
  }());
280848
280951
  exports.LRUCache = LRUCache;
280849
280952
  },{}],466:[function(require,module,exports){
280850
- // AWS SDK for JavaScript v2.1392.0
280953
+ // AWS SDK for JavaScript v2.1394.0
280851
280954
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
280852
280955
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
280853
280956
  require('./browser_loader');