cdk-comprehend-s3olap 2.0.261 → 2.0.262
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/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 +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
- package/node_modules/aws-sdk/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +2 -1
- package/node_modules/aws-sdk/apis/health-2016-08-04.min.json +116 -34
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +28 -2
- package/node_modules/aws-sdk/clients/cloudwatchevents.d.ts +2 -2
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +30 -23
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +71 -2
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +56 -52
- package/node_modules/aws-sdk/clients/ecs.d.ts +14 -14
- package/node_modules/aws-sdk/clients/health.d.ts +86 -2
- package/node_modules/aws-sdk/clients/ivs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +6 -8
- package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +8 -6
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +86 -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 +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +63 -23
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -86,6 +86,68 @@
|
|
86
86
|
}
|
87
87
|
}
|
88
88
|
},
|
89
|
+
"DescribeView": {
|
90
|
+
"http": {
|
91
|
+
"method": "GET",
|
92
|
+
"requestUri": "/participant/views/{ViewToken}"
|
93
|
+
},
|
94
|
+
"input": {
|
95
|
+
"type": "structure",
|
96
|
+
"required": [
|
97
|
+
"ViewToken",
|
98
|
+
"ConnectionToken"
|
99
|
+
],
|
100
|
+
"members": {
|
101
|
+
"ViewToken": {
|
102
|
+
"location": "uri",
|
103
|
+
"locationName": "ViewToken"
|
104
|
+
},
|
105
|
+
"ConnectionToken": {
|
106
|
+
"location": "header",
|
107
|
+
"locationName": "X-Amz-Bearer"
|
108
|
+
}
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"output": {
|
112
|
+
"type": "structure",
|
113
|
+
"members": {
|
114
|
+
"View": {
|
115
|
+
"type": "structure",
|
116
|
+
"members": {
|
117
|
+
"Id": {},
|
118
|
+
"Arn": {},
|
119
|
+
"Name": {
|
120
|
+
"type": "string",
|
121
|
+
"sensitive": true
|
122
|
+
},
|
123
|
+
"Version": {
|
124
|
+
"type": "integer"
|
125
|
+
},
|
126
|
+
"Content": {
|
127
|
+
"type": "structure",
|
128
|
+
"members": {
|
129
|
+
"InputSchema": {
|
130
|
+
"type": "string",
|
131
|
+
"sensitive": true
|
132
|
+
},
|
133
|
+
"Template": {
|
134
|
+
"type": "string",
|
135
|
+
"sensitive": true
|
136
|
+
},
|
137
|
+
"Actions": {
|
138
|
+
"type": "list",
|
139
|
+
"member": {
|
140
|
+
"type": "string",
|
141
|
+
"sensitive": true
|
142
|
+
}
|
143
|
+
}
|
144
|
+
}
|
145
|
+
}
|
146
|
+
}
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
89
151
|
"DisconnectParticipant": {
|
90
152
|
"http": {
|
91
153
|
"requestUri": "/participant/disconnect"
|