aws-sdk 2.1069.0 → 2.1073.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.1069.0
1
+ // AWS SDK for JavaScript v2.1073.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){
@@ -11945,6 +11945,9 @@ module.exports={
11945
11945
  "type": "structure",
11946
11946
  "members": {
11947
11947
  "Type": {},
11948
+ "HookInvocationCount": {
11949
+ "type": "integer"
11950
+ },
11948
11951
  "ResourceChange": {
11949
11952
  "type": "structure",
11950
11953
  "members": {
@@ -11978,7 +11981,7 @@ module.exports={
11978
11981
  },
11979
11982
  "ChangeSetId": {},
11980
11983
  "ModuleInfo": {
11981
- "shape": "S4h"
11984
+ "shape": "S4i"
11982
11985
  }
11983
11986
  }
11984
11987
  }
@@ -11994,6 +11997,59 @@ module.exports={
11994
11997
  }
11995
11998
  }
11996
11999
  },
12000
+ "DescribeChangeSetHooks": {
12001
+ "input": {
12002
+ "type": "structure",
12003
+ "required": [
12004
+ "ChangeSetName"
12005
+ ],
12006
+ "members": {
12007
+ "ChangeSetName": {},
12008
+ "StackName": {},
12009
+ "NextToken": {},
12010
+ "LogicalResourceId": {}
12011
+ }
12012
+ },
12013
+ "output": {
12014
+ "resultWrapper": "DescribeChangeSetHooksResult",
12015
+ "type": "structure",
12016
+ "members": {
12017
+ "ChangeSetId": {},
12018
+ "ChangeSetName": {},
12019
+ "Hooks": {
12020
+ "type": "list",
12021
+ "member": {
12022
+ "type": "structure",
12023
+ "members": {
12024
+ "InvocationPoint": {},
12025
+ "FailureMode": {},
12026
+ "TypeName": {},
12027
+ "TypeVersionId": {},
12028
+ "TypeConfigurationVersionId": {},
12029
+ "TargetDetails": {
12030
+ "type": "structure",
12031
+ "members": {
12032
+ "TargetType": {},
12033
+ "ResourceTargetDetails": {
12034
+ "type": "structure",
12035
+ "members": {
12036
+ "LogicalResourceId": {},
12037
+ "ResourceType": {},
12038
+ "ResourceAction": {}
12039
+ }
12040
+ }
12041
+ }
12042
+ }
12043
+ }
12044
+ }
12045
+ },
12046
+ "Status": {},
12047
+ "NextToken": {},
12048
+ "StackId": {},
12049
+ "StackName": {}
12050
+ }
12051
+ }
12052
+ },
11997
12053
  "DescribePublisher": {
11998
12054
  "input": {
11999
12055
  "type": "structure",
@@ -12082,7 +12138,12 @@ module.exports={
12082
12138
  "ResourceStatus": {},
12083
12139
  "ResourceStatusReason": {},
12084
12140
  "ResourceProperties": {},
12085
- "ClientRequestToken": {}
12141
+ "ClientRequestToken": {},
12142
+ "HookType": {},
12143
+ "HookStatus": {},
12144
+ "HookStatusReason": {},
12145
+ "HookInvocationPoint": {},
12146
+ "HookFailureMode": {}
12086
12147
  }
12087
12148
  }
12088
12149
  },
@@ -12121,7 +12182,7 @@ module.exports={
12121
12182
  },
12122
12183
  "Status": {},
12123
12184
  "StackInstanceStatus": {
12124
- "shape": "S58"
12185
+ "shape": "S5q"
12125
12186
  },
12126
12187
  "StatusReason": {},
12127
12188
  "OrganizationalUnitId": {},
@@ -12172,10 +12233,10 @@ module.exports={
12172
12233
  "Description": {},
12173
12234
  "Metadata": {},
12174
12235
  "DriftInformation": {
12175
- "shape": "S5f"
12236
+ "shape": "S5x"
12176
12237
  },
12177
12238
  "ModuleInfo": {
12178
- "shape": "S4h"
12239
+ "shape": "S4i"
12179
12240
  }
12180
12241
  }
12181
12242
  }
@@ -12210,7 +12271,7 @@ module.exports={
12210
12271
  "StackResourceDrifts": {
12211
12272
  "type": "list",
12212
12273
  "member": {
12213
- "shape": "S5m"
12274
+ "shape": "S64"
12214
12275
  }
12215
12276
  },
12216
12277
  "NextToken": {}
@@ -12253,10 +12314,10 @@ module.exports={
12253
12314
  "ResourceStatusReason": {},
12254
12315
  "Description": {},
12255
12316
  "DriftInformation": {
12256
- "shape": "S5f"
12317
+ "shape": "S5x"
12257
12318
  },
12258
12319
  "ModuleInfo": {
12259
- "shape": "S4h"
12320
+ "shape": "S4i"
12260
12321
  }
12261
12322
  }
12262
12323
  }
@@ -12300,7 +12361,7 @@ module.exports={
12300
12361
  "AdministrationRoleARN": {},
12301
12362
  "ExecutionRoleName": {},
12302
12363
  "StackSetDriftDetectionDetails": {
12303
- "shape": "S66"
12364
+ "shape": "S6o"
12304
12365
  },
12305
12366
  "AutoDeployment": {
12306
12367
  "shape": "S30"
@@ -12359,7 +12420,7 @@ module.exports={
12359
12420
  "shape": "S2j"
12360
12421
  },
12361
12422
  "StackSetDriftDetectionDetails": {
12362
- "shape": "S66"
12423
+ "shape": "S6o"
12363
12424
  }
12364
12425
  }
12365
12426
  }
@@ -12567,7 +12628,7 @@ module.exports={
12567
12628
  "members": {
12568
12629
  "StackName": {},
12569
12630
  "LogicalResourceIds": {
12570
- "shape": "S7k"
12631
+ "shape": "S82"
12571
12632
  }
12572
12633
  }
12573
12634
  },
@@ -12602,7 +12663,7 @@ module.exports={
12602
12663
  ],
12603
12664
  "members": {
12604
12665
  "StackResourceDrift": {
12605
- "shape": "S5m"
12666
+ "shape": "S64"
12606
12667
  }
12607
12668
  }
12608
12669
  }
@@ -12761,7 +12822,7 @@ module.exports={
12761
12822
  "Version": {},
12762
12823
  "Metadata": {},
12763
12824
  "DeclaredTransforms": {
12764
- "shape": "S8d"
12825
+ "shape": "S8v"
12765
12826
  },
12766
12827
  "ResourceIdentifierSummaries": {
12767
12828
  "type": "list",
@@ -12770,7 +12831,7 @@ module.exports={
12770
12831
  "members": {
12771
12832
  "ResourceType": {},
12772
12833
  "LogicalResourceIds": {
12773
- "shape": "S7k"
12834
+ "shape": "S82"
12774
12835
  },
12775
12836
  "ResourceIdentifiers": {
12776
12837
  "type": "list",
@@ -12950,7 +13011,7 @@ module.exports={
12950
13011
  "Status": {},
12951
13012
  "StatusReason": {},
12952
13013
  "StackInstanceStatus": {
12953
- "shape": "S58"
13014
+ "shape": "S5q"
12954
13015
  },
12955
13016
  "OrganizationalUnitId": {},
12956
13017
  "DriftStatus": {},
@@ -13011,7 +13072,7 @@ module.exports={
13011
13072
  }
13012
13073
  },
13013
13074
  "ModuleInfo": {
13014
- "shape": "S4h"
13075
+ "shape": "S4i"
13015
13076
  }
13016
13077
  }
13017
13078
  }
@@ -13752,7 +13813,7 @@ module.exports={
13752
13813
  },
13753
13814
  "CapabilitiesReason": {},
13754
13815
  "DeclaredTransforms": {
13755
- "shape": "S8d"
13816
+ "shape": "S8v"
13756
13817
  }
13757
13818
  }
13758
13819
  }
@@ -13906,20 +13967,20 @@ module.exports={
13906
13967
  }
13907
13968
  }
13908
13969
  },
13909
- "S4h": {
13970
+ "S4i": {
13910
13971
  "type": "structure",
13911
13972
  "members": {
13912
13973
  "TypeHierarchy": {},
13913
13974
  "LogicalIdHierarchy": {}
13914
13975
  }
13915
13976
  },
13916
- "S58": {
13977
+ "S5q": {
13917
13978
  "type": "structure",
13918
13979
  "members": {
13919
13980
  "DetailedStatus": {}
13920
13981
  }
13921
13982
  },
13922
- "S5f": {
13983
+ "S5x": {
13923
13984
  "type": "structure",
13924
13985
  "required": [
13925
13986
  "StackResourceDriftStatus"
@@ -13931,7 +13992,7 @@ module.exports={
13931
13992
  }
13932
13993
  }
13933
13994
  },
13934
- "S5m": {
13995
+ "S64": {
13935
13996
  "type": "structure",
13936
13997
  "required": [
13937
13998
  "StackId",
@@ -13984,11 +14045,11 @@ module.exports={
13984
14045
  "type": "timestamp"
13985
14046
  },
13986
14047
  "ModuleInfo": {
13987
- "shape": "S4h"
14048
+ "shape": "S4i"
13988
14049
  }
13989
14050
  }
13990
14051
  },
13991
- "S66": {
14052
+ "S6o": {
13992
14053
  "type": "structure",
13993
14054
  "members": {
13994
14055
  "DriftStatus": {},
@@ -14013,11 +14074,11 @@ module.exports={
14013
14074
  }
14014
14075
  }
14015
14076
  },
14016
- "S7k": {
14077
+ "S82": {
14017
14078
  "type": "list",
14018
14079
  "member": {}
14019
14080
  },
14020
- "S8d": {
14081
+ "S8v": {
14021
14082
  "type": "list",
14022
14083
  "member": {}
14023
14084
  }
@@ -235904,7 +235965,7 @@ AWS.util.update(AWS, {
235904
235965
  /**
235905
235966
  * @constant
235906
235967
  */
235907
- VERSION: '2.1069.0',
235968
+ VERSION: '2.1073.0',
235908
235969
 
235909
235970
  /**
235910
235971
  * @api private
@@ -257338,7 +257399,7 @@ var LRUCache = /** @class */ (function () {
257338
257399
  }());
257339
257400
  exports.LRUCache = LRUCache;
257340
257401
  },{}],452:[function(require,module,exports){
257341
- // AWS SDK for JavaScript v2.1069.0
257402
+ // AWS SDK for JavaScript v2.1073.0
257342
257403
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
257343
257404
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
257344
257405
  require('./browser_loader');