cdk-comprehend-s3olap 2.0.77 → 2.0.80

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 (51) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
  8. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
  9. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +123 -79
  10. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +7 -0
  11. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +47 -10
  12. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
  13. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +1 -2
  14. package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
  15. package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
  16. package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/gamelift.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
  19. package/node_modules/aws-sdk/clients/iotwireless.d.ts +60 -11
  20. package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
  21. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
  22. package/node_modules/aws-sdk/clients/panorama.d.ts +62 -0
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
  24. package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
  25. package/node_modules/aws-sdk/clients/ssooidc.d.ts +12 -12
  26. package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +151 -31
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +160 -40
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +687 -287
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  31. package/node_modules/aws-sdk/lib/config-base.d.ts +14 -0
  32. package/node_modules/aws-sdk/lib/config.js +78 -1
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/lib/event_listeners.js +49 -30
  35. package/node_modules/aws-sdk/lib/node_loader.js +17 -1
  36. package/node_modules/aws-sdk/lib/service.js +2 -0
  37. package/node_modules/aws-sdk/lib/shared-ini/ini-loader.d.ts +1 -12
  38. package/node_modules/aws-sdk/lib/shared-ini/ini-loader.js +68 -30
  39. package/node_modules/aws-sdk/lib/signers/bearer.js +14 -0
  40. package/node_modules/aws-sdk/lib/signers/request_signer.js +2 -0
  41. package/node_modules/aws-sdk/lib/token/sso_token_provider.d.ts +12 -0
  42. package/node_modules/aws-sdk/lib/token/sso_token_provider.js +245 -0
  43. package/node_modules/aws-sdk/lib/token/static_token_provider.d.ts +8 -0
  44. package/node_modules/aws-sdk/lib/token/static_token_provider.js +27 -0
  45. package/node_modules/aws-sdk/lib/token/token_provider_chain.d.ts +24 -0
  46. package/node_modules/aws-sdk/lib/token/token_provider_chain.js +165 -0
  47. package/node_modules/aws-sdk/lib/token.d.ts +101 -0
  48. package/node_modules/aws-sdk/lib/token.js +219 -0
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +4 -1
  51. package/package.json +6 -6
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1201.0
1
+ // AWS SDK for JavaScript v2.1204.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){
@@ -30887,7 +30887,7 @@ module.exports={
30887
30887
  },
30888
30888
  "CreateMonitoringSubscription": {
30889
30889
  "http": {
30890
- "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
30890
+ "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
30891
30891
  },
30892
30892
  "input": {
30893
30893
  "type": "structure",
@@ -30920,6 +30920,45 @@ module.exports={
30920
30920
  "payload": "MonitoringSubscription"
30921
30921
  }
30922
30922
  },
30923
+ "CreateOriginAccessControl": {
30924
+ "http": {
30925
+ "requestUri": "/2020-05-31/origin-access-control",
30926
+ "responseCode": 201
30927
+ },
30928
+ "input": {
30929
+ "type": "structure",
30930
+ "required": [
30931
+ "OriginAccessControlConfig"
30932
+ ],
30933
+ "members": {
30934
+ "OriginAccessControlConfig": {
30935
+ "shape": "S4n",
30936
+ "locationName": "OriginAccessControlConfig",
30937
+ "xmlNamespace": {
30938
+ "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
30939
+ }
30940
+ }
30941
+ },
30942
+ "payload": "OriginAccessControlConfig"
30943
+ },
30944
+ "output": {
30945
+ "type": "structure",
30946
+ "members": {
30947
+ "OriginAccessControl": {
30948
+ "shape": "S4s"
30949
+ },
30950
+ "Location": {
30951
+ "location": "header",
30952
+ "locationName": "Location"
30953
+ },
30954
+ "ETag": {
30955
+ "location": "header",
30956
+ "locationName": "ETag"
30957
+ }
30958
+ },
30959
+ "payload": "OriginAccessControl"
30960
+ }
30961
+ },
30923
30962
  "CreateOriginRequestPolicy": {
30924
30963
  "http": {
30925
30964
  "requestUri": "/2020-05-31/origin-request-policy",
@@ -30932,7 +30971,7 @@ module.exports={
30932
30971
  ],
30933
30972
  "members": {
30934
30973
  "OriginRequestPolicyConfig": {
30935
- "shape": "S4n",
30974
+ "shape": "S4u",
30936
30975
  "locationName": "OriginRequestPolicyConfig",
30937
30976
  "xmlNamespace": {
30938
30977
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -30945,7 +30984,7 @@ module.exports={
30945
30984
  "type": "structure",
30946
30985
  "members": {
30947
30986
  "OriginRequestPolicy": {
30948
- "shape": "S4v"
30987
+ "shape": "S52"
30949
30988
  },
30950
30989
  "Location": {
30951
30990
  "location": "header",
@@ -30971,7 +31010,7 @@ module.exports={
30971
31010
  ],
30972
31011
  "members": {
30973
31012
  "PublicKeyConfig": {
30974
- "shape": "S4x",
31013
+ "shape": "S54",
30975
31014
  "locationName": "PublicKeyConfig",
30976
31015
  "xmlNamespace": {
30977
31016
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -30984,7 +31023,7 @@ module.exports={
30984
31023
  "type": "structure",
30985
31024
  "members": {
30986
31025
  "PublicKey": {
30987
- "shape": "S4z"
31026
+ "shape": "S56"
30988
31027
  },
30989
31028
  "Location": {
30990
31029
  "location": "header",
@@ -31017,10 +31056,10 @@ module.exports={
31017
31056
  ],
31018
31057
  "members": {
31019
31058
  "EndPoints": {
31020
- "shape": "S51"
31059
+ "shape": "S58"
31021
31060
  },
31022
31061
  "Fields": {
31023
- "shape": "S54"
31062
+ "shape": "S5b"
31024
31063
  },
31025
31064
  "Name": {},
31026
31065
  "SamplingRate": {
@@ -31032,7 +31071,7 @@ module.exports={
31032
31071
  "type": "structure",
31033
31072
  "members": {
31034
31073
  "RealtimeLogConfig": {
31035
- "shape": "S56"
31074
+ "shape": "S5d"
31036
31075
  }
31037
31076
  }
31038
31077
  }
@@ -31049,7 +31088,7 @@ module.exports={
31049
31088
  ],
31050
31089
  "members": {
31051
31090
  "ResponseHeadersPolicyConfig": {
31052
- "shape": "S58",
31091
+ "shape": "S5f",
31053
31092
  "locationName": "ResponseHeadersPolicyConfig",
31054
31093
  "xmlNamespace": {
31055
31094
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -31062,7 +31101,7 @@ module.exports={
31062
31101
  "type": "structure",
31063
31102
  "members": {
31064
31103
  "ResponseHeadersPolicy": {
31065
- "shape": "S5y"
31104
+ "shape": "S65"
31066
31105
  },
31067
31106
  "Location": {
31068
31107
  "location": "header",
@@ -31088,7 +31127,7 @@ module.exports={
31088
31127
  ],
31089
31128
  "members": {
31090
31129
  "StreamingDistributionConfig": {
31091
- "shape": "S60",
31130
+ "shape": "S67",
31092
31131
  "locationName": "StreamingDistributionConfig",
31093
31132
  "xmlNamespace": {
31094
31133
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -31101,7 +31140,7 @@ module.exports={
31101
31140
  "type": "structure",
31102
31141
  "members": {
31103
31142
  "StreamingDistribution": {
31104
- "shape": "S64"
31143
+ "shape": "S6b"
31105
31144
  },
31106
31145
  "Location": {
31107
31146
  "location": "header",
@@ -31138,7 +31177,7 @@ module.exports={
31138
31177
  ],
31139
31178
  "members": {
31140
31179
  "StreamingDistributionConfig": {
31141
- "shape": "S60"
31180
+ "shape": "S67"
31142
31181
  },
31143
31182
  "Tags": {
31144
31183
  "shape": "S35"
@@ -31152,7 +31191,7 @@ module.exports={
31152
31191
  "type": "structure",
31153
31192
  "members": {
31154
31193
  "StreamingDistribution": {
31155
- "shape": "S64"
31194
+ "shape": "S6b"
31156
31195
  },
31157
31196
  "Location": {
31158
31197
  "location": "header",
@@ -31331,7 +31370,7 @@ module.exports={
31331
31370
  "DeleteMonitoringSubscription": {
31332
31371
  "http": {
31333
31372
  "method": "DELETE",
31334
- "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
31373
+ "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
31335
31374
  },
31336
31375
  "input": {
31337
31376
  "type": "structure",
@@ -31350,6 +31389,29 @@ module.exports={
31350
31389
  "members": {}
31351
31390
  }
31352
31391
  },
31392
+ "DeleteOriginAccessControl": {
31393
+ "http": {
31394
+ "method": "DELETE",
31395
+ "requestUri": "/2020-05-31/origin-access-control/{Id}",
31396
+ "responseCode": 204
31397
+ },
31398
+ "input": {
31399
+ "type": "structure",
31400
+ "required": [
31401
+ "Id"
31402
+ ],
31403
+ "members": {
31404
+ "Id": {
31405
+ "location": "uri",
31406
+ "locationName": "Id"
31407
+ },
31408
+ "IfMatch": {
31409
+ "location": "header",
31410
+ "locationName": "If-Match"
31411
+ }
31412
+ }
31413
+ }
31414
+ },
31353
31415
  "DeleteOriginRequestPolicy": {
31354
31416
  "http": {
31355
31417
  "method": "DELETE",
@@ -31940,7 +32002,7 @@ module.exports={
31940
32002
  "GetMonitoringSubscription": {
31941
32003
  "http": {
31942
32004
  "method": "GET",
31943
- "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
32005
+ "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
31944
32006
  },
31945
32007
  "input": {
31946
32008
  "type": "structure",
@@ -31964,6 +32026,68 @@ module.exports={
31964
32026
  "payload": "MonitoringSubscription"
31965
32027
  }
31966
32028
  },
32029
+ "GetOriginAccessControl": {
32030
+ "http": {
32031
+ "method": "GET",
32032
+ "requestUri": "/2020-05-31/origin-access-control/{Id}"
32033
+ },
32034
+ "input": {
32035
+ "type": "structure",
32036
+ "required": [
32037
+ "Id"
32038
+ ],
32039
+ "members": {
32040
+ "Id": {
32041
+ "location": "uri",
32042
+ "locationName": "Id"
32043
+ }
32044
+ }
32045
+ },
32046
+ "output": {
32047
+ "type": "structure",
32048
+ "members": {
32049
+ "OriginAccessControl": {
32050
+ "shape": "S4s"
32051
+ },
32052
+ "ETag": {
32053
+ "location": "header",
32054
+ "locationName": "ETag"
32055
+ }
32056
+ },
32057
+ "payload": "OriginAccessControl"
32058
+ }
32059
+ },
32060
+ "GetOriginAccessControlConfig": {
32061
+ "http": {
32062
+ "method": "GET",
32063
+ "requestUri": "/2020-05-31/origin-access-control/{Id}/config"
32064
+ },
32065
+ "input": {
32066
+ "type": "structure",
32067
+ "required": [
32068
+ "Id"
32069
+ ],
32070
+ "members": {
32071
+ "Id": {
32072
+ "location": "uri",
32073
+ "locationName": "Id"
32074
+ }
32075
+ }
32076
+ },
32077
+ "output": {
32078
+ "type": "structure",
32079
+ "members": {
32080
+ "OriginAccessControlConfig": {
32081
+ "shape": "S4n"
32082
+ },
32083
+ "ETag": {
32084
+ "location": "header",
32085
+ "locationName": "ETag"
32086
+ }
32087
+ },
32088
+ "payload": "OriginAccessControlConfig"
32089
+ }
32090
+ },
31967
32091
  "GetOriginRequestPolicy": {
31968
32092
  "http": {
31969
32093
  "method": "GET",
@@ -31985,7 +32109,7 @@ module.exports={
31985
32109
  "type": "structure",
31986
32110
  "members": {
31987
32111
  "OriginRequestPolicy": {
31988
- "shape": "S4v"
32112
+ "shape": "S52"
31989
32113
  },
31990
32114
  "ETag": {
31991
32115
  "location": "header",
@@ -32016,7 +32140,7 @@ module.exports={
32016
32140
  "type": "structure",
32017
32141
  "members": {
32018
32142
  "OriginRequestPolicyConfig": {
32019
- "shape": "S4n"
32143
+ "shape": "S4u"
32020
32144
  },
32021
32145
  "ETag": {
32022
32146
  "location": "header",
@@ -32047,7 +32171,7 @@ module.exports={
32047
32171
  "type": "structure",
32048
32172
  "members": {
32049
32173
  "PublicKey": {
32050
- "shape": "S4z"
32174
+ "shape": "S56"
32051
32175
  },
32052
32176
  "ETag": {
32053
32177
  "location": "header",
@@ -32078,7 +32202,7 @@ module.exports={
32078
32202
  "type": "structure",
32079
32203
  "members": {
32080
32204
  "PublicKeyConfig": {
32081
- "shape": "S4x"
32205
+ "shape": "S54"
32082
32206
  },
32083
32207
  "ETag": {
32084
32208
  "location": "header",
@@ -32107,7 +32231,7 @@ module.exports={
32107
32231
  "type": "structure",
32108
32232
  "members": {
32109
32233
  "RealtimeLogConfig": {
32110
- "shape": "S56"
32234
+ "shape": "S5d"
32111
32235
  }
32112
32236
  }
32113
32237
  }
@@ -32133,7 +32257,7 @@ module.exports={
32133
32257
  "type": "structure",
32134
32258
  "members": {
32135
32259
  "ResponseHeadersPolicy": {
32136
- "shape": "S5y"
32260
+ "shape": "S65"
32137
32261
  },
32138
32262
  "ETag": {
32139
32263
  "location": "header",
@@ -32164,7 +32288,7 @@ module.exports={
32164
32288
  "type": "structure",
32165
32289
  "members": {
32166
32290
  "ResponseHeadersPolicyConfig": {
32167
- "shape": "S58"
32291
+ "shape": "S5f"
32168
32292
  },
32169
32293
  "ETag": {
32170
32294
  "location": "header",
@@ -32195,7 +32319,7 @@ module.exports={
32195
32319
  "type": "structure",
32196
32320
  "members": {
32197
32321
  "StreamingDistribution": {
32198
- "shape": "S64"
32322
+ "shape": "S6b"
32199
32323
  },
32200
32324
  "ETag": {
32201
32325
  "location": "header",
@@ -32226,7 +32350,7 @@ module.exports={
32226
32350
  "type": "structure",
32227
32351
  "members": {
32228
32352
  "StreamingDistributionConfig": {
32229
- "shape": "S60"
32353
+ "shape": "S67"
32230
32354
  },
32231
32355
  "ETag": {
32232
32356
  "location": "header",
@@ -32447,7 +32571,7 @@ module.exports={
32447
32571
  "type": "structure",
32448
32572
  "members": {
32449
32573
  "DistributionList": {
32450
- "shape": "S8l"
32574
+ "shape": "S8x"
32451
32575
  }
32452
32576
  },
32453
32577
  "payload": "DistributionList"
@@ -32482,7 +32606,7 @@ module.exports={
32482
32606
  "type": "structure",
32483
32607
  "members": {
32484
32608
  "DistributionIdList": {
32485
- "shape": "S8q"
32609
+ "shape": "S92"
32486
32610
  }
32487
32611
  },
32488
32612
  "payload": "DistributionIdList"
@@ -32517,7 +32641,7 @@ module.exports={
32517
32641
  "type": "structure",
32518
32642
  "members": {
32519
32643
  "DistributionIdList": {
32520
- "shape": "S8q"
32644
+ "shape": "S92"
32521
32645
  }
32522
32646
  },
32523
32647
  "payload": "DistributionIdList"
@@ -32552,7 +32676,7 @@ module.exports={
32552
32676
  "type": "structure",
32553
32677
  "members": {
32554
32678
  "DistributionIdList": {
32555
- "shape": "S8q"
32679
+ "shape": "S92"
32556
32680
  }
32557
32681
  },
32558
32682
  "payload": "DistributionIdList"
@@ -32579,7 +32703,7 @@ module.exports={
32579
32703
  "type": "structure",
32580
32704
  "members": {
32581
32705
  "DistributionList": {
32582
- "shape": "S8l"
32706
+ "shape": "S8x"
32583
32707
  }
32584
32708
  },
32585
32709
  "payload": "DistributionList"
@@ -32614,7 +32738,7 @@ module.exports={
32614
32738
  "type": "structure",
32615
32739
  "members": {
32616
32740
  "DistributionIdList": {
32617
- "shape": "S8q"
32741
+ "shape": "S92"
32618
32742
  }
32619
32743
  },
32620
32744
  "payload": "DistributionIdList"
@@ -32649,7 +32773,7 @@ module.exports={
32649
32773
  "type": "structure",
32650
32774
  "members": {
32651
32775
  "DistributionList": {
32652
- "shape": "S8l"
32776
+ "shape": "S8x"
32653
32777
  }
32654
32778
  },
32655
32779
  "payload": "DistributionList"
@@ -32966,6 +33090,76 @@ module.exports={
32966
33090
  "payload": "KeyGroupList"
32967
33091
  }
32968
33092
  },
33093
+ "ListOriginAccessControls": {
33094
+ "http": {
33095
+ "method": "GET",
33096
+ "requestUri": "/2020-05-31/origin-access-control"
33097
+ },
33098
+ "input": {
33099
+ "type": "structure",
33100
+ "members": {
33101
+ "Marker": {
33102
+ "location": "querystring",
33103
+ "locationName": "Marker"
33104
+ },
33105
+ "MaxItems": {
33106
+ "location": "querystring",
33107
+ "locationName": "MaxItems"
33108
+ }
33109
+ }
33110
+ },
33111
+ "output": {
33112
+ "type": "structure",
33113
+ "members": {
33114
+ "OriginAccessControlList": {
33115
+ "type": "structure",
33116
+ "required": [
33117
+ "Marker",
33118
+ "MaxItems",
33119
+ "IsTruncated",
33120
+ "Quantity"
33121
+ ],
33122
+ "members": {
33123
+ "Marker": {},
33124
+ "NextMarker": {},
33125
+ "MaxItems": {
33126
+ "type": "integer"
33127
+ },
33128
+ "IsTruncated": {
33129
+ "type": "boolean"
33130
+ },
33131
+ "Quantity": {
33132
+ "type": "integer"
33133
+ },
33134
+ "Items": {
33135
+ "type": "list",
33136
+ "member": {
33137
+ "locationName": "OriginAccessControlSummary",
33138
+ "type": "structure",
33139
+ "required": [
33140
+ "Id",
33141
+ "Description",
33142
+ "Name",
33143
+ "SigningProtocol",
33144
+ "SigningBehavior",
33145
+ "OriginAccessControlOriginType"
33146
+ ],
33147
+ "members": {
33148
+ "Id": {},
33149
+ "Description": {},
33150
+ "Name": {},
33151
+ "SigningProtocol": {},
33152
+ "SigningBehavior": {},
33153
+ "OriginAccessControlOriginType": {}
33154
+ }
33155
+ }
33156
+ }
33157
+ }
33158
+ }
33159
+ },
33160
+ "payload": "OriginAccessControlList"
33161
+ }
33162
+ },
32969
33163
  "ListOriginRequestPolicies": {
32970
33164
  "http": {
32971
33165
  "method": "GET",
@@ -33017,7 +33211,7 @@ module.exports={
33017
33211
  "members": {
33018
33212
  "Type": {},
33019
33213
  "OriginRequestPolicy": {
33020
- "shape": "S4v"
33214
+ "shape": "S52"
33021
33215
  }
33022
33216
  }
33023
33217
  }
@@ -33126,7 +33320,7 @@ module.exports={
33126
33320
  "Items": {
33127
33321
  "type": "list",
33128
33322
  "member": {
33129
- "shape": "S56"
33323
+ "shape": "S5d"
33130
33324
  }
33131
33325
  },
33132
33326
  "IsTruncated": {
@@ -33191,7 +33385,7 @@ module.exports={
33191
33385
  "members": {
33192
33386
  "Type": {},
33193
33387
  "ResponseHeadersPolicy": {
33194
- "shape": "S5y"
33388
+ "shape": "S65"
33195
33389
  }
33196
33390
  }
33197
33391
  }
@@ -33270,7 +33464,7 @@ module.exports={
33270
33464
  },
33271
33465
  "DomainName": {},
33272
33466
  "S3Origin": {
33273
- "shape": "S61"
33467
+ "shape": "S68"
33274
33468
  },
33275
33469
  "Aliases": {
33276
33470
  "shape": "Su"
@@ -33785,6 +33979,50 @@ module.exports={
33785
33979
  "payload": "KeyGroup"
33786
33980
  }
33787
33981
  },
33982
+ "UpdateOriginAccessControl": {
33983
+ "http": {
33984
+ "method": "PUT",
33985
+ "requestUri": "/2020-05-31/origin-access-control/{Id}/config"
33986
+ },
33987
+ "input": {
33988
+ "type": "structure",
33989
+ "required": [
33990
+ "OriginAccessControlConfig",
33991
+ "Id"
33992
+ ],
33993
+ "members": {
33994
+ "OriginAccessControlConfig": {
33995
+ "shape": "S4n",
33996
+ "locationName": "OriginAccessControlConfig",
33997
+ "xmlNamespace": {
33998
+ "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
33999
+ }
34000
+ },
34001
+ "Id": {
34002
+ "location": "uri",
34003
+ "locationName": "Id"
34004
+ },
34005
+ "IfMatch": {
34006
+ "location": "header",
34007
+ "locationName": "If-Match"
34008
+ }
34009
+ },
34010
+ "payload": "OriginAccessControlConfig"
34011
+ },
34012
+ "output": {
34013
+ "type": "structure",
34014
+ "members": {
34015
+ "OriginAccessControl": {
34016
+ "shape": "S4s"
34017
+ },
34018
+ "ETag": {
34019
+ "location": "header",
34020
+ "locationName": "ETag"
34021
+ }
34022
+ },
34023
+ "payload": "OriginAccessControl"
34024
+ }
34025
+ },
33788
34026
  "UpdateOriginRequestPolicy": {
33789
34027
  "http": {
33790
34028
  "method": "PUT",
@@ -33798,7 +34036,7 @@ module.exports={
33798
34036
  ],
33799
34037
  "members": {
33800
34038
  "OriginRequestPolicyConfig": {
33801
- "shape": "S4n",
34039
+ "shape": "S4u",
33802
34040
  "locationName": "OriginRequestPolicyConfig",
33803
34041
  "xmlNamespace": {
33804
34042
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33819,7 +34057,7 @@ module.exports={
33819
34057
  "type": "structure",
33820
34058
  "members": {
33821
34059
  "OriginRequestPolicy": {
33822
- "shape": "S4v"
34060
+ "shape": "S52"
33823
34061
  },
33824
34062
  "ETag": {
33825
34063
  "location": "header",
@@ -33842,7 +34080,7 @@ module.exports={
33842
34080
  ],
33843
34081
  "members": {
33844
34082
  "PublicKeyConfig": {
33845
- "shape": "S4x",
34083
+ "shape": "S54",
33846
34084
  "locationName": "PublicKeyConfig",
33847
34085
  "xmlNamespace": {
33848
34086
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33863,7 +34101,7 @@ module.exports={
33863
34101
  "type": "structure",
33864
34102
  "members": {
33865
34103
  "PublicKey": {
33866
- "shape": "S4z"
34104
+ "shape": "S56"
33867
34105
  },
33868
34106
  "ETag": {
33869
34107
  "location": "header",
@@ -33886,10 +34124,10 @@ module.exports={
33886
34124
  "type": "structure",
33887
34125
  "members": {
33888
34126
  "EndPoints": {
33889
- "shape": "S51"
34127
+ "shape": "S58"
33890
34128
  },
33891
34129
  "Fields": {
33892
- "shape": "S54"
34130
+ "shape": "S5b"
33893
34131
  },
33894
34132
  "Name": {},
33895
34133
  "ARN": {},
@@ -33902,7 +34140,7 @@ module.exports={
33902
34140
  "type": "structure",
33903
34141
  "members": {
33904
34142
  "RealtimeLogConfig": {
33905
- "shape": "S56"
34143
+ "shape": "S5d"
33906
34144
  }
33907
34145
  }
33908
34146
  }
@@ -33920,7 +34158,7 @@ module.exports={
33920
34158
  ],
33921
34159
  "members": {
33922
34160
  "ResponseHeadersPolicyConfig": {
33923
- "shape": "S58",
34161
+ "shape": "S5f",
33924
34162
  "locationName": "ResponseHeadersPolicyConfig",
33925
34163
  "xmlNamespace": {
33926
34164
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33941,7 +34179,7 @@ module.exports={
33941
34179
  "type": "structure",
33942
34180
  "members": {
33943
34181
  "ResponseHeadersPolicy": {
33944
- "shape": "S5y"
34182
+ "shape": "S65"
33945
34183
  },
33946
34184
  "ETag": {
33947
34185
  "location": "header",
@@ -33964,7 +34202,7 @@ module.exports={
33964
34202
  ],
33965
34203
  "members": {
33966
34204
  "StreamingDistributionConfig": {
33967
- "shape": "S60",
34205
+ "shape": "S67",
33968
34206
  "locationName": "StreamingDistributionConfig",
33969
34207
  "xmlNamespace": {
33970
34208
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33985,7 +34223,7 @@ module.exports={
33985
34223
  "type": "structure",
33986
34224
  "members": {
33987
34225
  "StreamingDistribution": {
33988
- "shape": "S64"
34226
+ "shape": "S6b"
33989
34227
  },
33990
34228
  "ETag": {
33991
34229
  "location": "header",
@@ -34368,7 +34606,8 @@ module.exports={
34368
34606
  },
34369
34607
  "OriginShieldRegion": {}
34370
34608
  }
34371
- }
34609
+ },
34610
+ "OriginAccessControlId": {}
34372
34611
  }
34373
34612
  }
34374
34613
  }
@@ -35295,6 +35534,35 @@ module.exports={
35295
35534
  }
35296
35535
  },
35297
35536
  "S4n": {
35537
+ "type": "structure",
35538
+ "required": [
35539
+ "Name",
35540
+ "Description",
35541
+ "SigningProtocol",
35542
+ "SigningBehavior",
35543
+ "OriginAccessControlOriginType"
35544
+ ],
35545
+ "members": {
35546
+ "Name": {},
35547
+ "Description": {},
35548
+ "SigningProtocol": {},
35549
+ "SigningBehavior": {},
35550
+ "OriginAccessControlOriginType": {}
35551
+ }
35552
+ },
35553
+ "S4s": {
35554
+ "type": "structure",
35555
+ "required": [
35556
+ "Id"
35557
+ ],
35558
+ "members": {
35559
+ "Id": {},
35560
+ "OriginAccessControlConfig": {
35561
+ "shape": "S4n"
35562
+ }
35563
+ }
35564
+ },
35565
+ "S4u": {
35298
35566
  "type": "structure",
35299
35567
  "required": [
35300
35568
  "Name",
@@ -35343,7 +35611,7 @@ module.exports={
35343
35611
  }
35344
35612
  }
35345
35613
  },
35346
- "S4v": {
35614
+ "S52": {
35347
35615
  "type": "structure",
35348
35616
  "required": [
35349
35617
  "Id",
@@ -35356,11 +35624,11 @@ module.exports={
35356
35624
  "type": "timestamp"
35357
35625
  },
35358
35626
  "OriginRequestPolicyConfig": {
35359
- "shape": "S4n"
35627
+ "shape": "S4u"
35360
35628
  }
35361
35629
  }
35362
35630
  },
35363
- "S4x": {
35631
+ "S54": {
35364
35632
  "type": "structure",
35365
35633
  "required": [
35366
35634
  "CallerReference",
@@ -35374,7 +35642,7 @@ module.exports={
35374
35642
  "Comment": {}
35375
35643
  }
35376
35644
  },
35377
- "S4z": {
35645
+ "S56": {
35378
35646
  "type": "structure",
35379
35647
  "required": [
35380
35648
  "Id",
@@ -35387,11 +35655,11 @@ module.exports={
35387
35655
  "type": "timestamp"
35388
35656
  },
35389
35657
  "PublicKeyConfig": {
35390
- "shape": "S4x"
35658
+ "shape": "S54"
35391
35659
  }
35392
35660
  }
35393
35661
  },
35394
- "S51": {
35662
+ "S58": {
35395
35663
  "type": "list",
35396
35664
  "member": {
35397
35665
  "type": "structure",
@@ -35414,13 +35682,13 @@ module.exports={
35414
35682
  }
35415
35683
  }
35416
35684
  },
35417
- "S54": {
35685
+ "S5b": {
35418
35686
  "type": "list",
35419
35687
  "member": {
35420
35688
  "locationName": "Field"
35421
35689
  }
35422
35690
  },
35423
- "S56": {
35691
+ "S5d": {
35424
35692
  "type": "structure",
35425
35693
  "required": [
35426
35694
  "ARN",
@@ -35436,14 +35704,14 @@ module.exports={
35436
35704
  "type": "long"
35437
35705
  },
35438
35706
  "EndPoints": {
35439
- "shape": "S51"
35707
+ "shape": "S58"
35440
35708
  },
35441
35709
  "Fields": {
35442
- "shape": "S54"
35710
+ "shape": "S5b"
35443
35711
  }
35444
35712
  }
35445
35713
  },
35446
- "S58": {
35714
+ "S5f": {
35447
35715
  "type": "structure",
35448
35716
  "required": [
35449
35717
  "Name"
@@ -35638,6 +35906,20 @@ module.exports={
35638
35906
  }
35639
35907
  }
35640
35908
  },
35909
+ "ServerTimingHeadersConfig": {
35910
+ "type": "structure",
35911
+ "required": [
35912
+ "Enabled"
35913
+ ],
35914
+ "members": {
35915
+ "Enabled": {
35916
+ "type": "boolean"
35917
+ },
35918
+ "SamplingRate": {
35919
+ "type": "double"
35920
+ }
35921
+ }
35922
+ },
35641
35923
  "CustomHeadersConfig": {
35642
35924
  "type": "structure",
35643
35925
  "required": [
@@ -35667,24 +35949,10 @@ module.exports={
35667
35949
  }
35668
35950
  }
35669
35951
  }
35670
- },
35671
- "ServerTimingHeadersConfig": {
35672
- "type": "structure",
35673
- "required": [
35674
- "Enabled"
35675
- ],
35676
- "members": {
35677
- "Enabled": {
35678
- "type": "boolean"
35679
- },
35680
- "SamplingRate": {
35681
- "type": "double"
35682
- }
35683
- }
35684
35952
  }
35685
35953
  }
35686
35954
  },
35687
- "S5y": {
35955
+ "S65": {
35688
35956
  "type": "structure",
35689
35957
  "required": [
35690
35958
  "Id",
@@ -35697,11 +35965,11 @@ module.exports={
35697
35965
  "type": "timestamp"
35698
35966
  },
35699
35967
  "ResponseHeadersPolicyConfig": {
35700
- "shape": "S58"
35968
+ "shape": "S5f"
35701
35969
  }
35702
35970
  }
35703
35971
  },
35704
- "S60": {
35972
+ "S67": {
35705
35973
  "type": "structure",
35706
35974
  "required": [
35707
35975
  "CallerReference",
@@ -35713,7 +35981,7 @@ module.exports={
35713
35981
  "members": {
35714
35982
  "CallerReference": {},
35715
35983
  "S3Origin": {
35716
- "shape": "S61"
35984
+ "shape": "S68"
35717
35985
  },
35718
35986
  "Aliases": {
35719
35987
  "shape": "Su"
@@ -35743,7 +36011,7 @@ module.exports={
35743
36011
  }
35744
36012
  }
35745
36013
  },
35746
- "S61": {
36014
+ "S68": {
35747
36015
  "type": "structure",
35748
36016
  "required": [
35749
36017
  "DomainName",
@@ -35754,7 +36022,7 @@ module.exports={
35754
36022
  "OriginAccessIdentity": {}
35755
36023
  }
35756
36024
  },
35757
- "S64": {
36025
+ "S6b": {
35758
36026
  "type": "structure",
35759
36027
  "required": [
35760
36028
  "Id",
@@ -35776,11 +36044,11 @@ module.exports={
35776
36044
  "shape": "S2s"
35777
36045
  },
35778
36046
  "StreamingDistributionConfig": {
35779
- "shape": "S60"
36047
+ "shape": "S67"
35780
36048
  }
35781
36049
  }
35782
36050
  },
35783
- "S8l": {
36051
+ "S8x": {
35784
36052
  "type": "structure",
35785
36053
  "required": [
35786
36054
  "Marker",
@@ -35875,7 +36143,7 @@ module.exports={
35875
36143
  }
35876
36144
  }
35877
36145
  },
35878
- "S8q": {
36146
+ "S92": {
35879
36147
  "type": "structure",
35880
36148
  "required": [
35881
36149
  "Marker",
@@ -56785,7 +57053,10 @@ module.exports={
56785
57053
  "LastUpdateRequestedTime": {
56786
57054
  "type": "timestamp"
56787
57055
  },
56788
- "CreatedBy": {}
57056
+ "CreatedBy": {},
57057
+ "TemplateSSMDocumentDetails": {
57058
+ "shape": "S58"
57059
+ }
56789
57060
  }
56790
57061
  }
56791
57062
  },
@@ -56798,7 +57069,7 @@ module.exports={
56798
57069
  "type": "structure",
56799
57070
  "members": {
56800
57071
  "DeliveryChannelNames": {
56801
- "shape": "S59"
57072
+ "shape": "S5c"
56802
57073
  }
56803
57074
  }
56804
57075
  },
@@ -56812,10 +57083,10 @@ module.exports={
56812
57083
  "members": {
56813
57084
  "name": {},
56814
57085
  "configSnapshotDeliveryInfo": {
56815
- "shape": "S5d"
57086
+ "shape": "S5g"
56816
57087
  },
56817
57088
  "configHistoryDeliveryInfo": {
56818
- "shape": "S5d"
57089
+ "shape": "S5g"
56819
57090
  },
56820
57091
  "configStreamDeliveryInfo": {
56821
57092
  "type": "structure",
@@ -56839,7 +57110,7 @@ module.exports={
56839
57110
  "type": "structure",
56840
57111
  "members": {
56841
57112
  "DeliveryChannelNames": {
56842
- "shape": "S59"
57113
+ "shape": "S5c"
56843
57114
  }
56844
57115
  }
56845
57116
  },
@@ -56849,7 +57120,7 @@ module.exports={
56849
57120
  "DeliveryChannels": {
56850
57121
  "type": "list",
56851
57122
  "member": {
56852
- "shape": "S5j"
57123
+ "shape": "S5m"
56853
57124
  }
56854
57125
  }
56855
57126
  }
@@ -56860,7 +57131,7 @@ module.exports={
56860
57131
  "type": "structure",
56861
57132
  "members": {
56862
57133
  "OrganizationConfigRuleNames": {
56863
- "shape": "S5m"
57134
+ "shape": "S5p"
56864
57135
  },
56865
57136
  "Limit": {
56866
57137
  "type": "integer"
@@ -56899,7 +57170,7 @@ module.exports={
56899
57170
  "type": "structure",
56900
57171
  "members": {
56901
57172
  "OrganizationConfigRuleNames": {
56902
- "shape": "S5m"
57173
+ "shape": "S5p"
56903
57174
  },
56904
57175
  "Limit": {
56905
57176
  "type": "integer"
@@ -56922,13 +57193,13 @@ module.exports={
56922
57193
  "OrganizationConfigRuleName": {},
56923
57194
  "OrganizationConfigRuleArn": {},
56924
57195
  "OrganizationManagedRuleMetadata": {
56925
- "shape": "S5w"
57196
+ "shape": "S5z"
56926
57197
  },
56927
57198
  "OrganizationCustomRuleMetadata": {
56928
- "shape": "S61"
57199
+ "shape": "S64"
56929
57200
  },
56930
57201
  "ExcludedAccounts": {
56931
- "shape": "S64"
57202
+ "shape": "S67"
56932
57203
  },
56933
57204
  "LastUpdateTime": {
56934
57205
  "type": "timestamp"
@@ -56938,19 +57209,19 @@ module.exports={
56938
57209
  "members": {
56939
57210
  "Description": {},
56940
57211
  "OrganizationConfigRuleTriggerTypes": {
56941
- "shape": "S66"
57212
+ "shape": "S69"
56942
57213
  },
56943
57214
  "InputParameters": {},
56944
57215
  "MaximumExecutionFrequency": {},
56945
57216
  "ResourceTypesScope": {
56946
- "shape": "S5z"
57217
+ "shape": "S62"
56947
57218
  },
56948
57219
  "ResourceIdScope": {},
56949
57220
  "TagKeyScope": {},
56950
57221
  "TagValueScope": {},
56951
57222
  "PolicyRuntime": {},
56952
57223
  "DebugLogDeliveryAccounts": {
56953
- "shape": "S68"
57224
+ "shape": "S6b"
56954
57225
  }
56955
57226
  }
56956
57227
  }
@@ -56966,7 +57237,7 @@ module.exports={
56966
57237
  "type": "structure",
56967
57238
  "members": {
56968
57239
  "OrganizationConformancePackNames": {
56969
- "shape": "S6a"
57240
+ "shape": "S6d"
56970
57241
  },
56971
57242
  "Limit": {
56972
57243
  "type": "integer"
@@ -57005,7 +57276,7 @@ module.exports={
57005
57276
  "type": "structure",
57006
57277
  "members": {
57007
57278
  "OrganizationConformancePackNames": {
57008
- "shape": "S6a"
57279
+ "shape": "S6d"
57009
57280
  },
57010
57281
  "Limit": {
57011
57282
  "type": "integer"
@@ -57034,7 +57305,7 @@ module.exports={
57034
57305
  "shape": "S54"
57035
57306
  },
57036
57307
  "ExcludedAccounts": {
57037
- "shape": "S64"
57308
+ "shape": "S67"
57038
57309
  },
57039
57310
  "LastUpdateTime": {
57040
57311
  "type": "timestamp"
@@ -57089,7 +57360,7 @@ module.exports={
57089
57360
  "type": "structure",
57090
57361
  "members": {
57091
57362
  "RemediationConfigurations": {
57092
- "shape": "S6q"
57363
+ "shape": "S6t"
57093
57364
  }
57094
57365
  }
57095
57366
  }
@@ -57115,7 +57386,7 @@ module.exports={
57115
57386
  "type": "structure",
57116
57387
  "members": {
57117
57388
  "RemediationExceptions": {
57118
- "shape": "S76"
57389
+ "shape": "S79"
57119
57390
  },
57120
57391
  "NextToken": {}
57121
57392
  }
@@ -57197,7 +57468,7 @@ module.exports={
57197
57468
  "RetentionConfigurations": {
57198
57469
  "type": "list",
57199
57470
  "member": {
57200
- "shape": "S7k"
57471
+ "shape": "S7n"
57201
57472
  }
57202
57473
  },
57203
57474
  "NextToken": {}
@@ -57234,7 +57505,7 @@ module.exports={
57234
57505
  "type": "structure",
57235
57506
  "members": {
57236
57507
  "EvaluationResultIdentifier": {
57237
- "shape": "S7q"
57508
+ "shape": "S7t"
57238
57509
  },
57239
57510
  "ComplianceType": {},
57240
57511
  "ResultRecordedTime": {
@@ -57286,7 +57557,7 @@ module.exports={
57286
57557
  "members": {
57287
57558
  "GroupName": {},
57288
57559
  "ComplianceSummary": {
57289
- "shape": "S7y"
57560
+ "shape": "S81"
57290
57561
  }
57291
57562
  }
57292
57563
  }
@@ -57416,7 +57687,7 @@ module.exports={
57416
57687
  "type": "structure",
57417
57688
  "members": {
57418
57689
  "ConfigurationItem": {
57419
- "shape": "S8f"
57690
+ "shape": "S8i"
57420
57691
  }
57421
57692
  }
57422
57693
  }
@@ -57442,7 +57713,7 @@ module.exports={
57442
57713
  "type": "structure",
57443
57714
  "members": {
57444
57715
  "EvaluationResults": {
57445
- "shape": "S8r"
57716
+ "shape": "S8u"
57446
57717
  },
57447
57718
  "NextToken": {}
57448
57719
  }
@@ -57468,7 +57739,7 @@ module.exports={
57468
57739
  "type": "structure",
57469
57740
  "members": {
57470
57741
  "EvaluationResults": {
57471
- "shape": "S8r"
57742
+ "shape": "S8u"
57472
57743
  },
57473
57744
  "NextToken": {}
57474
57745
  }
@@ -57479,7 +57750,7 @@ module.exports={
57479
57750
  "type": "structure",
57480
57751
  "members": {
57481
57752
  "ComplianceSummary": {
57482
- "shape": "S7y"
57753
+ "shape": "S81"
57483
57754
  }
57484
57755
  }
57485
57756
  }
@@ -57489,7 +57760,7 @@ module.exports={
57489
57760
  "type": "structure",
57490
57761
  "members": {
57491
57762
  "ResourceTypes": {
57492
- "shape": "S8x"
57763
+ "shape": "S90"
57493
57764
  }
57494
57765
  }
57495
57766
  },
@@ -57503,7 +57774,7 @@ module.exports={
57503
57774
  "members": {
57504
57775
  "ResourceType": {},
57505
57776
  "ComplianceSummary": {
57506
- "shape": "S7y"
57777
+ "shape": "S81"
57507
57778
  }
57508
57779
  }
57509
57780
  }
@@ -57559,7 +57830,7 @@ module.exports={
57559
57830
  "members": {
57560
57831
  "ComplianceType": {},
57561
57832
  "EvaluationResultIdentifier": {
57562
- "shape": "S7q"
57833
+ "shape": "S7t"
57563
57834
  },
57564
57835
  "ConfigRuleInvokedTime": {
57565
57836
  "type": "timestamp"
@@ -57632,7 +57903,7 @@ module.exports={
57632
57903
  "type": "structure",
57633
57904
  "members": {
57634
57905
  "resourceTypes": {
57635
- "shape": "S8x"
57906
+ "shape": "S90"
57636
57907
  },
57637
57908
  "limit": {
57638
57909
  "type": "integer"
@@ -57806,7 +58077,7 @@ module.exports={
57806
58077
  "configurationItems": {
57807
58078
  "type": "list",
57808
58079
  "member": {
57809
- "shape": "S8f"
58080
+ "shape": "S8i"
57810
58081
  }
57811
58082
  },
57812
58083
  "nextToken": {}
@@ -57827,7 +58098,7 @@ module.exports={
57827
58098
  "type": "structure",
57828
58099
  "members": {
57829
58100
  "StoredQuery": {
57830
- "shape": "Sa6"
58101
+ "shape": "Sa9"
57831
58102
  }
57832
58103
  }
57833
58104
  }
@@ -58012,7 +58283,7 @@ module.exports={
58012
58283
  "type": "structure",
58013
58284
  "members": {
58014
58285
  "Tags": {
58015
- "shape": "Sb2"
58286
+ "shape": "Sb5"
58016
58287
  },
58017
58288
  "NextToken": {}
58018
58289
  }
@@ -58029,7 +58300,7 @@ module.exports={
58029
58300
  "AuthorizedAccountId": {},
58030
58301
  "AuthorizedAwsRegion": {},
58031
58302
  "Tags": {
58032
- "shape": "Sb7"
58303
+ "shape": "Sba"
58033
58304
  }
58034
58305
  }
58035
58306
  },
@@ -58053,7 +58324,7 @@ module.exports={
58053
58324
  "shape": "S33"
58054
58325
  },
58055
58326
  "Tags": {
58056
- "shape": "Sb7"
58327
+ "shape": "Sba"
58057
58328
  }
58058
58329
  }
58059
58330
  }
@@ -58073,7 +58344,7 @@ module.exports={
58073
58344
  "shape": "S40"
58074
58345
  },
58075
58346
  "Tags": {
58076
- "shape": "Sb7"
58347
+ "shape": "Sba"
58077
58348
  }
58078
58349
  }
58079
58350
  },
@@ -58113,6 +58384,9 @@ module.exports={
58113
58384
  "DeliveryS3KeyPrefix": {},
58114
58385
  "ConformancePackInputParameters": {
58115
58386
  "shape": "S54"
58387
+ },
58388
+ "TemplateSSMDocumentDetails": {
58389
+ "shape": "S58"
58116
58390
  }
58117
58391
  }
58118
58392
  },
@@ -58131,7 +58405,7 @@ module.exports={
58131
58405
  ],
58132
58406
  "members": {
58133
58407
  "DeliveryChannel": {
58134
- "shape": "S5j"
58408
+ "shape": "S5m"
58135
58409
  }
58136
58410
  }
58137
58411
  }
@@ -58144,7 +58418,7 @@ module.exports={
58144
58418
  ],
58145
58419
  "members": {
58146
58420
  "Evaluations": {
58147
- "shape": "Sbj"
58421
+ "shape": "Sbm"
58148
58422
  },
58149
58423
  "ResultToken": {},
58150
58424
  "TestMode": {
@@ -58156,7 +58430,7 @@ module.exports={
58156
58430
  "type": "structure",
58157
58431
  "members": {
58158
58432
  "FailedEvaluations": {
58159
- "shape": "Sbj"
58433
+ "shape": "Sbm"
58160
58434
  }
58161
58435
  }
58162
58436
  }
@@ -58204,13 +58478,13 @@ module.exports={
58204
58478
  "members": {
58205
58479
  "OrganizationConfigRuleName": {},
58206
58480
  "OrganizationManagedRuleMetadata": {
58207
- "shape": "S5w"
58481
+ "shape": "S5z"
58208
58482
  },
58209
58483
  "OrganizationCustomRuleMetadata": {
58210
- "shape": "S61"
58484
+ "shape": "S64"
58211
58485
  },
58212
58486
  "ExcludedAccounts": {
58213
- "shape": "S64"
58487
+ "shape": "S67"
58214
58488
  },
58215
58489
  "OrganizationCustomPolicyRuleMetadata": {
58216
58490
  "type": "structure",
@@ -58221,12 +58495,12 @@ module.exports={
58221
58495
  "members": {
58222
58496
  "Description": {},
58223
58497
  "OrganizationConfigRuleTriggerTypes": {
58224
- "shape": "S66"
58498
+ "shape": "S69"
58225
58499
  },
58226
58500
  "InputParameters": {},
58227
58501
  "MaximumExecutionFrequency": {},
58228
58502
  "ResourceTypesScope": {
58229
- "shape": "S5z"
58503
+ "shape": "S62"
58230
58504
  },
58231
58505
  "ResourceIdScope": {},
58232
58506
  "TagKeyScope": {},
@@ -58234,7 +58508,7 @@ module.exports={
58234
58508
  "PolicyRuntime": {},
58235
58509
  "PolicyText": {},
58236
58510
  "DebugLogDeliveryAccounts": {
58237
- "shape": "S68"
58511
+ "shape": "S6b"
58238
58512
  }
58239
58513
  }
58240
58514
  }
@@ -58263,7 +58537,7 @@ module.exports={
58263
58537
  "shape": "S54"
58264
58538
  },
58265
58539
  "ExcludedAccounts": {
58266
- "shape": "S64"
58540
+ "shape": "S67"
58267
58541
  }
58268
58542
  }
58269
58543
  },
@@ -58282,7 +58556,7 @@ module.exports={
58282
58556
  ],
58283
58557
  "members": {
58284
58558
  "RemediationConfigurations": {
58285
- "shape": "S6q"
58559
+ "shape": "S6t"
58286
58560
  }
58287
58561
  }
58288
58562
  },
@@ -58296,7 +58570,7 @@ module.exports={
58296
58570
  "members": {
58297
58571
  "FailureMessage": {},
58298
58572
  "FailedItems": {
58299
- "shape": "S6q"
58573
+ "shape": "S6t"
58300
58574
  }
58301
58575
  }
58302
58576
  }
@@ -58332,7 +58606,7 @@ module.exports={
58332
58606
  "members": {
58333
58607
  "FailureMessage": {},
58334
58608
  "FailedItems": {
58335
- "shape": "S76"
58609
+ "shape": "S79"
58336
58610
  }
58337
58611
  }
58338
58612
  }
@@ -58356,7 +58630,7 @@ module.exports={
58356
58630
  "ResourceName": {},
58357
58631
  "Configuration": {},
58358
58632
  "Tags": {
58359
- "shape": "S8h"
58633
+ "shape": "S8k"
58360
58634
  }
58361
58635
  }
58362
58636
  }
@@ -58377,7 +58651,7 @@ module.exports={
58377
58651
  "type": "structure",
58378
58652
  "members": {
58379
58653
  "RetentionConfiguration": {
58380
- "shape": "S7k"
58654
+ "shape": "S7n"
58381
58655
  }
58382
58656
  }
58383
58657
  }
@@ -58390,10 +58664,10 @@ module.exports={
58390
58664
  ],
58391
58665
  "members": {
58392
58666
  "StoredQuery": {
58393
- "shape": "Sa6"
58667
+ "shape": "Sa9"
58394
58668
  },
58395
58669
  "Tags": {
58396
- "shape": "Sb7"
58670
+ "shape": "Sba"
58397
58671
  }
58398
58672
  }
58399
58673
  },
@@ -58427,10 +58701,10 @@ module.exports={
58427
58701
  "type": "structure",
58428
58702
  "members": {
58429
58703
  "Results": {
58430
- "shape": "Scc"
58704
+ "shape": "Scf"
58431
58705
  },
58432
58706
  "QueryInfo": {
58433
- "shape": "Scd"
58707
+ "shape": "Scg"
58434
58708
  },
58435
58709
  "NextToken": {}
58436
58710
  }
@@ -58454,10 +58728,10 @@ module.exports={
58454
58728
  "type": "structure",
58455
58729
  "members": {
58456
58730
  "Results": {
58457
- "shape": "Scc"
58731
+ "shape": "Scf"
58458
58732
  },
58459
58733
  "QueryInfo": {
58460
- "shape": "Scd"
58734
+ "shape": "Scg"
58461
58735
  },
58462
58736
  "NextToken": {}
58463
58737
  }
@@ -58534,7 +58808,7 @@ module.exports={
58534
58808
  "members": {
58535
58809
  "ResourceArn": {},
58536
58810
  "Tags": {
58537
- "shape": "Sb2"
58811
+ "shape": "Sb5"
58538
58812
  }
58539
58813
  }
58540
58814
  }
@@ -58843,11 +59117,21 @@ module.exports={
58843
59117
  }
58844
59118
  }
58845
59119
  },
58846
- "S59": {
59120
+ "S58": {
59121
+ "type": "structure",
59122
+ "required": [
59123
+ "DocumentName"
59124
+ ],
59125
+ "members": {
59126
+ "DocumentName": {},
59127
+ "DocumentVersion": {}
59128
+ }
59129
+ },
59130
+ "S5c": {
58847
59131
  "type": "list",
58848
59132
  "member": {}
58849
59133
  },
58850
- "S5d": {
59134
+ "S5g": {
58851
59135
  "type": "structure",
58852
59136
  "members": {
58853
59137
  "lastStatus": {},
@@ -58864,7 +59148,7 @@ module.exports={
58864
59148
  }
58865
59149
  }
58866
59150
  },
58867
- "S5j": {
59151
+ "S5m": {
58868
59152
  "type": "structure",
58869
59153
  "members": {
58870
59154
  "name": {},
@@ -58880,11 +59164,11 @@ module.exports={
58880
59164
  }
58881
59165
  }
58882
59166
  },
58883
- "S5m": {
59167
+ "S5p": {
58884
59168
  "type": "list",
58885
59169
  "member": {}
58886
59170
  },
58887
- "S5w": {
59171
+ "S5z": {
58888
59172
  "type": "structure",
58889
59173
  "required": [
58890
59174
  "RuleIdentifier"
@@ -58895,18 +59179,18 @@ module.exports={
58895
59179
  "InputParameters": {},
58896
59180
  "MaximumExecutionFrequency": {},
58897
59181
  "ResourceTypesScope": {
58898
- "shape": "S5z"
59182
+ "shape": "S62"
58899
59183
  },
58900
59184
  "ResourceIdScope": {},
58901
59185
  "TagKeyScope": {},
58902
59186
  "TagValueScope": {}
58903
59187
  }
58904
59188
  },
58905
- "S5z": {
59189
+ "S62": {
58906
59190
  "type": "list",
58907
59191
  "member": {}
58908
59192
  },
58909
- "S61": {
59193
+ "S64": {
58910
59194
  "type": "structure",
58911
59195
  "required": [
58912
59196
  "LambdaFunctionArn",
@@ -58922,30 +59206,30 @@ module.exports={
58922
59206
  "InputParameters": {},
58923
59207
  "MaximumExecutionFrequency": {},
58924
59208
  "ResourceTypesScope": {
58925
- "shape": "S5z"
59209
+ "shape": "S62"
58926
59210
  },
58927
59211
  "ResourceIdScope": {},
58928
59212
  "TagKeyScope": {},
58929
59213
  "TagValueScope": {}
58930
59214
  }
58931
59215
  },
58932
- "S64": {
59216
+ "S67": {
58933
59217
  "type": "list",
58934
59218
  "member": {}
58935
59219
  },
58936
- "S66": {
59220
+ "S69": {
58937
59221
  "type": "list",
58938
59222
  "member": {}
58939
59223
  },
58940
- "S68": {
59224
+ "S6b": {
58941
59225
  "type": "list",
58942
59226
  "member": {}
58943
59227
  },
58944
- "S6a": {
59228
+ "S6d": {
58945
59229
  "type": "list",
58946
59230
  "member": {}
58947
59231
  },
58948
- "S6q": {
59232
+ "S6t": {
58949
59233
  "type": "list",
58950
59234
  "member": {
58951
59235
  "type": "structure",
@@ -59020,7 +59304,7 @@ module.exports={
59020
59304
  }
59021
59305
  }
59022
59306
  },
59023
- "S76": {
59307
+ "S79": {
59024
59308
  "type": "list",
59025
59309
  "member": {
59026
59310
  "type": "structure",
@@ -59040,7 +59324,7 @@ module.exports={
59040
59324
  }
59041
59325
  }
59042
59326
  },
59043
- "S7k": {
59327
+ "S7n": {
59044
59328
  "type": "structure",
59045
59329
  "required": [
59046
59330
  "Name",
@@ -59053,7 +59337,7 @@ module.exports={
59053
59337
  }
59054
59338
  }
59055
59339
  },
59056
- "S7q": {
59340
+ "S7t": {
59057
59341
  "type": "structure",
59058
59342
  "members": {
59059
59343
  "EvaluationResultQualifier": {
@@ -59069,7 +59353,7 @@ module.exports={
59069
59353
  }
59070
59354
  }
59071
59355
  },
59072
- "S7y": {
59356
+ "S81": {
59073
59357
  "type": "structure",
59074
59358
  "members": {
59075
59359
  "CompliantResourceCount": {
@@ -59083,7 +59367,7 @@ module.exports={
59083
59367
  }
59084
59368
  }
59085
59369
  },
59086
- "S8f": {
59370
+ "S8i": {
59087
59371
  "type": "structure",
59088
59372
  "members": {
59089
59373
  "version": {},
@@ -59104,7 +59388,7 @@ module.exports={
59104
59388
  "type": "timestamp"
59105
59389
  },
59106
59390
  "tags": {
59107
- "shape": "S8h"
59391
+ "shape": "S8k"
59108
59392
  },
59109
59393
  "relatedEvents": {
59110
59394
  "type": "list",
@@ -59128,18 +59412,18 @@ module.exports={
59128
59412
  }
59129
59413
  }
59130
59414
  },
59131
- "S8h": {
59415
+ "S8k": {
59132
59416
  "type": "map",
59133
59417
  "key": {},
59134
59418
  "value": {}
59135
59419
  },
59136
- "S8r": {
59420
+ "S8u": {
59137
59421
  "type": "list",
59138
59422
  "member": {
59139
59423
  "type": "structure",
59140
59424
  "members": {
59141
59425
  "EvaluationResultIdentifier": {
59142
- "shape": "S7q"
59426
+ "shape": "S7t"
59143
59427
  },
59144
59428
  "ComplianceType": {},
59145
59429
  "ResultRecordedTime": {
@@ -59153,11 +59437,11 @@ module.exports={
59153
59437
  }
59154
59438
  }
59155
59439
  },
59156
- "S8x": {
59440
+ "S90": {
59157
59441
  "type": "list",
59158
59442
  "member": {}
59159
59443
  },
59160
- "Sa6": {
59444
+ "Sa9": {
59161
59445
  "type": "structure",
59162
59446
  "required": [
59163
59447
  "QueryName"
@@ -59170,26 +59454,26 @@ module.exports={
59170
59454
  "Expression": {}
59171
59455
  }
59172
59456
  },
59173
- "Sb2": {
59457
+ "Sb5": {
59174
59458
  "type": "list",
59175
59459
  "member": {
59176
- "shape": "Sb3"
59460
+ "shape": "Sb6"
59177
59461
  }
59178
59462
  },
59179
- "Sb3": {
59463
+ "Sb6": {
59180
59464
  "type": "structure",
59181
59465
  "members": {
59182
59466
  "Key": {},
59183
59467
  "Value": {}
59184
59468
  }
59185
59469
  },
59186
- "Sb7": {
59470
+ "Sba": {
59187
59471
  "type": "list",
59188
59472
  "member": {
59189
- "shape": "Sb3"
59473
+ "shape": "Sb6"
59190
59474
  }
59191
59475
  },
59192
- "Sbj": {
59476
+ "Sbm": {
59193
59477
  "type": "list",
59194
59478
  "member": {
59195
59479
  "type": "structure",
@@ -59210,11 +59494,11 @@ module.exports={
59210
59494
  }
59211
59495
  }
59212
59496
  },
59213
- "Scc": {
59497
+ "Scf": {
59214
59498
  "type": "list",
59215
59499
  "member": {}
59216
59500
  },
59217
- "Scd": {
59501
+ "Scg": {
59218
59502
  "type": "structure",
59219
59503
  "members": {
59220
59504
  "SelectFields": {
@@ -240385,7 +240669,7 @@ module.exports = exports = {
240385
240669
  convertToBuffer: convertToBuffer,
240386
240670
  };
240387
240671
 
240388
- },{"buffer/":430}],334:[function(require,module,exports){
240672
+ },{"buffer/":431}],334:[function(require,module,exports){
240389
240673
  var hashUtils = require('./browserHashUtils');
240390
240674
 
240391
240675
  /**
@@ -240636,7 +240920,7 @@ function ii(a, b, c, d, x, s, t) {
240636
240920
  return cmn(c ^ (b | (~d)), a, b, x, s, t);
240637
240921
  }
240638
240922
 
240639
- },{"./browserHashUtils":333,"buffer/":430}],336:[function(require,module,exports){
240923
+ },{"./browserHashUtils":333,"buffer/":431}],336:[function(require,module,exports){
240640
240924
  var Buffer = require('buffer/').Buffer;
240641
240925
  var hashUtils = require('./browserHashUtils');
240642
240926
 
@@ -240804,7 +241088,7 @@ Sha1.prototype.processBlock = function processBlock() {
240804
241088
  }
240805
241089
  };
240806
241090
 
240807
- },{"./browserHashUtils":333,"buffer/":430}],337:[function(require,module,exports){
241091
+ },{"./browserHashUtils":333,"buffer/":431}],337:[function(require,module,exports){
240808
241092
  var Buffer = require('buffer/').Buffer;
240809
241093
  var hashUtils = require('./browserHashUtils');
240810
241094
 
@@ -241045,7 +241329,7 @@ Sha256.prototype.hashBuffer = function () {
241045
241329
  state[7] += state7;
241046
241330
  };
241047
241331
 
241048
- },{"./browserHashUtils":333,"buffer/":430}],338:[function(require,module,exports){
241332
+ },{"./browserHashUtils":333,"buffer/":431}],338:[function(require,module,exports){
241049
241333
  (function (process){(function (){
241050
241334
  var util = require('./util');
241051
241335
 
@@ -241088,7 +241372,7 @@ if (typeof process === 'undefined') {
241088
241372
  }
241089
241373
 
241090
241374
  }).call(this)}).call(this,require('_process'))
241091
- },{"./browserCryptoLib":332,"./core":342,"./credentials":343,"./credentials/chainable_temporary_credentials":344,"./credentials/cognito_identity_credentials":345,"./credentials/credential_provider_chain":346,"./credentials/saml_credentials":347,"./credentials/temporary_credentials":348,"./credentials/web_identity_credentials":349,"./event-stream/buffered-create-event-stream":357,"./http/xhr":365,"./realclock/browserClock":384,"./util":418,"./xml/browser_parser":419,"_process":435,"buffer/":430,"querystring/":442,"url/":444}],339:[function(require,module,exports){
241375
+ },{"./browserCryptoLib":332,"./core":342,"./credentials":343,"./credentials/chainable_temporary_credentials":344,"./credentials/cognito_identity_credentials":345,"./credentials/credential_provider_chain":346,"./credentials/saml_credentials":347,"./credentials/temporary_credentials":348,"./credentials/web_identity_credentials":349,"./event-stream/buffered-create-event-stream":357,"./http/xhr":365,"./realclock/browserClock":384,"./util":419,"./xml/browser_parser":420,"_process":436,"buffer/":431,"querystring/":443,"url/":445}],339:[function(require,module,exports){
241092
241376
  var AWS = require('../core'),
241093
241377
  url = AWS.util.url,
241094
241378
  crypto = AWS.util.crypto.lib,
@@ -241745,6 +242029,82 @@ AWS.Config = AWS.util.inherit({
241745
242029
  }
241746
242030
  },
241747
242031
 
242032
+ /**
242033
+ * Loads token from the configuration object. This is used internally
242034
+ * by the SDK to ensure that refreshable {Token} objects are properly
242035
+ * refreshed and loaded when sending a request. If you want to ensure that
242036
+ * your token is loaded prior to a request, you can use this method
242037
+ * directly to provide accurate token data stored in the object.
242038
+ *
242039
+ * @note If you configure the SDK with static token, the token data should
242040
+ * already be present in {token} attribute. This method is primarily necessary
242041
+ * to load token from asynchronous sources, or sources that can refresh
242042
+ * token periodically.
242043
+ * @example Getting your access token
242044
+ * AWS.config.getToken(function(err) {
242045
+ * if (err) console.log(err.stack); // token not loaded
242046
+ * else console.log("Token:", AWS.config.token.token);
242047
+ * })
242048
+ * @callback callback function(err)
242049
+ * Called when the {token} have been properly set on the configuration object.
242050
+ *
242051
+ * @param err [Error] if this is set, token was not successfully loaded and
242052
+ * this error provides information why.
242053
+ * @see token
242054
+ */
242055
+ getToken: function getToken(callback) {
242056
+ var self = this;
242057
+
242058
+ function finish(err) {
242059
+ callback(err, err ? null : self.token);
242060
+ }
242061
+
242062
+ function tokenError(msg, err) {
242063
+ return new AWS.util.error(err || new Error(), {
242064
+ code: 'TokenError',
242065
+ message: msg,
242066
+ name: 'TokenError'
242067
+ });
242068
+ }
242069
+
242070
+ function getAsyncToken() {
242071
+ self.token.get(function(err) {
242072
+ if (err) {
242073
+ var msg = 'Could not load token from ' +
242074
+ self.token.constructor.name;
242075
+ err = tokenError(msg, err);
242076
+ }
242077
+ finish(err);
242078
+ });
242079
+ }
242080
+
242081
+ function getStaticToken() {
242082
+ var err = null;
242083
+ if (!self.token.token) {
242084
+ err = tokenError('Missing token');
242085
+ }
242086
+ finish(err);
242087
+ }
242088
+
242089
+ if (self.token) {
242090
+ if (typeof self.token.get === 'function') {
242091
+ getAsyncToken();
242092
+ } else { // static token
242093
+ getStaticToken();
242094
+ }
242095
+ } else if (self.tokenProvider) {
242096
+ self.tokenProvider.resolve(function(err, token) {
242097
+ if (err) {
242098
+ err = tokenError('Could not load token from any providers', err);
242099
+ }
242100
+ self.token = token;
242101
+ finish(err);
242102
+ });
242103
+ } else {
242104
+ finish(tokenError('No token to load'));
242105
+ }
242106
+ },
242107
+
241748
242108
  /**
241749
242109
  * @!group Loading and Setting Configuration Options
241750
242110
  */
@@ -241878,7 +242238,8 @@ AWS.Config = AWS.util.inherit({
241878
242238
  hostPrefixEnabled: true,
241879
242239
  stsRegionalEndpoints: 'legacy',
241880
242240
  useFipsEndpoint: false,
241881
- useDualstackEndpoint: false
242241
+ useDualstackEndpoint: false,
242242
+ token: null
241882
242243
  },
241883
242244
 
241884
242245
  /**
@@ -242003,7 +242364,7 @@ function resolveRegionalEndpointsFlag(originalConfig, options) {
242003
242364
  module.exports = resolveRegionalEndpointsFlag;
242004
242365
 
242005
242366
  }).call(this)}).call(this,require('_process'))
242006
- },{"./core":342,"_process":435}],342:[function(require,module,exports){
242367
+ },{"./core":342,"_process":436}],342:[function(require,module,exports){
242007
242368
  /**
242008
242369
  * The main AWS namespace
242009
242370
  */
@@ -242026,7 +242387,7 @@ AWS.util.update(AWS, {
242026
242387
  /**
242027
242388
  * @constant
242028
242389
  */
242029
- VERSION: '2.1201.0',
242390
+ VERSION: '2.1204.0',
242030
242391
 
242031
242392
  /**
242032
242393
  * @api private
@@ -242114,7 +242475,7 @@ AWS.util.memoizedProperty(AWS, 'endpointCache', function() {
242114
242475
  return new AWS.EndpointCache(AWS.config.endpointCacheSize);
242115
242476
  }, true);
242116
242477
 
242117
- },{"../vendor/endpoint-cache":455,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":410,"./util":418,"./xml/builder":420}],343:[function(require,module,exports){
242478
+ },{"../vendor/endpoint-cache":456,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":411,"./util":419,"./xml/builder":421}],343:[function(require,module,exports){
242118
242479
  var AWS = require('./core');
242119
242480
 
242120
242481
  /**
@@ -243858,7 +244219,7 @@ module.exports = {
243858
244219
  };
243859
244220
 
243860
244221
  }).call(this)}).call(this,require('_process'))
243861
- },{"./core":342,"./util":418,"_process":435}],351:[function(require,module,exports){
244222
+ },{"./core":342,"./util":419,"_process":436}],351:[function(require,module,exports){
243862
244223
  var AWS = require('../core');
243863
244224
  var util = AWS.util;
243864
244225
  var typeOf = require('./types').typeOf;
@@ -245683,37 +246044,56 @@ AWS.EventListeners = {
245683
246044
  var authtype = operation ? operation.authtype : '';
245684
246045
  if (!service.api.signatureVersion && !authtype && !service.config.signatureVersion) return done(); // none
245685
246046
 
245686
- service.config.getCredentials(function (err, credentials) {
245687
- if (err) {
245688
- req.response.error = err;
245689
- return done();
245690
- }
246047
+ if (authtype === 'bearer' || service.config.signatureVersion === 'bearer') {
246048
+ service.config.getToken(function (err, token) {
246049
+ if (err) {
246050
+ req.response.error = err;
246051
+ return done();
246052
+ }
245691
246053
 
245692
- try {
245693
- var date = service.getSkewCorrectedDate();
245694
- var SignerClass = service.getSignerClass(req);
245695
- var signer = new SignerClass(req.httpRequest,
245696
- service.getSigningName(req),
245697
- {
245698
- signatureCache: service.config.signatureCache,
245699
- operation: operation,
245700
- signatureVersion: service.api.signatureVersion
245701
- });
245702
- signer.setServiceClientId(service._clientId);
246054
+ try {
246055
+ var SignerClass = service.getSignerClass(req);
246056
+ var signer = new SignerClass(req.httpRequest);
246057
+ signer.addAuthorization(token);
246058
+ } catch (e) {
246059
+ req.response.error = e;
246060
+ }
246061
+ done();
246062
+ });
246063
+ } else {
246064
+ service.config.getCredentials(function (err, credentials) {
246065
+ if (err) {
246066
+ req.response.error = err;
246067
+ return done();
246068
+ }
245703
246069
 
245704
- // clear old authorization headers
245705
- delete req.httpRequest.headers['Authorization'];
245706
- delete req.httpRequest.headers['Date'];
245707
- delete req.httpRequest.headers['X-Amz-Date'];
246070
+ try {
246071
+ var date = service.getSkewCorrectedDate();
246072
+ var SignerClass = service.getSignerClass(req);
246073
+ var signer = new SignerClass(req.httpRequest,
246074
+ service.getSigningName(req),
246075
+ {
246076
+ signatureCache: service.config.signatureCache,
246077
+ operation: operation,
246078
+ signatureVersion: service.api.signatureVersion
246079
+ });
246080
+ signer.setServiceClientId(service._clientId);
245708
246081
 
245709
- // add new authorization
245710
- signer.addAuthorization(credentials, date);
245711
- req.signedAt = date;
245712
- } catch (e) {
245713
- req.response.error = e;
245714
- }
245715
- done();
245716
- });
246082
+ // clear old authorization headers
246083
+ delete req.httpRequest.headers['Authorization'];
246084
+ delete req.httpRequest.headers['Date'];
246085
+ delete req.httpRequest.headers['X-Amz-Date'];
246086
+
246087
+ // add new authorization
246088
+ signer.addAuthorization(credentials, date);
246089
+ req.signedAt = date;
246090
+ } catch (e) {
246091
+ req.response.error = e;
246092
+ }
246093
+ done();
246094
+ });
246095
+
246096
+ }
245717
246097
  });
245718
246098
 
245719
246099
  add('VALIDATE_RESPONSE', 'validateResponse', function VALIDATE_RESPONSE(resp) {
@@ -246105,7 +246485,7 @@ AWS.EventListeners = {
246105
246485
  };
246106
246486
 
246107
246487
  }).call(this)}).call(this,require('_process'))
246108
- },{"./core":342,"./discover_endpoint":350,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./sequential_executor":392,"_process":435,"util":429}],364:[function(require,module,exports){
246488
+ },{"./core":342,"./discover_endpoint":350,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./sequential_executor":392,"_process":436,"util":430}],364:[function(require,module,exports){
246109
246489
  var AWS = require('./core');
246110
246490
  var inherit = AWS.util.inherit;
246111
246491
 
@@ -246483,7 +246863,7 @@ AWS.HttpClient.prototype = AWS.XHRClient.prototype;
246483
246863
  */
246484
246864
  AWS.HttpClient.streamsApiVersion = 1;
246485
246865
 
246486
- },{"../core":342,"../http":364,"events":431}],366:[function(require,module,exports){
246866
+ },{"../core":342,"../http":364,"events":432}],366:[function(require,module,exports){
246487
246867
  var util = require('../util');
246488
246868
 
246489
246869
  function JsonBuilder() { }
@@ -246547,7 +246927,7 @@ function translateScalar(value, shape) {
246547
246927
  */
246548
246928
  module.exports = JsonBuilder;
246549
246929
 
246550
- },{"../util":418}],367:[function(require,module,exports){
246930
+ },{"../util":419}],367:[function(require,module,exports){
246551
246931
  var util = require('../util');
246552
246932
 
246553
246933
  function JsonParser() { }
@@ -246617,7 +246997,7 @@ function translateScalar(value, shape) {
246617
246997
  */
246618
246998
  module.exports = JsonParser;
246619
246999
 
246620
- },{"../util":418}],368:[function(require,module,exports){
247000
+ },{"../util":419}],368:[function(require,module,exports){
246621
247001
  var Collection = require('./collection');
246622
247002
  var Operation = require('./operation');
246623
247003
  var Shape = require('./shape');
@@ -246708,7 +247088,7 @@ function Api(api, options) {
246708
247088
  */
246709
247089
  module.exports = Api;
246710
247090
 
246711
- },{"../../apis/metadata.json":163,"../util":418,"./collection":369,"./operation":370,"./paginator":371,"./resource_waiter":372,"./shape":373}],369:[function(require,module,exports){
247091
+ },{"../../apis/metadata.json":163,"../util":419,"./collection":369,"./operation":370,"./paginator":371,"./resource_waiter":372,"./shape":373}],369:[function(require,module,exports){
246712
247092
  var memoizedProperty = require('../util').memoizedProperty;
246713
247093
 
246714
247094
  function memoize(name, value, factory, nameTr) {
@@ -246734,7 +247114,7 @@ function Collection(iterable, options, factory, nameTr, callback) {
246734
247114
  */
246735
247115
  module.exports = Collection;
246736
247116
 
246737
- },{"../util":418}],370:[function(require,module,exports){
247117
+ },{"../util":419}],370:[function(require,module,exports){
246738
247118
  var Shape = require('./shape');
246739
247119
 
246740
247120
  var util = require('../util');
@@ -246855,7 +247235,7 @@ function hasEventStream(topLevelShape) {
246855
247235
  */
246856
247236
  module.exports = Operation;
246857
247237
 
246858
- },{"../util":418,"./shape":373}],371:[function(require,module,exports){
247238
+ },{"../util":419,"./shape":373}],371:[function(require,module,exports){
246859
247239
  var property = require('../util').property;
246860
247240
 
246861
247241
  function Paginator(name, paginator) {
@@ -246871,7 +247251,7 @@ function Paginator(name, paginator) {
246871
247251
  */
246872
247252
  module.exports = Paginator;
246873
247253
 
246874
- },{"../util":418}],372:[function(require,module,exports){
247254
+ },{"../util":419}],372:[function(require,module,exports){
246875
247255
  var util = require('../util');
246876
247256
  var property = util.property;
246877
247257
 
@@ -246906,7 +247286,7 @@ function ResourceWaiter(name, waiter, options) {
246906
247286
  */
246907
247287
  module.exports = ResourceWaiter;
246908
247288
 
246909
- },{"../util":418}],373:[function(require,module,exports){
247289
+ },{"../util":419}],373:[function(require,module,exports){
246910
247290
  var Collection = require('./collection');
246911
247291
 
246912
247292
  var util = require('../util');
@@ -247315,7 +247695,7 @@ Shape.shapes = {
247315
247695
  */
247316
247696
  module.exports = Shape;
247317
247697
 
247318
- },{"../util":418,"./collection":369}],374:[function(require,module,exports){
247698
+ },{"../util":419,"./collection":369}],374:[function(require,module,exports){
247319
247699
  var AWS = require('./core');
247320
247700
 
247321
247701
  /**
@@ -247796,7 +248176,7 @@ module.exports = {
247796
248176
  populateHostPrefix: populateHostPrefix
247797
248177
  };
247798
248178
 
247799
- },{"../core":342,"../util":418}],377:[function(require,module,exports){
248179
+ },{"../core":342,"../util":419}],377:[function(require,module,exports){
247800
248180
  var util = require('../util');
247801
248181
  var JsonBuilder = require('../json/builder');
247802
248182
  var JsonParser = require('../json/parser');
@@ -247872,7 +248252,7 @@ module.exports = {
247872
248252
  extractData: extractData
247873
248253
  };
247874
248254
 
247875
- },{"../json/builder":366,"../json/parser":367,"../util":418,"./helpers":376}],378:[function(require,module,exports){
248255
+ },{"../json/builder":366,"../json/parser":367,"../util":419,"./helpers":376}],378:[function(require,module,exports){
247876
248256
  var AWS = require('../core');
247877
248257
  var util = require('../util');
247878
248258
  var QueryParamSerializer = require('../query/query_param_serializer');
@@ -247984,7 +248364,7 @@ module.exports = {
247984
248364
  extractData: extractData
247985
248365
  };
247986
248366
 
247987
- },{"../core":342,"../model/shape":373,"../query/query_param_serializer":382,"../util":418,"./helpers":376}],379:[function(require,module,exports){
248367
+ },{"../core":342,"../model/shape":373,"../query/query_param_serializer":382,"../util":419,"./helpers":376}],379:[function(require,module,exports){
247988
248368
  var util = require('../util');
247989
248369
  var populateHostPrefix = require('./helpers').populateHostPrefix;
247990
248370
 
@@ -248134,7 +248514,7 @@ module.exports = {
248134
248514
  generateURI: generateURI
248135
248515
  };
248136
248516
 
248137
- },{"../util":418,"./helpers":376}],380:[function(require,module,exports){
248517
+ },{"../util":419,"./helpers":376}],380:[function(require,module,exports){
248138
248518
  var util = require('../util');
248139
248519
  var Rest = require('./rest');
248140
248520
  var Json = require('./json');
@@ -248229,7 +248609,7 @@ module.exports = {
248229
248609
  extractData: extractData
248230
248610
  };
248231
248611
 
248232
- },{"../json/builder":366,"../json/parser":367,"../util":418,"./json":377,"./rest":379}],381:[function(require,module,exports){
248612
+ },{"../json/builder":366,"../json/parser":367,"../util":419,"./json":377,"./rest":379}],381:[function(require,module,exports){
248233
248613
  var AWS = require('../core');
248234
248614
  var util = require('../util');
248235
248615
  var Rest = require('./rest');
@@ -248339,7 +248719,7 @@ module.exports = {
248339
248719
  extractData: extractData
248340
248720
  };
248341
248721
 
248342
- },{"../core":342,"../util":418,"./rest":379}],382:[function(require,module,exports){
248722
+ },{"../core":342,"../util":419,"./rest":379}],382:[function(require,module,exports){
248343
248723
  var util = require('../util');
248344
248724
 
248345
248725
  function QueryParamSerializer() {
@@ -248425,7 +248805,7 @@ function serializeMember(name, value, rules, fn) {
248425
248805
  */
248426
248806
  module.exports = QueryParamSerializer;
248427
248807
 
248428
- },{"../util":418}],383:[function(require,module,exports){
248808
+ },{"../util":419}],383:[function(require,module,exports){
248429
248809
  var AWS = require('../core');
248430
248810
 
248431
248811
  /**
@@ -248780,7 +249160,7 @@ module.exports = {
248780
249160
  getEndpointSuffix: getEndpointSuffix,
248781
249161
  };
248782
249162
 
248783
- },{"./region_config_data.json":387,"./util":418}],387:[function(require,module,exports){
249163
+ },{"./region_config_data.json":387,"./util":419}],387:[function(require,module,exports){
248784
249164
  module.exports={
248785
249165
  "rules": {
248786
249166
  "*/*": {
@@ -249823,7 +250203,7 @@ AWS.util.addPromises(AWS.Request);
249823
250203
  AWS.util.mixin(AWS.Request, AWS.SequentialExecutor);
249824
250204
 
249825
250205
  }).call(this)}).call(this,require('_process'))
249826
- },{"./core":342,"./state_machine":417,"_process":435,"jmespath":434}],389:[function(require,module,exports){
250206
+ },{"./core":342,"./state_machine":418,"_process":436,"jmespath":435}],389:[function(require,module,exports){
249827
250207
  /**
249828
250208
  * Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
249829
250209
  *
@@ -250029,7 +250409,7 @@ AWS.ResourceWaiter = inherit({
250029
250409
  }
250030
250410
  });
250031
250411
 
250032
- },{"./core":342,"jmespath":434}],390:[function(require,module,exports){
250412
+ },{"./core":342,"jmespath":435}],390:[function(require,module,exports){
250033
250413
  var AWS = require('./core');
250034
250414
  var inherit = AWS.util.inherit;
250035
250415
  var jmespath = require('jmespath');
@@ -250232,7 +250612,7 @@ AWS.Response = inherit({
250232
250612
 
250233
250613
  });
250234
250614
 
250235
- },{"./core":342,"jmespath":434}],391:[function(require,module,exports){
250615
+ },{"./core":342,"jmespath":435}],391:[function(require,module,exports){
250236
250616
  var AWS = require('../core');
250237
250617
  var byteLength = AWS.util.string.byteLength;
250238
250618
  var Buffer = AWS.util.Buffer;
@@ -251706,6 +252086,8 @@ AWS.Service = inherit({
251706
252086
  version = this.config.signatureVersion;
251707
252087
  } else if (authtype === 'v4' || authtype === 'v4-unsigned-body') {
251708
252088
  version = 'v4';
252089
+ } else if (authtype === 'bearer') {
252090
+ version = 'bearer';
251709
252091
  } else {
251710
252092
  version = this.api.signatureVersion;
251711
252093
  }
@@ -252059,7 +252441,7 @@ AWS.util.mixin(AWS.Service, AWS.SequentialExecutor);
252059
252441
  module.exports = AWS.Service;
252060
252442
 
252061
252443
  }).call(this)}).call(this,require('_process'))
252062
- },{"./core":342,"./model/api":368,"./region/utils":385,"./region_config":386,"_process":435}],394:[function(require,module,exports){
252444
+ },{"./core":342,"./model/api":368,"./region/utils":385,"./region_config":386,"_process":436}],394:[function(require,module,exports){
252063
252445
  var AWS = require('../core');
252064
252446
 
252065
252447
  AWS.util.update(AWS.APIGateway.prototype, {
@@ -253795,7 +254177,7 @@ AWS.S3.deletePromisesFromClass = function deletePromisesFromClass() {
253795
254177
 
253796
254178
  AWS.util.addPromises(AWS.S3);
253797
254179
 
253798
- },{"../config_regional_endpoint":341,"../core":342,"../region_config":386,"../s3/managed_upload":391,"../signers/v4_credentials":416,"./s3util":406}],406:[function(require,module,exports){
254180
+ },{"../config_regional_endpoint":341,"../core":342,"../region_config":386,"../s3/managed_upload":391,"../signers/v4_credentials":417,"./s3util":406}],406:[function(require,module,exports){
253799
254181
  (function (process){(function (){
253800
254182
  var AWS = require('../core');
253801
254183
  var regionUtil = require('../region_config');
@@ -254082,7 +254464,7 @@ var s3util = {
254082
254464
  module.exports = s3util;
254083
254465
 
254084
254466
  }).call(this)}).call(this,require('_process'))
254085
- },{"../core":342,"../region_config":386,"_process":435}],407:[function(require,module,exports){
254467
+ },{"../core":342,"../region_config":386,"_process":436}],407:[function(require,module,exports){
254086
254468
  var AWS = require('../core');
254087
254469
 
254088
254470
  AWS.util.update(AWS.SQS.prototype, {
@@ -254305,6 +254687,22 @@ AWS.util.update(AWS.STS.prototype, {
254305
254687
 
254306
254688
  },{"../config_regional_endpoint":341,"../core":342}],409:[function(require,module,exports){
254307
254689
  var AWS = require('../core');
254690
+
254691
+ /**
254692
+ * @api private
254693
+ */
254694
+ AWS.Signers.Bearer = AWS.util.inherit(AWS.Signers.RequestSigner, {
254695
+ constructor: function Bearer(request) {
254696
+ AWS.Signers.RequestSigner.call(this, request);
254697
+ },
254698
+
254699
+ addAuthorization: function addAuthorization(token) {
254700
+ this.request.httpRequest.headers['Authorization'] = 'Bearer ' + token.token;
254701
+ }
254702
+ });
254703
+
254704
+ },{"../core":342}],410:[function(require,module,exports){
254705
+ var AWS = require('../core');
254308
254706
  var inherit = AWS.util.inherit;
254309
254707
 
254310
254708
  /**
@@ -254424,7 +254822,7 @@ AWS.Signers.Presign = inherit({
254424
254822
  */
254425
254823
  module.exports = AWS.Signers.Presign;
254426
254824
 
254427
- },{"../core":342}],410:[function(require,module,exports){
254825
+ },{"../core":342}],411:[function(require,module,exports){
254428
254826
  var AWS = require('../core');
254429
254827
 
254430
254828
  var inherit = AWS.util.inherit;
@@ -254454,6 +254852,7 @@ AWS.Signers.RequestSigner.getVersion = function getVersion(version) {
254454
254852
  case 'v4': return AWS.Signers.V4;
254455
254853
  case 's3': return AWS.Signers.S3;
254456
254854
  case 'v3https': return AWS.Signers.V3Https;
254855
+ case 'bearer': return AWS.Signers.Bearer;
254457
254856
  }
254458
254857
  throw new Error('Unknown signing version ' + version);
254459
254858
  };
@@ -254464,8 +254863,9 @@ require('./v3https');
254464
254863
  require('./v4');
254465
254864
  require('./s3');
254466
254865
  require('./presign');
254866
+ require('./bearer');
254467
254867
 
254468
- },{"../core":342,"./presign":409,"./s3":411,"./v2":412,"./v3":413,"./v3https":414,"./v4":415}],411:[function(require,module,exports){
254868
+ },{"../core":342,"./bearer":409,"./presign":410,"./s3":412,"./v2":413,"./v3":414,"./v3https":415,"./v4":416}],412:[function(require,module,exports){
254469
254869
  var AWS = require('../core');
254470
254870
  var inherit = AWS.util.inherit;
254471
254871
 
@@ -254642,7 +255042,7 @@ AWS.Signers.S3 = inherit(AWS.Signers.RequestSigner, {
254642
255042
  */
254643
255043
  module.exports = AWS.Signers.S3;
254644
255044
 
254645
- },{"../core":342}],412:[function(require,module,exports){
255045
+ },{"../core":342}],413:[function(require,module,exports){
254646
255046
  var AWS = require('../core');
254647
255047
  var inherit = AWS.util.inherit;
254648
255048
 
@@ -254692,7 +255092,7 @@ AWS.Signers.V2 = inherit(AWS.Signers.RequestSigner, {
254692
255092
  */
254693
255093
  module.exports = AWS.Signers.V2;
254694
255094
 
254695
- },{"../core":342}],413:[function(require,module,exports){
255095
+ },{"../core":342}],414:[function(require,module,exports){
254696
255096
  var AWS = require('../core');
254697
255097
  var inherit = AWS.util.inherit;
254698
255098
 
@@ -254771,7 +255171,7 @@ AWS.Signers.V3 = inherit(AWS.Signers.RequestSigner, {
254771
255171
  */
254772
255172
  module.exports = AWS.Signers.V3;
254773
255173
 
254774
- },{"../core":342}],414:[function(require,module,exports){
255174
+ },{"../core":342}],415:[function(require,module,exports){
254775
255175
  var AWS = require('../core');
254776
255176
  var inherit = AWS.util.inherit;
254777
255177
 
@@ -254798,7 +255198,7 @@ AWS.Signers.V3Https = inherit(AWS.Signers.V3, {
254798
255198
  */
254799
255199
  module.exports = AWS.Signers.V3Https;
254800
255200
 
254801
- },{"../core":342,"./v3":413}],415:[function(require,module,exports){
255201
+ },{"../core":342,"./v3":414}],416:[function(require,module,exports){
254802
255202
  var AWS = require('../core');
254803
255203
  var v4Credentials = require('./v4_credentials');
254804
255204
  var inherit = AWS.util.inherit;
@@ -255015,7 +255415,7 @@ AWS.Signers.V4 = inherit(AWS.Signers.RequestSigner, {
255015
255415
  */
255016
255416
  module.exports = AWS.Signers.V4;
255017
255417
 
255018
- },{"../core":342,"./v4_credentials":416}],416:[function(require,module,exports){
255418
+ },{"../core":342,"./v4_credentials":417}],417:[function(require,module,exports){
255019
255419
  var AWS = require('../core');
255020
255420
 
255021
255421
  /**
@@ -255117,7 +255517,7 @@ module.exports = {
255117
255517
  }
255118
255518
  };
255119
255519
 
255120
- },{"../core":342}],417:[function(require,module,exports){
255520
+ },{"../core":342}],418:[function(require,module,exports){
255121
255521
  function AcceptorStateMachine(states, state) {
255122
255522
  this.currentState = state || null;
255123
255523
  this.states = states || {};
@@ -255164,7 +255564,7 @@ AcceptorStateMachine.prototype.addState = function addState(name, acceptState, f
255164
255564
  */
255165
255565
  module.exports = AcceptorStateMachine;
255166
255566
 
255167
- },{}],418:[function(require,module,exports){
255567
+ },{}],419:[function(require,module,exports){
255168
255568
  (function (process,setImmediate){(function (){
255169
255569
  /* eslint guard-for-in:0 */
255170
255570
  var AWS;
@@ -256237,7 +256637,7 @@ var util = {
256237
256637
  module.exports = util;
256238
256638
 
256239
256639
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
256240
- },{"../apis/metadata.json":163,"./core":342,"_process":435,"fs":426,"timers":443,"uuid":446}],419:[function(require,module,exports){
256640
+ },{"../apis/metadata.json":163,"./core":342,"_process":436,"fs":427,"timers":444,"uuid":447}],420:[function(require,module,exports){
256241
256641
  var util = require('../util');
256242
256642
  var Shape = require('../model/shape');
256243
256643
 
@@ -256440,7 +256840,7 @@ function parseUnknown(xml) {
256440
256840
  */
256441
256841
  module.exports = DomXmlParser;
256442
256842
 
256443
- },{"../model/shape":373,"../util":418}],420:[function(require,module,exports){
256843
+ },{"../model/shape":373,"../util":419}],421:[function(require,module,exports){
256444
256844
  var util = require('../util');
256445
256845
  var XmlNode = require('./xml-node').XmlNode;
256446
256846
  var XmlText = require('./xml-text').XmlText;
@@ -256544,7 +256944,7 @@ function applyNamespaces(xml, shape, isRoot) {
256544
256944
  */
256545
256945
  module.exports = XmlBuilder;
256546
256946
 
256547
- },{"../util":418,"./xml-node":423,"./xml-text":424}],421:[function(require,module,exports){
256947
+ },{"../util":419,"./xml-node":424,"./xml-text":425}],422:[function(require,module,exports){
256548
256948
  /**
256549
256949
  * Escapes characters that can not be in an XML attribute.
256550
256950
  */
@@ -256559,7 +256959,7 @@ module.exports = {
256559
256959
  escapeAttribute: escapeAttribute
256560
256960
  };
256561
256961
 
256562
- },{}],422:[function(require,module,exports){
256962
+ },{}],423:[function(require,module,exports){
256563
256963
  /**
256564
256964
  * Escapes characters that can not be in an XML element.
256565
256965
  */
@@ -256580,7 +256980,7 @@ module.exports = {
256580
256980
  escapeElement: escapeElement
256581
256981
  };
256582
256982
 
256583
- },{}],423:[function(require,module,exports){
256983
+ },{}],424:[function(require,module,exports){
256584
256984
  var escapeAttribute = require('./escape-attribute').escapeAttribute;
256585
256985
 
256586
256986
  /**
@@ -256627,7 +257027,7 @@ module.exports = {
256627
257027
  XmlNode: XmlNode
256628
257028
  };
256629
257029
 
256630
- },{"./escape-attribute":421}],424:[function(require,module,exports){
257030
+ },{"./escape-attribute":422}],425:[function(require,module,exports){
256631
257031
  var escapeElement = require('./escape-element').escapeElement;
256632
257032
 
256633
257033
  /**
@@ -256649,7 +257049,7 @@ module.exports = {
256649
257049
  XmlText: XmlText
256650
257050
  };
256651
257051
 
256652
- },{"./escape-element":422}],425:[function(require,module,exports){
257052
+ },{"./escape-element":423}],426:[function(require,module,exports){
256653
257053
  'use strict'
256654
257054
 
256655
257055
  exports.byteLength = byteLength
@@ -256801,9 +257201,9 @@ function fromByteArray (uint8) {
256801
257201
  return parts.join('')
256802
257202
  }
256803
257203
 
256804
- },{}],426:[function(require,module,exports){
256805
-
256806
257204
  },{}],427:[function(require,module,exports){
257205
+
257206
+ },{}],428:[function(require,module,exports){
256807
257207
  if (typeof Object.create === 'function') {
256808
257208
  // implementation from standard node.js 'util' module
256809
257209
  module.exports = function inherits(ctor, superCtor) {
@@ -256828,14 +257228,14 @@ if (typeof Object.create === 'function') {
256828
257228
  }
256829
257229
  }
256830
257230
 
256831
- },{}],428:[function(require,module,exports){
257231
+ },{}],429:[function(require,module,exports){
256832
257232
  module.exports = function isBuffer(arg) {
256833
257233
  return arg && typeof arg === 'object'
256834
257234
  && typeof arg.copy === 'function'
256835
257235
  && typeof arg.fill === 'function'
256836
257236
  && typeof arg.readUInt8 === 'function';
256837
257237
  }
256838
- },{}],429:[function(require,module,exports){
257238
+ },{}],430:[function(require,module,exports){
256839
257239
  (function (process,global){(function (){
256840
257240
  // Copyright Joyent, Inc. and other Node contributors.
256841
257241
  //
@@ -257425,7 +257825,7 @@ function hasOwnProperty(obj, prop) {
257425
257825
  }
257426
257826
 
257427
257827
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
257428
- },{"./support/isBuffer":428,"_process":435,"inherits":427}],430:[function(require,module,exports){
257828
+ },{"./support/isBuffer":429,"_process":436,"inherits":428}],431:[function(require,module,exports){
257429
257829
  (function (global,Buffer){(function (){
257430
257830
  /*!
257431
257831
  * The buffer module from node.js, for the browser.
@@ -259218,7 +259618,7 @@ function isnan (val) {
259218
259618
  }
259219
259619
 
259220
259620
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
259221
- },{"base64-js":425,"buffer":430,"ieee754":432,"isarray":433}],431:[function(require,module,exports){
259621
+ },{"base64-js":426,"buffer":431,"ieee754":433,"isarray":434}],432:[function(require,module,exports){
259222
259622
  // Copyright Joyent, Inc. and other Node contributors.
259223
259623
  //
259224
259624
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -259522,7 +259922,7 @@ function isUndefined(arg) {
259522
259922
  return arg === void 0;
259523
259923
  }
259524
259924
 
259525
- },{}],432:[function(require,module,exports){
259925
+ },{}],433:[function(require,module,exports){
259526
259926
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
259527
259927
  var e, m
259528
259928
  var eLen = (nBytes * 8) - mLen - 1
@@ -259608,14 +260008,14 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
259608
260008
  buffer[offset + i - d] |= s * 128
259609
260009
  }
259610
260010
 
259611
- },{}],433:[function(require,module,exports){
260011
+ },{}],434:[function(require,module,exports){
259612
260012
  var toString = {}.toString;
259613
260013
 
259614
260014
  module.exports = Array.isArray || function (arr) {
259615
260015
  return toString.call(arr) == '[object Array]';
259616
260016
  };
259617
260017
 
259618
- },{}],434:[function(require,module,exports){
260018
+ },{}],435:[function(require,module,exports){
259619
260019
  (function(exports) {
259620
260020
  "use strict";
259621
260021
 
@@ -261289,7 +261689,7 @@ module.exports = Array.isArray || function (arr) {
261289
261689
  exports.strictDeepEqual = strictDeepEqual;
261290
261690
  })(typeof exports === "undefined" ? this.jmespath = {} : exports);
261291
261691
 
261292
- },{}],435:[function(require,module,exports){
261692
+ },{}],436:[function(require,module,exports){
261293
261693
  // shim for using process in browser
261294
261694
  var process = module.exports = {};
261295
261695
 
@@ -261475,7 +261875,7 @@ process.chdir = function (dir) {
261475
261875
  };
261476
261876
  process.umask = function() { return 0; };
261477
261877
 
261478
- },{}],436:[function(require,module,exports){
261878
+ },{}],437:[function(require,module,exports){
261479
261879
  (function (global){(function (){
261480
261880
  /*! https://mths.be/punycode v1.3.2 by @mathias */
261481
261881
  ;(function(root) {
@@ -262009,7 +262409,7 @@ process.umask = function() { return 0; };
262009
262409
  }(this));
262010
262410
 
262011
262411
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
262012
- },{}],437:[function(require,module,exports){
262412
+ },{}],438:[function(require,module,exports){
262013
262413
  // Copyright Joyent, Inc. and other Node contributors.
262014
262414
  //
262015
262415
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -262095,7 +262495,7 @@ var isArray = Array.isArray || function (xs) {
262095
262495
  return Object.prototype.toString.call(xs) === '[object Array]';
262096
262496
  };
262097
262497
 
262098
- },{}],438:[function(require,module,exports){
262498
+ },{}],439:[function(require,module,exports){
262099
262499
  // Copyright Joyent, Inc. and other Node contributors.
262100
262500
  //
262101
262501
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -262182,13 +262582,13 @@ var objectKeys = Object.keys || function (obj) {
262182
262582
  return res;
262183
262583
  };
262184
262584
 
262185
- },{}],439:[function(require,module,exports){
262585
+ },{}],440:[function(require,module,exports){
262186
262586
  'use strict';
262187
262587
 
262188
262588
  exports.decode = exports.parse = require('./decode');
262189
262589
  exports.encode = exports.stringify = require('./encode');
262190
262590
 
262191
- },{"./decode":437,"./encode":438}],440:[function(require,module,exports){
262591
+ },{"./decode":438,"./encode":439}],441:[function(require,module,exports){
262192
262592
  // Copyright Joyent, Inc. and other Node contributors.
262193
262593
  //
262194
262594
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -262270,7 +262670,7 @@ module.exports = function(qs, sep, eq, options) {
262270
262670
  return obj;
262271
262671
  };
262272
262672
 
262273
- },{}],441:[function(require,module,exports){
262673
+ },{}],442:[function(require,module,exports){
262274
262674
  // Copyright Joyent, Inc. and other Node contributors.
262275
262675
  //
262276
262676
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -262336,9 +262736,9 @@ module.exports = function(obj, sep, eq, name) {
262336
262736
  encodeURIComponent(stringifyPrimitive(obj));
262337
262737
  };
262338
262738
 
262339
- },{}],442:[function(require,module,exports){
262340
- arguments[4][439][0].apply(exports,arguments)
262341
- },{"./decode":440,"./encode":441,"dup":439}],443:[function(require,module,exports){
262739
+ },{}],443:[function(require,module,exports){
262740
+ arguments[4][440][0].apply(exports,arguments)
262741
+ },{"./decode":441,"./encode":442,"dup":440}],444:[function(require,module,exports){
262342
262742
  (function (setImmediate,clearImmediate){(function (){
262343
262743
  var nextTick = require('process/browser.js').nextTick;
262344
262744
  var apply = Function.prototype.apply;
@@ -262417,7 +262817,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
262417
262817
  delete immediateIds[id];
262418
262818
  };
262419
262819
  }).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
262420
- },{"process/browser.js":435,"timers":443}],444:[function(require,module,exports){
262820
+ },{"process/browser.js":436,"timers":444}],445:[function(require,module,exports){
262421
262821
  // Copyright Joyent, Inc. and other Node contributors.
262422
262822
  //
262423
262823
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -263126,7 +263526,7 @@ function isNullOrUndefined(arg) {
263126
263526
  return arg == null;
263127
263527
  }
263128
263528
 
263129
- },{"punycode":436,"querystring":439}],445:[function(require,module,exports){
263529
+ },{"punycode":437,"querystring":440}],446:[function(require,module,exports){
263130
263530
  "use strict";
263131
263531
 
263132
263532
  Object.defineProperty(exports, "__esModule", {
@@ -263153,7 +263553,7 @@ function bytesToUuid(buf, offset) {
263153
263553
 
263154
263554
  var _default = bytesToUuid;
263155
263555
  exports.default = _default;
263156
- },{}],446:[function(require,module,exports){
263556
+ },{}],447:[function(require,module,exports){
263157
263557
  "use strict";
263158
263558
 
263159
263559
  Object.defineProperty(exports, "__esModule", {
@@ -263193,7 +263593,7 @@ var _v3 = _interopRequireDefault(require("./v4.js"));
263193
263593
  var _v4 = _interopRequireDefault(require("./v5.js"));
263194
263594
 
263195
263595
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
263196
- },{"./v1.js":450,"./v3.js":451,"./v4.js":453,"./v5.js":454}],447:[function(require,module,exports){
263596
+ },{"./v1.js":451,"./v3.js":452,"./v4.js":454,"./v5.js":455}],448:[function(require,module,exports){
263197
263597
  "use strict";
263198
263598
 
263199
263599
  Object.defineProperty(exports, "__esModule", {
@@ -263418,7 +263818,7 @@ function md5ii(a, b, c, d, x, s, t) {
263418
263818
 
263419
263819
  var _default = md5;
263420
263820
  exports.default = _default;
263421
- },{}],448:[function(require,module,exports){
263821
+ },{}],449:[function(require,module,exports){
263422
263822
  "use strict";
263423
263823
 
263424
263824
  Object.defineProperty(exports, "__esModule", {
@@ -263440,7 +263840,7 @@ function rng() {
263440
263840
 
263441
263841
  return getRandomValues(rnds8);
263442
263842
  }
263443
- },{}],449:[function(require,module,exports){
263843
+ },{}],450:[function(require,module,exports){
263444
263844
  "use strict";
263445
263845
 
263446
263846
  Object.defineProperty(exports, "__esModule", {
@@ -263536,7 +263936,7 @@ function sha1(bytes) {
263536
263936
 
263537
263937
  var _default = sha1;
263538
263938
  exports.default = _default;
263539
- },{}],450:[function(require,module,exports){
263939
+ },{}],451:[function(require,module,exports){
263540
263940
  "use strict";
263541
263941
 
263542
263942
  Object.defineProperty(exports, "__esModule", {
@@ -263644,7 +264044,7 @@ function v1(options, buf, offset) {
263644
264044
 
263645
264045
  var _default = v1;
263646
264046
  exports.default = _default;
263647
- },{"./bytesToUuid.js":445,"./rng.js":448}],451:[function(require,module,exports){
264047
+ },{"./bytesToUuid.js":446,"./rng.js":449}],452:[function(require,module,exports){
263648
264048
  "use strict";
263649
264049
 
263650
264050
  Object.defineProperty(exports, "__esModule", {
@@ -263661,7 +264061,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
263661
264061
  const v3 = (0, _v.default)('v3', 0x30, _md.default);
263662
264062
  var _default = v3;
263663
264063
  exports.default = _default;
263664
- },{"./md5.js":447,"./v35.js":452}],452:[function(require,module,exports){
264064
+ },{"./md5.js":448,"./v35.js":453}],453:[function(require,module,exports){
263665
264065
  "use strict";
263666
264066
 
263667
264067
  Object.defineProperty(exports, "__esModule", {
@@ -263731,7 +264131,7 @@ function _default(name, version, hashfunc) {
263731
264131
  generateUUID.URL = URL;
263732
264132
  return generateUUID;
263733
264133
  }
263734
- },{"./bytesToUuid.js":445}],453:[function(require,module,exports){
264134
+ },{"./bytesToUuid.js":446}],454:[function(require,module,exports){
263735
264135
  "use strict";
263736
264136
 
263737
264137
  Object.defineProperty(exports, "__esModule", {
@@ -263772,7 +264172,7 @@ function v4(options, buf, offset) {
263772
264172
 
263773
264173
  var _default = v4;
263774
264174
  exports.default = _default;
263775
- },{"./bytesToUuid.js":445,"./rng.js":448}],454:[function(require,module,exports){
264175
+ },{"./bytesToUuid.js":446,"./rng.js":449}],455:[function(require,module,exports){
263776
264176
  "use strict";
263777
264177
 
263778
264178
  Object.defineProperty(exports, "__esModule", {
@@ -263789,7 +264189,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
263789
264189
  const v5 = (0, _v.default)('v5', 0x50, _sha.default);
263790
264190
  var _default = v5;
263791
264191
  exports.default = _default;
263792
- },{"./sha1.js":449,"./v35.js":452}],455:[function(require,module,exports){
264192
+ },{"./sha1.js":450,"./v35.js":453}],456:[function(require,module,exports){
263793
264193
  "use strict";
263794
264194
  Object.defineProperty(exports, "__esModule", { value: true });
263795
264195
  var LRU_1 = require("./utils/LRU");
@@ -263862,7 +264262,7 @@ var EndpointCache = /** @class */ (function () {
263862
264262
  return EndpointCache;
263863
264263
  }());
263864
264264
  exports.EndpointCache = EndpointCache;
263865
- },{"./utils/LRU":456}],456:[function(require,module,exports){
264265
+ },{"./utils/LRU":457}],457:[function(require,module,exports){
263866
264266
  "use strict";
263867
264267
  Object.defineProperty(exports, "__esModule", { value: true });
263868
264268
  var LinkedListNode = /** @class */ (function () {
@@ -263970,8 +264370,8 @@ var LRUCache = /** @class */ (function () {
263970
264370
  return LRUCache;
263971
264371
  }());
263972
264372
  exports.LRUCache = LRUCache;
263973
- },{}],457:[function(require,module,exports){
263974
- // AWS SDK for JavaScript v2.1201.0
264373
+ },{}],458:[function(require,module,exports){
264374
+ // AWS SDK for JavaScript v2.1204.0
263975
264375
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
263976
264376
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
263977
264377
  require('./browser_loader');
@@ -263994,5 +264394,5 @@ if (typeof self !== 'undefined') self.AWS = AWS;
263994
264394
  */
263995
264395
  require('../clients/browser_default');
263996
264396
 
263997
- },{"../clients/browser_default":245,"./browser_loader":338,"./core":342}]},{},[457]);
264397
+ },{"../clients/browser_default":245,"./browser_loader":338,"./core":342}]},{},[458]);
263998
264398