cdk-comprehend-s3olap 2.0.71 → 2.0.74
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 +4 -4
- 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 +13 -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 +464 -31
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +70 -69
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +57 -52
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +1079 -655
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
@@ -4111,6 +4111,60 @@
|
|
4111
4111
|
}
|
4112
4112
|
}
|
4113
4113
|
},
|
4114
|
+
"SearchSecurityProfiles": {
|
4115
|
+
"http": {
|
4116
|
+
"requestUri": "/search-security-profiles"
|
4117
|
+
},
|
4118
|
+
"input": {
|
4119
|
+
"type": "structure",
|
4120
|
+
"required": [
|
4121
|
+
"InstanceId"
|
4122
|
+
],
|
4123
|
+
"members": {
|
4124
|
+
"InstanceId": {},
|
4125
|
+
"NextToken": {},
|
4126
|
+
"MaxResults": {
|
4127
|
+
"type": "integer"
|
4128
|
+
},
|
4129
|
+
"SearchCriteria": {
|
4130
|
+
"shape": "Se2"
|
4131
|
+
},
|
4132
|
+
"SearchFilter": {
|
4133
|
+
"type": "structure",
|
4134
|
+
"members": {
|
4135
|
+
"TagFilter": {
|
4136
|
+
"shape": "Se7"
|
4137
|
+
}
|
4138
|
+
}
|
4139
|
+
}
|
4140
|
+
}
|
4141
|
+
},
|
4142
|
+
"output": {
|
4143
|
+
"type": "structure",
|
4144
|
+
"members": {
|
4145
|
+
"SecurityProfiles": {
|
4146
|
+
"type": "list",
|
4147
|
+
"member": {
|
4148
|
+
"type": "structure",
|
4149
|
+
"members": {
|
4150
|
+
"Id": {},
|
4151
|
+
"OrganizationResourceId": {},
|
4152
|
+
"Arn": {},
|
4153
|
+
"SecurityProfileName": {},
|
4154
|
+
"Description": {},
|
4155
|
+
"Tags": {
|
4156
|
+
"shape": "S1j"
|
4157
|
+
}
|
4158
|
+
}
|
4159
|
+
}
|
4160
|
+
},
|
4161
|
+
"NextToken": {},
|
4162
|
+
"ApproximateTotalCount": {
|
4163
|
+
"type": "long"
|
4164
|
+
}
|
4165
|
+
}
|
4166
|
+
}
|
4167
|
+
},
|
4114
4168
|
"SearchUsers": {
|
4115
4169
|
"http": {
|
4116
4170
|
"requestUri": "/search-users"
|
@@ -4127,26 +4181,12 @@
|
|
4127
4181
|
"type": "structure",
|
4128
4182
|
"members": {
|
4129
4183
|
"TagFilter": {
|
4130
|
-
"
|
4131
|
-
"members": {
|
4132
|
-
"OrConditions": {
|
4133
|
-
"type": "list",
|
4134
|
-
"member": {
|
4135
|
-
"shape": "Se5"
|
4136
|
-
}
|
4137
|
-
},
|
4138
|
-
"AndConditions": {
|
4139
|
-
"shape": "Se5"
|
4140
|
-
},
|
4141
|
-
"TagCondition": {
|
4142
|
-
"shape": "Se6"
|
4143
|
-
}
|
4144
|
-
}
|
4184
|
+
"shape": "Se7"
|
4145
4185
|
}
|
4146
4186
|
}
|
4147
4187
|
},
|
4148
4188
|
"SearchCriteria": {
|
4149
|
-
"shape": "
|
4189
|
+
"shape": "Seh"
|
4150
4190
|
}
|
4151
4191
|
}
|
4152
4192
|
},
|
@@ -4438,7 +4478,7 @@
|
|
4438
4478
|
},
|
4439
4479
|
"Name": {},
|
4440
4480
|
"References": {
|
4441
|
-
"shape": "
|
4481
|
+
"shape": "Sfl"
|
4442
4482
|
},
|
4443
4483
|
"Description": {},
|
4444
4484
|
"ClientToken": {
|
@@ -4673,7 +4713,7 @@
|
|
4673
4713
|
"Name": {},
|
4674
4714
|
"Description": {},
|
4675
4715
|
"References": {
|
4676
|
-
"shape": "
|
4716
|
+
"shape": "Sfl"
|
4677
4717
|
}
|
4678
4718
|
}
|
4679
4719
|
},
|
@@ -5396,19 +5436,19 @@
|
|
5396
5436
|
"type": "structure",
|
5397
5437
|
"members": {
|
5398
5438
|
"LevelOne": {
|
5399
|
-
"shape": "
|
5439
|
+
"shape": "Sh5"
|
5400
5440
|
},
|
5401
5441
|
"LevelTwo": {
|
5402
|
-
"shape": "
|
5442
|
+
"shape": "Sh5"
|
5403
5443
|
},
|
5404
5444
|
"LevelThree": {
|
5405
|
-
"shape": "
|
5445
|
+
"shape": "Sh5"
|
5406
5446
|
},
|
5407
5447
|
"LevelFour": {
|
5408
|
-
"shape": "
|
5448
|
+
"shape": "Sh5"
|
5409
5449
|
},
|
5410
5450
|
"LevelFive": {
|
5411
|
-
"shape": "
|
5451
|
+
"shape": "Sh5"
|
5412
5452
|
}
|
5413
5453
|
}
|
5414
5454
|
},
|
@@ -5990,35 +6030,75 @@
|
|
5990
6030
|
}
|
5991
6031
|
}
|
5992
6032
|
},
|
5993
|
-
"
|
6033
|
+
"Se2": {
|
6034
|
+
"type": "structure",
|
6035
|
+
"members": {
|
6036
|
+
"OrConditions": {
|
6037
|
+
"shape": "Se3"
|
6038
|
+
},
|
6039
|
+
"AndConditions": {
|
6040
|
+
"shape": "Se3"
|
6041
|
+
},
|
6042
|
+
"StringCondition": {
|
6043
|
+
"shape": "Se4"
|
6044
|
+
}
|
6045
|
+
}
|
6046
|
+
},
|
6047
|
+
"Se3": {
|
5994
6048
|
"type": "list",
|
5995
6049
|
"member": {
|
5996
|
-
"shape": "
|
6050
|
+
"shape": "Se2"
|
5997
6051
|
}
|
5998
6052
|
},
|
5999
|
-
"
|
6053
|
+
"Se4": {
|
6054
|
+
"type": "structure",
|
6055
|
+
"members": {
|
6056
|
+
"FieldName": {},
|
6057
|
+
"Value": {},
|
6058
|
+
"ComparisonType": {}
|
6059
|
+
}
|
6060
|
+
},
|
6061
|
+
"Se7": {
|
6062
|
+
"type": "structure",
|
6063
|
+
"members": {
|
6064
|
+
"OrConditions": {
|
6065
|
+
"type": "list",
|
6066
|
+
"member": {
|
6067
|
+
"shape": "Se9"
|
6068
|
+
}
|
6069
|
+
},
|
6070
|
+
"AndConditions": {
|
6071
|
+
"shape": "Se9"
|
6072
|
+
},
|
6073
|
+
"TagCondition": {
|
6074
|
+
"shape": "Sea"
|
6075
|
+
}
|
6076
|
+
}
|
6077
|
+
},
|
6078
|
+
"Se9": {
|
6079
|
+
"type": "list",
|
6080
|
+
"member": {
|
6081
|
+
"shape": "Sea"
|
6082
|
+
}
|
6083
|
+
},
|
6084
|
+
"Sea": {
|
6000
6085
|
"type": "structure",
|
6001
6086
|
"members": {
|
6002
6087
|
"TagKey": {},
|
6003
6088
|
"TagValue": {}
|
6004
6089
|
}
|
6005
6090
|
},
|
6006
|
-
"
|
6091
|
+
"Seh": {
|
6007
6092
|
"type": "structure",
|
6008
6093
|
"members": {
|
6009
6094
|
"OrConditions": {
|
6010
|
-
"shape": "
|
6095
|
+
"shape": "Sei"
|
6011
6096
|
},
|
6012
6097
|
"AndConditions": {
|
6013
|
-
"shape": "
|
6098
|
+
"shape": "Sei"
|
6014
6099
|
},
|
6015
6100
|
"StringCondition": {
|
6016
|
-
"
|
6017
|
-
"members": {
|
6018
|
-
"FieldName": {},
|
6019
|
-
"Value": {},
|
6020
|
-
"ComparisonType": {}
|
6021
|
-
}
|
6101
|
+
"shape": "Se4"
|
6022
6102
|
},
|
6023
6103
|
"HierarchyGroupCondition": {
|
6024
6104
|
"type": "structure",
|
@@ -6029,13 +6109,13 @@
|
|
6029
6109
|
}
|
6030
6110
|
}
|
6031
6111
|
},
|
6032
|
-
"
|
6112
|
+
"Sei": {
|
6033
6113
|
"type": "list",
|
6034
6114
|
"member": {
|
6035
|
-
"shape": "
|
6115
|
+
"shape": "Seh"
|
6036
6116
|
}
|
6037
6117
|
},
|
6038
|
-
"
|
6118
|
+
"Sfl": {
|
6039
6119
|
"type": "map",
|
6040
6120
|
"key": {},
|
6041
6121
|
"value": {
|
@@ -6050,7 +6130,7 @@
|
|
6050
6130
|
}
|
6051
6131
|
}
|
6052
6132
|
},
|
6053
|
-
"
|
6133
|
+
"Sh5": {
|
6054
6134
|
"type": "structure",
|
6055
6135
|
"required": [
|
6056
6136
|
"Name"
|
@@ -194,6 +194,15 @@
|
|
194
194
|
"output_token": "NextToken",
|
195
195
|
"result_key": "AvailableNumbersList"
|
196
196
|
},
|
197
|
+
"SearchSecurityProfiles": {
|
198
|
+
"input_token": "NextToken",
|
199
|
+
"limit_key": "MaxResults",
|
200
|
+
"non_aggregate_keys": [
|
201
|
+
"ApproximateTotalCount"
|
202
|
+
],
|
203
|
+
"output_token": "NextToken",
|
204
|
+
"result_key": "SecurityProfiles"
|
205
|
+
},
|
197
206
|
"SearchUsers": {
|
198
207
|
"input_token": "NextToken",
|
199
208
|
"limit_key": "MaxResults",
|