cdk-docker-image-deployment 0.0.73 → 0.0.75
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 +24 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +11 -4
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
- package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +47 -5
- package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
- package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +770 -0
- package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +57 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +682 -400
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"ExecuteQuery": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults"
|
|
7
|
+
},
|
|
8
|
+
"GetPropertyValue": {
|
|
9
|
+
"input_token": "nextToken",
|
|
10
|
+
"output_token": "nextToken",
|
|
11
|
+
"limit_key": "maxResults"
|
|
12
|
+
},
|
|
3
13
|
"GetPropertyValueHistory": {
|
|
4
14
|
"input_token": "nextToken",
|
|
5
15
|
"output_token": "nextToken",
|
|
@@ -25,7 +25,10 @@
|
|
|
25
25
|
],
|
|
26
26
|
"members": {
|
|
27
27
|
"trackingId": {},
|
|
28
|
-
"userId": {
|
|
28
|
+
"userId": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"sensitive": true
|
|
31
|
+
},
|
|
29
32
|
"sessionId": {},
|
|
30
33
|
"eventList": {
|
|
31
34
|
"type": "list",
|
|
@@ -41,9 +44,13 @@
|
|
|
41
44
|
"eventValue": {
|
|
42
45
|
"type": "float"
|
|
43
46
|
},
|
|
44
|
-
"itemId": {
|
|
47
|
+
"itemId": {
|
|
48
|
+
"shape": "S7"
|
|
49
|
+
},
|
|
45
50
|
"properties": {
|
|
46
|
-
"jsonvalue": true
|
|
51
|
+
"jsonvalue": true,
|
|
52
|
+
"type": "string",
|
|
53
|
+
"sensitive": true
|
|
47
54
|
},
|
|
48
55
|
"sentAt": {
|
|
49
56
|
"type": "timestamp"
|
|
@@ -51,9 +58,21 @@
|
|
|
51
58
|
"recommendationId": {},
|
|
52
59
|
"impression": {
|
|
53
60
|
"type": "list",
|
|
54
|
-
"member": {
|
|
61
|
+
"member": {
|
|
62
|
+
"shape": "S7"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"metricAttribution": {
|
|
66
|
+
"type": "structure",
|
|
67
|
+
"required": [
|
|
68
|
+
"eventAttributionSource"
|
|
69
|
+
],
|
|
70
|
+
"members": {
|
|
71
|
+
"eventAttributionSource": {}
|
|
72
|
+
}
|
|
55
73
|
}
|
|
56
|
-
}
|
|
74
|
+
},
|
|
75
|
+
"sensitive": true
|
|
57
76
|
}
|
|
58
77
|
}
|
|
59
78
|
}
|
|
@@ -81,7 +100,9 @@
|
|
|
81
100
|
"members": {
|
|
82
101
|
"itemId": {},
|
|
83
102
|
"properties": {
|
|
84
|
-
"jsonvalue": true
|
|
103
|
+
"jsonvalue": true,
|
|
104
|
+
"type": "string",
|
|
105
|
+
"sensitive": true
|
|
85
106
|
}
|
|
86
107
|
}
|
|
87
108
|
}
|
|
@@ -111,7 +132,9 @@
|
|
|
111
132
|
"members": {
|
|
112
133
|
"userId": {},
|
|
113
134
|
"properties": {
|
|
114
|
-
"jsonvalue": true
|
|
135
|
+
"jsonvalue": true,
|
|
136
|
+
"type": "string",
|
|
137
|
+
"sensitive": true
|
|
115
138
|
}
|
|
116
139
|
}
|
|
117
140
|
}
|
|
@@ -120,5 +143,10 @@
|
|
|
120
143
|
}
|
|
121
144
|
}
|
|
122
145
|
},
|
|
123
|
-
"shapes": {
|
|
146
|
+
"shapes": {
|
|
147
|
+
"S7": {
|
|
148
|
+
"type": "string",
|
|
149
|
+
"sensitive": true
|
|
150
|
+
}
|
|
151
|
+
}
|
|
124
152
|
}
|
|
@@ -1599,11 +1599,23 @@
|
|
|
1599
1599
|
"input": {
|
|
1600
1600
|
"type": "structure",
|
|
1601
1601
|
"members": {
|
|
1602
|
+
"filters": {
|
|
1603
|
+
"type": "list",
|
|
1604
|
+
"member": {
|
|
1605
|
+
"type": "structure",
|
|
1606
|
+
"members": {
|
|
1607
|
+
"key": {},
|
|
1608
|
+
"value": {}
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1602
1612
|
"maxResults": {
|
|
1603
1613
|
"type": "integer"
|
|
1604
1614
|
},
|
|
1605
1615
|
"nextToken": {},
|
|
1606
|
-
"serviceName": {}
|
|
1616
|
+
"serviceName": {},
|
|
1617
|
+
"sortBy": {},
|
|
1618
|
+
"sortOrder": {}
|
|
1607
1619
|
}
|
|
1608
1620
|
},
|
|
1609
1621
|
"output": {
|
|
@@ -437,6 +437,7 @@
|
|
|
437
437
|
"shape": "S2b"
|
|
438
438
|
},
|
|
439
439
|
"NetworkType": {},
|
|
440
|
+
"DBSystemId": {},
|
|
440
441
|
"SourceRegion": {}
|
|
441
442
|
}
|
|
442
443
|
},
|
|
@@ -4807,7 +4808,8 @@
|
|
|
4807
4808
|
},
|
|
4808
4809
|
"TagList": {
|
|
4809
4810
|
"shape": "Sb"
|
|
4810
|
-
}
|
|
4811
|
+
},
|
|
4812
|
+
"DBSystemId": {}
|
|
4811
4813
|
},
|
|
4812
4814
|
"wrapper": true
|
|
4813
4815
|
},
|
|
@@ -5085,7 +5087,8 @@
|
|
|
5085
5087
|
},
|
|
5086
5088
|
"SupportsBabelfish": {
|
|
5087
5089
|
"type": "boolean"
|
|
5088
|
-
}
|
|
5090
|
+
},
|
|
5091
|
+
"CustomDBEngineVersionManifest": {}
|
|
5089
5092
|
}
|
|
5090
5093
|
},
|
|
5091
5094
|
"S1y": {
|
|
@@ -5331,7 +5334,16 @@
|
|
|
5331
5334
|
"IAMDatabaseAuthenticationEnabled": {
|
|
5332
5335
|
"type": "boolean"
|
|
5333
5336
|
},
|
|
5334
|
-
"EngineVersion": {}
|
|
5337
|
+
"EngineVersion": {},
|
|
5338
|
+
"BackupRetentionPeriod": {
|
|
5339
|
+
"type": "integer"
|
|
5340
|
+
},
|
|
5341
|
+
"AllocatedStorage": {
|
|
5342
|
+
"type": "integer"
|
|
5343
|
+
},
|
|
5344
|
+
"Iops": {
|
|
5345
|
+
"type": "integer"
|
|
5346
|
+
}
|
|
5335
5347
|
}
|
|
5336
5348
|
},
|
|
5337
5349
|
"DBClusterInstanceClass": {},
|
|
@@ -5367,7 +5379,8 @@
|
|
|
5367
5379
|
}
|
|
5368
5380
|
}
|
|
5369
5381
|
},
|
|
5370
|
-
"NetworkType": {}
|
|
5382
|
+
"NetworkType": {},
|
|
5383
|
+
"DBSystemId": {}
|
|
5371
5384
|
},
|
|
5372
5385
|
"wrapper": true
|
|
5373
5386
|
},
|
|
@@ -5663,7 +5676,8 @@
|
|
|
5663
5676
|
"ActivityStreamPolicyStatus": {},
|
|
5664
5677
|
"StorageThroughput": {
|
|
5665
5678
|
"type": "integer"
|
|
5666
|
-
}
|
|
5679
|
+
},
|
|
5680
|
+
"DBSystemId": {}
|
|
5667
5681
|
},
|
|
5668
5682
|
"wrapper": true
|
|
5669
5683
|
},
|