cdk-comprehend-s3olap 2.0.64 → 2.0.67
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 +5 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +6 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
- package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
- package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
- package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
- package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- 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 +82 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +28 -5
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +8 -8
@@ -45,6 +45,11 @@
|
|
45
45
|
"output_token": "NextToken",
|
46
46
|
"limit_key": "MaxResults"
|
47
47
|
},
|
48
|
+
"ListSubChannels": {
|
49
|
+
"input_token": "NextToken",
|
50
|
+
"output_token": "NextToken",
|
51
|
+
"limit_key": "MaxResults"
|
52
|
+
},
|
48
53
|
"SearchChannels": {
|
49
54
|
"input_token": "NextToken",
|
50
55
|
"output_token": "NextToken",
|
@@ -1180,5 +1180,11 @@
|
|
1180
1180
|
"licensemanagerusersubscriptions": {
|
1181
1181
|
"prefix": "license-manager-user-subscriptions",
|
1182
1182
|
"name": "LicenseManagerUserSubscriptions"
|
1183
|
+
},
|
1184
|
+
"backupstorage": {
|
1185
|
+
"name": "BackupStorage"
|
1186
|
+
},
|
1187
|
+
"privatenetworks": {
|
1188
|
+
"name": "PrivateNetworks"
|
1183
1189
|
}
|
1184
1190
|
}
|
@@ -70,7 +70,23 @@
|
|
70
70
|
"filterValues": {
|
71
71
|
"shape": "S9"
|
72
72
|
},
|
73
|
-
"recommenderArn": {}
|
73
|
+
"recommenderArn": {},
|
74
|
+
"promotions": {
|
75
|
+
"type": "list",
|
76
|
+
"member": {
|
77
|
+
"type": "structure",
|
78
|
+
"members": {
|
79
|
+
"name": {},
|
80
|
+
"percentPromotedItems": {
|
81
|
+
"type": "integer"
|
82
|
+
},
|
83
|
+
"filterArn": {},
|
84
|
+
"filterValues": {
|
85
|
+
"shape": "S9"
|
86
|
+
}
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
74
90
|
}
|
75
91
|
},
|
76
92
|
"output": {
|
@@ -110,7 +126,8 @@
|
|
110
126
|
"itemId": {},
|
111
127
|
"score": {
|
112
128
|
"type": "double"
|
113
|
-
}
|
129
|
+
},
|
130
|
+
"promotionName": {}
|
114
131
|
}
|
115
132
|
}
|
116
133
|
}
|