cdk-docker-image-deployment 0.0.197 → 0.0.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json +155 -0
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +70 -1
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +130 -103
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +8 -1
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json +234 -32
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.paginators.json +42 -0
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +88 -11
- package/node_modules/aws-sdk/clients/neptune.d.ts +39 -1
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +17 -1
- package/node_modules/aws-sdk/clients/workdocs.d.ts +196 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +349 -36
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1339.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){
|
|
@@ -5185,7 +5185,8 @@ module.exports={
|
|
|
5185
5185
|
},
|
|
5186
5186
|
"SuspendedState": {
|
|
5187
5187
|
"shape": "Sj"
|
|
5188
|
-
}
|
|
5188
|
+
},
|
|
5189
|
+
"ScalableTargetARN": {}
|
|
5189
5190
|
}
|
|
5190
5191
|
}
|
|
5191
5192
|
},
|
|
@@ -5395,6 +5396,25 @@ module.exports={
|
|
|
5395
5396
|
}
|
|
5396
5397
|
}
|
|
5397
5398
|
},
|
|
5399
|
+
"ListTagsForResource": {
|
|
5400
|
+
"input": {
|
|
5401
|
+
"type": "structure",
|
|
5402
|
+
"required": [
|
|
5403
|
+
"ResourceARN"
|
|
5404
|
+
],
|
|
5405
|
+
"members": {
|
|
5406
|
+
"ResourceARN": {}
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5409
|
+
"output": {
|
|
5410
|
+
"type": "structure",
|
|
5411
|
+
"members": {
|
|
5412
|
+
"Tags": {
|
|
5413
|
+
"shape": "S2c"
|
|
5414
|
+
}
|
|
5415
|
+
}
|
|
5416
|
+
}
|
|
5417
|
+
},
|
|
5398
5418
|
"PutScalingPolicy": {
|
|
5399
5419
|
"input": {
|
|
5400
5420
|
"type": "structure",
|
|
@@ -5484,6 +5504,50 @@ module.exports={
|
|
|
5484
5504
|
"RoleARN": {},
|
|
5485
5505
|
"SuspendedState": {
|
|
5486
5506
|
"shape": "Sj"
|
|
5507
|
+
},
|
|
5508
|
+
"Tags": {
|
|
5509
|
+
"shape": "S2c"
|
|
5510
|
+
}
|
|
5511
|
+
}
|
|
5512
|
+
},
|
|
5513
|
+
"output": {
|
|
5514
|
+
"type": "structure",
|
|
5515
|
+
"members": {
|
|
5516
|
+
"ScalableTargetARN": {}
|
|
5517
|
+
}
|
|
5518
|
+
}
|
|
5519
|
+
},
|
|
5520
|
+
"TagResource": {
|
|
5521
|
+
"input": {
|
|
5522
|
+
"type": "structure",
|
|
5523
|
+
"required": [
|
|
5524
|
+
"ResourceARN",
|
|
5525
|
+
"Tags"
|
|
5526
|
+
],
|
|
5527
|
+
"members": {
|
|
5528
|
+
"ResourceARN": {},
|
|
5529
|
+
"Tags": {
|
|
5530
|
+
"shape": "S2c"
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
5533
|
+
},
|
|
5534
|
+
"output": {
|
|
5535
|
+
"type": "structure",
|
|
5536
|
+
"members": {}
|
|
5537
|
+
}
|
|
5538
|
+
},
|
|
5539
|
+
"UntagResource": {
|
|
5540
|
+
"input": {
|
|
5541
|
+
"type": "structure",
|
|
5542
|
+
"required": [
|
|
5543
|
+
"ResourceARN",
|
|
5544
|
+
"TagKeys"
|
|
5545
|
+
],
|
|
5546
|
+
"members": {
|
|
5547
|
+
"ResourceARN": {},
|
|
5548
|
+
"TagKeys": {
|
|
5549
|
+
"type": "list",
|
|
5550
|
+
"member": {}
|
|
5487
5551
|
}
|
|
5488
5552
|
}
|
|
5489
5553
|
},
|
|
@@ -5671,6 +5735,11 @@ module.exports={
|
|
|
5671
5735
|
"type": "integer"
|
|
5672
5736
|
}
|
|
5673
5737
|
}
|
|
5738
|
+
},
|
|
5739
|
+
"S2c": {
|
|
5740
|
+
"type": "map",
|
|
5741
|
+
"key": {},
|
|
5742
|
+
"value": {}
|
|
5674
5743
|
}
|
|
5675
5744
|
}
|
|
5676
5745
|
}
|
|
@@ -246598,7 +246667,9 @@ module.exports={
|
|
|
246598
246667
|
"location": "header",
|
|
246599
246668
|
"locationName": "Authentication"
|
|
246600
246669
|
},
|
|
246601
|
-
"Name": {
|
|
246670
|
+
"Name": {
|
|
246671
|
+
"shape": "S1b"
|
|
246672
|
+
},
|
|
246602
246673
|
"ParentFolderId": {}
|
|
246603
246674
|
}
|
|
246604
246675
|
},
|
|
@@ -246690,12 +246761,18 @@ module.exports={
|
|
|
246690
246761
|
],
|
|
246691
246762
|
"members": {
|
|
246692
246763
|
"OrganizationId": {},
|
|
246693
|
-
"Username": {
|
|
246764
|
+
"Username": {
|
|
246765
|
+
"shape": "S9"
|
|
246766
|
+
},
|
|
246694
246767
|
"EmailAddress": {
|
|
246695
246768
|
"shape": "Sa"
|
|
246696
246769
|
},
|
|
246697
|
-
"GivenName": {
|
|
246698
|
-
|
|
246770
|
+
"GivenName": {
|
|
246771
|
+
"shape": "Sb"
|
|
246772
|
+
},
|
|
246773
|
+
"Surname": {
|
|
246774
|
+
"shape": "Sb"
|
|
246775
|
+
},
|
|
246699
246776
|
"Password": {
|
|
246700
246777
|
"type": "string",
|
|
246701
246778
|
"sensitive": true
|
|
@@ -247110,18 +247187,7 @@ module.exports={
|
|
|
247110
247187
|
"shape": "S2k"
|
|
247111
247188
|
},
|
|
247112
247189
|
"CommentMetadata": {
|
|
247113
|
-
"
|
|
247114
|
-
"members": {
|
|
247115
|
-
"CommentId": {},
|
|
247116
|
-
"Contributor": {
|
|
247117
|
-
"shape": "S8"
|
|
247118
|
-
},
|
|
247119
|
-
"CreatedTimestamp": {
|
|
247120
|
-
"type": "timestamp"
|
|
247121
|
-
},
|
|
247122
|
-
"CommentStatus": {},
|
|
247123
|
-
"RecipientId": {}
|
|
247124
|
-
}
|
|
247190
|
+
"shape": "S2m"
|
|
247125
247191
|
}
|
|
247126
247192
|
}
|
|
247127
247193
|
}
|
|
@@ -247860,7 +247926,9 @@ module.exports={
|
|
|
247860
247926
|
"locationName": "Authentication"
|
|
247861
247927
|
},
|
|
247862
247928
|
"Id": {},
|
|
247863
|
-
"Name": {
|
|
247929
|
+
"Name": {
|
|
247930
|
+
"shape": "S1b"
|
|
247931
|
+
},
|
|
247864
247932
|
"ContentCreatedTimestamp": {
|
|
247865
247933
|
"type": "timestamp"
|
|
247866
247934
|
},
|
|
@@ -247976,6 +248044,141 @@ module.exports={
|
|
|
247976
248044
|
}
|
|
247977
248045
|
}
|
|
247978
248046
|
},
|
|
248047
|
+
"SearchResources": {
|
|
248048
|
+
"http": {
|
|
248049
|
+
"requestUri": "/api/v1/search",
|
|
248050
|
+
"responseCode": 200
|
|
248051
|
+
},
|
|
248052
|
+
"input": {
|
|
248053
|
+
"type": "structure",
|
|
248054
|
+
"members": {
|
|
248055
|
+
"AuthenticationToken": {
|
|
248056
|
+
"shape": "S2",
|
|
248057
|
+
"location": "header",
|
|
248058
|
+
"locationName": "Authentication"
|
|
248059
|
+
},
|
|
248060
|
+
"QueryText": {
|
|
248061
|
+
"shape": "S3d"
|
|
248062
|
+
},
|
|
248063
|
+
"QueryScopes": {
|
|
248064
|
+
"type": "list",
|
|
248065
|
+
"member": {}
|
|
248066
|
+
},
|
|
248067
|
+
"OrganizationId": {},
|
|
248068
|
+
"AdditionalResponseFields": {
|
|
248069
|
+
"type": "list",
|
|
248070
|
+
"member": {}
|
|
248071
|
+
},
|
|
248072
|
+
"Filters": {
|
|
248073
|
+
"type": "structure",
|
|
248074
|
+
"members": {
|
|
248075
|
+
"TextLocales": {
|
|
248076
|
+
"type": "list",
|
|
248077
|
+
"member": {}
|
|
248078
|
+
},
|
|
248079
|
+
"ContentCategories": {
|
|
248080
|
+
"type": "list",
|
|
248081
|
+
"member": {}
|
|
248082
|
+
},
|
|
248083
|
+
"ResourceTypes": {
|
|
248084
|
+
"type": "list",
|
|
248085
|
+
"member": {}
|
|
248086
|
+
},
|
|
248087
|
+
"Labels": {
|
|
248088
|
+
"type": "list",
|
|
248089
|
+
"member": {}
|
|
248090
|
+
},
|
|
248091
|
+
"Principals": {
|
|
248092
|
+
"type": "list",
|
|
248093
|
+
"member": {
|
|
248094
|
+
"type": "structure",
|
|
248095
|
+
"required": [
|
|
248096
|
+
"Id"
|
|
248097
|
+
],
|
|
248098
|
+
"members": {
|
|
248099
|
+
"Id": {},
|
|
248100
|
+
"Roles": {
|
|
248101
|
+
"type": "list",
|
|
248102
|
+
"member": {}
|
|
248103
|
+
}
|
|
248104
|
+
}
|
|
248105
|
+
}
|
|
248106
|
+
},
|
|
248107
|
+
"AncestorIds": {
|
|
248108
|
+
"type": "list",
|
|
248109
|
+
"member": {}
|
|
248110
|
+
},
|
|
248111
|
+
"SearchCollectionTypes": {
|
|
248112
|
+
"type": "list",
|
|
248113
|
+
"member": {}
|
|
248114
|
+
},
|
|
248115
|
+
"SizeRange": {
|
|
248116
|
+
"type": "structure",
|
|
248117
|
+
"members": {
|
|
248118
|
+
"StartValue": {
|
|
248119
|
+
"type": "long"
|
|
248120
|
+
},
|
|
248121
|
+
"EndValue": {
|
|
248122
|
+
"type": "long"
|
|
248123
|
+
}
|
|
248124
|
+
}
|
|
248125
|
+
},
|
|
248126
|
+
"CreatedRange": {
|
|
248127
|
+
"shape": "S5d"
|
|
248128
|
+
},
|
|
248129
|
+
"ModifiedRange": {
|
|
248130
|
+
"shape": "S5d"
|
|
248131
|
+
}
|
|
248132
|
+
}
|
|
248133
|
+
},
|
|
248134
|
+
"OrderBy": {
|
|
248135
|
+
"type": "list",
|
|
248136
|
+
"member": {
|
|
248137
|
+
"type": "structure",
|
|
248138
|
+
"members": {
|
|
248139
|
+
"Field": {},
|
|
248140
|
+
"Order": {}
|
|
248141
|
+
}
|
|
248142
|
+
}
|
|
248143
|
+
},
|
|
248144
|
+
"Limit": {
|
|
248145
|
+
"type": "integer"
|
|
248146
|
+
},
|
|
248147
|
+
"Marker": {}
|
|
248148
|
+
}
|
|
248149
|
+
},
|
|
248150
|
+
"output": {
|
|
248151
|
+
"type": "structure",
|
|
248152
|
+
"members": {
|
|
248153
|
+
"Items": {
|
|
248154
|
+
"type": "list",
|
|
248155
|
+
"member": {
|
|
248156
|
+
"type": "structure",
|
|
248157
|
+
"members": {
|
|
248158
|
+
"ResourceType": {},
|
|
248159
|
+
"WebUrl": {
|
|
248160
|
+
"type": "string",
|
|
248161
|
+
"sensitive": true
|
|
248162
|
+
},
|
|
248163
|
+
"DocumentMetadata": {
|
|
248164
|
+
"shape": "S3b"
|
|
248165
|
+
},
|
|
248166
|
+
"FolderMetadata": {
|
|
248167
|
+
"shape": "S1d"
|
|
248168
|
+
},
|
|
248169
|
+
"CommentMetadata": {
|
|
248170
|
+
"shape": "S2m"
|
|
248171
|
+
},
|
|
248172
|
+
"DocumentVersionMetadata": {
|
|
248173
|
+
"shape": "S2w"
|
|
248174
|
+
}
|
|
248175
|
+
}
|
|
248176
|
+
}
|
|
248177
|
+
},
|
|
248178
|
+
"Marker": {}
|
|
248179
|
+
}
|
|
248180
|
+
}
|
|
248181
|
+
},
|
|
247979
248182
|
"UpdateDocument": {
|
|
247980
248183
|
"http": {
|
|
247981
248184
|
"method": "PATCH",
|
|
@@ -247997,7 +248200,9 @@ module.exports={
|
|
|
247997
248200
|
"location": "uri",
|
|
247998
248201
|
"locationName": "DocumentId"
|
|
247999
248202
|
},
|
|
248000
|
-
"Name": {
|
|
248203
|
+
"Name": {
|
|
248204
|
+
"shape": "S1b"
|
|
248205
|
+
},
|
|
248001
248206
|
"ParentFolderId": {},
|
|
248002
248207
|
"ResourceState": {}
|
|
248003
248208
|
}
|
|
@@ -248054,7 +248259,9 @@ module.exports={
|
|
|
248054
248259
|
"location": "uri",
|
|
248055
248260
|
"locationName": "FolderId"
|
|
248056
248261
|
},
|
|
248057
|
-
"Name": {
|
|
248262
|
+
"Name": {
|
|
248263
|
+
"shape": "S1b"
|
|
248264
|
+
},
|
|
248058
248265
|
"ParentFolderId": {},
|
|
248059
248266
|
"ResourceState": {}
|
|
248060
248267
|
}
|
|
@@ -248081,8 +248288,12 @@ module.exports={
|
|
|
248081
248288
|
"location": "uri",
|
|
248082
248289
|
"locationName": "UserId"
|
|
248083
248290
|
},
|
|
248084
|
-
"GivenName": {
|
|
248085
|
-
|
|
248291
|
+
"GivenName": {
|
|
248292
|
+
"shape": "Sb"
|
|
248293
|
+
},
|
|
248294
|
+
"Surname": {
|
|
248295
|
+
"shape": "Sb"
|
|
248296
|
+
},
|
|
248086
248297
|
"Type": {},
|
|
248087
248298
|
"StorageRule": {
|
|
248088
248299
|
"shape": "Sj"
|
|
@@ -248111,12 +248322,18 @@ module.exports={
|
|
|
248111
248322
|
"type": "structure",
|
|
248112
248323
|
"members": {
|
|
248113
248324
|
"Id": {},
|
|
248114
|
-
"Username": {
|
|
248325
|
+
"Username": {
|
|
248326
|
+
"shape": "S9"
|
|
248327
|
+
},
|
|
248115
248328
|
"EmailAddress": {
|
|
248116
248329
|
"shape": "Sa"
|
|
248117
248330
|
},
|
|
248118
|
-
"GivenName": {
|
|
248119
|
-
|
|
248331
|
+
"GivenName": {
|
|
248332
|
+
"shape": "Sb"
|
|
248333
|
+
},
|
|
248334
|
+
"Surname": {
|
|
248335
|
+
"shape": "Sb"
|
|
248336
|
+
},
|
|
248120
248337
|
"OrganizationId": {},
|
|
248121
248338
|
"RootFolderId": {},
|
|
248122
248339
|
"RecycleBinFolderId": {},
|
|
@@ -248143,10 +248360,18 @@ module.exports={
|
|
|
248143
248360
|
}
|
|
248144
248361
|
}
|
|
248145
248362
|
},
|
|
248363
|
+
"S9": {
|
|
248364
|
+
"type": "string",
|
|
248365
|
+
"sensitive": true
|
|
248366
|
+
},
|
|
248146
248367
|
"Sa": {
|
|
248147
248368
|
"type": "string",
|
|
248148
248369
|
"sensitive": true
|
|
248149
248370
|
},
|
|
248371
|
+
"Sb": {
|
|
248372
|
+
"type": "string",
|
|
248373
|
+
"sensitive": true
|
|
248374
|
+
},
|
|
248150
248375
|
"Sj": {
|
|
248151
248376
|
"type": "structure",
|
|
248152
248377
|
"members": {
|
|
@@ -248192,11 +248417,17 @@ module.exports={
|
|
|
248192
248417
|
"key": {},
|
|
248193
248418
|
"value": {}
|
|
248194
248419
|
},
|
|
248420
|
+
"S1b": {
|
|
248421
|
+
"type": "string",
|
|
248422
|
+
"sensitive": true
|
|
248423
|
+
},
|
|
248195
248424
|
"S1d": {
|
|
248196
248425
|
"type": "structure",
|
|
248197
248426
|
"members": {
|
|
248198
248427
|
"Id": {},
|
|
248199
|
-
"Name": {
|
|
248428
|
+
"Name": {
|
|
248429
|
+
"shape": "S1b"
|
|
248430
|
+
},
|
|
248200
248431
|
"CreatorId": {},
|
|
248201
248432
|
"ParentFolderId": {},
|
|
248202
248433
|
"CreatedTimestamp": {
|
|
@@ -248234,9 +248465,15 @@ module.exports={
|
|
|
248234
248465
|
"type": "structure",
|
|
248235
248466
|
"members": {
|
|
248236
248467
|
"Id": {},
|
|
248237
|
-
"Username": {
|
|
248238
|
-
|
|
248239
|
-
|
|
248468
|
+
"Username": {
|
|
248469
|
+
"shape": "S9"
|
|
248470
|
+
},
|
|
248471
|
+
"GivenName": {
|
|
248472
|
+
"shape": "Sb"
|
|
248473
|
+
},
|
|
248474
|
+
"Surname": {
|
|
248475
|
+
"shape": "Sb"
|
|
248476
|
+
},
|
|
248240
248477
|
"EmailAddress": {
|
|
248241
248478
|
"shape": "Sa"
|
|
248242
248479
|
}
|
|
@@ -248256,8 +248493,12 @@ module.exports={
|
|
|
248256
248493
|
"type": "structure",
|
|
248257
248494
|
"members": {
|
|
248258
248495
|
"Type": {},
|
|
248259
|
-
"Name": {
|
|
248260
|
-
|
|
248496
|
+
"Name": {
|
|
248497
|
+
"shape": "S1b"
|
|
248498
|
+
},
|
|
248499
|
+
"OriginalName": {
|
|
248500
|
+
"shape": "S1b"
|
|
248501
|
+
},
|
|
248261
248502
|
"Id": {},
|
|
248262
248503
|
"VersionId": {},
|
|
248263
248504
|
"Owner": {
|
|
@@ -248266,11 +248507,28 @@ module.exports={
|
|
|
248266
248507
|
"ParentId": {}
|
|
248267
248508
|
}
|
|
248268
248509
|
},
|
|
248510
|
+
"S2m": {
|
|
248511
|
+
"type": "structure",
|
|
248512
|
+
"members": {
|
|
248513
|
+
"CommentId": {},
|
|
248514
|
+
"Contributor": {
|
|
248515
|
+
"shape": "S8"
|
|
248516
|
+
},
|
|
248517
|
+
"CreatedTimestamp": {
|
|
248518
|
+
"type": "timestamp"
|
|
248519
|
+
},
|
|
248520
|
+
"CommentStatus": {},
|
|
248521
|
+
"RecipientId": {},
|
|
248522
|
+
"ContributorId": {}
|
|
248523
|
+
}
|
|
248524
|
+
},
|
|
248269
248525
|
"S2w": {
|
|
248270
248526
|
"type": "structure",
|
|
248271
248527
|
"members": {
|
|
248272
248528
|
"Id": {},
|
|
248273
|
-
"Name": {
|
|
248529
|
+
"Name": {
|
|
248530
|
+
"shape": "S1b"
|
|
248531
|
+
},
|
|
248274
248532
|
"ContentType": {},
|
|
248275
248533
|
"Size": {
|
|
248276
248534
|
"type": "long"
|
|
@@ -248356,17 +248614,42 @@ module.exports={
|
|
|
248356
248614
|
"type": "structure",
|
|
248357
248615
|
"members": {
|
|
248358
248616
|
"Id": {},
|
|
248359
|
-
"Name": {
|
|
248617
|
+
"Name": {
|
|
248618
|
+
"shape": "S1b"
|
|
248619
|
+
}
|
|
248360
248620
|
}
|
|
248361
248621
|
}
|
|
248362
248622
|
}
|
|
248363
248623
|
}
|
|
248624
|
+
},
|
|
248625
|
+
"S5d": {
|
|
248626
|
+
"type": "structure",
|
|
248627
|
+
"members": {
|
|
248628
|
+
"StartValue": {
|
|
248629
|
+
"type": "timestamp"
|
|
248630
|
+
},
|
|
248631
|
+
"EndValue": {
|
|
248632
|
+
"type": "timestamp"
|
|
248633
|
+
}
|
|
248634
|
+
}
|
|
248364
248635
|
}
|
|
248365
248636
|
}
|
|
248366
248637
|
}
|
|
248367
248638
|
},{}],239:[function(require,module,exports){
|
|
248368
248639
|
module.exports={
|
|
248369
248640
|
"pagination": {
|
|
248641
|
+
"DescribeActivities": {
|
|
248642
|
+
"input_token": "Marker",
|
|
248643
|
+
"limit_key": "Limit",
|
|
248644
|
+
"output_token": "Marker",
|
|
248645
|
+
"result_key": "UserActivities"
|
|
248646
|
+
},
|
|
248647
|
+
"DescribeComments": {
|
|
248648
|
+
"input_token": "Marker",
|
|
248649
|
+
"limit_key": "Limit",
|
|
248650
|
+
"output_token": "Marker",
|
|
248651
|
+
"result_key": "Comments"
|
|
248652
|
+
},
|
|
248370
248653
|
"DescribeDocumentVersions": {
|
|
248371
248654
|
"input_token": "Marker",
|
|
248372
248655
|
"limit_key": "Limit",
|
|
@@ -248382,11 +248665,41 @@ module.exports={
|
|
|
248382
248665
|
"Documents"
|
|
248383
248666
|
]
|
|
248384
248667
|
},
|
|
248668
|
+
"DescribeGroups": {
|
|
248669
|
+
"input_token": "Marker",
|
|
248670
|
+
"limit_key": "Limit",
|
|
248671
|
+
"output_token": "Marker",
|
|
248672
|
+
"result_key": "Groups"
|
|
248673
|
+
},
|
|
248674
|
+
"DescribeNotificationSubscriptions": {
|
|
248675
|
+
"input_token": "Marker",
|
|
248676
|
+
"limit_key": "Limit",
|
|
248677
|
+
"output_token": "Marker",
|
|
248678
|
+
"result_key": "Subscriptions"
|
|
248679
|
+
},
|
|
248680
|
+
"DescribeResourcePermissions": {
|
|
248681
|
+
"input_token": "Marker",
|
|
248682
|
+
"limit_key": "Limit",
|
|
248683
|
+
"output_token": "Marker",
|
|
248684
|
+
"result_key": "Principals"
|
|
248685
|
+
},
|
|
248686
|
+
"DescribeRootFolders": {
|
|
248687
|
+
"input_token": "Marker",
|
|
248688
|
+
"limit_key": "Limit",
|
|
248689
|
+
"output_token": "Marker",
|
|
248690
|
+
"result_key": "Folders"
|
|
248691
|
+
},
|
|
248385
248692
|
"DescribeUsers": {
|
|
248386
248693
|
"input_token": "Marker",
|
|
248387
248694
|
"limit_key": "Limit",
|
|
248388
248695
|
"output_token": "Marker",
|
|
248389
248696
|
"result_key": "Users"
|
|
248697
|
+
},
|
|
248698
|
+
"SearchResources": {
|
|
248699
|
+
"input_token": "Marker",
|
|
248700
|
+
"limit_key": "Limit",
|
|
248701
|
+
"output_token": "Marker",
|
|
248702
|
+
"result_key": "Items"
|
|
248390
248703
|
}
|
|
248391
248704
|
}
|
|
248392
248705
|
}
|
|
@@ -254093,7 +254406,7 @@ AWS.util.update(AWS, {
|
|
|
254093
254406
|
/**
|
|
254094
254407
|
* @constant
|
|
254095
254408
|
*/
|
|
254096
|
-
VERSION: '2.
|
|
254409
|
+
VERSION: '2.1339.0',
|
|
254097
254410
|
|
|
254098
254411
|
/**
|
|
254099
254412
|
* @api private
|
|
@@ -276210,7 +276523,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
276210
276523
|
}());
|
|
276211
276524
|
exports.LRUCache = LRUCache;
|
|
276212
276525
|
},{}],462:[function(require,module,exports){
|
|
276213
|
-
// AWS SDK for JavaScript v2.
|
|
276526
|
+
// AWS SDK for JavaScript v2.1339.0
|
|
276214
276527
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
276215
276528
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
276216
276529
|
require('./browser_loader');
|