cdk-docker-image-deployment 0.0.111 → 0.0.112
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +311 -42
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +73 -6
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +17 -3
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +0 -17
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +212 -169
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +350 -4
- package/node_modules/aws-sdk/clients/connect.d.ts +70 -5
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +28 -24
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +0 -19
- package/node_modules/aws-sdk/clients/rds.d.ts +86 -8
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +8 -8
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +288 -178
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +76 -76
- 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,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"DescribeRecommendationExportJobs": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults",
|
|
7
|
+
"result_key": "recommendationExportJobs"
|
|
8
|
+
},
|
|
9
|
+
"GetEnrollmentStatusesForOrganization": {
|
|
10
|
+
"input_token": "nextToken",
|
|
11
|
+
"output_token": "nextToken",
|
|
12
|
+
"limit_key": "maxResults",
|
|
13
|
+
"result_key": "accountEnrollmentStatuses"
|
|
14
|
+
},
|
|
15
|
+
"GetLambdaFunctionRecommendations": {
|
|
16
|
+
"input_token": "nextToken",
|
|
17
|
+
"output_token": "nextToken",
|
|
18
|
+
"limit_key": "maxResults",
|
|
19
|
+
"result_key": "lambdaFunctionRecommendations"
|
|
20
|
+
},
|
|
21
|
+
"GetRecommendationPreferences": {
|
|
22
|
+
"input_token": "nextToken",
|
|
23
|
+
"output_token": "nextToken",
|
|
24
|
+
"limit_key": "maxResults",
|
|
25
|
+
"result_key": "recommendationPreferencesDetails"
|
|
26
|
+
},
|
|
27
|
+
"GetRecommendationSummaries": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults",
|
|
31
|
+
"result_key": "recommendationSummaries"
|
|
32
|
+
}
|
|
3
33
|
}
|
|
4
34
|
}
|
|
@@ -5531,6 +5531,73 @@
|
|
|
5531
5531
|
}
|
|
5532
5532
|
}
|
|
5533
5533
|
},
|
|
5534
|
+
"UpdateParticipantRoleConfig": {
|
|
5535
|
+
"http": {
|
|
5536
|
+
"method": "PUT",
|
|
5537
|
+
"requestUri": "/contact/participant-role-config/{InstanceId}/{ContactId}"
|
|
5538
|
+
},
|
|
5539
|
+
"input": {
|
|
5540
|
+
"type": "structure",
|
|
5541
|
+
"required": [
|
|
5542
|
+
"InstanceId",
|
|
5543
|
+
"ContactId",
|
|
5544
|
+
"ChannelConfiguration"
|
|
5545
|
+
],
|
|
5546
|
+
"members": {
|
|
5547
|
+
"InstanceId": {
|
|
5548
|
+
"location": "uri",
|
|
5549
|
+
"locationName": "InstanceId"
|
|
5550
|
+
},
|
|
5551
|
+
"ContactId": {
|
|
5552
|
+
"location": "uri",
|
|
5553
|
+
"locationName": "ContactId"
|
|
5554
|
+
},
|
|
5555
|
+
"ChannelConfiguration": {
|
|
5556
|
+
"type": "structure",
|
|
5557
|
+
"members": {
|
|
5558
|
+
"Chat": {
|
|
5559
|
+
"type": "structure",
|
|
5560
|
+
"required": [
|
|
5561
|
+
"ParticipantTimerConfigList"
|
|
5562
|
+
],
|
|
5563
|
+
"members": {
|
|
5564
|
+
"ParticipantTimerConfigList": {
|
|
5565
|
+
"type": "list",
|
|
5566
|
+
"member": {
|
|
5567
|
+
"type": "structure",
|
|
5568
|
+
"required": [
|
|
5569
|
+
"ParticipantRole",
|
|
5570
|
+
"TimerType",
|
|
5571
|
+
"TimerValue"
|
|
5572
|
+
],
|
|
5573
|
+
"members": {
|
|
5574
|
+
"ParticipantRole": {},
|
|
5575
|
+
"TimerType": {},
|
|
5576
|
+
"TimerValue": {
|
|
5577
|
+
"type": "structure",
|
|
5578
|
+
"members": {
|
|
5579
|
+
"ParticipantTimerAction": {},
|
|
5580
|
+
"ParticipantTimerDurationInMinutes": {
|
|
5581
|
+
"type": "integer"
|
|
5582
|
+
}
|
|
5583
|
+
},
|
|
5584
|
+
"union": true
|
|
5585
|
+
}
|
|
5586
|
+
}
|
|
5587
|
+
}
|
|
5588
|
+
}
|
|
5589
|
+
}
|
|
5590
|
+
}
|
|
5591
|
+
},
|
|
5592
|
+
"union": true
|
|
5593
|
+
}
|
|
5594
|
+
}
|
|
5595
|
+
},
|
|
5596
|
+
"output": {
|
|
5597
|
+
"type": "structure",
|
|
5598
|
+
"members": {}
|
|
5599
|
+
}
|
|
5600
|
+
},
|
|
5534
5601
|
"UpdatePhoneNumber": {
|
|
5535
5602
|
"http": {
|
|
5536
5603
|
"method": "PUT",
|
|
@@ -6048,19 +6115,19 @@
|
|
|
6048
6115
|
"type": "structure",
|
|
6049
6116
|
"members": {
|
|
6050
6117
|
"LevelOne": {
|
|
6051
|
-
"shape": "
|
|
6118
|
+
"shape": "Sk2"
|
|
6052
6119
|
},
|
|
6053
6120
|
"LevelTwo": {
|
|
6054
|
-
"shape": "
|
|
6121
|
+
"shape": "Sk2"
|
|
6055
6122
|
},
|
|
6056
6123
|
"LevelThree": {
|
|
6057
|
-
"shape": "
|
|
6124
|
+
"shape": "Sk2"
|
|
6058
6125
|
},
|
|
6059
6126
|
"LevelFour": {
|
|
6060
|
-
"shape": "
|
|
6127
|
+
"shape": "Sk2"
|
|
6061
6128
|
},
|
|
6062
6129
|
"LevelFive": {
|
|
6063
|
-
"shape": "
|
|
6130
|
+
"shape": "Sk2"
|
|
6064
6131
|
}
|
|
6065
6132
|
}
|
|
6066
6133
|
},
|
|
@@ -6940,7 +7007,7 @@
|
|
|
6940
7007
|
"shape": "Sh2"
|
|
6941
7008
|
}
|
|
6942
7009
|
},
|
|
6943
|
-
"
|
|
7010
|
+
"Sk2": {
|
|
6944
7011
|
"type": "structure",
|
|
6945
7012
|
"required": [
|
|
6946
7013
|
"Name"
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
},
|
|
20
20
|
"input": {
|
|
21
21
|
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"suiteDefinitionConfiguration"
|
|
24
|
+
],
|
|
22
25
|
"members": {
|
|
23
26
|
"suiteDefinitionConfiguration": {
|
|
24
27
|
"shape": "S2"
|
|
@@ -398,7 +401,8 @@
|
|
|
398
401
|
"input": {
|
|
399
402
|
"type": "structure",
|
|
400
403
|
"required": [
|
|
401
|
-
"suiteDefinitionId"
|
|
404
|
+
"suiteDefinitionId",
|
|
405
|
+
"suiteRunConfiguration"
|
|
402
406
|
],
|
|
403
407
|
"members": {
|
|
404
408
|
"suiteDefinitionId": {
|
|
@@ -421,7 +425,8 @@
|
|
|
421
425
|
"suiteRunArn": {},
|
|
422
426
|
"createdAt": {
|
|
423
427
|
"type": "timestamp"
|
|
424
|
-
}
|
|
428
|
+
},
|
|
429
|
+
"endpoint": {}
|
|
425
430
|
}
|
|
426
431
|
}
|
|
427
432
|
},
|
|
@@ -513,7 +518,8 @@
|
|
|
513
518
|
"input": {
|
|
514
519
|
"type": "structure",
|
|
515
520
|
"required": [
|
|
516
|
-
"suiteDefinitionId"
|
|
521
|
+
"suiteDefinitionId",
|
|
522
|
+
"suiteDefinitionConfiguration"
|
|
517
523
|
],
|
|
518
524
|
"members": {
|
|
519
525
|
"suiteDefinitionId": {
|
|
@@ -545,6 +551,11 @@
|
|
|
545
551
|
"shapes": {
|
|
546
552
|
"S2": {
|
|
547
553
|
"type": "structure",
|
|
554
|
+
"required": [
|
|
555
|
+
"suiteDefinitionName",
|
|
556
|
+
"rootGroup",
|
|
557
|
+
"devicePermissionRoleArn"
|
|
558
|
+
],
|
|
548
559
|
"members": {
|
|
549
560
|
"suiteDefinitionName": {},
|
|
550
561
|
"devices": {
|
|
@@ -581,6 +592,9 @@
|
|
|
581
592
|
},
|
|
582
593
|
"Sr": {
|
|
583
594
|
"type": "structure",
|
|
595
|
+
"required": [
|
|
596
|
+
"primaryDevice"
|
|
597
|
+
],
|
|
584
598
|
"members": {
|
|
585
599
|
"primaryDevice": {
|
|
586
600
|
"shape": "S5"
|
|
@@ -26,23 +26,6 @@
|
|
|
26
26
|
"channelArn": {}
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
},
|
|
30
|
-
"JoinStorageSessionAsViewer": {
|
|
31
|
-
"http": {
|
|
32
|
-
"requestUri": "/joinStorageSessionAsViewer",
|
|
33
|
-
"responseCode": 200
|
|
34
|
-
},
|
|
35
|
-
"input": {
|
|
36
|
-
"type": "structure",
|
|
37
|
-
"required": [
|
|
38
|
-
"channelArn",
|
|
39
|
-
"clientId"
|
|
40
|
-
],
|
|
41
|
-
"members": {
|
|
42
|
-
"channelArn": {},
|
|
43
|
-
"clientId": {}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
29
|
}
|
|
47
30
|
},
|
|
48
31
|
"shapes": {}
|