@@ -402,6 +402,120 @@ clear whether the exception will escape.
402402 */
403403 HTTP_CLIENT_IP : 'http.client_ip' ,
404404
405+ /**
406+ * The keys in the `RequestItems` object field.
407+ */
408+ AWS_DYNAMODB_TABLE_NAMES : 'aws.dynamodb.table_names' ,
409+
410+ /**
411+ * The JSON-serialized value of each item in the `ConsumedCapacity` response field.
412+ */
413+ AWS_DYNAMODB_CONSUMED_CAPACITY : 'aws.dynamodb.consumed_capacity' ,
414+
415+ /**
416+ * The JSON-serialized value of the `ItemCollectionMetrics` response field.
417+ */
418+ AWS_DYNAMODB_ITEM_COLLECTION_METRICS : 'aws.dynamodb.item_collection_metrics' ,
419+
420+ /**
421+ * The value of the `ProvisionedThroughput.ReadCapacityUnits` request parameter.
422+ */
423+ AWS_DYNAMODB_PROVISIONED_READ_CAPACITY :
424+ 'aws.dynamodb.provisioned_read_capacity' ,
425+
426+ /**
427+ * The value of the `ProvisionedThroughput.WriteCapacityUnits` request parameter.
428+ */
429+ AWS_DYNAMODB_PROVISIONED_WRITE_CAPACITY :
430+ 'aws.dynamodb.provisioned_write_capacity' ,
431+
432+ /**
433+ * The value of the `ConsistentRead` request parameter.
434+ */
435+ AWS_DYNAMODB_CONSISTENT_READ : 'aws.dynamodb.consistent_read' ,
436+
437+ /**
438+ * The value of the `ProjectionExpression` request parameter.
439+ */
440+ AWS_DYNAMODB_PROJECTION : 'aws.dynamodb.projection' ,
441+
442+ /**
443+ * The value of the `Limit` request parameter.
444+ */
445+ AWS_DYNAMODB_LIMIT : 'aws.dynamodb.limit' ,
446+
447+ /**
448+ * The value of the `AttributesToGet` request parameter.
449+ */
450+ AWS_DYNAMODB_ATTRIBUTES_TO_GET : 'aws.dynamodb.attributes_to_get' ,
451+
452+ /**
453+ * The value of the `IndexName` request parameter.
454+ */
455+ AWS_DYNAMODB_INDEX_NAME : 'aws.dynamodb.index_name' ,
456+
457+ /**
458+ * The value of the `Select` request parameter.
459+ */
460+ AWS_DYNAMODB_SELECT : 'aws.dynamodb.select' ,
461+
462+ /**
463+ * The JSON-serialized value of each item of the `GlobalSecondaryIndexes` request field.
464+ */
465+ AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES :
466+ 'aws.dynamodb.global_secondary_indexes' ,
467+
468+ /**
469+ * The JSON-serialized value of each item of the `LocalSecondaryIndexes` request field.
470+ */
471+ AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES : 'aws.dynamodb.local_secondary_indexes' ,
472+
473+ /**
474+ * The value of the `ExclusiveStartTableName` request parameter.
475+ */
476+ AWS_DYNAMODB_EXCLUSIVE_START_TABLE : 'aws.dynamodb.exclusive_start_table' ,
477+
478+ /**
479+ * The the number of items in the `TableNames` response parameter.
480+ */
481+ AWS_DYNAMODB_TABLE_COUNT : 'aws.dynamodb.table_count' ,
482+
483+ /**
484+ * The value of the `ScanIndexForward` request parameter.
485+ */
486+ AWS_DYNAMODB_SCAN_FORWARD : 'aws.dynamodb.scan_forward' ,
487+
488+ /**
489+ * The value of the `Segment` request parameter.
490+ */
491+ AWS_DYNAMODB_SEGMENT : 'aws.dynamodb.segment' ,
492+
493+ /**
494+ * The value of the `TotalSegments` request parameter.
495+ */
496+ AWS_DYNAMODB_TOTAL_SEGMENTS : 'aws.dynamodb.total_segments' ,
497+
498+ /**
499+ * The value of the `Count` response parameter.
500+ */
501+ AWS_DYNAMODB_COUNT : 'aws.dynamodb.count' ,
502+
503+ /**
504+ * The value of the `ScannedCount` response parameter.
505+ */
506+ AWS_DYNAMODB_SCANNED_COUNT : 'aws.dynamodb.scanned_count' ,
507+
508+ /**
509+ * The JSON-serialized value of each item in the `AttributeDefinitions` request field.
510+ */
511+ AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS : 'aws.dynamodb.attribute_definitions' ,
512+
513+ /**
514+ * The JSON-serialized value of each item in the the `GlobalSecondaryIndexUpdates` request field.
515+ */
516+ AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES :
517+ 'aws.dynamodb.global_secondary_index_updates' ,
518+
405519 /**
406520 * A string identifying the messaging system.
407521 */
@@ -606,8 +720,6 @@ export enum DbSystemValues {
606720 ELASTICSEARCH = 'elasticsearch' ,
607721}
608722
609- export enum NetTransportValues { }
610-
611723export enum DbCassandraConsistencyLevelValues {
612724 /** ALL. */
613725 ALL = 'ALL' ,
@@ -658,7 +770,7 @@ export enum FaasDocumentOperationValues {
658770export enum FaasInvokedProviderValues {
659771 /** Amazon Web Services. */
660772 AWS = 'aws' ,
661- /** Amazon Web Services . */
773+ /** Microsoft Azure . */
662774 AZURE = 'azure' ,
663775 /** Google Cloud Platform. */
664776 GCP = 'gcp' ,
@@ -708,8 +820,6 @@ export enum MessagingOperationValues {
708820 PROCESS = 'process' ,
709821}
710822
711- export enum NetTransportValues { }
712-
713823export enum RpcGrpcStatusCodeValues {
714824 /** OK. */
715825 OK = 0 ,
0 commit comments