cdk-docker-image-deployment 0.0.75 → 0.0.76
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 +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +114 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +95 -4
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -7
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +236 -29
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
- 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.1257.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){
|
|
@@ -78828,7 +78828,8 @@ module.exports={
|
|
|
78828
78828
|
"shape": "S3",
|
|
78829
78829
|
"locationName": "TagSpecification"
|
|
78830
78830
|
},
|
|
78831
|
-
"ConnectivityType": {}
|
|
78831
|
+
"ConnectivityType": {},
|
|
78832
|
+
"PrivateIpAddress": {}
|
|
78832
78833
|
}
|
|
78833
78834
|
},
|
|
78834
78835
|
"output": {
|
|
@@ -179311,7 +179312,10 @@ module.exports={
|
|
|
179311
179312
|
"tags": {
|
|
179312
179313
|
"shape": "Sf"
|
|
179313
179314
|
},
|
|
179314
|
-
"importMode": {}
|
|
179315
|
+
"importMode": {},
|
|
179316
|
+
"publishAttributionMetricsToS3": {
|
|
179317
|
+
"type": "boolean"
|
|
179318
|
+
}
|
|
179315
179319
|
}
|
|
179316
179320
|
},
|
|
179317
179321
|
"output": {
|
|
@@ -179357,7 +179361,7 @@ module.exports={
|
|
|
179357
179361
|
"name": {},
|
|
179358
179362
|
"datasetGroupArn": {},
|
|
179359
179363
|
"filterExpression": {
|
|
179360
|
-
"shape": "
|
|
179364
|
+
"shape": "S1b"
|
|
179361
179365
|
},
|
|
179362
179366
|
"tags": {
|
|
179363
179367
|
"shape": "Sf"
|
|
@@ -179371,6 +179375,33 @@ module.exports={
|
|
|
179371
179375
|
}
|
|
179372
179376
|
}
|
|
179373
179377
|
},
|
|
179378
|
+
"CreateMetricAttribution": {
|
|
179379
|
+
"input": {
|
|
179380
|
+
"type": "structure",
|
|
179381
|
+
"required": [
|
|
179382
|
+
"name",
|
|
179383
|
+
"datasetGroupArn",
|
|
179384
|
+
"metrics",
|
|
179385
|
+
"metricsOutputConfig"
|
|
179386
|
+
],
|
|
179387
|
+
"members": {
|
|
179388
|
+
"name": {},
|
|
179389
|
+
"datasetGroupArn": {},
|
|
179390
|
+
"metrics": {
|
|
179391
|
+
"shape": "S1e"
|
|
179392
|
+
},
|
|
179393
|
+
"metricsOutputConfig": {
|
|
179394
|
+
"shape": "S1j"
|
|
179395
|
+
}
|
|
179396
|
+
}
|
|
179397
|
+
},
|
|
179398
|
+
"output": {
|
|
179399
|
+
"type": "structure",
|
|
179400
|
+
"members": {
|
|
179401
|
+
"metricAttributionArn": {}
|
|
179402
|
+
}
|
|
179403
|
+
}
|
|
179404
|
+
},
|
|
179374
179405
|
"CreateRecommender": {
|
|
179375
179406
|
"input": {
|
|
179376
179407
|
"type": "structure",
|
|
@@ -179384,7 +179415,7 @@ module.exports={
|
|
|
179384
179415
|
"datasetGroupArn": {},
|
|
179385
179416
|
"recipeArn": {},
|
|
179386
179417
|
"recommenderConfig": {
|
|
179387
|
-
"shape": "
|
|
179418
|
+
"shape": "S1m"
|
|
179388
179419
|
},
|
|
179389
179420
|
"tags": {
|
|
179390
179421
|
"shape": "Sf"
|
|
@@ -179439,7 +179470,7 @@ module.exports={
|
|
|
179439
179470
|
"datasetGroupArn": {},
|
|
179440
179471
|
"eventType": {},
|
|
179441
179472
|
"solutionConfig": {
|
|
179442
|
-
"shape": "
|
|
179473
|
+
"shape": "S1t"
|
|
179443
179474
|
},
|
|
179444
179475
|
"tags": {
|
|
179445
179476
|
"shape": "Sf"
|
|
@@ -179460,6 +179491,7 @@ module.exports={
|
|
|
179460
179491
|
"solutionArn"
|
|
179461
179492
|
],
|
|
179462
179493
|
"members": {
|
|
179494
|
+
"name": {},
|
|
179463
179495
|
"solutionArn": {},
|
|
179464
179496
|
"trainingMode": {},
|
|
179465
179497
|
"tags": {
|
|
@@ -179533,6 +179565,18 @@ module.exports={
|
|
|
179533
179565
|
}
|
|
179534
179566
|
}
|
|
179535
179567
|
},
|
|
179568
|
+
"DeleteMetricAttribution": {
|
|
179569
|
+
"input": {
|
|
179570
|
+
"type": "structure",
|
|
179571
|
+
"required": [
|
|
179572
|
+
"metricAttributionArn"
|
|
179573
|
+
],
|
|
179574
|
+
"members": {
|
|
179575
|
+
"metricAttributionArn": {}
|
|
179576
|
+
}
|
|
179577
|
+
},
|
|
179578
|
+
"idempotent": true
|
|
179579
|
+
},
|
|
179536
179580
|
"DeleteRecommender": {
|
|
179537
179581
|
"input": {
|
|
179538
179582
|
"type": "structure",
|
|
@@ -179646,7 +179690,7 @@ module.exports={
|
|
|
179646
179690
|
"members": {
|
|
179647
179691
|
"name": {},
|
|
179648
179692
|
"values": {
|
|
179649
|
-
"shape": "
|
|
179693
|
+
"shape": "S2c"
|
|
179650
179694
|
},
|
|
179651
179695
|
"isTunable": {
|
|
179652
179696
|
"type": "boolean"
|
|
@@ -179963,7 +180007,10 @@ module.exports={
|
|
|
179963
180007
|
"type": "timestamp"
|
|
179964
180008
|
},
|
|
179965
180009
|
"failureReason": {},
|
|
179966
|
-
"importMode": {}
|
|
180010
|
+
"importMode": {},
|
|
180011
|
+
"publishAttributionMetricsToS3": {
|
|
180012
|
+
"type": "boolean"
|
|
180013
|
+
}
|
|
179967
180014
|
}
|
|
179968
180015
|
}
|
|
179969
180016
|
}
|
|
@@ -180067,7 +180114,7 @@ module.exports={
|
|
|
180067
180114
|
"datasetGroupArn": {},
|
|
180068
180115
|
"failureReason": {},
|
|
180069
180116
|
"filterExpression": {
|
|
180070
|
-
"shape": "
|
|
180117
|
+
"shape": "S1b"
|
|
180071
180118
|
},
|
|
180072
180119
|
"status": {}
|
|
180073
180120
|
}
|
|
@@ -180076,6 +180123,41 @@ module.exports={
|
|
|
180076
180123
|
},
|
|
180077
180124
|
"idempotent": true
|
|
180078
180125
|
},
|
|
180126
|
+
"DescribeMetricAttribution": {
|
|
180127
|
+
"input": {
|
|
180128
|
+
"type": "structure",
|
|
180129
|
+
"required": [
|
|
180130
|
+
"metricAttributionArn"
|
|
180131
|
+
],
|
|
180132
|
+
"members": {
|
|
180133
|
+
"metricAttributionArn": {}
|
|
180134
|
+
}
|
|
180135
|
+
},
|
|
180136
|
+
"output": {
|
|
180137
|
+
"type": "structure",
|
|
180138
|
+
"members": {
|
|
180139
|
+
"metricAttribution": {
|
|
180140
|
+
"type": "structure",
|
|
180141
|
+
"members": {
|
|
180142
|
+
"name": {},
|
|
180143
|
+
"metricAttributionArn": {},
|
|
180144
|
+
"datasetGroupArn": {},
|
|
180145
|
+
"metricsOutputConfig": {
|
|
180146
|
+
"shape": "S1j"
|
|
180147
|
+
},
|
|
180148
|
+
"status": {},
|
|
180149
|
+
"creationDateTime": {
|
|
180150
|
+
"type": "timestamp"
|
|
180151
|
+
},
|
|
180152
|
+
"lastUpdatedDateTime": {
|
|
180153
|
+
"type": "timestamp"
|
|
180154
|
+
},
|
|
180155
|
+
"failureReason": {}
|
|
180156
|
+
}
|
|
180157
|
+
}
|
|
180158
|
+
}
|
|
180159
|
+
}
|
|
180160
|
+
},
|
|
180079
180161
|
"DescribeRecipe": {
|
|
180080
180162
|
"input": {
|
|
180081
180163
|
"type": "structure",
|
|
@@ -180132,7 +180214,7 @@ module.exports={
|
|
|
180132
180214
|
"name": {},
|
|
180133
180215
|
"recipeArn": {},
|
|
180134
180216
|
"recommenderConfig": {
|
|
180135
|
-
"shape": "
|
|
180217
|
+
"shape": "S1m"
|
|
180136
180218
|
},
|
|
180137
180219
|
"creationDateTime": {
|
|
180138
180220
|
"type": "timestamp"
|
|
@@ -180146,7 +180228,7 @@ module.exports={
|
|
|
180146
180228
|
"type": "structure",
|
|
180147
180229
|
"members": {
|
|
180148
180230
|
"recommenderConfig": {
|
|
180149
|
-
"shape": "
|
|
180231
|
+
"shape": "S1m"
|
|
180150
180232
|
},
|
|
180151
180233
|
"creationDateTime": {
|
|
180152
180234
|
"type": "timestamp"
|
|
@@ -180159,7 +180241,7 @@ module.exports={
|
|
|
180159
180241
|
}
|
|
180160
180242
|
},
|
|
180161
180243
|
"modelMetrics": {
|
|
180162
|
-
"shape": "
|
|
180244
|
+
"shape": "S4o"
|
|
180163
180245
|
}
|
|
180164
180246
|
}
|
|
180165
180247
|
}
|
|
@@ -180227,7 +180309,7 @@ module.exports={
|
|
|
180227
180309
|
"datasetGroupArn": {},
|
|
180228
180310
|
"eventType": {},
|
|
180229
180311
|
"solutionConfig": {
|
|
180230
|
-
"shape": "
|
|
180312
|
+
"shape": "S1t"
|
|
180231
180313
|
},
|
|
180232
180314
|
"autoMLResult": {
|
|
180233
180315
|
"type": "structure",
|
|
@@ -180243,7 +180325,7 @@ module.exports={
|
|
|
180243
180325
|
"type": "timestamp"
|
|
180244
180326
|
},
|
|
180245
180327
|
"latestSolutionVersion": {
|
|
180246
|
-
"shape": "
|
|
180328
|
+
"shape": "S4y"
|
|
180247
180329
|
}
|
|
180248
180330
|
}
|
|
180249
180331
|
}
|
|
@@ -180267,6 +180349,7 @@ module.exports={
|
|
|
180267
180349
|
"solutionVersion": {
|
|
180268
180350
|
"type": "structure",
|
|
180269
180351
|
"members": {
|
|
180352
|
+
"name": {},
|
|
180270
180353
|
"solutionVersionArn": {},
|
|
180271
180354
|
"solutionArn": {},
|
|
180272
180355
|
"performHPO": {
|
|
@@ -180279,7 +180362,7 @@ module.exports={
|
|
|
180279
180362
|
"eventType": {},
|
|
180280
180363
|
"datasetGroupArn": {},
|
|
180281
180364
|
"solutionConfig": {
|
|
180282
|
-
"shape": "
|
|
180365
|
+
"shape": "S1t"
|
|
180283
180366
|
},
|
|
180284
180367
|
"trainingHours": {
|
|
180285
180368
|
"type": "double"
|
|
@@ -180322,7 +180405,7 @@ module.exports={
|
|
|
180322
180405
|
"members": {
|
|
180323
180406
|
"solutionVersionArn": {},
|
|
180324
180407
|
"metrics": {
|
|
180325
|
-
"shape": "
|
|
180408
|
+
"shape": "S4o"
|
|
180326
180409
|
}
|
|
180327
180410
|
}
|
|
180328
180411
|
}
|
|
@@ -180663,6 +180746,65 @@ module.exports={
|
|
|
180663
180746
|
},
|
|
180664
180747
|
"idempotent": true
|
|
180665
180748
|
},
|
|
180749
|
+
"ListMetricAttributionMetrics": {
|
|
180750
|
+
"input": {
|
|
180751
|
+
"type": "structure",
|
|
180752
|
+
"members": {
|
|
180753
|
+
"metricAttributionArn": {},
|
|
180754
|
+
"nextToken": {},
|
|
180755
|
+
"maxResults": {
|
|
180756
|
+
"type": "integer"
|
|
180757
|
+
}
|
|
180758
|
+
}
|
|
180759
|
+
},
|
|
180760
|
+
"output": {
|
|
180761
|
+
"type": "structure",
|
|
180762
|
+
"members": {
|
|
180763
|
+
"metrics": {
|
|
180764
|
+
"shape": "S1e"
|
|
180765
|
+
},
|
|
180766
|
+
"nextToken": {}
|
|
180767
|
+
}
|
|
180768
|
+
},
|
|
180769
|
+
"idempotent": true
|
|
180770
|
+
},
|
|
180771
|
+
"ListMetricAttributions": {
|
|
180772
|
+
"input": {
|
|
180773
|
+
"type": "structure",
|
|
180774
|
+
"members": {
|
|
180775
|
+
"datasetGroupArn": {},
|
|
180776
|
+
"nextToken": {},
|
|
180777
|
+
"maxResults": {
|
|
180778
|
+
"type": "integer"
|
|
180779
|
+
}
|
|
180780
|
+
}
|
|
180781
|
+
},
|
|
180782
|
+
"output": {
|
|
180783
|
+
"type": "structure",
|
|
180784
|
+
"members": {
|
|
180785
|
+
"metricAttributions": {
|
|
180786
|
+
"type": "list",
|
|
180787
|
+
"member": {
|
|
180788
|
+
"type": "structure",
|
|
180789
|
+
"members": {
|
|
180790
|
+
"name": {},
|
|
180791
|
+
"metricAttributionArn": {},
|
|
180792
|
+
"status": {},
|
|
180793
|
+
"creationDateTime": {
|
|
180794
|
+
"type": "timestamp"
|
|
180795
|
+
},
|
|
180796
|
+
"lastUpdatedDateTime": {
|
|
180797
|
+
"type": "timestamp"
|
|
180798
|
+
},
|
|
180799
|
+
"failureReason": {}
|
|
180800
|
+
}
|
|
180801
|
+
}
|
|
180802
|
+
},
|
|
180803
|
+
"nextToken": {}
|
|
180804
|
+
}
|
|
180805
|
+
},
|
|
180806
|
+
"idempotent": true
|
|
180807
|
+
},
|
|
180666
180808
|
"ListRecipes": {
|
|
180667
180809
|
"input": {
|
|
180668
180810
|
"type": "structure",
|
|
@@ -180725,7 +180867,7 @@ module.exports={
|
|
|
180725
180867
|
"datasetGroupArn": {},
|
|
180726
180868
|
"recipeArn": {},
|
|
180727
180869
|
"recommenderConfig": {
|
|
180728
|
-
"shape": "
|
|
180870
|
+
"shape": "S1m"
|
|
180729
180871
|
},
|
|
180730
180872
|
"status": {},
|
|
180731
180873
|
"creationDateTime": {
|
|
@@ -180794,7 +180936,7 @@ module.exports={
|
|
|
180794
180936
|
"solutionVersions": {
|
|
180795
180937
|
"type": "list",
|
|
180796
180938
|
"member": {
|
|
180797
|
-
"shape": "
|
|
180939
|
+
"shape": "S4y"
|
|
180798
180940
|
}
|
|
180799
180941
|
},
|
|
180800
180942
|
"nextToken": {}
|
|
@@ -180829,7 +180971,8 @@ module.exports={
|
|
|
180829
180971
|
},
|
|
180830
180972
|
"lastUpdatedDateTime": {
|
|
180831
180973
|
"type": "timestamp"
|
|
180832
|
-
}
|
|
180974
|
+
},
|
|
180975
|
+
"recipeArn": {}
|
|
180833
180976
|
}
|
|
180834
180977
|
}
|
|
180835
180978
|
},
|
|
@@ -180969,6 +181112,30 @@ module.exports={
|
|
|
180969
181112
|
},
|
|
180970
181113
|
"idempotent": true
|
|
180971
181114
|
},
|
|
181115
|
+
"UpdateMetricAttribution": {
|
|
181116
|
+
"input": {
|
|
181117
|
+
"type": "structure",
|
|
181118
|
+
"members": {
|
|
181119
|
+
"addMetrics": {
|
|
181120
|
+
"shape": "S1e"
|
|
181121
|
+
},
|
|
181122
|
+
"removeMetrics": {
|
|
181123
|
+
"type": "list",
|
|
181124
|
+
"member": {}
|
|
181125
|
+
},
|
|
181126
|
+
"metricsOutputConfig": {
|
|
181127
|
+
"shape": "S1j"
|
|
181128
|
+
},
|
|
181129
|
+
"metricAttributionArn": {}
|
|
181130
|
+
}
|
|
181131
|
+
},
|
|
181132
|
+
"output": {
|
|
181133
|
+
"type": "structure",
|
|
181134
|
+
"members": {
|
|
181135
|
+
"metricAttributionArn": {}
|
|
181136
|
+
}
|
|
181137
|
+
}
|
|
181138
|
+
},
|
|
180972
181139
|
"UpdateRecommender": {
|
|
180973
181140
|
"input": {
|
|
180974
181141
|
"type": "structure",
|
|
@@ -180979,7 +181146,7 @@ module.exports={
|
|
|
180979
181146
|
"members": {
|
|
180980
181147
|
"recommenderArn": {},
|
|
180981
181148
|
"recommenderConfig": {
|
|
180982
|
-
"shape": "
|
|
181149
|
+
"shape": "S1m"
|
|
180983
181150
|
}
|
|
180984
181151
|
}
|
|
180985
181152
|
},
|
|
@@ -181099,11 +181266,39 @@ module.exports={
|
|
|
181099
181266
|
"dataLocation": {}
|
|
181100
181267
|
}
|
|
181101
181268
|
},
|
|
181102
|
-
"
|
|
181269
|
+
"S1b": {
|
|
181103
181270
|
"type": "string",
|
|
181104
181271
|
"sensitive": true
|
|
181105
181272
|
},
|
|
181106
|
-
"
|
|
181273
|
+
"S1e": {
|
|
181274
|
+
"type": "list",
|
|
181275
|
+
"member": {
|
|
181276
|
+
"type": "structure",
|
|
181277
|
+
"required": [
|
|
181278
|
+
"eventType",
|
|
181279
|
+
"metricName",
|
|
181280
|
+
"expression"
|
|
181281
|
+
],
|
|
181282
|
+
"members": {
|
|
181283
|
+
"eventType": {},
|
|
181284
|
+
"metricName": {},
|
|
181285
|
+
"expression": {}
|
|
181286
|
+
}
|
|
181287
|
+
}
|
|
181288
|
+
},
|
|
181289
|
+
"S1j": {
|
|
181290
|
+
"type": "structure",
|
|
181291
|
+
"required": [
|
|
181292
|
+
"roleArn"
|
|
181293
|
+
],
|
|
181294
|
+
"members": {
|
|
181295
|
+
"s3DataDestination": {
|
|
181296
|
+
"shape": "S6"
|
|
181297
|
+
},
|
|
181298
|
+
"roleArn": {}
|
|
181299
|
+
}
|
|
181300
|
+
},
|
|
181301
|
+
"S1m": {
|
|
181107
181302
|
"type": "structure",
|
|
181108
181303
|
"members": {
|
|
181109
181304
|
"itemExplorationConfig": {
|
|
@@ -181114,7 +181309,7 @@ module.exports={
|
|
|
181114
181309
|
}
|
|
181115
181310
|
}
|
|
181116
181311
|
},
|
|
181117
|
-
"
|
|
181312
|
+
"S1t": {
|
|
181118
181313
|
"type": "structure",
|
|
181119
181314
|
"members": {
|
|
181120
181315
|
"eventValueThreshold": {},
|
|
@@ -181176,7 +181371,7 @@ module.exports={
|
|
|
181176
181371
|
"members": {
|
|
181177
181372
|
"name": {},
|
|
181178
181373
|
"values": {
|
|
181179
|
-
"shape": "
|
|
181374
|
+
"shape": "S2c"
|
|
181180
181375
|
}
|
|
181181
181376
|
}
|
|
181182
181377
|
}
|
|
@@ -181212,18 +181407,18 @@ module.exports={
|
|
|
181212
181407
|
}
|
|
181213
181408
|
}
|
|
181214
181409
|
},
|
|
181215
|
-
"
|
|
181410
|
+
"S2c": {
|
|
181216
181411
|
"type": "list",
|
|
181217
181412
|
"member": {}
|
|
181218
181413
|
},
|
|
181219
|
-
"
|
|
181414
|
+
"S4o": {
|
|
181220
181415
|
"type": "map",
|
|
181221
181416
|
"key": {},
|
|
181222
181417
|
"value": {
|
|
181223
181418
|
"type": "double"
|
|
181224
181419
|
}
|
|
181225
181420
|
},
|
|
181226
|
-
"
|
|
181421
|
+
"S4y": {
|
|
181227
181422
|
"type": "structure",
|
|
181228
181423
|
"members": {
|
|
181229
181424
|
"solutionVersionArn": {},
|
|
@@ -181296,6 +181491,18 @@ module.exports={
|
|
|
181296
181491
|
"output_token": "nextToken",
|
|
181297
181492
|
"result_key": "Filters"
|
|
181298
181493
|
},
|
|
181494
|
+
"ListMetricAttributionMetrics": {
|
|
181495
|
+
"input_token": "nextToken",
|
|
181496
|
+
"limit_key": "maxResults",
|
|
181497
|
+
"output_token": "nextToken",
|
|
181498
|
+
"result_key": "metrics"
|
|
181499
|
+
},
|
|
181500
|
+
"ListMetricAttributions": {
|
|
181501
|
+
"input_token": "nextToken",
|
|
181502
|
+
"limit_key": "maxResults",
|
|
181503
|
+
"output_token": "nextToken",
|
|
181504
|
+
"result_key": "metricAttributions"
|
|
181505
|
+
},
|
|
181299
181506
|
"ListRecipes": {
|
|
181300
181507
|
"input_token": "nextToken",
|
|
181301
181508
|
"limit_key": "maxResults",
|
|
@@ -245934,7 +246141,7 @@ AWS.util.update(AWS, {
|
|
|
245934
246141
|
/**
|
|
245935
246142
|
* @constant
|
|
245936
246143
|
*/
|
|
245937
|
-
VERSION: '2.
|
|
246144
|
+
VERSION: '2.1257.0',
|
|
245938
246145
|
|
|
245939
246146
|
/**
|
|
245940
246147
|
* @api private
|
|
@@ -267937,7 +268144,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
267937
268144
|
}());
|
|
267938
268145
|
exports.LRUCache = LRUCache;
|
|
267939
268146
|
},{}],461:[function(require,module,exports){
|
|
267940
|
-
// AWS SDK for JavaScript v2.
|
|
268147
|
+
// AWS SDK for JavaScript v2.1257.0
|
|
267941
268148
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
267942
268149
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
267943
268150
|
require('./browser_loader');
|